.exp-program-foot {
    flex: 0 0 auto;
}

.exp-program-foot {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}

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

.exp-interested-learners::before {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(169,202,178,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(124,171,138,0.5) 0%, transparent 50%);
    z-index: 0;
    position: absolute;
    opacity: 0.5;
}

.exp-interested-learners h4 {
    font-size: 29px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 35px 30px;
    background: linear-gradient(120deg, rgb(169,202,178) 0%, rgb(124,171,138) 100%);
    font-weight: 700;
    margin: 0;
    position: relative;
}

.exp-interested-learners div p {
    font-weight: 400;
    color: #000000;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    font-size: 12px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}

.exp-developer-experience {
    padding: 7rem 2rem 5rem;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(212,229,215) 0%, rgb(169,202,178,0.5) 100%);
    position: relative;
}

.exp-developer-experience .exp-image-box-item {
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    position: absolute;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    left: 15%;
    z-index: 3;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 380px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    width: 300px;
}

.exp-developer-experience .exp-job-tasks:hover::before {
    top: 8px;
    opacity: 0.5;
    left: 8px;
}



.exp-developer-experience .exp-exp-grid::after {
    opacity: 0.4;
    color: rgb(124,171,138,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    font-family: serif;
    right: 0;
    bottom: -50px;
    font-size: 6rem;
}

.exp-cost-plan .container {
    z-index: 1;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.exp-cost-plan .exp-study-costs {
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    margin-bottom: 60px;
}

.exp-cost-plan .exp-price-sheet {
    display: grid;
    margin-top: 20px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.exp-cost-plan .exp-cost-fee:nth-child(3) {
    --i: 3;
}

.exp-cost-plan .exp-cost-fee:hover .exp-plan-fee {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(169,202,178,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}

.exp-cost-plan .exp-fee-plans::before {
    border-radius: 2px;
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    top: -10px;
    width: 40px;
    background: linear-gradient(90deg, rgb(124,171,138), transparent);
}

.exp-cost-plan .exp-cost-fee:hover .exp-image-box-item {
    transform: scale(1.05);
}

.exp-program-details {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,229,215) 0%, rgba(240, 240, 245, 0.9) 100%);
    padding: 90px 0;
}

.exp-program-details .exp-practical-study {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
}

.exp-program-details .exp-image-box-item::after {
    right: -10px;
    border-right: 4px solid rgb(124,171,138);
    position: absolute;
    height: 80px;
    z-index: 2;
    top: -10px;
    border-top: 4px solid rgb(124,171,138);
    width: 80px;
    content: "";
}

.exp-program-details h3 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: calc(23px * 1.1);
    margin-bottom: 25px;
    line-height: 1.4;
    position: relative;
    color: #000000;
}

.exp-contact {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(212,229,215) 0%, rgb(212,229,215) 60%, rgb(169,202,178,0.5) 100%);
    padding: 110px 0;
    position: relative;
}

.exp-contact .exp-support-panel {
    gap: 40px;
    display: grid;
    position: relative;
    background: transparent;
    grid-template-columns: 1fr 450px;
    align-items: center;
}

.exp-contact .exp-inquiry-grid {
    border-radius: 17px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 50px;
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
}

.exp-contact .exp-feedback-message {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.exp-contact .exp-feedback-message label::before {
    border-radius: 4px;
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    background: rgb(212,229,215);
    top: 2px;
    position: absolute;
    left: 0;
    content: "";
}

.exp-contact form .exp-request-map::after {
    transition: width 0.3s ease;
    z-index: 0;
    top: 0;
    background: rgb(124,171,138);
    right: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
}

.exp-sign-up::before {
    position: absolute;
    background: 
        radial-gradient(circle at 30% 30%, rgb(169,202,178,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(124,171,138,0.5) 0%, transparent 50%);
    z-index: 1;
    opacity: 0.3;
    left: -50%;
    content: "";
    width: 200%;
    animation: rotateBg 30s linear infinite;
    height: 200%;
    top: -50%;
}

.exp-sign-up input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(169,202,178);
    transform: translateY(-5px);
}

.exp-sign-up input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.exp-sign-up input[type="submit"]:hover::before {
    left: 0;
}

.exp-sign-up::after {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(169,202,178) 49.5%, rgb(169,202,178) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(169,202,178) 49.5%, rgb(169,202,178) 50.5%, transparent 50.5%);
    height: 70%;
    background-size: 20px 20px;
    width: 40%;
    top: 15%;
    animation: patternMove 15s linear infinite;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    right: -10%;
    opacity: 0.1;
    content: "";
}

.exp-contacts .exp-connect-block {
    position: relative;
    margin: 0;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    background: rgb(212,229,215);
}

.exp-contacts .exp-contact-form:nth-child(1) {
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.exp-contacts .exp-contact-form::before {
    height: 100%;
    background: rgb(169,202,178);
    top: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
    width: 100%;
    content: "";
    transform: translateX(-100%);
    left: 0;
    position: absolute;
}



.exp-contacts .exp-contact-form:active {
    transform: scale(0.95);
}

header:before {
    width: 100%;
    content: '';
    animation: shimmer 8s infinite linear;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

header .container:before {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
    height: 1px;
    bottom: -1px;
    opacity: 0.5;
}

header .exp-head-expert:after {
    z-index: -1;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    left: 0;
    transform: scaleY(0);
    background: linear-gradient(
        180deg,
        transparent,
        rgb(169,202,178,0.5),
        transparent
    );
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
}

header .exp-header-learn:before {
    position: absolute;
    width: calc(100% + 20px);
    z-index: -1;
    opacity: 0;
    content: '';
    transition: opacity 0.5s ease;
    top: -10px;
    left: -10px;
    background: radial-gradient(
        circle,
        rgb(169,202,178,0.5) 0%,
        transparent 70%
    );
    height: calc(100% + 20px);
}

header .top_plank .exp-top-area {
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    line-height: 21px;
    font-size: 14px;
    align-items: center;
}

.exp-privacy-hedge h3, .exp-privacy-hedge h4, .exp-privacy-hedge h5, .exp-privacy-hedge h6 {
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px dotted rgb(169,202,178);
    text-transform: capitalize;
    margin-top: 25px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

.exp-privacy-hedge section {
    background: rgb(212,229,215);
    border: 1px solid rgb(124,171,138,0.5);
    padding: 25px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.exp-give-it-a-try::after {
    animation: constellation 60s linear infinite;
    opacity: 0.4;
    position: absolute;
    content: "";
    top: -50%;
    height: 200%;
    z-index: 0;
    left: -50%;
    width: 200%;
}

.exp-give-it-a-try div > span {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(10deg);
    transform-origin: center bottom;
}

.exp-give-it-a-try .exp-request-map:hover {
    color: rgb(124,171,138);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.exp-give-it-a-try .exp-request-map:hover::before {
    transform: translateX(100%);
}

.exp-give-it-a-try .exp-request-map:hover span {
    transform: scale(1.05);
}

.exp-our-mission {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.exp-our-mission .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}

.exp-our-mission h2::before {
    background: rgb(124,171,138);
    position: absolute;
    content: "";
    transform-origin: left;
    animation: expandLine 1.5s forwards ease-out;
    bottom: -10px;
    width: 40%;
    height: 3px;
    left: 0;
}

.exp-our-mission .exp-content-box: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);
}

.exp-our-mission .exp-content-box p::after {
    bottom: -8px;
    animation: expandLine 1.5s forwards ease-out 0.5s;
    height: 2px;
    transform-origin: left;
    background: rgb(124,171,138);
    width: 70px;
    content: "";
    position: absolute;
    left: 0;
}

footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(169,202,178,0.5), rgb(169,202,178,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(169,202,178,0.5), rgb(169,202,178,0.5) 1px, transparent 1px, transparent 20px);
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.1;
    bottom: 0;
}

.exp-program-foot .exp-footer-careers {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.exp-program-foot .exp-main-primary {
    background: #ffffff;
    overflow: hidden;
    border-radius: 26px;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.exp-program-foot .exp-main-primary .exp-head-know a:hover {
    padding-left: 2.2rem;
    color: rgb(169,202,178);
}

.exp-program-foot .exp-main-primary .exp-head-know a:hover::before {
    width: 100%;
}

.exp-biz-learnings {
    background: rgb(212,229,215);
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    position: relative;
}

.exp-thxContent::before {
    top: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    left: 0;
    height: 100%;
    background-size: 60px 60px, 40px 40px;
    position: absolute;
    width: 100%;
    z-index: -1;
    animation: shimmer 15s infinite linear;
    opacity: 0.6;
}

.exp-thxContent .exp-pro-program > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.exp-thxContent .exp-pro-program > div:first-child::after {
    bottom: -0.75rem;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(124,171,138);
    width: 60px;
    transform: scaleX(0);
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
}

.exp-title-section {
    position: relative;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(169,202,178,0.5), rgb(124,171,138), rgba(0, 0, 0, 0.5));
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    display: flex;
}

.exp-title-section .exp-main-intro > div:first-child::before {
    content: "";
    animation: lineGrow 1.2s ease-out 0.8s forwards;
    left: 0;
    position: absolute;
    background: rgb(169,202,178);
    width: 4px;
    top: 0;
    height: 0;
}

.exp-title-section .exp-class-experts {
    position: relative;
    opacity: 0;
    width: 100%;
    transform: translateY(30px);
    animation: slideInFromBottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}

.exp-title-section .exp-class-experts > div > div {
    margin-top: 2rem;
    z-index: 2;
    justify-content: center;
    display: flex;
    position: relative;
}

.exp-title-section .exp-class-experts > div > div > div::before,
.exp-title-section .exp-class-experts > div > div > div::after {
    content: "";
    position: absolute;
    height: 20px;
    opacity: 0.7;
    width: 20px;
    border: 2px solid rgb(124,171,138);
}

.exp-title-section .exp-class-experts > div > div > div::before {
    border-bottom: none;
    left: 10px;
    top: 10px;
    animation: cornerGrow 1s ease 1.5s forwards;
    border-right: none;
}

#exp-cookie-popup-alert:checked ~ .exp-cookie-overlay-window {
    opacity: 0;
    visibility: hidden;
}

.exp-cookie-overlay-window p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
}

.exp-visitor-acceptance {
    background: linear-gradient(90deg, rgb(169,202,178), rgb(124,171,138));
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    min-width: 140px;
    line-height: 40px;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(169,202,178);
    padding: 10px 20px;
    border-radius: 30px;
    color: #000000;
}



@media (max-width: 479px) {.exp-interested-learners {
    padding: 40px 0;
}.exp-interested-learners h4 {
    font-size: calc(29px - 6px);
    padding: 20px 15px;
}.exp-interested-learners div {
    padding: 20px 15px;
}.exp-interested-learners div p {
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: calc(12px - 1px);
}.exp-interested-learners div p svg {
    min-width: 18px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}}



@media (max-width: 767px) {.exp-cost-plan {
    padding: 60px 0;
}.exp-cost-plan .exp-price-sheet {
    grid-template-columns: 1fr;
    gap: 20px;
}.exp-cost-plan .exp-qtr-cost {
    padding: 25px 20px;
}.exp-cost-plan .exp-image-box-item {
    height: 180px;
}.exp-cost-plan .exp-study-costs h2 {
    font-size: calc(35px - 2px);
}.exp-cost-plan .exp-fee-board {
    font-size: calc(13px - 1px);
}
}



@media (max-width: 767px) {.exp-program-details {
    padding: 60px 0;
}.exp-program-details::before {
    opacity: 0.3;
    width: 100%;
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
}.exp-program-details .exp-image-box-item {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 280px;
}.exp-program-details .exp-content-box {
    margin-top: -30px;
    padding: 25px 20px;
}.exp-program-details h3 {
    font-size: calc(23px * 1.05);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.exp-program-details .description {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}



@media (max-width: 768px) {.exp-sign-up {
    padding: 4rem 1.5rem;
}.exp-sign-up .exp-request-inquiry {
    width: 100%;
}.exp-sign-up h3 {
    font-size: calc(19px * 0.9);
    padding: 1.2rem 1.5rem;
}.exp-sign-up .input_holder {
    padding: 2rem;
}.exp-sign-up input[type="email"] {
    flex: 1 1 100%;
    margin-right: 0;
}.exp-sign-up input[type="submit"] {
    margin-top: 1rem;
    width: 100%;
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .exp-main-primary {
    gap: 20px;
}header .exp-header-learn svg {
    height: 38px;
}
}



@media only screen and (max-width: 800px) {.exp-privacy-hedge {
    padding: 30px;
}.exp-privacy-hedge h1 {
    font-size: calc(20px - 8px);
}.exp-privacy-hedge h2 {
    font-size: calc(20px - 6px);
}.exp-privacy-hedge h3, .exp-privacy-hedge h4, .exp-privacy-hedge h5, .exp-privacy-hedge h6 {
    font-size: calc(20px - 4px);
}.exp-privacy-hedge ul, .exp-privacy-hedge ol {
    padding-left: 20px;
    font-size: calc(17px - 2px);
}}



@media (max-width: 375px) {.exp-give-it-a-try {
    padding: 3rem 0;
}.exp-give-it-a-try h6 {
    font-size: calc(21px * 0.85);
    margin-bottom: 1.5rem;
}.exp-give-it-a-try .exp-request-map {
    padding: 0.75rem 1.6rem;
    font-size: calc(17px * 0.9);
}
}



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



@media (max-width: 1200px) {.exp-program-foot .container {
    gap: 2rem;
}.exp-program-foot .company_holder {
    flex: 1 1 360px;
}.exp-program-foot .exp-footer-careers {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.exp-program-foot .exp-head-know {
    gap: 2rem;
}
}



@media (max-width: 420px) {.exp-program-foot .company_holder h3::after {
    width: 50px;
}.exp-program-foot .exp-main-primary .exp-head-know a:hover {
    padding-left: 2rem;
}.exp-biz-learnings .exp-skill-test {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media screen and (max-width: 768px) {.exp-thxContent {
    padding: 4rem 1.5rem;
}.exp-thxContent .exp-pro-program {
    transform: none;
    padding: 2rem;
}.exp-thxContent .exp-pro-program::before {
    height: 4px;
}.exp-thxContent h5 {
    font-size: calc(19px * 0.85);
}.exp-thxContent p {
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 576px) {.exp-title-section {
    min-height: 90vh;
}.exp-title-section .exp-main-intro > div:first-child p {
    font-size: calc(18px * 0.9);
}.exp-title-section .exp-class-experts h3 {
    font-size: calc(22px * 0.8);
    border-left: 2px solid rgb(124,171,138);
    padding-left: 0.6rem;
}.exp-title-section .exp-class-experts > div > div > div {
    padding: 1rem;
}.exp-title-section .title_style_header {
    font-size: calc(48px * 0.7);
}.exp-title-section .title_style_header::after {
    height: 3px;
    bottom: -8px;
    width: 60px;
}.exp-title-section .exp-class-experts > div > div > div::before,
  .exp-title-section .exp-class-experts > div > div > div::after {
    height: 15px;
    width: 15px;
}}

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



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes buttonAppear {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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



@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}



@keyframes constellationMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 1000px;
  }
}

