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

html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}


.exp-interested-learners {
    position: relative;
    background: linear-gradient(45deg, rgb(212,229,215) 0%, rgb(124,171,138,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}

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

.exp-interested-learners .exp-pro-program:hover {
    transform: translateY(-10px);
}

.exp-interested-learners h4::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    left: 0;
    width: 100%;
    opacity: 0.5;
    top: 0;
    position: absolute;
    height: 100%;
}

.exp-interested-learners div p::after {
    top: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(169,202,178), 0.05) 0%, 
        rgba(rgb(124,171,138), 0.05) 100%
    );
    width: 100%;
    z-index: -1;
    opacity: 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
}

.exp-interested-learners div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,202,178);
}

.exp-developer-experience::after {
    bottom: -15%;
    content: "";
    width: 40%;
    left: -5%;
    opacity: 0.3;
    z-index: 1;
    height: 50%;
    border: 5px solid rgb(169,202,178,0.5);
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    position: absolute;
}

.exp-developer-experience .exp-job-tasks {
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    border-radius: 17px;
    z-index: 2;
    position: relative;
    background: #ffffff;
    width: 550px;
    margin-left: auto;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.exp-developer-experience .exp-exp-grid {
    font-style: italic;
    opacity: 0;
    z-index: 2;
    line-height: 1.7;
    animation: slide-up 0.7s forwards 0.6s;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    position: relative;
    transform: translateY(30px);
}

.exp-cost-plan::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(124,171,138,0.5), 0.05) 0%, rgba(rgb(169,202,178,0.5), 0.08) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
}

.exp-cost-plan .exp-fee-board {
    color: #000000;
    font-size: 13px;
    max-width: 800px;
    line-height: 1.6;
    margin-top: 25px;
}

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

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

.exp-cost-plan .exp-qtr-cost {
    box-sizing: border-box;
    min-height: 250px;
    padding: 35px 30px;
    position: relative;
    z-index: 2;
}

.exp-cost-plan .exp-qtr-cost h3 {
    color: #000000;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: calc(22px + 2px);
}

.exp-cost-plan .exp-qtr-cost p {
    font-size: 13px;
    overflow-wrap: break-word;
    color: #000000;
    transition: color 0.3s ease;
    white-space: normal;
    hyphens: auto;
    word-break: normal;
    line-height: 1.6;
    margin-top: 15px;
    word-wrap: break-word;
}

.exp-program-details::before {
    top: 0;
    background: linear-gradient(225deg, rgb(169,202,178,0.5) 0%, transparent 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    content: "";
    position: absolute;
    width: 45%;
    right: 0;
    height: 100%;
    z-index: 1;
}

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

.exp-program-details .exp-content-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(0);
    transition: transform 0.5s ease;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
}

.exp-program-details .description {
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
    max-height: 250px;
    overflow-y: auto;
    line-height: 1.8;
    padding-right: 15px;
}

.exp-contact h2 {
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    font-family: Arial, sans-serif;
}

.exp-contact .exp-image-box-item {
    transition: transform 0.5s ease;
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    height: 550px;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.exp-contact form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(169,202,178);
    outline: none;
}

.exp-contact .exp-feedback-message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.exp-contact .exp-feedback-message input[type="checkbox"]:checked + label::before {
    background: rgb(169,202,178);
}

.exp-contact .exp-feedback-message label a {
    color: rgb(169,202,178);
    text-decoration: none;
    transition: all 0.3s ease;
}

.exp-contact form .exp-request-map:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.exp-contact svg {
    height: 22px;
    fill: rgb(169,202,178);
    width: 22px;
}

.exp-sign-up {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,229,215) 0%, rgb(124,171,138,0.5) 100%);
    padding: 5rem 2rem;
}

.exp-sign-up h3::after {
    right: -15px;
    position: absolute;
    height: 30px;
    content: "";
    z-index: -1;
    width: 30px;
    background: rgb(169,202,178);
    bottom: -15px;
    transform: rotate(45deg);
}

.exp-sign-up input[type="email"] {
    margin-bottom: 1rem;
    border: none;
    color: #000000;
    position: relative;
    margin-right: 1.5rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 18px;
    flex: 1 1 250px;
    z-index: 1;
    padding: 1rem 1.5rem;
    background: rgb(212,229,215);
}



.exp-sign-up .input_holder::before {
    height: 100px;
    opacity: 0.3;
    right: -50px;
    border: 2px solid rgb(124,171,138,0.5);
    border-radius: 50%;
    pointer-events: none;
    width: 100px;
    content: "";
    position: absolute;
    top: -30px;
}

.exp-contacts::after {
    height: 100%;
    right: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 65% 100%);
    background: rgb(124,171,138,0.5);
    position: absolute;
    content: "";
}

.exp-contacts p {
    padding: 40px;
    font-size: 12px;
    color: #000000;
    z-index: 1;
    background: #ffffff;
    position: relative;
    margin-top: -20px;
    margin: 0;
}

.exp-contacts .exp-contact-form {
    height: 100px;
    transition: all 0.3s ease;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    justify-content: center;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.exp-contacts .exp-contact-form svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,202,178);
}

.exp-contacts p:nth-last-child(2) {
    background: #ffffff;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    padding: 30px 40px;
    margin-top: 0;
    margin-top: -20px;
}

header .exp-head-nav {
    position: relative;
    overflow: hidden;
}

header .exp-head-nav:before {
    content: '';
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(169,202,178,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(124,171,138,0.5) 0%, transparent 40%);
    width: 100%;
    mix-blend-mode: overlay;
    pointer-events: none;
    left: 0;
    height: 100%;
    opacity: 0.15;
}

header .exp-head-expert {
    padding: 5px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
}

header .exp-head-expert:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

header .exp-header-learn {
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.4s ease;
    padding: 5px;
}

header .exp-header-learn:hover svg {
    filter: drop-shadow(0 0 5px rgb(169,202,178));
    transform: scale(1.05);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(169,202,178);
}

header .top_plank .exp-top-area div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}

.exp-privacy-hedge h1 {
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(124,171,138);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: rgb(169,202,178);
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 40px;
    letter-spacing: 2px;
    margin-top: 40px;
}

.exp-privacy-hedge ul, .exp-privacy-hedge ol {
    list-style: none;
    padding-left: 25px;
    margin: 15px 0;
    font-size: 17px;
    list-style-position: inside;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
}

.exp-give-it-a-try {
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(169,202,178) 0%, rgb(124,171,138) 100%);
    padding: 7rem 0;
}

.exp-give-it-a-try div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}

.exp-give-it-a-try .exp-request-map {
    position: relative;
    display: inline-block;
    font-size: 17px;
    opacity: 0;
    text-decoration: none;
    overflow: hidden;
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateY(-5px);
    color: rgb(169,202,178);
    padding: 1rem 2.5rem;
    border-radius: 10px;
    letter-spacing: 0.05em;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    font-weight: 600;
}

.exp-our-mission h2 {
    font-size: 38px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(0);
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.exp-our-mission .exp-content-box {
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border-left: 4px solid rgb(124,171,138);
    backdrop-filter: blur(8px);
    padding: 30px 40px;
}

.exp-program-foot::after {
    background: linear-gradient(90deg, rgb(169,202,178), rgb(124,171,138));
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 6px;
}

.exp-program-foot .company_holder::before {
    top: 0;
    width: 100%;
    border-top-right-radius: 26px;
    position: absolute;
    height: 5px;
    left: 0;
    background: rgb(169,202,178);
    content: "";
    border-top-left-radius: 26px;
}

.exp-program-foot .exp-head-know {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.exp-program-foot .exp-main-primary h5 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    background: rgb(124,171,138);
    font-weight: 600;
    position: relative;
    padding: 1rem 1.5rem;
}

.exp-program-foot .exp-main-primary .exp-head-know a::after {
    width: 5px;
    content: "";
    opacity: 0;
    position: absolute;
    background: rgb(124,171,138);
    left: 1.5rem;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    height: 5px;
    border-radius: 50%;
    top: 50%;
}

.exp-biz-learnings .exp-skill-test {
    font-weight: 400;
    border-radius: 50px;
    font-size: 13px;
    background: #ffffff;
    padding: 0.8rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    text-align: center;
}

.exp-thxContent .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
}

.exp-thxContent .exp-pro-program::before {
    content: "";
    left: 0;
    transform-origin: left center;
    width: 100%;
    top: 0;
    position: absolute;
    height: 6px;
    background: linear-gradient(90deg, rgb(169,202,178), rgb(124,171,138), rgb(169,202,178));
    opacity: 0.9;
    animation: shimmerBorder 3s infinite linear;
}

.exp-thxContent p {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-size: 14px;
    margin: 0;
    transform: translateY(20px);
}

.exp-thxContent a:hover::before {
    transform: scaleX(1);
}

.exp-title-section::after {
    position: absolute;
    background-image: 
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.05) 1px, transparent 2px),
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 1px, transparent 2px),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,0.05) 1px, transparent 2px),
    radial-gradient(circle at 90% 80%, rgba(255,255,255,0.03) 1px, transparent 2px);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    animation: constellationMove 120s linear infinite;
    z-index: 1;
    content: "";
    background-size: 100px 100px;
}

.exp-title-section .exp-class-experts > div {
    border-radius: 4px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    padding: 3rem;
    overflow: hidden;
}

.exp-title-section .exp-class-experts > div > div > div {
    animation: zoomIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s forwards;
    position: relative;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.8), rgba(var(--secondary-color-rgb), 0.7));
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 2rem 3rem;
    max-width: 800px;
    transform: translateY(20px);
    opacity: 0;
}

.exp-cookie-overlay-window {
    background: rgb(124,171,138);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    z-index: 90;
    width: 100%;
    border-top: 3px solid rgb(124,171,138);
    padding: 20px 0;
    transition: transform 0.3s ease-in-out;
    position: fixed;
}

.exp-manage-cookies:hover svg {
    transform: scale(1.1);
}

.exp-visitor-acceptance:hover {
    box-shadow: 0 0 20px rgb(124,171,138);
}

.exp-cookie-overlay-window p a {
    color: rgb(169,202,178);
    transition: color 0.3s ease;
    text-decoration: none;
}


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



@media (max-width: 991px) {.exp-interested-learners {
    padding: 80px 0;
}.exp-interested-learners h4 {
    padding: 30px 25px;
    font-size: calc(29px - 2px);
}.exp-interested-learners div {
    padding: 30px;
}.exp-interested-learners div p {
    margin-bottom: 15px;
    padding: 15px;
}.exp-interested-learners div p svg {
    margin-right: 15px;
    min-width: 24px;
    height: 24px;
    width: 24px;
}
}



@media (min-width: 1200px) {.exp-cost-plan .exp-discount-tier {
    flex-direction: row-reverse;
}.exp-cost-plan .exp-study-costs {
    width: 30%;
    margin-bottom: 0;
    padding-left: 50px;
}.exp-cost-plan .exp-price-sheet {
    width: 70%;
}.exp-cost-plan .exp-study-costs h2 {
    font-size: calc(35px + 4px);
}
}



@media (min-width: 768px) {.exp-program-details {
    padding: 120px 0;
}.exp-program-details .exp-practical-study {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.exp-program-details .exp-image-box-item {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
}.exp-program-details .exp-content-box {
    z-index: 4;
    transform: translateX(-50px);
}.exp-program-details .exp-content-box:hover {
    transform: translateX(-60px) translateY(0);
}.exp-program-details h3 {
    font-size: 35px;
}.exp-program-details .description {
    max-height: 350px;
}
}



@media screen and (max-width: 767px) {.exp-contact {
    padding: 60px 0;
}.exp-contact h2 {
    margin-bottom: 40px;
}.exp-contact .exp-image-box-item {
    height: 350px;
}
}



@media (max-width: 992px) {.exp-sign-up .exp-request-inquiry {
    width: 90%;
    margin: 0 auto;
}.exp-sign-up h3 {
    transform: translateX(0);
}.exp-sign-up .input_holder {
    transform: translateX(0);
}
}



@media (max-width: 991px) {.exp-contacts {
    padding: 70px 0;
}.exp-contacts h2 {
    font-size: calc(32px * 0.9);
    padding: 30px;
    padding-bottom: 50px;
}.exp-contacts p {
    padding: 30px;
}.exp-contacts p:nth-last-child(2) {
    padding: 25px 30px;
}.exp-contacts .exp-contact-form {
    height: 90px;
}.exp-contacts .exp-contact-form svg {
    height: 26px;
    width: 26px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .exp-header-learn svg {
    height: 35px;
}}



@media (max-width: 1200px) {.exp-give-it-a-try {
    padding: 6rem 0;
}.exp-give-it-a-try h6 {
    max-width: 700px;
    font-size: calc(21px * 1.15);
}
}



@media (max-width: 992px) {.exp-give-it-a-try {
    padding: 5rem 0;
}.exp-give-it-a-try h6 {
    max-width: 600px;
    margin-bottom: 2.5rem;
    font-size: 21px;
}
}



@media (max-width: 576px) {.exp-give-it-a-try {
    padding: 3.5rem 0;
}.exp-give-it-a-try .container {
    padding: 0 1rem;
}.exp-give-it-a-try h6 {
    margin-bottom: 1.75rem;
    line-height: 1.5;
    font-size: calc(21px * 0.9);
}.exp-give-it-a-try .exp-request-map {
    font-size: calc(17px * 0.95);
    padding: 0.8rem 1.8rem;
}
}



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



@media (max-width: 992px) {.exp-program-foot {
    padding: 3.5rem 0 2rem;
}.exp-program-foot .container {
    gap: 2.5rem;
    flex-direction: column;
}.exp-program-foot .company_holder,
    .exp-program-foot .exp-footer-careers {
    flex: 1 1 100%;
    min-width: 100%;
}.exp-program-foot .exp-main-primary {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}



@media (hover: hover) {.exp-thxContent .exp-pro-program:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}



@media (max-width: 992px) {.exp-title-section .exp-main-intro {
    transform: perspective(1000px) rotateX(1deg);
}.exp-title-section .exp-main-intro > div:first-child {
    padding: 1.2rem 1.5rem;
}.exp-title-section .exp-main-intro > div:first-child p {
    font-size: 18px;
}.exp-title-section .exp-class-experts > div {
    padding: 2rem;
}.exp-title-section .exp-class-experts h3 {
    padding-left: 0.8rem;
    font-size: 22px;
}.exp-title-section .exp-class-experts > div > div > div {
    padding: 1.5rem 2rem;
}.exp-title-section .title_style_header {
    font-size: calc(48px * 0.9);
}
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}



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



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



@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

