* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.expreferral_prog {
    flex: 0 0 auto;
}.exphead_learn {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    color: #000000;
    scroll-snap-type: none;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
}.expwrapper-holder {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    width: 20px;
}::-webkit-scrollbar-track {
    border-radius: 6rem;
    background: rgb(217,229,214);
}::-webkit-scrollbar-thumb {
    background: rgb(180,202,177);
    transition: border-radius, transform 3.5s ease;
    border-radius: 5.1vw;
    box-shadow: 1px -2px 2px 4px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px -5px 1px 6px rgba(0, 0, 0, 0.8);
    background: rgb(180,202,177);
    border-color: rgb(217,229,214);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    background: #ffffff;
    box-shadow: inset 3px 4px 10px 7px rgba(0, 0, 0, 0.4);
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1223px;
    max-width: 100%;
}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;
}}
.expour_info {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(217,229,214);
}.expour_info::before {
    opacity: 0.05;
    background: linear-gradient(90deg, rgb(180,202,177,0.5) 0%, transparent 100%);
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
}.expour_info::after {
    width: 300px;
    border-radius: 50%;
    z-index: 0;
    height: 300px;
    content: "";
    opacity: 0.05;
    right: -150px;
    background: rgb(180,202,177);
    position: absolute;
    bottom: -150px;
}.expour_info .container {
    position: relative;
    z-index: 1;
}.expour_info .expreach_help {
    justify-content: space-between;
    gap: 30px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.expour_info .expget_contactinfo {
    border-radius: 0;
    position: relative;
    flex: 1 1 30%;
    transition: all 0.4s ease;
    min-width: 300px;
    z-index: 1;
}.expour_info .expget_contactinfo:first-child {
    padding-left: 40px;
    border-left: 4px solid rgb(180,202,177);
    flex: 0 1 calc(50% - 15px);
}.expour_info .expget_contactinfo:nth-child(2) {
    flex: 0 1 calc(50% - 15px);
    max-height: 400px;
    overflow: hidden;
}.expour_info .expget_contactinfo:nth-child(3) {
    margin-top: 20px;
    display: flex;
    background: rgb(180,202,177);
    flex: 0 1 100%;
    border-radius: 16px;
    padding: 30px;
    justify-content: space-between;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.expour_info .expget_contactinfo h2 {
    letter-spacing: -1px;
    font-weight: 700;
    color: rgb(180,202,177);
    position: relative;
    margin-bottom: 35px;
    font-size: 38px;
}.expour_info .expget_contactinfo h2::after {
    bottom: -15px;
    height: 4px;
    content: "";
    width: 70px;
    left: 0;
    position: absolute;
    background: rgb(141,174,139);
}.expour_info .explearn_help {
    color: rgb(141,174,139);
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-size: calc(22px * 1.1);
    display: inline-block;
}.expour_info .exptalk_contact {
    font-size: 15px;
    margin-bottom: 30px;
    color: #000000;
    max-width: 90%;
    line-height: 1.8;
}.expour_info .expget_contactinfo > p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 15px;
}.expour_info .expget_contactinfo > p svg {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    position: absolute;
    width: 20px;
}.expour_info .expget_contactinfo > p svg path {
    fill: rgb(180,202,177);
}.expour_info .expget_contactinfo > p span {
    font-weight: 600;
    margin-left: 5px;
}.expour_info .expjoin_conversation {
    padding: 30px;
    margin-top: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.expour_info .expjoin_conversation h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: rgb(180,202,177);
}.expour_info .expjoin_conversation h3::after {
    background: rgb(141,174,139);
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
    height: 3px;
}.expour_info .expget_assistance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}.expour_info .expget_assistance span {
    background: rgb(217,229,214);
    color: #000000;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: calc(15px * 0.9);
    transition: all 0.3s ease;
}.expour_info .expget_assistance span:hover {
    background: rgb(180,202,177,0.5);
    transform: translateY(-3px);
}.expour_info .expget_contactinfo .expcover_photo {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
}.expour_info .expget_contactinfo .expcover_photo::after {
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    position: absolute;
}.expour_info .expcontact_panel {
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.expour_info .expcontact_panel a {
    display: flex;
    min-width: 200px;
    transition: all 0.3s ease;
    flex: 1 1 30%;
    padding: 10px 0;
    align-items: center;
    flex-direction: row;
    text-decoration: none;
}.expour_info .expcontact_panel a:hover {
    transform: translateY(-5px);
}.expour_info .expcontact_panel svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}.expour_info .expcontact_panel svg path {
    fill: #ffffff;
}.expour_info .expcontact_panel a .expconnect_widget {
    flex-direction: column;
    display: flex;
}.expour_info .expcontact_panel a span {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: calc(15px * 0.8);
    letter-spacing: 1px;
    margin-bottom: 5px;
}.expour_info .expcontact_panel a p {
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

@media (max-width: 1200px) {.expour_info {
    padding: 80px 0;
}.expour_info .expget_contactinfo:first-child {
    flex: 0 1 calc(50% - 15px);
}.expour_info .expget_contactinfo:nth-child(2) {
    flex: 0 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.expour_info .expget_contactinfo:first-child,
    .expour_info .expget_contactinfo:nth-child(2) {
    flex: 0 1 100%;
}.expour_info .expget_contactinfo:nth-child(2) {
    order: -1;
    max-height: 300px;
    height: 300px;
}.expour_info .expget_contactinfo:first-child {
    margin-top: 30px;
}.expour_info .exptalk_contact {
    max-width: 100%;
}
}

@media (max-width: 768px) {.expour_info {
    padding: 60px 0;
}.expour_info .expget_contactinfo h2 {
    font-size: calc(38px * 0.9);
}.expour_info .expget_contactinfo:first-child {
    padding-left: 25px;
}.expour_info .expget_contactinfo:nth-child(3) {
    padding: 25px;
}.expour_info .expcontact_panel a {
    flex: 1 1 100%;
}
}

@media (max-width: 576px) {.expour_info {
    padding: 40px 0;
}.expour_info .expget_contactinfo h2 {
    font-size: calc(38px * 0.8);
}.expour_info .expjoin_conversation {
    padding: 20px;
}.expour_info .expget_assistance {
    flex-direction: column;
}.expour_info .expget_assistance span {
    width: 100%;
}.expour_info .expget_contactinfo:nth-child(2) {
    max-height: 200px;
}}.expwho_we_are {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.expwho_we_are::before {
    z-index: 1;
    bottom: 0;
    background: linear-gradient(135deg, rgb(180,202,177,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    backdrop-filter: blur(3px);
}.expwho_we_are::after {
    right: -30%;
    top: -50%;
    z-index: 2;
    content: "";
    opacity: 0.15;
    width: 80%;
    height: 200%;
    position: absolute;
    animation: glow 15s infinite alternate ease-in-out;
    background: radial-gradient(ellipse at center, rgb(141,174,139,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
}.expwho_we_are .container {
    padding: 0 20px;
    max-width: 1140px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
}.expwho_we_are h2 {
    color: #ffffff;
    font-size: 29px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    display: inline-block;
}.expwho_we_are h2::before {
    position: absolute;
    width: 40%;
    bottom: -10px;
    animation: expandLine 1.5s forwards ease-out;
    left: 0;
    background: rgb(141,174,139);
    transform-origin: left;
    content: "";
    height: 3px;
}.expwho_we_are h2::after {
    position: absolute;
    transform-origin: left;
    width: 80%;
    animation: expandWiderLine 2s forwards ease-out;
    left: 0;
    background: rgb(255, 255, 255, 0.5);
    height: 1px;
    content: "";
    bottom: -10px;
}.expwho_we_are .exptext_arch {
    border-left: 4px solid rgb(141,174,139);
    backdrop-filter: blur(8px);
    padding: 30px 40px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-1deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}.expwho_we_are .exptext_arch::before {
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    transform: translateX(-100%);
    animation: shimmer 5s infinite;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
}.expwho_we_are .exptext_arch:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.expwho_we_are .exptext_arch > div {
    position: relative;
}.expwho_we_are .exptext_arch p {
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    font-size: calc(18px * 1.1);
    position: relative;
    transform: translateZ(0);
    margin-bottom: 20px;
}.expwho_we_are .exptext_arch p::after {
    content: "";
    width: 70px;
    transform-origin: left;
    animation: expandLine 1.5s forwards ease-out 0.5s;
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(141,174,139);
    bottom: -8px;
}.expwho_we_are .exptext_arch div div {
    line-height: 1.7;
    position: relative;
    text-align: justify;
    margin-bottom: 0;
    font-size: 17px;
    column-gap: 40px;
    column-count: 1;
    transition: all 0.5s ease;
    color: rgba(255, 255, 255, 0.9);
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}

@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}

@media (min-width: 768px) {.expwho_we_are {
    padding: 150px 0 100px;
}.expwho_we_are h2 {
    margin-bottom: 60px;
}.expwho_we_are .exptext_arch {
    padding: 40px 50px;
    transform: perspective(1200px) rotateY(-1deg);
}.expwho_we_are .exptext_arch div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.expwho_we_are {
    padding: 180px 0 120px;
}.expwho_we_are .container {
    padding: 0 30px;
}.expwho_we_are h2 {
    font-size: calc(29px * 1.1);
}.expwho_we_are .exptext_arch {
    padding: 50px 60px;
    transform: perspective(1500px) rotateY(-1deg);
}.expwho_we_are .exptext_arch div div {
    line-height: 1.8;
    column-count: 2;
}
}

@media (max-width: 767px) {.expwho_we_are {
    padding: 90px 0 60px;
}.expwho_we_are .container {
    padding: 0 15px;
}.expwho_we_are h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.expwho_we_are .exptext_arch {
    transform: perspective(800px) rotateY(-1deg);
    padding: 25px 20px;
}.expwho_we_are .exptext_arch p {
    font-size: 18px;
}.expwho_we_are .exptext_arch div div {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.expwho_we_are {
    padding: 70px 0 50px;
}.expwho_we_are .exptext_arch {
    padding: 20px 15px;
    transform: none;
}.expwho_we_are h2 {
    font-size: calc(29px * 0.85);
}.expwho_we_are .exptext_arch p {
    font-size: calc(18px * 0.9);
}.expwho_we_are .exptext_arch div div {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.expdata_analysis {
    background: linear-gradient(135deg, rgb(217,229,214) 0%, rgba(255,255,255,0.02) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.expdata_analysis::before {
    content: '';
    height: 70%;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
    filter: blur(20px);
    left: -5%;
    background: linear-gradient(225deg, rgb(180,202,177,0.5) 0%, transparent 80%);
    width: 40%;
    top: -10%;
    z-index: 0;
}.expdata_analysis::after {
    height: 70%;
    right: -5%;
    z-index: 0;
    bottom: -10%;
    width: 40%;
    transform: rotate(15deg) skewX(15deg);
    background: linear-gradient(45deg, transparent 30%, rgb(141,174,139,0.5) 100%);
    content: '';
    filter: blur(20px);
    position: absolute;
}.expdata_analysis h3 {
    margin-bottom: 3rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-weight: 700;
    transform: translateX(1rem);
    font-size: 30px;
    position: relative;
    color: #000000;
}.expdata_analysis h3::before {
    left: -1rem;
    transform: translateY(-50%) skewY(-20deg);
    height: 60%;
    content: '';
    background: rgb(180,202,177);
    width: 5px;
    top: 50%;
    position: absolute;
}.expdata_analysis .container {
    z-index: 1;
    position: relative;
}.expdata_analysis ul {
    display: grid;
    gap: 2rem;
    padding: 0;
    list-style: none;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.expdata_analysis .expstatistics_advances {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.5s ease;
    overflow: hidden;
    transform: translateZ(0) rotateX(0deg);
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}.expdata_analysis .expstatistics_advances:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12), 
                0 5px 15px rgba(rgb(180,202,177), 0.1);
    transform: translateZ(20px) rotateX(2deg);
}.expdata_analysis .expstatistics_advances::before {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, 
                rgb(180,202,177) 0%, 
                rgb(141,174,139) 100%);
    position: absolute;
    transform: scaleX(0.3);
    height: 4px;
    top: 0;
}.expdata_analysis .expstatistics_advances:hover::before {
    transform: scaleX(1);
}.expdata_analysis .expstatistics_advances span {
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.4;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    display: block;
    padding-left: 1rem;
}.expdata_analysis .expstatistics_advances:hover span {
    transform: translateX(5px);
}.expdata_analysis .expstatistics_advances span::before {
    top: 50%;
    background: rgb(141,174,139);
    position: absolute;
    content: '';
    left: 0;
    height: 6px;
    border-radius: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
}.expdata_analysis .expstatistics_advances p {
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(180,202,177), rgb(141,174,139));
    margin: 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 2.5rem;
    color: rgb(180,202,177);
    color: transparent;
    background-clip: text !important;
}.expdata_analysis .expstatistics_advances:hover p {
    transform: scale(1.1);
}.expdata_analysis .expstatistics_advances p::after {
    right: -15px;
    color: rgb(141,174,139);
    top: 0;
    content: '+';
    font-size: 1.2rem;
    position: absolute;
}

@media (max-width: 992px) {.expdata_analysis {
    padding: 4rem 1.5rem;
}.expdata_analysis h3 {
    text-align: left;
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.expdata_analysis ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}

@media (max-width: 768px) {.expdata_analysis {
    padding: 3rem 1rem;
}.expdata_analysis h3 {
    font-size: calc(30px * 0.8);
}.expdata_analysis ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}.expdata_analysis .expstatistics_advances {
    padding: 1.5rem;
}.expdata_analysis .expstatistics_advances p {
    font-size: 2rem;
}
}

@media (max-width: 576px) {.expdata_analysis ul {
    grid-template-columns: 1fr;
}.expdata_analysis .expstatistics_advances {
    transform: none;
}.expdata_analysis .expstatistics_advances:hover {
    transform: translateY(-5px);
}.expdata_analysis .expstatistics_advances span {
    font-size: 0.85rem;
}.expdata_analysis .expstatistics_advances p {
    font-size: 1.8rem;
}}.expwelcome_section {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,229,214), rgb(217,229,214) 70%, rgb(180,202,177,0.5) 100%);
    position: relative;
}.expwelcome_section::before {
    opacity: 0.4;
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(180,202,177,0.5) 0%, transparent 8%),
    radial-gradient(circle at 80% 70%, rgb(180,202,177,0.5) 0%, transparent 10%);
}.expwelcome_section > div {
    width: 100%;
    z-index: 1;
    flex-direction: column;
    max-width: 1200px;
    gap: 3rem;
    position: relative;
    display: flex;
}.expwelcome_section > div > div:first-child {
    transition: transform 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.expwelcome_section > div > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg);
}.expwelcome_section .expfast_edu {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: rgb(180,202,177);
    font-size: 48px;
}.expwelcome_section .expfast_edu::after {
    position: absolute;
    bottom: -10px;
    height: 3px;
    transition: width 0.4s ease;
    left: 0;
    width: 80px;
    background: rgb(180,202,177);
    content: "";
}.expwelcome_section .expfast_edu:hover::after {
    width: 150px;
}.expwelcome_section p {
    color: #000000;
    border-left: 2px solid rgb(141,174,139,0.5);
    line-height: 1.6;
    padding-left: 1rem;
    max-width: 90%;
    font-size: calc(12px + 0.2rem);
    position: relative;
}.expwelcome_section .explearn_head {
    position: relative;
    padding: 1rem;
    width: 100%;
    overflow: hidden;
}.expwelcome_section .expsmart_learning {
    height: 400px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}.expwelcome_section .expsmart_learning::before {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    height: 100%;
    content: "";
}.expwelcome_section .expsmart_learning:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.expwelcome_section .expsmart_learning span {
    padding: 2rem;
    width: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    bottom: 0;
    transform: translateY(20px);
    position: absolute;
    z-index: 2;
    left: 0;
}.expwelcome_section .expsmart_learning:hover span {
    opacity: 1;
    transform: translateY(0);
}.expwelcome_section .expsmart_learning h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    font-size: calc(21px - 0.1rem);
}.expwelcome_section .explearn_head::after {
    opacity: 0.6;
    height: 50px;
    content: "";
    border-right: 3px solid rgb(180,202,177);
    border-top: 3px solid rgb(180,202,177);
    width: 50px;
    right: 10px;
    top: 10px;
    transition: all 0.3s ease;
    position: absolute;
}.expwelcome_section .explearn_head:hover::after {
    width: 70px;
    opacity: 0.8;
    height: 70px;
}.expwelcome_section .explearn_head::before {
    position: absolute;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 10px;
    content: "";
    opacity: 0.6;
    border-left: 3px solid rgb(180,202,177);
    border-bottom: 3px solid rgb(180,202,177);
}.expwelcome_section .explearn_head:hover::before {
    height: 70px;
    opacity: 0.8;
    width: 70px;
}


@media (max-width: 992px) {.expwelcome_section {
    padding: 4rem 1.5rem;
}.expwelcome_section > div {
    gap: 2rem;
}.expwelcome_section .expfast_edu {
    font-size: calc(48px - 0.5rem);
}.expwelcome_section .expsmart_learning {
    height: 350px;
}
}

@media (max-width: 768px) {.expwelcome_section {
    padding: 3rem 1rem;
}.expwelcome_section > div > div:first-child {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.expwelcome_section .expfast_edu {
    font-size: calc(48px - 0.8rem);
}.expwelcome_section p {
    max-width: 100%;
    font-size: 12px;
}.expwelcome_section .expsmart_learning {
    height: 300px;
}.expwelcome_section .expsmart_learning h3 {
    font-size: calc(16px + 0.1rem);
}
}

@media (max-width: 576px) {.expwelcome_section {
    padding: 2rem 0.8rem;
}.expwelcome_section > div > div:first-child {
    transform: none;
    padding: 1.2rem;
}.expwelcome_section .expfast_edu {
    font-size: calc(30px - 0.2rem);
}.expwelcome_section .expfast_edu::after {
    width: 60px;
    height: 2px;
}.expwelcome_section p {
    padding-left: 0.5rem;
    border-left: 1px solid rgb(141,174,139,0.5);
}.expwelcome_section .explearn_head {
    padding: 0.5rem;
}.expwelcome_section .expsmart_learning {
    height: 250px;
}.expwelcome_section .expsmart_learning span {
    padding: 1rem;
}.expwelcome_section .explearn_head::before,
  .expwelcome_section .explearn_head::after {
    height: 30px;
    width: 30px;
}}.expjoin_list {
    transform: perspective(1000px) rotateX(5deg);
    transform-origin: center bottom;
    position: relative;
    padding: 6rem 2rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, rgb(217,229,214) 100%);
    overflow: hidden;
}.expjoin_list::before {
    z-index: 0;
    width: 200%;
    height: 200%;
    position: absolute;
    opacity: 0.03;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: -50%;
    top: -50%;
    animation: gridMove 30s linear infinite;
}.expjoin_list::after {
    position: absolute;
    content: "";
    background: rgb(180,202,177,0.5);
    opacity: 0.05;
    right: 0;
    width: 50%;
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    z-index: 0;
    height: 50%;
    bottom: 0;
}.expjoin_list .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.expjoin_list .exppro_track {
    position: relative;
    gap: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform-style: preserve-3d;
}.expjoin_list .exppro_track::before {
    left: -10%;
    position: absolute;
    height: 100%;
    content: "";
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
    top: 20%;
    filter: blur(20px);
    width: 50%;
    opacity: 0.1;
    background: rgb(141,174,139);
}.expjoin_list .exppro_track::after {
    position: absolute;
    content: "";
    top: -20%;
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    opacity: 0.1;
    width: 40%;
    background: rgb(180,202,177);
    right: 10%;
    filter: blur(15px);
    height: 40%;
}.expjoin_list p {
    transform: translateZ(20px);
    line-height: 1.3;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
    transform-style: preserve-3d;
}.expjoin_list p::before {
    content: "";
    opacity: 0.1;
    position: absolute;
    width: 80px;
    top: -30px;
    left: -30px;
    background: rgb(180,202,177);
    z-index: -1;
    height: 80px;
    transform: translateZ(-10px) rotate(45deg);
}.expjoin_list p::after {
    background: linear-gradient(90deg, rgb(180,202,177) 0%, transparent 100%);
    left: 0;
    bottom: -15px;
    content: "";
    height: 2px;
    width: 60%;
    position: absolute;
}.expjoin_list .input_holder {
    transform-style: preserve-3d;
    gap: 0;
    flex-direction: column;
    position: relative;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
    display: flex;
}.expjoin_list .input_holder::before {
    width: 100%;
    height: 100%;
    transform: translateZ(-10px);
    left: -10px;
    content: "";
    background: #000000;
    top: 10px;
    position: absolute;
    opacity: 0.03;
    z-index: -1;
}.expjoin_list .expsub_support {
    transition: all 0.3s ease;
    color: #000000;
    padding: 1.5rem;
    position: relative;
    outline: none;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    border-bottom: none;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.expjoin_list .expsub_support:focus {
    box-shadow: 0 0 0 2px rgb(180,202,177,0.5);
    border-color: rgb(180,202,177);
}.expjoin_list .expcontact_message {
    position: relative;
    border: none;
    cursor: pointer;
    background: #000000;
    font-weight: 600;
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    font-size: 15px;
}.expjoin_list .expcontact_message::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: -1;
    width: 100%;
    background: rgb(180,202,177);
}.expjoin_list .expcontact_message:hover {
    color: #ffffff;
}.expjoin_list .expcontact_message:hover::before {
    transform: translateY(0);
}.expjoin_list .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 992px) {.expjoin_list {
    transform: perspective(1000px) rotateX(3deg);
    padding: 5rem 1.5rem;
}.expjoin_list .exppro_track {
    grid-template-columns: 1fr;
    gap: 3rem;
}.expjoin_list .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.expjoin_list .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.expjoin_list p::before {
    top: -20px;
    height: 60px;
    left: -20px;
    width: 60px;
}
}

@media (max-width: 768px) {.expjoin_list {
    padding: 4rem 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
}.expjoin_list p {
    font-size: calc(34px * 0.8);
}.expjoin_list .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.expjoin_list .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}

@media (max-width: 576px) {.expjoin_list {
    margin: 4rem 0;
    transform: none;
    padding: 3rem 1rem;
}.expjoin_list p {
    font-size: 23px;
    transform: none;
}.expjoin_list .input_holder {
    transform: none;
}.expjoin_list .input_holder:hover {
    transform: none;
}.expjoin_list .expsub_support,
    .expjoin_list .expcontact_message {
    padding: 1.2rem 1rem;
    transform: none;
}.expjoin_list p::before,
    .expjoin_list .exppro_track::before,
    .expjoin_list .exppro_track::after {
    display: none;
}}.expsecure_sanctum {
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 2rem;
}.expsecure_sanctum::before {
    z-index: 0;
    background: linear-gradient(to right, rgb(180,202,177,0.5) 0%, transparent 10%);
    height: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.expsecure_sanctum::after {
    top: 0;
    position: absolute;
    width: 40%;
    background: linear-gradient(to bottom, rgb(141,174,139,0.5) 0%, transparent 50%);
    content: "";
    pointer-events: none;
    height: 100%;
    z-index: 0;
    right: 0;
}.expsecure_sanctum .container {
    position: relative;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0.5deg);
    transition: transform 0.5s ease-out;
    background-color: #ffffff;
    max-width: 1140px;
    padding: 2rem;
    z-index: 1;
    transform-origin: left center;
}.expsecure_sanctum .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.expsecure_sanctum h1 {
    position: relative;
    animation: slideInTitle 0.8s 0.2s forwards;
    opacity: 0;
    transform: translateX(-5px);
    padding-bottom: 0.75rem;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
}.expsecure_sanctum h1::after {
    animation: expandUnderline 1.2s 0.8s forwards;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(180,202,177), rgb(141,174,139));
    width: 0;
    height: 3px;
    left: 0;
}.expsecure_sanctum h2 {
    color: #000000;
    animation: slideInUp 0.6s 0.4s forwards;
    opacity: 0;
    position: relative;
    margin: 2.5rem 0 1rem;
    font-size: 38px;
    transform: translateY(10px);
    padding-left: 1rem;
    font-weight: 600;
}.expsecure_sanctum h2::before {
    left: 0;
    transform-origin: top;
    height: 100%;
    content: "";
    transform: scaleY(0);
    background-color: rgb(180,202,177);
    position: absolute;
    animation: scaleVertical 0.4s 0.8s forwards;
    top: 0;
    width: 4px;
}.expsecure_sanctum h3 {
    font-weight: 600;
    animation: slideInUp 0.6s 0.5s forwards;
    transform: translateY(8px);
    color: #000000;
    padding-left: 1.5rem;
    font-size: calc(38px * 0.85);
    opacity: 0;
    position: relative;
    margin: 2rem 0 1rem;
}.expsecure_sanctum h3::before {
    background-color: rgb(141,174,139);
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    content: "";
    height: 10px;
}.expsecure_sanctum h4 {
    font-size: calc(38px * 0.75);
    padding-left: 1.75rem;
    margin: 1.5rem 0 0.75rem;
    transform: translateY(5px);
    color: #000000;
    animation: slideInUp 0.6s 0.6s forwards;
    font-weight: 400;
    position: relative;
    opacity: 0;
}.expsecure_sanctum h4::before {
    transform: translateY(-50%);
    content: "";
    position: absolute;
    height: 6px;
    left: 0;
    border-radius: 50%;
    top: 50%;
    border: 2px solid rgb(180,202,177);
    width: 6px;
}.expsecure_sanctum p {
    color: #000000;
    transform: translateY(10px);
    opacity: 0;
    animation: slideInUp 0.6s 0.5s forwards;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    margin-bottom: 1.5rem;
}.expsecure_sanctum p strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.expsecure_sanctum p strong::after {
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    bottom: -2px;
    background-color: rgb(180,202,177,0.5);
}.expsecure_sanctum ul {
    transform: translateX(10px);
    margin: 1.5rem 0 2rem 1rem;
    animation: slideInRight 0.7s 0.7s forwards;
    position: relative;
    padding-left: 1.5rem;
    opacity: 0;
}.expsecure_sanctum ul::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(180,202,177), transparent);
    height: 100%;
    left: 0;
    width: 1px;
    top: 0;
}.expsecure_sanctum li {
    color: #000000;
    padding-left: 0.25rem;
    font-size: 14px;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    position: relative;
}.expsecure_sanctum li::before {
    left: -1.5rem;
    top: 0.7rem;
    height: 6px;
    content: "";
    transform: scale(0);
    animation: scaleIn 0.3s 1s forwards;
    border-radius: 50%;
    width: 6px;
    position: absolute;
    background-color: rgb(180,202,177);
}.expsecure_sanctum span {
    border-left: 2px solid rgb(141,174,139,0.5);
    display: block;
    opacity: 0;
    animation: slideInUp 0.6s 0.6s forwards;
    transform: translateY(10px);
    padding-left: 1rem;
    line-height: 1.7;
    margin: 0.75rem 0 1.5rem;
    color: #000000;
    font-size: 14px;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

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

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.expsecure_sanctum {
    padding: 3rem 1rem;
}.expsecure_sanctum .container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0.2deg);
}.expsecure_sanctum h1 {
    font-size: calc(45px * 0.9);
}.expsecure_sanctum h2 {
    font-size: calc(38px * 0.9);
    margin: 2rem 0 1rem;
}.expsecure_sanctum h3 {
    font-size: calc(38px * 0.8);
}.expsecure_sanctum h4 {
    font-size: calc(38px * 0.7);
}
}

@media (max-width: 767px) {.expsecure_sanctum {
    padding: 2rem 0.75rem;
}.expsecure_sanctum .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    transform: none;
    padding: 1.25rem;
}.expsecure_sanctum h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.8);
}.expsecure_sanctum h2 {
    font-size: calc(38px * 0.8);
    margin: 1.75rem 0 0.75rem;
}.expsecure_sanctum h3 {
    font-size: calc(38px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.expsecure_sanctum h4 {
    margin: 1.25rem 0 0.5rem;
    font-size: calc(38px * 0.65);
}.expsecure_sanctum p, .expsecure_sanctum li, .expsecure_sanctum span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.expsecure_sanctum ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.expsecure_sanctum {
    padding: 1.5rem 0.5rem;
}.expsecure_sanctum .container {
    padding: 1rem;
}.expsecure_sanctum h1 {
    margin-bottom: 1.25rem;
    font-size: calc(45px * 0.7);
}.expsecure_sanctum h2 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.7);
}.expsecure_sanctum h2::before {
    width: 3px;
}.expsecure_sanctum h3 {
    font-size: calc(38px * 0.65);
    padding-left: 1.25rem;
}.expsecure_sanctum h3::before {
    width: 8px;
    height: 8px;
}.expsecure_sanctum h4 {
    padding-left: 1.5rem;
    font-size: calc(38px * 0.6);
}.expsecure_sanctum p, .expsecure_sanctum li, .expsecure_sanctum span {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.expsecure_sanctum span {
    padding-left: 0.75rem;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    background: linear-gradient(45deg, rgb(141,174,139,0.5) 0%, rgb(180,202,177,0.5) 100%);
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    content: '';
}.expreferral_prog {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    z-index: 2;
    position: relative;
}.expreferral_prog .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.expreferral_prog .company_holder {
    z-index: 3;
    position: relative;
    grid-column: 1 / 5;
}.expreferral_prog .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 33px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}.expreferral_prog .company_holder h3::after {
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(180,202,177);
    width: 40px;
    content: '';
    border-radius: 10px;
}.expreferral_prog .expdebate_club {
    border-radius: 16px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(180,202,177);
    padding: 20px;
    margin-top: 25px;
    font-size: 16px;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
}.expreferral_prog .expplay_market {
    position: relative;
    grid-column: 5 / 13;
}.expreferral_prog .expheader_mainbar {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 40px;
}.expreferral_prog .exphead_primary {
    position: relative;
}.expreferral_prog .exphead_primary h5 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    font-size: 21px;
}.expreferral_prog .exphead_primary h5::before {
    background: rgb(180,202,177);
    left: -15px;
    content: '';
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 8px;
    position: absolute;
}.expreferral_prog .exphead_primary .expheader_mainbar {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.expreferral_prog .exphead_primary .expheader_mainbar a {
    text-decoration: none;
    padding: 8px 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    overflow: hidden;
    color: #ffffff;
}.expreferral_prog .exphead_primary .expheader_mainbar a::before {
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;
    width: 3px;
    position: absolute;
    top: 0;
    content: '';
    background: rgb(180,202,177);
    height: 100%;
}.expreferral_prog .exphead_primary .expheader_mainbar a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.expreferral_prog .exphead_primary .expheader_mainbar a:hover::before {
    width: 100%;
    background: rgb(180,202,177,0.5);
}.exppitch_comp {
    z-index: 2;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 60px;
}.exppitch_comp::before {
    opacity: 0.2;
    left: 15%;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 15%;
    height: 1px;
}.exppitch_comp .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.exppitch_comp .expforum_link {
    opacity: 0.8;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    right: 0;
    position: absolute;
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    z-index: 1;
    left: 0;
    bottom: 0;
}

@media (max-width: 992px) {.expreferral_prog .container {
    grid-template-columns: repeat(1, 1fr);
}.expreferral_prog .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.expreferral_prog .expplay_market {
    grid-column: 1 / -1;
}.expreferral_prog .expheader_mainbar {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.expreferral_prog {
    padding: 60px 0 30px;
}.expreferral_prog .expheader_mainbar {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.expreferral_prog .exphead_primary {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.expreferral_prog::before {
    position: absolute;
    animation: gradientShift 5s infinite;
    background: linear-gradient(90deg, rgb(180,202,177), rgb(141,174,139), rgb(180,202,177));
    background-size: 200% 200%;
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    content: '';
}.expreferral_prog .company_holder::after {
    position: absolute;
    opacity: 0.4;
    background: rgb(180,202,177,0.5);
    z-index: -1;
    right: -50px;
    border-radius: 50%;
    top: 40px;
    width: 150px;
    content: '';
    filter: blur(60px);
    height: 150px;
}.expreferral_prog .company_holder::before {
    height: 100px;
    content: '';
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    left: -30px;
    bottom: 0;
    width: 100px;
    background: rgb(141,174,139,0.5);
    filter: blur(40px);
    z-index: -1;
}.expreferral_prog .expplay_market::after {
    border-radius: 50%;
    filter: blur(50px);
    background: rgb(180,202,177,0.5);
    height: 120px;
    right: 100px;
    top: -20px;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    width: 120px;
    content: '';
}.expreferral_prog .expplay_market::before {
    content: '';
    width: 180px;
    height: 180px;
    bottom: -50px;
    background: rgb(141,174,139,0.5);
    filter: blur(70px);
    z-index: -1;
    left: 80px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.25;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.expreferral_prog .exphead_primary {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.expreferral_prog .exphead_primary h5 {
    letter-spacing: 0.5px;
}.expreferral_prog .exphead_primary h5::after {
    width: 30px;
    background: rgb(141,174,139);
    left: 0;
    content: '';
    position: absolute;
    height: 2px;
    bottom: -5px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.exppitch_comp {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}.expacademic_experience {
    background: linear-gradient(135deg, rgb(217,229,214), rgb(141,174,139,0.5) 120%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.expacademic_experience::before {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(141,174,139,0.5) 40px,
        rgb(141,174,139,0.5) 42px
    );
}.expacademic_experience::after {
    opacity: 0.04;
    position: absolute;
    width: 60%;
    background: rgb(141,174,139);
    content: "";
    height: 200%;
    right: -10%;
    top: -50%;
    transform: rotate(-12deg);
    z-index: 0;
}.expacademic_experience .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.expacademic_experience .explearner_views {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 3rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
    gap: 2.5rem;
    display: grid;
    background: #ffffff;
}.expacademic_experience .explearner_views:hover {
    transform: perspective(1000px) rotateY(0deg);
}.expacademic_experience .explearner_views > div:first-child {
    width: 100%;
    max-width: 260px;
    position: relative;
    margin: 0 auto;
}.expacademic_experience .explearner_views .expcover_photo {
    width: 260px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    transform: translateZ(20px);
    position: relative;
    height: 260px;
}.expacademic_experience .explearner_views:hover .expcover_photo {
    transform: translateZ(30px) translateY(-5px);
}.expacademic_experience .explearner_views .expcover_photo::after {
    content: "";
    left: 15px;
    position: absolute;
    top: 15px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    right: -15px;
    border: 2px solid rgb(141,174,139);
    opacity: 0;
    transform: translate(10px, 10px);
    bottom: -15px;
}.expacademic_experience .explearner_views:hover .expcover_photo::after {
    opacity: 0.4;
    transform: translate(0, 0);
}.expacademic_experience .explearner_views > div:nth-child(2) {
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s ease;
    text-align: center;
}.expacademic_experience .explearner_views:hover > div:nth-child(2) {
    transform: translateY(-5px);
}.expacademic_experience .name {
    color: rgb(180,202,177);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    font-size: calc(22px * 1.2);
    font-weight: 700;
}.expacademic_experience .name::after {
    content: "";
    bottom: -5px;
    height: 2px;
    transition: width 0.4s ease;
    left: 50%;
    width: 0;
    position: absolute;
    background: rgb(141,174,139);
    transform: translateX(-50%);
}.expacademic_experience .explearner_views:hover .name::after {
    width: 70%;
}.expacademic_experience .explearner_views > div:nth-child(2) > div {
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
    font-size: calc(14px * 1.05);
    color: rgb(141,174,139);
    font-weight: 600;
}.expacademic_experience .expexperience_summary {
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
    border-left: 3px solid rgb(141,174,139,0.5);
    font-size: 14px;
    line-height: 1.8;
    padding-left: 1.5rem;
    color: #000000;
}.expacademic_experience .expexperience_summary::before {
    left: -10px;
    position: absolute;
    content: "";
    font-size: 5rem;
    top: -20px;
    font-family: serif;
    opacity: 0.3;
    color: rgb(141,174,139,0.5);
}

@media (min-width: 768px) {.expacademic_experience .explearner_views {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 260px 1fr;
}.expacademic_experience .explearner_views > div:nth-child(2) {
    text-align: left;
    grid-column: 2;
    align-self: center;
}.expacademic_experience .name::after {
    transform: translateX(0);
    left: 0;
}.expacademic_experience .explearner_views > div:nth-child(3) {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.expacademic_experience {
    padding: 8rem 2rem;
}.expacademic_experience .explearner_views {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.expacademic_experience .explearner_views > div:first-child {
    grid-row: span 2;
}.expacademic_experience .explearner_views > div:nth-child(2) {
    padding-left: 1rem;
    grid-column: 2 / span 2;
}.expacademic_experience .explearner_views > div:nth-child(3) {
    grid-row: 2;
    padding-left: 1rem;
    grid-column: 2 / span 2;
    padding-top: 1rem;
}.expacademic_experience .expexperience_summary {
    padding-left: 2rem;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.expacademic_experience .explearner_views {
    gap: 3.5rem;
    padding: 5rem;
    transform: perspective(1500px) rotateY(3deg);
    grid-template-columns: 300px 1fr 2fr;
}.expacademic_experience .expcover_photo {
    height: 300px;
    width: 300px;
}.expacademic_experience .name {
    font-size: calc(22px * 1.3);
}.expacademic_experience .expexperience_summary {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.expacademic_experience {
    padding: 4rem 1.5rem;
}.expacademic_experience .explearner_views {
    padding: 2rem;
}.expacademic_experience .explearner_views .expcover_photo {
    margin: 0 auto;
    height: 220px;
    width: 220px;
}.expacademic_experience .name {
    font-size: 22px;
}.expacademic_experience .expexperience_summary {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}.expthankYouHub {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,229,214) 0%, #ffffff 100%);
}.expthankYouHub::before {
    top: -10%;
    position: absolute;
    content: "";
    width: 60%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    height: 120%;
    background: rgb(180,202,177,0.5);
    transform: rotate(-5deg);
    left: -10%;
    z-index: 1;
    opacity: 0.1;
}.expthankYouHub::after {
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    background: rgb(141,174,139,0.5);
    bottom: -5%;
    z-index: 1;
    opacity: 0.1;
    content: "";
    height: 80%;
    transform: rotate(3deg);
    width: 40%;
    position: absolute;
    right: -5%;
}.expthankYouHub .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.expthankYouHub .exppro_track {
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 60px 40px;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
}.expthankYouHub .exppro_track:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.expthankYouHub .exppro_track::before {
    left: 0;
    top: 0;
    height: 6px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(180,202,177) 0%, rgb(141,174,139) 100%);
    position: absolute;
}.expthankYouHub .exppro_track::after {
    animation: rotate 15s infinite linear;
    height: 60px;
    top: 20px;
    z-index: -1;
    content: "";
    opacity: 0.2;
    border: 2px solid rgb(180,202,177,0.5);
    width: 60px;
    right: 20px;
    position: absolute;
}.expthankYouHub h5 {
    margin: 0 0 10px;
    padding-left: 20px;
    font-size: 19px;
    color: rgb(180,202,177);
    transform: translateZ(0);
    position: relative;
    font-weight: 700;
    line-height: 1.4;
}.expthankYouHub h5::before {
    content: "";
    top: 0.4em;
    background: rgb(180,202,177);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    left: 0;
    position: absolute;
}.expthankYouHub p {
    transition: all 0.3s ease;
    font-size: 13px;
    padding-left: 20px;
    line-height: 1.8;
    color: #000000;
    border-left: 1px solid rgb(180,202,177,0.5);
    margin: 0;
    position: relative;
}.expthankYouHub a {
    padding: 20px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    background-color: rgba(rgb(217,229,214), 0.3);
}.expthankYouHub a::before {
    transform: scaleX(0.7);
    bottom: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, transparent, rgb(180,202,177,0.5), transparent);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    transform-origin: left;
    height: 2px;
}.expthankYouHub a:hover::before {
    transform: scaleX(1);
}.expthankYouHub a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    background-color: rgba(rgb(217,229,214), 0.5);
}.expthankYouHub a:hover p {
    padding-left: 25px;
    border-left-color: rgb(180,202,177);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {.expthankYouHub {
    padding: 150px 0;
}.expthankYouHub .exppro_track {
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.expthankYouHub h5 {
    max-width: 90%;
    font-size: calc(19px * 1.1);
}.expthankYouHub p {
    font-size: calc(13px * 1.05);
}.expthankYouHub a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.expthankYouHub {
    padding: 180px 0;
}.expthankYouHub .exppro_track {
    gap: 60px;
    padding: 100px 80px;
    grid-template-columns: 0.8fr 1.2fr;
}.expthankYouHub h5 {
    padding-left: 30px;
    font-size: calc(19px * 1.2);
}.expthankYouHub h5::before {
    height: 10px;
    width: 10px;
}.expthankYouHub p {
    padding-left: 30px;
    font-size: calc(13px * 1.1);
}.expthankYouHub a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.expthankYouHub {
    padding: 80px 0;
}.expthankYouHub .exppro_track {
    padding: 40px 25px;
}.expthankYouHub h5 {
    font-size: calc(19px * 0.95);
}.expthankYouHub p {
    font-size: calc(13px * 0.95);
}.expthankYouHub a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.expthankYouHub .exppro_track,
    .expthankYouHub .exppro_track:hover,
    .expthankYouHub a,
    .expthankYouHub a:hover,
    .expthankYouHub p,
    .expthankYouHub a:hover p,
    .expthankYouHub a::before,
    .expthankYouHub a:hover::before {
    animation: none;
    transform: none;
    transition: none;
}}header {
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: rgb(217,229,214);
    position: fixed;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1000;
}header:before {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(180,202,177) 0%, 
        rgb(141,174,139) 50%, 
        rgb(180,202,177) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}header:after {
    left: 0;
    background: 
        linear-gradient(135deg, rgb(217,229,214) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(217,229,214) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(217,229,214) 25%, transparent 25%),
        linear-gradient(45deg, rgb(217,229,214) 25%, transparent 25%);
    background-color: rgba(0, 0, 0, 0.01);
    opacity: 0.4;
    position: absolute;
    height: 100%;
    bottom: 0;
    background-size: 20px 20px;
    pointer-events: none;
    content: '';
    width: 100%;
}header .expmain_page {
    position: relative;
    overflow: hidden;
}header .expmain_page:before {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(180,202,177,0.5),
        transparent
    );
    left: 0;
    content: '';
}header .container {
    position: relative;
    padding: 15px 25px;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    top: 50%;
    position: absolute;
    content: '';
    width: 8px;
    background: rgb(180,202,177);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    height: 8px;
    left: 10px;
}header .container:after {
    position: absolute;
    background: rgb(141,174,139);
    width: 8px;
    opacity: 0.7;
    top: 50%;
    height: 8px;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
}header .expnav_pro {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .expnav_pro:before {
    position: absolute;
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    bottom: -10px;
    content: '';
    width: 100%;
    left: 0;
}header .exphead_primary {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}header .exphead_primary:before {
    bottom: -8px;
    left: 0;
    position: absolute;
    transform-origin: center;
    height: 2px;
    width: 100%;
    background: rgb(180,202,177);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0.9);
    content: '';
}header .exphead_primary:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .expnav_study {
    overflow: hidden;
    font-weight: 600;
    position: relative;
    font-size: 17px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 8px 2px;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #000000;
}header .expnav_study:before {
    transform: translateX(-101%);
    content: '';
    left: 0;
    height: 2px;
    bottom: 0;
    background: rgb(180,202,177);
    position: absolute;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
}header .expnav_study:after {
    left: 50%;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    width: 8px;
    height: 8px;
    background: rgb(180,202,177);
    content: '';
    top: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
}header .expnav_study:hover {
    color: rgb(180,202,177);
}header .expnav_study:hover:before {
    transform: translateX(0);
}header .expnav_study:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .expmain_skill {
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    padding: 5px 12px;
    position: relative;
    display: flex;
}header .expmain_skill:before {
    opacity: 0;
    background: linear-gradient(rgb(217,229,214), rgb(217,229,214)) padding-box,
                linear-gradient(135deg, rgb(180,202,177), rgb(141,174,139)) border-box;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 10px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid transparent;
}header .expmain_skill:after {
    transform: scale(0);
    content: '';
    background: linear-gradient(135deg, rgb(180,202,177), rgb(141,174,139));
    left: -5px;
    opacity: 0;
    height: 10px;
    width: 10px;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
    top: -5px;
}header .expmain_skill:hover:before {
    opacity: 1;
}header .expmain_skill:hover:after {
    transform: scale(1);
    opacity: 1;
}header .expmain_skill svg {
    width: auto;
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}header .expmain_skill:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .exphead_primary {
    gap: 20px;
}header .expmain_skill svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .exphead_primary {
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    padding: 75px 30px 30px;
    gap: 5px;
    top: 0;
    right: -100%;
    max-width: 320px;
    position: fixed;
    width: 80%;
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    flex-direction: column;
    height: 100vh;
    background: rgb(217,229,214);
}header .exphead_primary:before {
    bottom: auto;
    width: 80%;
    left: 10%;
    height: 1px;
    top: 60px;
}header .menu.active {
    right: 0;
}header .expnav_study {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .expnav_study:last-child {
    border-bottom: none;
}header .expnav_study:after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
}header .expnav_study:hover:after {
    top: 50%;
    opacity: 1;
    left: 5px;
}header .expmain_skill {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .expmain_skill svg {
    height: 35px;
}}.expprivacyPolicyOverlay {
    width: 100%;
    background: rgb(141,174,139);
    border-top: 2px solid rgb(180,202,177);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    position: fixed;
    padding: 20px 0;
    z-index: 90;
}.expdata_consent {
    padding: 20px 30px;
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}.expprivacyPolicyOverlay h5 {
    color: #ffffff;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    font-size: 23px;
}.expprivacyPolicyOverlay p {
    font-size: 14px;
    max-width: 500px;
    color: #ffffff;
}.expcookie_user {
    flex-shrink: 0;
    margin-right: 20px;
}.expcookie_user svg, .expcookie_user svg path {
    height: 80px;
    fill: rgb(180,202,177);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.expcookie_user:hover svg {
    transform: rotate(10deg);
}.exptrack_switch {
    text-decoration: none;
    box-shadow: rgb(180,202,177,0.5) 0px 4px 10px 0px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    line-height: 35px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(180,202,177);
    border-radius: 12px;
    padding: 10px 20px;
    cursor: pointer;
}.cookie_button.expweb_cookies {
    background: rgb(180,202,177);
}.cookie_button.expuser_choices {
    background: rgb(141,174,139);
}.exptrack_switch:hover {
    transform: scale(1.05);
    box-shadow: rgb(180,202,177,0.5) 0px 6px 15px 0px;
}.expprivacyPolicyOverlay p a {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    color: rgb(180,202,177);
    text-decoration: none;
}.expprivacyPolicyOverlay p a:hover {
    color: rgb(141,174,139);
}.expwrapper-holder .expprivacyPolicyOverlay {
    padding: 40px 0;
    background: rgb(141,174,139);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
}.expwrapper-holder .exptrack_switch {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px;
    background: rgb(180,202,177);
    margin-left: 30px;
    border: none;
}.expwrapper-holder .expcookie_preference h5, .expwrapper-holder .expcookie_preference p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.expprivacyPolicyOverlay {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.expcookie_user {
    display: none;
}.expdata_consent {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.expprivacyPolicyOverlay h5 {
    text-align: center;
}.expprivacyPolicyOverlay p {
    text-align: center;
}.expcookie_preference {
    margin-bottom: 20px;
    text-align: center;
}.exptrack_switch {
    max-width: 300px;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
#expcookie_window_box {
    display: none;
}#expcookie_window_box:checked ~ .expprivacyPolicyOverlay {
    opacity: 0;
    visibility: hidden;
}.expcontact_section {
    position: relative;
    padding: 120px 0;
    background: rgb(217,229,214);
    overflow: hidden;
}.expcontact_section::before {
    content: "";
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(180,202,177), rgb(141,174,139));
    left: 0;
    position: absolute;
    width: 100%;
}.expcontact_section .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.expcontact_section h2 {
    text-align: left;
    padding-left: 20px;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}.expcontact_section h2::before {
    width: 5px;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: rgb(180,202,177);
    left: 0;
}.expcontact_section .expquery_request {
    display: grid;
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.expcontact_section .expcover_photo {
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(180,202,177,0.5);
    position: relative;
    order: 2;
    border-radius: 14px;
    overflow: hidden;
}.expcontact_section .expmessage_map {
    order: 1;
}.expcontact_section form {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 14px;
    padding: 50px;
}.expcontact_section form h3 {
    letter-spacing: 1px;
    margin-bottom: 35px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Arial, sans-serif;
}.expcontact_section form input[type="text"] {
    border-radius: 10px;
    color: #000000;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    background: rgb(217,229,214);
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    margin-bottom: 25px;
}.expcontact_section form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(180,202,177,0.5);
    background: #ffffff;
    outline: none;
}.expcontact_section form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.expcontact_section .exphelp_message {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.expcontact_section .exphelp_message input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.expcontact_section .exphelp_message label {
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
}.expcontact_section .exphelp_message label::before {
    background: rgb(217,229,214);
    left: 0;
    width: 22px;
    content: "";
    height: 22px;
    top: 2px;
    position: absolute;
    border-radius: 10px;
    transition: all 0.2s ease;
}.expcontact_section .exphelp_message input[type="checkbox"]:checked + label::before {
    background: rgb(180,202,177);
}.expcontact_section .exphelp_message input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    border-right: 2px solid #ffffff;
    height: 10px;
    transform: rotate(45deg);
    top: 6px;
}.expcontact_section .exphelp_message label a {
    color: rgb(180,202,177);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}.expcontact_section .exphelp_message label a:hover {
    color: rgb(141,174,139);
}.expcontact_section form .expcontact_message {
    font-family: Arial, sans-serif;
    font-size: 19px;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    padding: 18px 40px;
    background: #000000;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}.expcontact_section form .expcontact_message:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(180,202,177);
    transform: translateY(-3px);
}.expcontact_section svg {
    fill: rgb(180,202,177);
    width: 20px;
    height: 20px;
}.expcontact_section svg path {
    fill: rgb(180,202,177);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.expcontact_section {
    padding: 90px 0;
}.expcontact_section .expquery_request {
    grid-template-columns: 1fr;
    gap: 40px;
}.expcontact_section .expcover_photo {
    margin: 0 auto;
    order: 1;
    min-height: 400px;
    max-width: 600px;
}.expcontact_section .expmessage_map {
    order: 2;
}.expcontact_section form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.expcontact_section {
    padding: 70px 0;
}.expcontact_section h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.expcontact_section .expcover_photo {
    width: 100%;
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(180,202,177,0.5);
}.expcontact_section form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.expcontact_section {
    padding: 50px 0;
}.expcontact_section h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.expcontact_section .expcover_photo {
    box-shadow: -8px 8px 0 rgb(180,202,177,0.5);
    min-height: 250px;
}.expcontact_section form {
    padding: 30px 20px;
}.expcontact_section form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.expcontact_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.expcontact_section form .expcontact_message {
    padding: 15px 20px;
    width: 100%;
}}.expexperience_trial {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(141,174,139) 0%, rgb(180,202,177) 100%);
    perspective: 1000px;
    transform-style: preserve-3d;
}.expexperience_trial::before {
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 10px
  );
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.expexperience_trial::after {
    position: absolute;
    background: radial-gradient(circle, rgb(141,174,139,0.5) 0%, transparent 70%);
    content: "";
    width: 300px;
    z-index: 0;
    border-radius: 50%;
    bottom: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    right: -50px;
    height: 300px;
}.expexperience_trial .container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    transform: translateZ(0);
    grid-gap: 40px;
    z-index: 2;
    display: grid;
}.expexperience_trial h2 {
    line-height: 1.3;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    animation: slideInText 0.8s 0.2s forwards ease-out;
    opacity: 0;
    font-size: 33px;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transform: translateX(-20px);
}.expexperience_trial .exppro_track {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    animation: slideInHolder 0.8s 0.4s forwards ease-out;
    position: relative;
    background: #ffffff;
    transform: translateX(-20px) rotateY(-5deg);
    display: flex;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px 40px;
    justify-content: flex-start;
    align-items: center;
}.expexperience_trial .exppro_track::before {
    background: rgb(141,174,139);
    top: 0;
    left: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: bottom;
    width: 5px;
    height: 100%;
    animation: growVertical 0.6s 1s forwards ease-out;
    position: absolute;
}.expexperience_trial svg {
    flex-shrink: 0;
    margin-right: 30px;
    height: 48px;
    width: 48px;
    transform: translateY(10px) scale(1);
    transition: transform 0.3s ease;
}.expexperience_trial svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,174,139);
}.expexperience_trial .exppro_track:hover svg {
    transform: translateY(0) scale(1.1) rotate(5deg);
}.expexperience_trial .exppro_track:hover svg path {
    fill: rgb(180,202,177);
}.expexperience_trial .exppro_track div {
    flex-grow: 1;
}.expexperience_trial .expcontact_message {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(141,174,139) 0%, rgb(180,202,177) 100%);
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
    border: none;
    font-size: 19px;
    z-index: 1;
    color: #ffffff;
    display: inline-block;
}.expexperience_trial .expcontact_message::before {
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
}.expexperience_trial .expcontact_message::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 3px;
    bottom: 0;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    transform-origin: right;
    background: #ffffff;
}.expexperience_trial .expcontact_message:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.expexperience_trial .expcontact_message:hover::before {
    left: 100%;
}.expexperience_trial .expcontact_message:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes slideInText {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInHolder {
  0% {
    transform: translateX(-20px) rotateY(-5deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes growVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

@media (min-width: 768px) {.expexperience_trial {
    padding: 100px 0;
}.expexperience_trial .container {
    align-items: center;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
}.expexperience_trial h2 {
    font-size: calc(33px * 1.1);
    transform: translateX(-30px);
}.expexperience_trial .exppro_track {
    padding: 40px 50px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.expexperience_trial {
    padding: 120px 0;
}.expexperience_trial::before {
    background-size: 20px 20px;
}.expexperience_trial .container {
    grid-gap: 80px;
}.expexperience_trial h2 {
    line-height: 1.2;
    font-size: calc(33px * 1.2);
}.expexperience_trial .exppro_track {
    padding: 50px 60px;
}.expexperience_trial svg {
    width: 60px;
    margin-right: 40px;
    height: 60px;
}.expexperience_trial .expcontact_message {
    font-size: calc(19px * 1.1);
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.expexperience_trial {
    padding: 60px 0;
}.expexperience_trial h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.expexperience_trial .exppro_track {
    align-items: flex-start;
    padding: 25px 30px;
    flex-direction: column;
}.expexperience_trial svg {
    margin-bottom: 20px;
    margin-right: 0;
}.expexperience_trial .expcontact_message {
    padding: 12px 24px;
    text-align: center;
    font-size: calc(19px * 0.9);
    width: 100%;
}}.expprogram_offerings {
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    background-color: #ffffff;
    align-items: stretch;
    position: relative;
}.expprogram_offerings::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(217,229,214) 90%);
    pointer-events: none;
    left: 0;
    width: 100%;
    z-index: 2;
}.expprogram_offerings .explearn_code {
    top: 0;
    width: 55%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
}.expprogram_offerings .explesson_plan {
    flex-direction: column;
    height: 500%;
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    display: flex;
}.expprogram_offerings .explearn_code:hover .explesson_plan {
    animation-play-state: paused;
}.expprogram_offerings .expprogram_guide {
    height: 20%;
    width: 100%;
    position: relative;
}.expprogram_offerings .expprogram_guide::before {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    top: 0;
}.expprogram_offerings .expprogram_guide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.8s ease;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
}.expprogram_offerings .expprogram_guide:hover img {
    transform: scale(1.1);
}.expprogram_offerings .container {
    display: flex;
    position: relative;
    padding: 0;
    align-items: center;
    width: 100%;
    z-index: 5;
}.expprogram_offerings .exppro_track {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding-left: 8%;
    width: 45%;
}.expprogram_offerings .explearn_challenge {
    max-width: 550px;
    padding: 3.5rem;
    position: relative;
    border-radius: 0 22px 22px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(217,229,214) 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(180,202,177);
}.expprogram_offerings .explearn_challenge::before {
    border-radius: 0 10px 10px 0;
    pointer-events: none;
    top: 20px;
    left: 20px;
    bottom: 20px;
    border: 1px solid rgb(141,174,139,0.5);
    position: absolute;
    right: 20px;
    border-left: none;
    content: '';
}.expprogram_offerings .explearn_challenge h3 {
    padding-bottom: 15px;
    position: relative;
    font-size: 44px;
    color: rgb(180,202,177);
    font-weight: 700;
    margin-bottom: 1.5rem;
}.expprogram_offerings .explearn_challenge h3::after {
    left: 0;
    content: '';
    bottom: 0;
    position: absolute;
    background: rgb(141,174,139);
    height: 3px;
    width: 80px;
}.expprogram_offerings .explearn_challenge p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 13px;
}.expprogram_offerings .explearn_challenge .expcontact_message {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(180,202,177) 0%, rgb(141,174,139) 100%);
    display: inline-block;
    font-size: 16px;
    padding: 1.2rem 2.5rem;
    font-weight: 600;
}.expprogram_offerings .explearn_challenge .expcontact_message::before {
    background: linear-gradient(45deg, rgb(141,174,139) 0%, rgb(180,202,177) 100%);
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    content: '';
    z-index: -1;
    left: 0;
}.expprogram_offerings .explearn_challenge .expcontact_message:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.expprogram_offerings .explearn_challenge .expcontact_message:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.expprogram_offerings .exppro_track {
    padding-left: 10%;
}.expprogram_offerings .explearn_challenge {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.expprogram_offerings .explearn_code {
    width: 50%;
}.expprogram_offerings .exppro_track {
    padding-left: 5%;
    width: 50%;
}.expprogram_offerings .explearn_challenge {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.expprogram_offerings {
    min-height: auto;
    flex-direction: column;
}.expprogram_offerings .explearn_code {
    width: 100%;
    height: 400px;
    position: relative;
}.expprogram_offerings .explesson_plan {
    width: 500%;
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
    height: 100%;
}.expprogram_offerings .expprogram_guide {
    height: 100%;
    width: 20%;
}.expprogram_offerings .expprogram_guide::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.expprogram_offerings .container {
    padding: 3rem 1rem;
}.expprogram_offerings .exppro_track {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding-left: 0;
}.expprogram_offerings .explearn_challenge {
    border-radius: 22px;
    border-left: none;
    max-width: 100%;
    border-top: 5px solid rgb(180,202,177);
}.expprogram_offerings .explearn_challenge::before {
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-top: none;
    border-radius: 10px;
    border: 1px solid rgb(141,174,139,0.5);
    top: 20px;
}
}

@media screen and (max-width: 768px) {.expprogram_offerings .explearn_code {
    height: 350px;
}.expprogram_offerings .container {
    padding: 2.5rem 1rem;
}.expprogram_offerings .explearn_challenge {
    padding: 2rem;
}.expprogram_offerings .explearn_challenge h3 {
    font-size: calc(44px * 0.8);
}

}

@media screen and (max-width: 576px) {.expprogram_offerings .explearn_code {
    height: 300px;
}.expprogram_offerings .container {
    padding: 2rem 1rem;
}.expprogram_offerings .explearn_challenge {
    padding: 1.5rem;
}.expprogram_offerings .explearn_challenge h3 {
    font-size: calc(44px * 0.7);
}.expprogram_offerings .explearn_challenge p {
    font-size: calc(13px * 0.9);
    margin-bottom: 2rem;
}.expprogram_offerings .explearn_challenge .expcontact_message {
    text-align: center;
    padding: 1rem;
    width: 100%;
}.expprogram_offerings .explearn_challenge::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.exppricing_wrapper {
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.exppricing_wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    height: 100%;
}.exppricing_wrapper .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.exppricing_wrapper .exptrial_pricing {
    position: relative;
}.exppricing_wrapper h2 {
    font-size: 37px;
    transform: translateZ(0);
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}.exppricing_wrapper h2::after {
    left: 50%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(180,202,177), rgb(141,174,139));
    position: absolute;
    height: 4px;
    bottom: -12px;
    content: "";
    transform: translateX(-50%);
    width: 80px;
}.exppricing_wrapper .exppricing_deals {
    line-height: 1.6;
    font-size: calc(17px + 2px);
    margin: 0 auto 60px;
    opacity: 0.9;
    text-align: center;
    font-weight: 300;
    max-width: 800px;
    color: #ffffff;
}.exppricing_wrapper .explearning_rates {
    perspective: 1000px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    padding: 0;
}.exppricing_wrapper .explearning_rates li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.exppricing_wrapper .explearning_rates li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.exppricing_wrapper .expvalue_rates {
    background-color: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    display: block;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    isolation: isolate;
    height: 100%;
}.exppricing_wrapper .expvalue_rates::before {
    transform-origin: 0 0;
    height: 4px;
    transform: scaleX(0);
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,202,177), rgb(141,174,139));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: 0;
}.exppricing_wrapper .expvalue_rates:hover::before {
    transform: scaleX(1);
}.exppricing_wrapper .expvalue_rates::after {
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(rgb(180,202,177,0.5), 0.05), transparent);
    z-index: -1;
}.exppricing_wrapper .exppackage_price {
    box-sizing: border-box;
    z-index: 1;
    height: 100%;
    flex-direction: column;
    position: relative;
    padding: 35px 30px;
    display: flex;
}.exppricing_wrapper .exppayment_scheme {
    display: flex;
    flex-direction: column;
    flex: 1;
}.exppricing_wrapper .exppayment_scheme h4 {
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    font-size: calc(23px + 2px);
    padding-bottom: 15px;
    color: #ffffff;
}.exppricing_wrapper .exppayment_scheme h4::after {
    position: absolute;
    width: 40px;
    background: rgb(141,174,139);
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    bottom: 0;
    left: 0;
}.exppricing_wrapper .expvalue_rates:hover .exppayment_scheme h4::after {
    width: 60px;
}.exppricing_wrapper .exppayment_scheme p {
    font-size: 17px;
    overflow-wrap: break-word;
    flex: 1;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.6;
}.exppricing_wrapper .exppackage_deals {
    align-self: flex-start;
    color: rgb(180,202,177);
    font-size: calc(23px + 4px);
    transition: all 0.3s ease;
    margin-top: auto;
    border-radius: 10px;
    position: relative;
    background: rgba(rgb(180,202,177,0.5), 0.1);
    letter-spacing: 0.5px;
    font-weight: 700;
    display: block;
    padding: 10px 20px;
}.exppricing_wrapper .expvalue_rates:hover .exppackage_deals {
    transform: scale(1.05);
    background: rgba(rgb(180,202,177,0.5), 0.2);
}

@media (min-width: 1200px) {.exppricing_wrapper .explearning_rates {
    grid-template-columns: repeat(4, 1fr);
}.exppricing_wrapper .exppackage_price {
    padding: 40px 35px;
}.exppricing_wrapper h2 {
    font-size: calc(37px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.exppricing_wrapper .explearning_rates {
    grid-template-columns: repeat(3, 1fr);
}.exppricing_wrapper .exppackage_price {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.exppricing_wrapper .explearning_rates {
    grid-template-columns: repeat(2, 1fr);
}.exppricing_wrapper .exppayment_scheme p {
    font-size: calc(17px - 1px);
    margin-bottom: 25px;
}.exppricing_wrapper .exppackage_price {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.exppricing_wrapper {
    padding: 70px 0;
}.exppricing_wrapper .explearning_rates {
    grid-template-columns: 1fr;
    gap: 20px;
}.exppricing_wrapper h2 {
    font-size: calc(37px - 2px);
}.exppricing_wrapper .exppricing_deals {
    font-size: 17px;
    margin-bottom: 40px;
}.exppricing_wrapper .exppayment_scheme h4 {
    font-size: 23px;
}.exppricing_wrapper .exppayment_scheme p {
    font-size: calc(17px - 1px);
    margin-bottom: 20px;
}.exppricing_wrapper .exppackage_deals {
    font-size: calc(23px + 2px);
}.exppricing_wrapper .exppackage_price {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.exppricing_wrapper {
    padding: 50px 0;
}.exppricing_wrapper .exppackage_price {
    padding: 25px 20px;
}.exppricing_wrapper h2::after {
    width: 60px;
    height: 3px;
}.exppricing_wrapper .exppackage_deals {
    padding: 8px 16px;
}
}