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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    backdrop-filter: blur(20px);
    z-index: 1000;
    left: 0;
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(169,202,178,0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
}

.exp-interested-learners .exp-pro-program {
    border-radius: 17px;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transform: translateY(0);
}

.exp-interested-learners div p::before {
    height: 100%;
    background: linear-gradient(180deg, rgb(169,202,178), rgb(124,171,138));
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 4px;
    transition: all 0.3s ease;
}

.exp-interested-learners div p:hover::after {
    opacity: 1;
}

.exp-interested-learners div p:hover svg {
    transform: scale(1.15);
}

.exp-interested-learners div p:hover svg path {
    fill: rgb(124,171,138);
}

.exp-developer-experience::before {
    right: -10%;
    width: 60%;
    top: -20%;
    background: repeating-linear-gradient(
        45deg,
        rgb(124,171,138,0.5),
        rgb(124,171,138,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    position: absolute;
    height: 70%;
    z-index: 1;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    content: "";
    opacity: 0.2;
}

.exp-developer-experience .exp-job-tasks::before {
    transition: all 0.5s ease;
    opacity: 0.3;
    height: 100%;
    top: 15px;
    content: "";
    position: absolute;
    background: rgb(169,202,178,0.5);
    width: 100%;
    z-index: -1;
    border-radius: 17px;
    left: 15px;
}

.exp-developer-experience .exp-job-tasks > div:nth-child(2) {
    transform: translateY(30px);
    z-index: 2;
    color: rgb(124,171,138);
    font-size: 22px;
    font-weight: 600;
    opacity: 0;
    position: relative;
    margin-bottom: 2rem;
    animation: slide-up 0.7s forwards 0.4s;
}

.exp-cost-plan {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0;
    background-color: rgb(212,229,215);
}

.exp-cost-plan .exp-study-costs h2 {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    font-size: 35px;
}

.exp-cost-plan .exp-cost-fee {
    animation-delay: calc(0.15s * var(--i, 1));
    text-decoration: none;
    perspective: 1000px;
    animation: fadeUp 0.8s ease-out forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
    display: block;
    opacity: 0;
}

.exp-cost-plan .exp-cost-fee:hover .exp-qtr-cost h3 {
    color: rgb(169,202,178);
    transform: translateX(5px);
}

.exp-cost-plan .exp-cost-fee:hover .exp-fee-plans {
    color: rgb(169,202,178);
    transform: scale(1.05);
}

.exp-cost-plan .exp-image-box-item {
    transition: all 0.5s ease;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.exp-cost-plan .exp-cost-fee:hover .exp-image-box-item::after {
    opacity: 0.3;
}

.exp-program-details::after {
    left: 0;
    height: 8px;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgb(169,202,178) 0%, rgb(124,171,138) 50%, rgb(169,202,178) 100%);
    width: 100%;
    content: "";
    position: absolute;
}

.exp-program-details .exp-image-box-item {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 380px;
}

.exp-program-details .exp-content-box:hover {
    transform: translateY(-5px);
}

.exp-program-details h3::after {
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(169,202,178);
    bottom: 0;
}

.exp-contact::before {
    top: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(169,202,178,0.5),
        rgb(169,202,178,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    opacity: 0.05;
    right: 0;
}

.exp-contact .exp-image-box-item:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.exp-contact form {
    width: 100%;
}

.exp-contact form h3 {
    font-size: 22px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.exp-contact form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.exp-contact .exp-feedback-message label {
    position: relative;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 35px;
}

.exp-contact .exp-feedback-message label a:hover {
    color: rgb(124,171,138);
}

.exp-contact form .exp-request-map {
    cursor: pointer;
    position: relative;
    background: rgb(169,202,178);
    font-family: Arial, sans-serif;
    padding: 16px 35px;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}

.exp-sign-up .exp-request-inquiry {
    position: relative;
    width: 80%;
    display: flex;
    max-width: 800px;
    flex-direction: column;
    margin-left: 5%;
}

.exp-sign-up .input_holder {
    z-index: 2;
    position: relative;
    transform: translateX(5%);
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    padding: 2.5rem 3rem;
    display: flex;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
}

.exp-sign-up input[type="submit"]::before {
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    height: 100%;
    z-index: -1;
    left: -100%;
    background: rgb(124,171,138);
    content: "";
}

.exp-sign-up .input_holder::after {
    background: rgb(169,202,178,0.5);
    height: 50px;
    position: absolute;
    width: 50px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 10%;
    opacity: 0.5;
    content: "";
    bottom: -25px;
    transform: rotate(180deg);
}

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

.exp-contacts .exp-message-us {
    overflow: hidden;
    grid-template-rows: auto auto auto;
    border-radius: 0;
    grid-template-columns: 1fr;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    display: grid;
    padding: 0;
}

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

.exp-contacts .exp-contact-form svg {
    z-index: 1;
    width: 30px;
    transition: transform 0.3s ease;
    position: relative;
    height: 30px;
}

.exp-contacts p svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}



.exp-contacts .exp-contact-form::after {
    z-index: -1;
    transition: opacity 0.3s ease;
    transform: translateX(-100%);
    height: 100%;
    opacity: 0;
    background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.2) 50%, 
    transparent 100%
  );
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

header .container {
    max-width: 1200px;
    padding: 16px 25px;
    position: relative;
    margin: 0 auto;
}

header .exp-main-primary {
    align-items: center;
    position: relative;
    gap: 35px;
    display: flex;
}

header .exp-main-primary:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

header .exp-head-expert:before {
    transform: scaleX(0);
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    content: '';
}

header .exp-header-learn:after {
    border: 1px solid transparent;
    content: '';
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(169,202,178),
        transparent
    ) 1;
    top: 0;
    left: 0;
    height: 100%;
}

header .top_plank .exp-top-area div span {
    color: #ffffff;
}

header .top_plank .exp-top-area div img, header .top_plank .exp-top-area div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.exp-privacy-hedge h2 {
    margin-top: 30px;
    font-family: Arial, sans-serif;
    border-left: 5px solid rgb(169,202,178);
    font-size: 30px;
    color: rgb(124,171,138);
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: 600;
}

.exp-privacy-hedge li {
    line-height: 1.6;
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
    border-left: 2px dashed rgb(124,171,138);
}

.exp-privacy-hedge p, .exp-privacy-hedge span, .exp-privacy-hedge div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(124,171,138,0.5);
    font-size: 17px;
    color: #000000;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.exp-give-it-a-try .container {
    max-width: 1200px;
    transform: translateZ(30px);
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    position: relative;
}

.exp-give-it-a-try .exp-request-map::before {
    width: 120%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: translateX(-100%);
    content: "";
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: -10%;
    height: 120%;
    position: absolute;
    left: -10%;
}

.exp-give-it-a-try div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-our-mission::after {
    background: radial-gradient(ellipse at center, rgb(124,171,138,0.5) 0%, transparent 70%);
    position: absolute;
    width: 80%;
    top: -50%;
    z-index: 2;
    right: -30%;
    height: 200%;
    content: "";
    animation: glow 15s infinite alternate ease-in-out;
    opacity: 0.15;
    transform: rotate(-15deg);
}

.exp-our-mission .exp-content-box::before {
    animation: shimmer 5s infinite;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.exp-our-mission .exp-content-box div div {
    transition: all 0.5s ease;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    column-count: 1;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 14px;
    column-gap: 40px;
}

.exp-program-foot .container {
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}

.exp-program-foot .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    background: #ffffff;
    position: relative;
    padding: 2rem 2.5rem;
    border-radius: 26px;
}

.exp-program-foot .company_holder h3::after {
    height: 3px;
    content: "";
    bottom: -0.5rem;
    background: rgb(124,171,138);
    position: absolute;
    width: 80px;
    left: 0;
}

.exp-program-foot .exp-main-primary .exp-head-know {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.exp-program-foot .exp-main-primary .exp-head-know a::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    background: rgb(212,229,215);
    width: 0;
    transition: all 0.3s ease;
}

.exp-biz-learnings::before {
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(169,202,178,0.5), transparent);
    height: 1px;
    position: absolute;
    right: 10%;
    top: 0;
    content: "";
}

.exp-thxContent::after {
    z-index: -1;
    content: "";
    width: 40%;
    transform: rotate(-15deg) skew(20deg);
    right: -5%;
    filter: blur(40px);
    position: absolute;
    background: linear-gradient(160deg, rgb(124,171,138,0.5), transparent);
    height: 70%;
    top: -10%;
}

.exp-thxContent .exp-pro-program::after {
    z-index: -1;
    content: "";
    filter: blur(15px);
    background: rgba(0, 0, 0, 0.07);
    bottom: -20px;
    position: absolute;
    left: 5%;
    border-radius: 50%;
    width: 90%;
    height: 20px;
}

.exp-thxContent h5 {
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    margin: 0;
    font-size: 19px;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    font-weight: 700;
}

.exp-thxContent a:hover {
    transform: translateX(5px);
}

.exp-title-section::before {
    right: 0;
    content: "";
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1) 0%, transparent 60%);
    bottom: 0;
}

.exp-title-section .exp-main-intro > div:first-child {
    transform: translateY(20px);
    opacity: 0;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    animation: slideInFromTop 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    position: relative;
    background: rgba(255,255,255,0.1);
    margin-bottom: 2rem;
    align-self: flex-start;
    padding: 1.5rem 2rem;
}

.exp-title-section .exp-class-experts h3 {
    font-size: calc(22px * 1.1);
    margin: 0 0 2rem 0;
    padding-left: 1rem;
    transform: translateX(20px);
    max-width: 800px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    opacity: 0;
    border-left: 3px solid rgb(124,171,138);
    animation: slideInFromRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}

.exp-title-section .title_style_header {
    color: #ffffff;
    margin: 0;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 48px;
    letter-spacing: 1px;
    text-align: center;
}


#exp-cookie-popup-alert {
    display: none;
}

.exp-cookie-overlay-window h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 24px;
}

.exp-manage-cookies svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(169,202,178);
    width: 80px;
}

.cookie_button.exp-data-control:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(124,171,138);
}

.exp-program-details .description::-webkit-scrollbar {
    width: 4px;
}

.exp-program-details .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.exp-program-details .description::-webkit-scrollbar-thumb {
    background: rgb(169,202,178,0.5);
    border-radius: 10px;
}



@media (max-width: 1100px) {.exp-developer-experience .exp-rating-zone {
    align-items: center;
    flex-direction: column;
}.exp-developer-experience .exp-image-box-item {
    height: 320px;
    width: 250px;
    margin-bottom: 4rem;
    left: auto;
    position: relative;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
}.exp-developer-experience .exp-job-tasks {
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    width: 100%;
    margin-left: 0;
    padding: 2rem;
}}



@media (min-width: 992px) {.exp-program-details .exp-practical-study {
    gap: 60px;
}.exp-program-details .exp-image-box-item {
    height: 500px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.exp-program-details .exp-content-box {
    padding: 50px;
    transform: translateX(-80px);
}.exp-program-details .exp-content-box:hover {
    transform: translateX(-90px) translateY(0);
}.exp-program-details h3 {
    margin-bottom: 30px;
}.exp-program-details .description {
    max-height: 400px;
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}



@media screen and (max-width: 991px) {.exp-contact {
    padding: 80px 0;
}.exp-contact .exp-support-panel {
    gap: 40px;
    grid-template-columns: 1fr;
}.exp-contact .exp-image-box-item {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.exp-contact .exp-inquiry-grid {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 480px) {.exp-sign-up {
    padding: 3rem 1rem;
}.exp-sign-up h3 {
    font-size: calc(19px * 0.8);
    padding: 1rem 1.2rem;
}.exp-sign-up .input_holder {
    padding: 1.5rem;
}.exp-sign-up input[type="email"] {
    padding: 0.8rem 1rem;
}.exp-sign-up input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.exp-sign-up .input_holder::before,
    .exp-sign-up .input_holder::after {
    display: none;
}}



@media (max-width: 767px) {header .exp-main-primary {
    width: 80%;
    backdrop-filter: blur(15px);
    position: fixed;
    height: 100vh;
    background: rgb(169,202,178);
    background: linear-gradient(
            135deg,
            rgb(169,202,178) 0%,
            rgb(169,202,178,0.5) 100%
        );
    -webkit-backdrop-filter: blur(15px);
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    gap: 20px;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 80px 30px 30px;
    right: -100%;
    flex-direction: column;
    top: 0;
}header .exp-main-primary:before {
    display: none;
}header .menu.active {
    right: 0;
}header .exp-head-expert {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .exp-head-expert:last-child {
    border-bottom: none;
}header .exp-header-learn {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.exp-our-mission {
    padding: 70px 0 50px;
}.exp-our-mission .exp-content-box {
    padding: 20px 15px;
    transform: none;
}.exp-our-mission h2 {
    font-size: calc(38px * 0.85);
}.exp-our-mission .exp-content-box p {
    font-size: calc(22px * 0.9);
}.exp-our-mission .exp-content-box div div {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 768px) {.exp-program-foot {
    padding: 3rem 0 1.5rem;
}.exp-program-foot .exp-head-know {
    gap: 1.5rem;
}.exp-program-foot .company_holder {
    padding: 2rem;
}.exp-program-foot .company_holder h3 {
    font-size: calc(35px - 2px);
}.exp-biz-learnings {
    margin-top: 2rem;
}
}



@media screen and (max-width: 992px) {.exp-thxContent {
    padding: 5rem 2rem;
}.exp-thxContent .exp-pro-program {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.exp-thxContent h5 {
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 768px) {.exp-title-section .exp-main-intro {
    transform: none;
    width: 95%;
}.exp-title-section .exp-main-intro > div:first-child {
    margin-bottom: 1.5rem;
    padding: 1rem;
}.exp-title-section .exp-class-experts > div {
    padding: 1.5rem;
}.exp-title-section .exp-class-experts h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 1.5rem;
}.exp-title-section .exp-class-experts > div > div {
    margin-top: 1.5rem;
}.exp-title-section .exp-class-experts > div > div > div {
    padding: 1.2rem 1.5rem;
}.exp-title-section .title_style_header {
    font-size: calc(48px * 0.8);
}.exp-title-section .title_style_header::after {
    width: 80px;
    bottom: -10px;
}
}

@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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

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



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



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



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



@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}



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

