* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    width: 1192px;
    margin: auto;
    max-width: 100%;
}.header-master {
    flex: 1 0 auto;
}.container-wrap {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.testimonial {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-hutch {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 2rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: rgb(242,235,231);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy-hutch h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 39px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgb(217,206,200);
    color: rgb(217,206,200);
}.privacy-hutch h2 {
    margin-top: 1rem;
    font-size: 37px;
    color: rgb(185,172,164);
    margin-bottom: 1rem;
    font-weight: 600;
}.privacy-hutch ul,
.privacy-hutch ol {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1.5rem;
    list-style: none;
}.privacy-hutch li {
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
}.privacy-hutch li::before {
    content: "•";
    color: rgb(217,206,200);
    line-height: 1.2;
    font-size: 1.2rem;
    left: 0;
    position: absolute;
}.privacy-hutch p {
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.8;
}.privacy-hutch span {
    color: #000000;
    font-weight: 400;
}.privacy-hutch div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.privacy-hutch {
    border-radius: 10px;
    padding: 1rem;
}.privacy-hutch h1 {
    font-size: calc(19px - 0.5rem);
}.privacy-hutch h2 {
    font-size: calc(19px - 0.5rem);
}.privacy-hutch p,
    .privacy-hutch li {
    font-size: calc(17px - 0.2rem);
}}.explore-now {
    padding: 130px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(217,206,200) 0%, rgb(185,172,164) 100%);
}.explore-now::before {
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 20px 20px;
    z-index: -1;
    content: '';
    height: 100%;
}.explore-now::after {
    height: 100%;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
}.explore-now .corp-culture {
    justify-content: center;
    z-index: 2;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    margin: 0 auto;
    transform: rotateX(2deg) rotateY(2deg);
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    backdrop-filter: blur(15px);
    max-width: 900px;
    transition: transform 0.6s ease;
    position: relative;
    perspective: 1000px;
    padding: 70px 50px;
    align-items: center;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
}.explore-now .corp-culture::before {
    right: -5px;
    position: absolute;
    left: -5px;
    animation: borderGlow 10s linear infinite;
    top: -5px;
    filter: blur(5px);
    bottom: -5px;
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    z-index: -1;
    content: '';
    border-radius: 35px;
    opacity: 0.5;
}.explore-now .corp-culture::after {
    width: 100%;
    z-index: -1;
    border-radius: 30px;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    left: 0;
}.explore-now .corp-culture:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-5px);
}.explore-now h3 {
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    font-size: 29px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    margin-bottom: 55px;
}.explore-now h3::before {
    border-radius: 2px;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    position: absolute;
    width: 60px;
    bottom: -20px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    content: '';
    left: 50%;
    height: 4px;
}.explore-now h3::after {
    top: 0;
    position: absolute;
    animation: lightScan 5s linear infinite;
    z-index: -1;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255,255,255,0.1), 
        transparent
    );
    content: '';
    width: 100%;
    height: 100%;
    left: -100%;
}.explore-now .msg-form {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 18px 50px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    background: rgba(255,255,255,0.9);
    letter-spacing: 2px;
    z-index: 1;
    color: rgb(217,206,200);
    display: inline-block;
    border-radius: 50px;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    overflow: hidden;
}.explore-now .msg-form::before {
    transition: opacity 0.4s ease;
    height: 100%;
    left: 0;
    opacity: 0;
    background: linear-gradient(45deg, 
        rgb(217,206,200), 
        rgb(185,172,164));
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    z-index: -1;
}.explore-now .msg-form::after {
    content: '';
    transform: rotate(35deg);
    top: -50%;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    left: -100px;
    width: 20px;
    height: 200%;
    transition: all 0.6s ease;
    z-index: 1;
}.explore-now .msg-form:hover {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    color: #ffffff;
    transform: perspective(1000px) translateZ(30px);
}.explore-now .msg-form:hover::before {
    opacity: 1;
}.explore-now .msg-form:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.explore-now {
    padding: 110px 0;
}.explore-now .corp-culture {
    max-width: 85%;
    padding: 60px 40px;
}.explore-now h3 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.9);
}.explore-now h3::before {
    bottom: -18px;
    width: 50px;
    height: 3px;
}.explore-now .msg-form {
    padding: 16px 45px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.explore-now {
    padding: 90px 0;
}.explore-now .corp-culture {
    padding: 50px 30px;
    transform: none;
}.explore-now h3 {
    margin-bottom: 45px;
    font-size: calc(29px * 0.8);
    letter-spacing: 2px;
}.explore-now h3::before {
    height: 3px;
    width: 45px;
    bottom: -15px;
}.explore-now .msg-form {
    letter-spacing: 1.5px;
    padding: 14px 40px;
    font-size: calc(16px * 0.9);
    transform: none;
}.explore-now .msg-form:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.explore-now {
    padding: 70px 0;
}.explore-now .corp-culture {
    padding: 40px 20px;
    border-radius: 20px;
}.explore-now h3 {
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-size: calc(29px * 0.7);
}.explore-now h3::before {
    bottom: -12px;
    height: 2px;
    width: 40px;
}.explore-now .msg-form {
    border-radius: 30px;
    font-size: calc(16px * 0.85);
    letter-spacing: 1px;
    padding: 12px 35px;
}}

@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes lightScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}.learning-profits {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(242,235,231) 30%, rgb(185,172,164,0.5) 130%);
    overflow: hidden;
    position: relative;
}.learning-profits::before {
    height: 100%;
    filter: blur(40px);
    top: -30%;
    right: -10%;
    width: 50%;
    z-index: 1;
    background: rgb(217,206,200,0.5);
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
    pointer-events: none;
    opacity: 0.07;
    content: "";
}.learning-profits::after {
    z-index: 1;
    height: 70%;
    left: -5%;
    width: 35%;
    background: rgb(185,172,164,0.5);
    opacity: 0.05;
    filter: blur(30px);
    content: "";
    bottom: -20%;
    position: absolute;
    transform: rotate(25deg);
}.learning-profits h5 {
    color: rgb(217,206,200);
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    position: relative;
    transform: translateY(-10px);
    font-weight: 700;
    text-align: center;
    font-size: calc(24px * 1.1);
    margin-bottom: 3.5rem;
}.learning-profits h5::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
    width: 80px;
    left: 50%;
    height: 3px;
    border-radius: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(217,206,200) 0%, rgb(185,172,164) 100%);
}.learning-profits .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.learning-profits .corp-culture {
    opacity: 0;
    display: flex;
    gap: 3.5rem;
    position: relative;
    animation: fadeUp 1s ease-out 0.4s forwards;
    transform: translateY(20px);
    align-items: flex-start;
}.learning-profits .corp-culture > div:first-child {
    flex: 0 0 40%;
    position: relative;
}.learning-profits .img-border-box {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    width: 100%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    height: auto;
    border-radius: 30px;
}.learning-profits .img-border-box::after {
    content: "";
    left: -20px;
    border-radius: 30px;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    background: rgb(217,206,200);
    top: 20px;
    z-index: -1;
    position: absolute;
    transition: all 0.5s ease;
}.learning-profits .corp-culture:hover .img-border-box {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}.learning-profits .text-slot {
    flex: 1;
    padding-top: 1rem;
}.learning-profits ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    list-style: none;
    padding: 0;
    gap: 2rem 1.5rem;
    margin: 0;
}.learning-profits li {
    position: relative;
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
    transform: translateX(20px);
    animation-delay: calc(0.6s + var(--i, 0) * 0.1s);
}.learning-profits li:nth-child(1) {
    --i: 1;
}.learning-profits li:nth-child(2) {
    --i: 2;
}.learning-profits li:nth-child(3) {
    --i: 3;
}.learning-profits li:nth-child(4) {
    --i: 4;
}.learning-profits li:nth-child(5) {
    --i: 5;
}.learning-profits li p {
    display: flex;
    line-height: 1.5;
    margin: 0;
    font-size: calc(18px * 0.95);
    gap: 0.8rem;
    position: relative;
    align-items: flex-start;
    color: #000000;
    padding-bottom: 0.5rem;
}.learning-profits li p::after {
    transition: width 0.4s ease;
    height: 1px;
    position: absolute;
    opacity: 0.5;
    left: 34px;
    background: rgb(185,172,164);
    width: 0;
    bottom: 0;
    content: "";
}.learning-profits li:hover p::after {
    width: calc(100% - 34px);
}.learning-profits li svg {
    min-width: 24px;
    transform: scale(1);
    margin-top: 0.1rem;
    transition: transform 0.3s ease-out;
    height: 24px;
}.learning-profits li:hover svg {
    transform: scale(1.1);
}.learning-profits li svg path {
    fill: rgb(217,206,200);
    transition: fill 0.3s ease;
}.learning-profits li:hover svg path {
    fill: rgb(185,172,164);
}.learning-profits li:hover svg path:first-child {
    animation: pulse 1.5s ease-in-out infinite;
}

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

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.learning-profits {
    padding: 5rem 0;
}.learning-profits h5 {
    font-size: calc(24px * 1);
    margin-bottom: 2.5rem;
}.learning-profits .corp-culture {
    flex-direction: column;
    gap: 2.5rem;
}.learning-profits .corp-culture > div:first-child {
    flex: 0 0 100%;
    max-width: 500px;
    margin: 0 auto;
}.learning-profits ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.learning-profits .img-border-box::after {
    top: 15px;
    left: -15px;
}
}

@media (max-width: 768px) {.learning-profits {
    padding: 4rem 0;
}.learning-profits h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 2rem;
    padding: 0 1.5rem;
}.learning-profits h5::after {
    width: 60px;
    height: 2px;
}.learning-profits .corp-culture {
    gap: 2rem;
}.learning-profits li p {
    font-size: calc(18px * 0.9);
}.learning-profits .img-border-box::after {
    top: 10px;
    left: -10px;
}
}

@media (max-width: 576px) {.learning-profits {
    padding: 3rem 0;
}.learning-profits h5 {
    margin-bottom: 1.8rem;
    font-size: calc(24px * 0.85);
}.learning-profits .container {
    padding: 0 15px;
}.learning-profits li {
    padding: 0 0.5rem;
}.learning-profits li p {
    font-size: calc(18px * 0.85);
    gap: 0.6rem;
}.learning-profits li svg {
    height: 20px;
    min-width: 20px;
}.learning-profits li p::after {
    left: 28px;
}.learning-profits li:hover p::after {
    width: calc(100% - 28px);
}}.contact-us {
    padding: 70px 0;
    background: rgb(242,235,231);
    overflow: hidden;
    position: relative;
}.contact-us::before {
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
}.contact-us .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}.contact-us h2 {
    font-weight: 700;
    color: rgb(185,172,164);
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    position: relative;
}.contact-us h2::after {
    background: rgb(217,206,200);
    width: 60px;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
}.contact-us .inquiry-section {
    border-radius: 18px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.contact-us .img-border-box {
    min-height: 500px;
    height: 100%;
    transition: transform 0.6s ease;
    border-bottom-right-radius: 18px;
    grid-row: 1;
    grid-column: 2;
    border-top-right-radius: 18px;
}.contact-us .contact-reach {
    grid-row: 1;
    background: #ffffff;
    padding: 50px 40px;
    grid-column: 1;
}.contact-us #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact-us h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 23px;
    color: rgb(217,206,200);
}.contact-us input[type="text"] {
    width: 100%;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid rgb(242,235,231);
    color: #000000;
    transition: all 0.3s ease;
}.contact-us input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(217,206,200);
}.contact-us input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-us .inquiry-links {
    gap: 10px;
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
}.contact-us .inquiry-links input[type="checkbox"] {
    margin-top: 2px;
    height: 24px;
    cursor: pointer;
    position: relative;
    appearance: none;
    border: 2px solid rgb(242,235,231);
    border-radius: 10px;
    flex-shrink: 0;
    width: 24px;
}.contact-us .inquiry-links input[type="checkbox"]:checked {
    border-color: rgb(217,206,200);
    background: rgb(217,206,200);
}.contact-us .inquiry-links input[type="checkbox"]:checked::after {
    left: 50%;
    color: #ffffff;
    font-size: 16px;
    content: "✓";
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}.contact-us .inquiry-links label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.contact-us .inquiry-links a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(217,206,200);
    text-decoration: none;
}.contact-us .inquiry-links a:hover {
    color: rgb(185,172,164);
}.contact-us .request-block {
    overflow: hidden;
    border: none;
    position: relative;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 15px 35px;
    text-transform: uppercase;
    border-radius: 10px;
    align-self: flex-start;
    background: rgb(217,206,200);
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
    cursor: pointer;
}.contact-us .request-block::before {
    width: 100%;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    transition: all 0.6s ease;
    top: 0;
}.contact-us .request-block:hover {
    background: rgb(185,172,164);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact-us .request-block:hover::before {
    left: 100%;
}.contact-us svg {
    width: 22px;
    vertical-align: middle;
    margin-right: 10px;
    fill: rgb(217,206,200);
    height: 22px;
}.contact-us svg path {
    fill: rgb(217,206,200);
}

@media (max-width: 992px) {.contact-us .inquiry-section {
    grid-template-columns: 1fr;
}.contact-us .img-border-box {
    grid-column: 1;
    border-top-right-radius: 18px;
    border-radius: 0;
    min-height: 300px;
    grid-row: 1;
    border-top-left-radius: 18px;
}.contact-us .contact-reach {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}

@media (max-width: 768px) {.contact-us {
    padding: 50px 0;
}.contact-us h2 {
    margin-bottom: 30px;
    font-size: calc(28px - 4px);
}.contact-us .contact-reach {
    padding: 30px 25px;
}.contact-us .img-border-box {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-us {
    padding: 40px 0;
}.contact-us .container {
    padding: 0 15px;
}.contact-us h2::after {
    width: 40px;
}.contact-us .contact-reach {
    padding: 25px 20px;
}.contact-us #contact {
    gap: 20px;
}.contact-us .request-block {
    width: 100%;
    padding: 14px 20px;
}.contact-us .img-border-box {
    min-height: 200px;
}}.our-mission {
    overflow: hidden;
    position: relative;
    padding: 150px 0;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(217,206,200) 0%, #000000 100%);
}.our-mission::before {
    left: -50%;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    content: "";
    top: -50%;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    height: 200%;
    width: 200%;
    animation: rotate-slow 120s linear infinite;
}.our-mission::after {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our-mission .container {
    z-index: 5;
    position: relative;
}.our-mission h2 {
    font-size: 47px;
    text-align: center;
    color: rgb(217,206,200);
    margin-bottom: 80px;
    font-weight: 700;
    letter-spacing: 5px;
    position: relative;
    text-transform: uppercase;
}.our-mission h2::before {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 1px;
    width: 100px;
    background-color: rgb(217,206,200);
}.our-mission .edu-philosophy {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
}.our-mission .quick-studies {
    position: relative;
    overflow: hidden;
    flex: 0 0 50%;
    padding: 20px;
    perspective: 1000px;
}.our-mission .quick-studies:first-child {
    animation: card-in-left 1s ease-out forwards;
    transform-origin: right center;
}.our-mission .quick-studies:last-child {
    animation: card-in-right 1s ease-out forwards;
    transform-origin: left center;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.our-mission .quick-studies h3 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
}.our-mission .quick-studies p {
    line-height: 1.8;
    opacity: 1;
    padding: 0 40px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    text-align: center;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.our-mission .quick-studies::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: skewY(0deg);
    transition: transform 0.5s ease;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}.our-mission .quick-studies:hover::before {
    transform: skewY(-2deg);
}.our-mission .quick-studies::after {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    transition: opacity 0.5s ease;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(217,206,200,0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
}.our-mission .quick-studies:hover::after {
    opacity: 0.2;
}.our-mission .quick-studies h3::before {
    bottom: -10px;
    transform: translateX(-50%);
    height: 1px;
    content: "";
    background-color: rgb(185,172,164);
    position: absolute;
    left: 50%;
    width: 30px;
}.our-mission .quick-studies:first-child::before {
    border-right: 1px solid rgb(217,206,200,0.5);
}.our-mission .quick-studies:last-child::before {
    border-left: 1px solid rgb(185,172,164,0.5);
}.our-mission .edu-philosophy::before {
    background-color: rgb(217,206,200);
    transform: translate(-50%, -50%);
    content: "";
    height: 40px;
    top: 50%;
    width: 40px;
    box-shadow: 0 0 20px rgb(217,206,200,0.5);
    z-index: 10;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    animation: pulse-circle 2s infinite;
}.our-mission .edu-philosophy::after {
    width: 20px;
    content: "";
    height: 20px;
    transform: translate(-50%, -50%);
    background-color: rgb(185,172,164);
    left: 50%;
    position: absolute;
    border-radius: 50%;
    z-index: 11;
    top: 50%;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.our-mission .container::before {
    height: 200px;
    transform: rotate(45deg);
    left: -100px;
    opacity: 0.2;
    border: 1px solid rgb(217,206,200,0.5);
    position: absolute;
    top: -100px;
    animation: float-element 10s ease-in-out infinite;
    border-radius: 20px;
    width: 200px;
    content: "";
}.our-mission .container::after {
    height: 200px;
    width: 200px;
    opacity: 0.2;
    border: 1px solid rgb(185,172,164,0.5);
    transform: rotate(45deg);
    right: -100px;
    bottom: -100px;
    animation: float-element 10s ease-in-out infinite reverse;
    position: absolute;
    border-radius: 20px;
    content: "";
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.our-mission {
    padding: 100px 0;
}.our-mission .quick-studies {
    flex: 0 0 100%;
    padding: 40px 0;
}.our-mission .quick-studies:first-child {
    animation: card-in-top 1s ease-out forwards;
}.our-mission .quick-studies:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .our-mission .edu-philosophy::before,
    .our-mission .edu-philosophy::after {
    display: none;
}.our-mission .quick-studies:first-child::before {
    border-right: none;
    border-bottom: 1px solid rgb(217,206,200,0.5);
}.our-mission .quick-studies:last-child::before {
    border-top: 1px solid rgb(185,172,164,0.5);
    border-left: none;
}
}

@media screen and (max-width: 768px) {.our-mission {
    padding: 80px 0;
}.our-mission h2 {
    letter-spacing: 3px;
    margin-bottom: 60px;
    font-size: calc(47px * 0.8);
}.our-mission .quick-studies h3 {
    letter-spacing: 1px;
    font-size: calc(22px * 0.9);
}.our-mission .quick-studies p {
    padding: 0 30px;
}.our-mission .container::before,
    .our-mission .container::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 576px) {.our-mission {
    padding: 60px 0;
}.our-mission h2 {
    letter-spacing: 2px;
    font-size: calc(47px * 0.7);
    margin-bottom: 40px;
}.our-mission h2::before {
    bottom: -15px;
    width: 80px;
}.our-mission .quick-studies {
    padding: 30px 0;
}.our-mission .quick-studies h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.85);
}.our-mission .quick-studies h3::before {
    bottom: -8px;
    width: 25px;
}.our-mission .quick-studies p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    padding: 0 20px;
}.our-mission .container::before,
    .our-mission .container::after {
    width: 100px;
    height: 100px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(217,206,200);
}header .top_plank .plank-bar div svg, header .top_plank .plank-bar div svg path {
    fill: #ffffff;
}header .top_plank .plank-bar div span {
    color: #ffffff;
}header .top_plank .plank-bar {
    line-height: 21px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}header .top_plank .plank-bar div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .plank-bar div img, header .top_plank .plank-bar div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.academic-experience {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    padding: 5rem 2rem;
    background: linear-gradient(to bottom, rgb(242,235,231), rgb(217,206,200,0.5) 120%);
}.academic-experience::before {
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
    background: repeating-linear-gradient(
        -45deg,
        rgb(185,172,164,0.5) 0,
        rgb(185,172,164,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
}.academic-experience .student-stories {
    max-width: 500px;
    display: flex;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    flex-direction: column;
}.academic-experience .student-stories:hover {
    transform: translateY(-15px);
}.academic-experience .img-border-box {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    width: 80%;
    z-index: 3;
    transition: all 0.5s ease;
    border-radius: 16px 16px 0 0;
    position: relative;
    margin: 0 auto;
}.academic-experience .img-border-box::after {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(217,206,200,0.5) 100%);
    height: 100%;
    border-radius: 16px 16px 0 0;
    width: 100%;
    left: 0;
}.academic-experience .student-stories:hover .img-border-box {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.academic-experience .exp-list {
    transition: transform 0.5s ease;
    background: #ffffff;
    position: relative;
    transform: translateZ(0);
    margin-top: -50px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 70px 2rem 2rem;
}.academic-experience .exp-list::before {
    animation: gradient-shift 8s infinite alternate;
    top: 0;
    position: absolute;
    border-radius: 10px 10px 0 0;
    left: 0;
    background-size: 200% 100%;
    content: "";
    height: 6px;
    right: 0;
    background: linear-gradient(90deg, 
                rgb(217,206,200), 
                rgb(185,172,164), 
                rgb(217,206,200));
}.academic-experience .exp-list::after {
    content: "";
    width: 60px;
    bottom: 20px;
    position: absolute;
    filter: blur(15px);
    border-radius: 20% 40% 50% 30%;
    background: rgb(185,172,164,0.5);
    right: 20px;
    animation: float-blob 10s infinite alternate;
    height: 60px;
    opacity: 0.2;
}.academic-experience .name {
    font-family: Arial, sans-serif;
    opacity: 0.9;
    transition: all 0.3s ease;
    font-size: 30px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    transform: translateY(0);
    color: rgb(217,206,200);
}.academic-experience .exp-list > div:nth-child(2) {
    transform: translateY(0);
    margin-bottom: 1.5rem;
    opacity: 0.8;
    transition: all 0.4s ease 0.1s;
    font-size: 22px;
    font-weight: 600;
    color: rgb(185,172,164);
    position: relative;
    padding-bottom: 1rem;
}.academic-experience .exp-list > div:nth-child(2)::after {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 40px;
    content: "";
    background: rgb(185,172,164,0.5);
    transition: width 0.4s ease;
    height: 3px;
}.academic-experience .student-stories:hover .exp-list > div:nth-child(2)::after {
    width: 100px;
}.academic-experience .experience-area {
    transition: all 0.5s ease 0.2s;
    font-size: 18px;
    line-height: 1.7;
    border-left: 3px solid rgb(185,172,164,0.5);
    transform: translateY(10px);
    opacity: 0.7;
    position: relative;
    padding: 1rem 0 0 1.5rem;
    font-style: italic;
    color: #000000;
}.academic-experience .student-stories:hover .experience-area {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.academic-experience .img-border-box {
    width: 100%;
    height: 250px;
}}.plan-chooser {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.plan-chooser::before {
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(217,206,200,0.5), rgba(0, 0, 0, 0.5) 85%);
    position: absolute;
    z-index: 1;
    right: 0;
}.plan-chooser .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.plan-chooser .cost-matrix {
    position: relative;
}.plan-chooser h2 {
    transform: translateY(0);
    font-size: 30px;
    position: relative;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}.plan-chooser h2::after {
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(217,206,200), rgb(185,172,164));
    content: "";
    bottom: -15px;
    width: 80px;
    left: 50%;
    position: absolute;
}.plan-chooser .pricing-block {
    padding: 0 15px;
    opacity: 0.9;
    margin: 0 auto 50px;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    font-size: 17px;
}.plan-chooser .pricing-pack {
    gap: 30px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.plan-chooser .pricing-pack li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.plan-chooser .training-sub {
    text-decoration: none;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.plan-chooser .learning-packages {
    backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    position: relative;
}.plan-chooser .learning-packages::before {
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(217,206,200), rgb(185,172,164));
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
    height: 5px;
    left: 0;
    width: 100%;
}.plan-chooser .learn-fees {
    position: relative;
    padding: 30px;
    flex: 1;
    display: flex;
    z-index: 2;
    flex-direction: column;
}.plan-chooser .training-sub h4 {
    transition: transform 0.4s ease;
    position: relative;
    padding-bottom: 12px;
    font-weight: 700;
    font-size: calc(21px + 2px);
    color: #000000;
    margin: 0 0 15px;
}.plan-chooser .training-sub h4::after {
    content: "";
    width: 40px;
    bottom: 0;
    background-color: rgb(217,206,200);
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    height: 3px;
}.plan-chooser .training-sub p {
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
    flex: 1;
    word-wrap: break-word;
    color: #000000;
}.plan-chooser .rate-schemes {
    font-weight: 700;
    justify-content: center;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    display: inline-flex;
    transition: transform 0.4s ease, color 0.3s ease;
    align-items: center;
    color: #000000;
    border-radius: 10px;
    transform: translateY(0);
    margin-top: auto;
    padding: 10px 20px;
    font-size: calc(21px + 4px);
    align-self: flex-start;
}.plan-chooser .training-sub:hover {
    transform: translateY(-10px) scale(1.02);
}.plan-chooser .training-sub:hover .learning-packages::before {
    transform: scaleX(1);
}.plan-chooser .training-sub:hover h4 {
    color: rgb(217,206,200);
    transform: translateX(5px);
}.plan-chooser .training-sub:hover h4::after {
    width: 60px;
}.plan-chooser .training-sub:hover .rate-schemes {
    color: rgb(217,206,200);
    transform: translateY(-5px);
}.plan-chooser .training-sub:active {
    transform: translateY(-5px) scale(0.98);
    transition: transform 0.2s ease;
}

@media screen and (min-width: 1200px) {.plan-chooser .pricing-pack {
    grid-template-columns: repeat(4, 1fr);
}.plan-chooser .learning-packages {
    min-height: 450px;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {.plan-chooser .pricing-pack {
    grid-template-columns: repeat(2, 1fr);
}.plan-chooser .learning-packages {
    min-height: 420px;
}.plan-chooser {
    padding: 100px 0;
}
}

@media screen and (max-width: 767px) {.plan-chooser {
    padding: 80px 0;
}.plan-chooser .pricing-pack {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan-chooser .learning-packages {
    min-height: auto;
}.plan-chooser h2 {
    font-size: calc(30px - 4px);
}.plan-chooser .pricing-block {
    margin-bottom: 30px;
}.plan-chooser .learn-fees {
    padding: 25px 20px;
}.plan-chooser .training-sub p {
    margin-bottom: 15px;
    padding-right: 5px;
    max-height: 300px;
    overflow-y: auto;
    font-size: calc(17px - 1px);
}.plan-chooser .training-sub p::-webkit-scrollbar {
    width: 4px;
}.plan-chooser .training-sub p::-webkit-scrollbar-thumb {
    background-color: rgb(217,206,200,0.5);
    border-radius: 4px;
}
}

@media (prefers-reduced-motion: reduce) {.plan-chooser .training-sub,
    .plan-chooser .training-sub:hover,
    .plan-chooser h2,
    .plan-chooser .learning-packages::before,
    .plan-chooser .training-sub h4,
    .plan-chooser .rate-schemes {
    transition: none;
    transform: none;
}}.stay-updated {
    background: linear-gradient(135deg, rgb(185,172,164,0.5), rgb(217,206,200,0.5) 80%);
    isolation: isolate;
    margin: 5rem 0;
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.stay-updated::before {
    content: "";
    transform: rotate(15deg);
    position: absolute;
    top: -50%;
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    opacity: 0.07;
    width: 80%;
    height: 200%;
    left: -20%;
    pointer-events: none;
    z-index: -1;
}.stay-updated::after {
    animation: rotateSlow 18s infinite linear;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 120px;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -30px;
    width: 120px;
    right: -30px;
    opacity: 0.15;
    background: rgb(185,172,164);
}.stay-updated .container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}.stay-updated .corp-culture {
    backdrop-filter: blur(5px);
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
}.stay-updated .corp-culture > div {
    position: relative;
    padding: 1rem 0 2.5rem;
}.stay-updated h4 {
    font-size: 19px;
    max-width: 90%;
    color: #000000;
    margin: 0;
    position: relative;
    transform: translateX(1rem);
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
}.stay-updated h4::before {
    position: absolute;
    left: -1rem;
    content: "";
    animation: scaleIn 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top;
    background: rgb(217,206,200);
    top: 0.5rem;
    width: 4px;
    height: 85%;
    transform: scaleY(0);
}.stay-updated .input_holder {
    gap: 1rem;
    max-width: 650px;
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
}.stay-updated .input_holder::before {
    transform: translateX(-100%);
    border-radius: 10px;
    transition: transform 0.5s ease-out;
    z-index: -1;
    opacity: 0.15;
    content: "";
    inset: -10px;
    position: absolute;
    background: linear-gradient(120deg, #ffffff, transparent);
}.stay-updated .input_holder:focus-within::before {
    transform: translateX(0);
}.stay-updated .input_holder span {
    position: relative;
}.stay-updated .input_holder span:first-child {
    flex: 1;
}.stay-updated input[type="email"] {
    font-size: 18px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 1rem 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.stay-updated input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
}.stay-updated input[type="email"]:focus {
    transform: translateY(-2px);
    border-color: rgb(185,172,164);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}.stay-updated .mail-sub {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: none;
    font-size: 15px;
    cursor: pointer;
    padding: 1rem 2rem;
    font-weight: 600;
    background: rgb(185,172,164);
    border-radius: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}.stay-updated .mail-sub::before {
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.8s ease;
}.stay-updated .mail-sub:hover {
    background: rgb(217,206,200);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
}.stay-updated .mail-sub:hover::before {
    left: 100%;
}.stay-updated .mail-sub:active {
    transform: translateY(-1px);
}

@keyframes scaleIn {
    to { transform: scaleY(1); }
}

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

@media (min-width: 768px) {.stay-updated {
    margin: 7rem 0;
    padding: 5rem 4rem;
}.stay-updated::before {
    width: 60%;
}.stay-updated .corp-culture {
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    flex-direction: row;
}.stay-updated .corp-culture > div {
    padding: 0;
    flex: 1;
}.stay-updated h4 {
    transform: translateX(2rem);
    max-width: 100%;
}.stay-updated h4::before {
    left: -2rem;
}.stay-updated .input_holder {
    gap: 1.5rem;
    flex: 1;
    flex-direction: row;
}.stay-updated input[type="email"] {
    height: 100%;
}.stay-updated .mail-sub {
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 1024px) {.stay-updated {
    padding: 5rem;
}.stay-updated::before {
    width: 50%;
    top: -30%;
    left: -10%;
    transform: rotate(10deg);
}.stay-updated::after {
    height: 150px;
    width: 150px;
}.stay-updated .corp-culture {
    gap: 4rem;
}.stay-updated h4 {
    font-size: calc(19px * 1.1);
}.stay-updated .input_holder {
    gap: 2rem;
}.stay-updated input[type="email"] {
    padding: 1.25rem 2rem;
}.stay-updated .mail-sub {
    padding: 1.25rem 2.5rem;
}
}

@media (min-width: 1440px) {.stay-updated {
    padding: 6rem;
}.stay-updated .corp-culture {
    gap: 6rem;
}.stay-updated h4 {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 480px) {.stay-updated {
    margin: 3rem 0;
    padding: 3rem 1.5rem;
}.stay-updated h4 {
    font-size: calc(19px * 0.9);
    transform: translateX(0.75rem);
}.stay-updated h4::before {
    left: -0.75rem;
}.stay-updated input[type="email"] {
    padding: 0.9rem 1.25rem;
}.stay-updated .mail-sub {
    padding: 0.9rem 1.5rem;
    font-size: calc(15px * 0.9);
}}.course-program-description {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,235,231) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 0;
}.course-program-description::before {
    right: -5%;
    opacity: 0.1;
    content: "";
    z-index: 0;
    transform: rotate(-15deg);
    position: absolute;
    height: 30vw;
    top: -10%;
    filter: blur(50px);
    background: linear-gradient(145deg, rgb(185,172,164,0.5) 0%, rgb(217,206,200,0.5) 100%);
    width: 30vw;
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    animation: float 20s infinite alternate ease-in-out;
}.course-program-description::after {
    z-index: 0;
    opacity: 0.08;
    bottom: -15%;
    height: 40vw;
    left: -10%;
    transform: rotate(10deg);
    width: 40vw;
    position: absolute;
    background: linear-gradient(215deg, rgb(217,206,200,0.5) 0%, rgb(185,172,164) 100%);
    filter: blur(70px);
    animation: float 25s infinite alternate-reverse ease-in-out;
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    content: "";
}.course-program-description .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.course-program-description h2 {
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
    font-size: 33px;
    transform-origin: center left;
    position: relative;
    text-align: center;
}.course-program-description h2::after {
    width: 80px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(185,172,164) 0%, rgb(217,206,200) 100%);
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    height: 3px;
}.course-program-description .learn-more {
    display: grid;
    grid-template-columns: 1fr;
    perspective: 1000px;
    gap: 2.5rem;
}.course-program-description .img-border-box {
    border-radius: 2px;
    transform: rotateY(-5deg) translateZ(0);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 350px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    position: relative;
}.course-program-description .img-border-box::before {
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(185,172,164,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    opacity: 0.25;
}.course-program-description .img-border-box:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.course-program-description .img-border-box:hover::before {
    opacity: 0.35;
}.course-program-description .text-slot {
    z-index: 1;
    border-radius: 2px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform: translateZ(0) translateY(-10px);
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 2rem;
}.course-program-description .text-slot::before {
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    content: "";
    height: 0;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,172,164));
    width: 3px;
    top: 0;
}.course-program-description .text-slot:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-15px);
}.course-program-description .text-slot:hover::before {
    height: 100%;
}.course-program-description .description {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    overflow-y: auto;
    font-size: 16px;
    padding-right: 10px;
    max-height: 300px;
    position: relative;
    color: #000000;
}.course-program-description .description:last-child {
    margin-bottom: 0;
}.course-program-description .description::-webkit-scrollbar {
    width: 4px;
}.course-program-description .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course-program-description .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(185,172,164), rgb(217,206,200));
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(0deg);
    }
    100% {
        transform: translate(-15px, 8px) rotate(10deg);
    }
}

@media (min-width: 768px) {.course-program-description {
    padding: 7rem 0;
}.course-program-description h2 {
    font-size: calc(33px * 1.1);
    margin-bottom: 4rem;
}.course-program-description h2::after {
    width: 100px;
}.course-program-description .learn-more {
    grid-template-columns: 45% 55%;
    gap: 4rem;
    align-items: center;
}.course-program-description .img-border-box {
    height: 450px;
}.course-program-description .text-slot {
    padding: 2.5rem 3rem;
}
}

@media (min-width: 992px) {.course-program-description {
    padding: 8rem 0;
}.course-program-description h2 {
    font-size: calc(33px * 1.2);
}.course-program-description .learn-more {
    gap: 5rem;
}.course-program-description .img-border-box {
    height: 500px;
}.course-program-description .text-slot {
    padding: 3rem 4rem;
}.course-program-description .description {
    font-size: calc(16px * 1.05);
    max-height: 500px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course-program-description {
    padding: 4rem 0;
}.course-program-description h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.9);
}.course-program-description .img-border-box {
    height: 250px;
    transform: rotateY(0deg);
}.course-program-description .text-slot {
    padding: 1.5rem;
}.course-program-description .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    max-height: 250px;
}
}

@media (max-width: 480px) {.course-program-description {
    padding: 3rem 0;
}.course-program-description h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.course-program-description h2::after {
    width: 60px;
    bottom: -10px;
}.course-program-description .img-border-box {
    height: 200px;
}.course-program-description .text-slot {
    padding: 1.25rem;
}.course-program-description .description {
    max-height: 200px;
    font-size: calc(16px * 0.9);
    line-height: 1.5;
    margin-bottom: 1rem;
}}.gratitudeDiv {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,235,231) 0%, rgb(185,172,164,0.5) 100%);
}.gratitudeDiv::before {
    opacity: 0.6;
    background: radial-gradient(circle, rgb(217,206,200,0.5) 0%, transparent 70%);
    height: 300px;
    width: 300px;
    animation: float 15s infinite ease-in-out;
    right: -5%;
    position: absolute;
    top: -10%;
    content: "";
    filter: blur(40px);
}.gratitudeDiv::after {
    bottom: -5%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgb(185,172,164,0.5) 0%, transparent 70%);
    filter: blur(30px);
    opacity: 0.6;
    position: absolute;
    left: -5%;
    content: "";
    animation: float 12s infinite ease-in-out reverse;
}.gratitudeDiv .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.gratitudeDiv h2 {
    font-family: Arial, sans-serif;
    font-size: clamp(28px, 5vw, 35px);
    line-height: 1.3;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: rgb(217,206,200);
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    margin-bottom: 40px;
}.gratitudeDiv h2::before {
    position: absolute;
    left: 0;
    width: 80px;
    content: "";
    bottom: -12px;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(217,206,200) 0%, rgb(185,172,164) 100%);
    animation: expand 1.5s ease-out forwards;
}.gratitudeDiv .corp-culture {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 40px;
}.gratitudeDiv .corp-culture:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.gratitudeDiv .corp-culture::before {
    content: "";
    animation: pulse 4s infinite alternate;
    position: absolute;
    opacity: 0.5;
    bottom: -5px;
    top: -5px;
    right: -5px;
    filter: blur(15px);
    left: -5px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(217,206,200,0.5), transparent, rgb(185,172,164,0.5));
}.gratitudeDiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratitudeDiv li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}.gratitudeDiv li::before {
    height: 8px;
    width: 8px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    background: rgb(217,206,200);
    content: "";
    top: 12px;
    animation: pulse 4s infinite alternate;
}.gratitudeDiv span {
    line-height: 1.8;
    overflow: hidden;
    animation: fadeIn 1s ease-out forwards;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    display: block;
    position: relative;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.gratitudeDiv {
    padding: 90px 0;
}.gratitudeDiv .corp-culture {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 767px) {.gratitudeDiv {
    padding: 70px 0;
}.gratitudeDiv h2 {
    margin-bottom: 30px;
}.gratitudeDiv .corp-culture {
    transform: none;
    padding: 25px;
}.gratitudeDiv .corp-culture:hover {
    transform: translateY(-3px);
}.gratitudeDiv h2::before {
    bottom: -10px;
    width: 60px;
}
}

@media (max-width: 575px) {.gratitudeDiv {
    padding: 50px 0;
}.gratitudeDiv h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.gratitudeDiv .corp-culture {
    padding: 20px;
}.gratitudeDiv li {
    padding-left: 20px;
}.gratitudeDiv span {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}.gratitudeDiv h2::before {
    width: 50px;
    height: 2px;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(125deg, #000000 0%, rgb(185,172,164) 100%);
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.95;
}.testimonial {
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 60px 0;
}.testimonial .container {
    display: flex;
    flex-wrap: wrap;
}.testimonial .company_holder {
    margin-bottom: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex: 0 0 100%;
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 17px;
}.testimonial .company_holder h3 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.testimonial .module-end {
    margin: 0 auto;
    padding: 15px 20px;
    line-height: 1.7;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    max-width: 80%;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
}.testimonial .training-zone {
    flex: 0 0 100%;
    margin-top: 20px;
}.testimonial .header-main {
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}.testimonial .main-edu {
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 17px;
}.testimonial .main-edu:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.testimonial .main-edu h5 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.testimonial .main-edu .header-main {
    gap: 12px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
}.testimonial .main-edu .header-main a {
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    color: #ffffff;
    border-radius: 10px;
}.testimonial .main-edu .header-main a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}.edu-global {
    position: relative;
    padding: 20px 0;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
}.edu-global::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    height: 1px;
    opacity: 0.2;
    position: absolute;
    right: 20%;
    left: 20%;
    content: '';
}.edu-global .container {
    justify-content: center;
    display: flex;
}.edu-global .discount-cta {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 14px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.testimonial .header-main {
    justify-content: space-between;
}.testimonial .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.testimonial .training-zone {
    flex: 0 0 65%;
}.testimonial .container {
    justify-content: space-between;
    align-items: flex-start;
}.testimonial .module-end {
    text-align: left;
    max-width: 100%;
    margin: 0;
}
}

@media (max-width: 767px) {.testimonial .main-edu {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.testimonial .company_holder {
    padding: 20px 15px;
}.testimonial .module-end {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.testimonial {
    padding: 40px 0;
}.testimonial .company_holder h3 {
    font-size: calc(35px * 0.8);
}.testimonial .main-edu h5 {
    font-size: calc(20px * 0.9);
}.testimonial .main-edu .header-main a {
    font-size: calc(15px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    position: absolute;
    height: 100%;
    content: '';
    background-size: 20px 20px;
    width: 100%;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
}.welcome-board {
    position: relative;
    overflow: hidden;
    width: 100%;
}.welcome-board .learn-base {
    padding: 2rem;
    justify-content: center;
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100vh;
    align-items: center;
}.welcome-board .learn-base::before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, 
        rgb(217,206,200,0.5) 0%, 
        rgba(0,0,0,0.7) 60%, 
        rgb(185,172,164,0.5) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
}.welcome-board .learn-base::after {
    top: 0;
    content: "";
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    z-index: -1;
    opacity: 0.15;
    height: 100%;
}.welcome-board .skill-philo {
    backdrop-filter: blur(8px);
    max-width: 900px;
    position: relative;
    transform: translateY(2vh);
    animation: slideUpFade 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2),
                0 5px 15px rgba(0,0,0,0.1),
                0 1px 2px rgba(255,255,255,0.05);
    background: linear-gradient(165deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 40%, 
        rgba(255,255,255,0) 100%);
    border-radius: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 3rem 2rem;
    border-left: 3px solid rgb(185,172,164);
}.welcome-board .skill-philo::before {
    height: 80px;
    right: -20px;
    content: "";
    animation: appearFade 0.8s ease-out 1s forwards;
    border-top: 4px solid rgb(185,172,164);
    border-right: 4px solid rgb(185,172,164);
    width: 80px;
    position: absolute;
    opacity: 0;
    top: -20px;
}.welcome-board .skill-philo::after {
    border-bottom: 4px solid rgb(185,172,164);
    left: -20px;
    bottom: -20px;
    content: "";
    opacity: 0;
    width: 80px;
    animation: appearFade 0.8s ease-out 1.2s forwards;
    height: 80px;
    position: absolute;
    border-left: 4px solid rgb(185,172,164);
}.welcome-board h1 {
    font-size: calc(45px * 1.2);
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2),
                 0 8px 16px rgba(0,0,0,0.1);
    opacity: 0;
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.3s forwards;
    position: relative;
    line-height: 1.1;
    transform: translateX(-30px);
}.welcome-board h1::after {
    bottom: -10px;
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    background: linear-gradient(90deg, 
        rgb(185,172,164) 0%, 
        rgb(217,206,200) 100%);
    width: 0;
    content: "";
    left: 0;
    height: 3px;
}.welcome-board h3 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transform: translateX(-20px);
    color: #ffffff;
    opacity: 0;
    font-size: calc(22px * 1.1);
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.6s forwards;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.welcome-board h3::before {
    top: 0;
    opacity: 0.8;
    transform: scaleY(0);
    width: 3px;
    bottom: 0;
    content: "";
    left: 0;
    animation: scaleVertical 0.6s ease-out 0.9s forwards;
    transform-origin: top;
    position: absolute;
    background: rgb(185,172,164);
}.welcome-board p {
    position: relative;
    font-size: 18px;
    margin-top: 2rem;
    max-width: 90%;
    opacity: 0;
    line-height: 1.6;
    letter-spacing: 0.02em;
    transform: translateY(20px);
    padding-left: 2rem;
    font-weight: 400;
    color: #ffffff;
    animation: slideUpFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.9s forwards;
}.welcome-board p::before {
    width: 1.5rem;
    background: rgb(185,172,164);
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    animation: scaleHorizontal 0.6s ease-out 1.2s forwards;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}

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

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

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

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

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

@keyframes appearFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}

@media screen and (max-width: 1200px) {.welcome-board .skill-philo {
    max-width: 800px;
    padding: 2.5rem 1.5rem;
}.welcome-board h1 {
    font-size: calc(45px * 1.1);
}.welcome-board h3 {
    font-size: 22px;
}
}

@media screen and (max-width: 992px) {.welcome-board .learn-base {
    padding: 1.5rem;
    min-height: 90vh;
}.welcome-board .skill-philo {
    max-width: 700px;
    padding: 2rem 1.5rem;
}.welcome-board h1 {
    font-size: 45px;
}.welcome-board h1::after {
    bottom: -8px;
    height: 2px;
}.welcome-board h3 {
    font-size: calc(22px * 0.95);
}.welcome-board p {
    max-width: 95%;
}
}

@media screen and (max-width: 768px) {.welcome-board .learn-base {
    min-height: 80vh;
    padding: 1rem;
}.welcome-board .skill-philo {
    max-width: 100%;
    padding: 1.8rem 1.2rem;
}.welcome-board h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 1.2rem;
}.welcome-board h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 1.2rem;
}.welcome-board p {
    margin-top: 1.5rem;
    font-size: calc(18px * 0.95);
    max-width: 100%;
}.welcome-board .skill-philo::before,
    .welcome-board .skill-philo::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.welcome-board .learn-base {
    min-height: 70vh;
}.welcome-board .skill-philo {
    padding: 1.5rem 1rem;
}.welcome-board h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1rem;
}.welcome-board h1::after {
    height: 2px;
    bottom: -6px;
}.welcome-board h3 {
    font-size: calc(22px * 0.85);
    padding-left: 0.8rem;
}.welcome-board h3::before {
    width: 2px;
}.welcome-board p {
    font-size: calc(18px * 0.9);
    padding-left: 1.5rem;
    margin-top: 1.2rem;
}.welcome-board p::before {
    width: 1.2rem;
}.welcome-board .skill-philo::before,
    .welcome-board .skill-philo::after {
    width: 50px;
    border-width: 3px;
    height: 50px;
}
}

@media screen and (max-width: 480px) {.welcome-board .learn-base {
    min-height: 60vh;
}.welcome-board .skill-philo {
    padding: 1.2rem 0.8rem;
}.welcome-board h1 {
    font-size: calc(45px * 0.7);
}.welcome-board h3 {
    font-size: calc(22px * 0.8);
}.welcome-board p {
    font-size: calc(18px * 0.85);
}}.get-help-info {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: rgb(242,235,231);
}.get-help-info::before {
    width: 300px;
    border-radius: 50%;
    z-index: 0;
    filter: blur(60px);
    height: 300px;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(217,206,200,0.5), transparent);
    right: -100px;
    top: -100px;
}.get-help-info .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 1;
}.get-help-info .form-edu {
    border-radius: 17px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease;
    position: relative;
    background: rgb(242,235,231);
    padding: 50px;
}.get-help-info .form-edu:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
              -15px -15px 30px rgba(255, 255, 255, 0.7);
}.get-help-info h2 {
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    padding-bottom: 15px;
}.get-help-info h2::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(217,206,200), transparent);
    border-radius: 2px;
    width: 60px;
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
}.get-help-info p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.7;
}.get-help-info .connect-today {
    margin-top: 40px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.get-help-info .msg-form {
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 600;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
    display: flex;
    padding: 15px 25px;
    background: rgb(242,235,231);
    font-size: 14px;
    align-items: center;
}.get-help-info .msg-form:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12),
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    transform: translateY(-3px);
}.get-help-info .msg-form:active {
    transform: translateY(0);
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.get-help-info .msg-form svg {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
}.get-help-info .msg-form:hover svg {
    transform: scale(1.1) rotate(5deg);
}.get-help-info .msg-form svg path {
    fill: rgb(217,206,200);
    transition: fill 0.3s ease;
}.get-help-info .msg-form:hover svg path {
    fill: rgb(185,172,164);
}.get-help-info p svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
}.get-help-info p svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,206,200);
}.get-help-info p:nth-last-child(2) {
    padding: 12px 20px;
    background: rgb(242,235,231);
    width: fit-content;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.get-help-info p:nth-last-child(2):hover svg path {
    fill: rgb(185,172,164);
}.get-help-info .form-edu::before {
    top: -30px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -30px;
    z-index: -1;
    width: 100px;
    background: rgb(217,206,200,0.5);
    filter: blur(30px);
    opacity: 0.4;
    height: 100px;
}.get-help-info .form-edu::after {
    z-index: -1;
    height: 80px;
    right: -20px;
    content: "";
    background: rgb(185,172,164,0.5);
    width: 80px;
    opacity: 0.4;
    bottom: -20px;
    position: absolute;
    filter: blur(25px);
    border-radius: 50%;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.get-help-info .msg-form:nth-child(1) {
    animation: float 5s ease-in-out infinite;
}.get-help-info .msg-form:nth-child(2) {
    animation-delay: 0.5s;
    animation: float 5s ease-in-out infinite;
}.get-help-info .msg-form:nth-child(3) {
    animation-delay: 1s;
    animation: float 5s ease-in-out infinite;
}

@media (max-width: 991px) {.get-help-info {
    padding: 60px 0;
}.get-help-info .form-edu {
    padding: 40px 30px;
}.get-help-info .connect-today {
    gap: 15px;
}.get-help-info .msg-form {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.get-help-info {
    padding: 50px 0;
}.get-help-info .form-edu {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.6);
    padding: 30px 20px;
}.get-help-info h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.9);
}.get-help-info p {
    font-size: calc(14px * 0.95);
    margin-bottom: 20px;
}.get-help-info .connect-today {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}.get-help-info .msg-form {
    padding: 12px 20px;
    width: 100%;
}.get-help-info .msg-form svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.get-help-info .form-edu::before,
  .get-help-info .form-edu::after {
    display: none;
}.get-help-info .msg-form:nth-child(n) {
    animation: none;
}}.cookie-notice-window {
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(217,206,200);
    position: fixed;
    background: rgb(242,235,231);
    width: 100%;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.data-accept {
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 15px;
    margin: 0 auto;
}.cookie-check {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie-check svg {
    height: 60px;
    width: 60px;
    fill: rgb(217,206,200);
    transition: fill 0.3s ease;
}.cookie-check svg:hover {
    fill: rgb(185,172,164);
}.edu-consent {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.cookie-notice-window h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 600;
    color: rgb(217,206,200);
}.cookie-notice-window p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.cookie-eductrl {
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
    margin-left: 10px;
    background: rgb(217,206,200);
    border-radius: 29px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
}.cookie-eductrl:hover {
    background: rgb(185,172,164);
    box-shadow: 0 0 10px rgb(185,172,164,0.5);
}#cookiesConsentApprovalBtn {
    background: rgb(217,206,200);
}#refuseTrackingCookiesBtn {
    background: rgba(0, 0, 0, 0.5);
}.cookie-notice-window p a {
    color: rgb(217,206,200);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookie-notice-window p a:hover {
    color: rgb(185,172,164);
}
@media only screen and (max-width: 1200px) {.data-accept {
    flex-direction: column;
    align-items: center;
}.cookie-check {
    margin-bottom: 15px;
}.edu-consent {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.cookie-eductrl {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.data-accept {
    padding: 15px;
}.cookie-check {
    display: none;
}.cookie-notice-window h5 {
    font-size: 18px;
}.cookie-notice-window p {
    font-size: 15px;
}}
#cookieMessagePanel {
    display: none;
}#cookieMessagePanel:checked ~ .cookie-notice-window {
    opacity: 0;
    visibility: hidden;
}header {
    position: relative;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    padding: 0;
    background: linear-gradient(to right, #ffffff, rgb(242,235,231));
    width: 100%;
}header::before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    height: 100%;
    content: '';
}header::after {
    top: 0;
    z-index: 1;
    width: 5px;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,172,164));
    left: 0;
}header .container {
    z-index: 2;
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: relative;
}header .top-know {
    padding: 0.9rem 3%;
    justify-content: space-between;
    display: flex;
    margin-left: 5px;
    align-items: center;
}header .nav-expert {
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    padding: 0.5rem;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
}header .nav-expert:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .nav-expert svg {
    transition: all 0.3s ease;
    width: 140px;
    height: auto;
}header .main-edu {
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    position: relative;
    display: flex;
    gap: 0.4rem;
}header .main-edu::before {
    z-index: -1;
    left: -2px;
    top: -2px;
    background: linear-gradient(135deg, rgb(217,206,200,0.5), rgb(185,172,164,0.5));
    position: absolute;
    right: -2px;
    opacity: 0.5;
    content: '';
    bottom: -2px;
    border-radius: calc(10px + 2px);
}header .nav-tutor {
    font-weight: 400;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size: 14px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    color: #000000;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
}header .nav-tutor::before {
    opacity: 0;
    background: linear-gradient(45deg, rgb(217,206,200,0.5), rgb(185,172,164,0.5));
    left: 0;
    z-index: -1;
    top: 0;
    content: '';
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
}header .nav-tutor:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .nav-tutor:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .top-know {
    padding: 0.8rem 2.5%;
}header .nav-expert svg {
    width: 130px;
}header .main-edu {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .nav-tutor {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .top-know {
    align-items: flex-start;
    padding: 0.8rem 2%;
    gap: 0.7rem;
    margin-left: 3px;
    flex-direction: column;
}header .nav-expert {
    padding: 0.4rem;
}header .nav-expert svg {
    width: 120px;
}header .main-edu {
    width: 98%;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
}header .main-edu::-webkit-scrollbar {
    height: 2px;
}header .main-edu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,206,200);
}header .nav-tutor {
    padding: 0.3rem 0.5rem;
    font-size: calc(14px - 1px);
    white-space: nowrap;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .top-know {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .nav-expert svg {
    width: 110px;
}header .main-edu {
    padding: 0.3rem;
}header .nav-tutor {
    padding: 0.3rem 0.4rem;
    font-size: calc(14px - 2px);
}}.learning-process {
    position: relative;
    background: linear-gradient(135deg, rgb(242,235,231) 0%, rgb(217,206,200,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.learning-process::before {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    opacity: 0.05;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgb(185,172,164,0.5) 20px,
        rgb(185,172,164,0.5) 22px
    );
    height: 100%;
}.learning-process::after {
    width: 300px;
    position: absolute;
    height: 300px;
    filter: blur(80px);
    border-radius: 50%;
    opacity: 0.1;
    bottom: -100px;
    background: rgb(217,206,200);
    content: '';
    right: -100px;
    z-index: 0;
}.learning-process .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.learning-process .corp-culture {
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
}.learning-process .corp-culture:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12),
                0 10px 25px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning-process h3 {
    color: #000000;
    font-weight: 700;
    transform-origin: left center;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    transition: color 0.3s ease;
}.learning-process h3::before {
    content: '';
    height: 40px;
    top: 50%;
    background: rgb(217,206,200);
    left: -20px;
    transform: translateY(-50%) scaleY(0.6);
    position: absolute;
    width: 8px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.learning-process .corp-culture:hover h3::before {
    transform: translateY(-50%) scaleY(1);
}.learning-process p {
    position: relative;
    font-size: 13px;
    margin-bottom: 0;
    max-width: 90%;
    color: #000000;
    line-height: 1.8;
}.learning-process p span {
    display: inline-block;
    transform-origin: left bottom;
    opacity: 0.95;
    position: relative;
    transition: transform 0.5s ease;
}.learning-process .corp-culture:hover p span {
    transform: translateZ(0);
    opacity: 1;
}.learning-process p::after {
    content: '';
    bottom: -20px;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 60px;
    right: -20px;
    position: absolute;
    height: 60px;
    background: linear-gradient(135deg, rgb(185,172,164,0.5) 0%, transparent 70%);
}.learning-process .corp-culture:hover p::after {
    opacity: 0.5;
}

@media screen and (max-width: 992px) {.learning-process {
    padding: 4rem 0;
}.learning-process .corp-culture {
    transform: perspective(800px) rotateY(1deg);
    padding: 2.5rem;
}.learning-process h3 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.learning-process p {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.learning-process {
    padding: 3rem 0;
}.learning-process .corp-culture {
    transform: perspective(600px) rotateY(0deg);
    padding: 2rem;
}.learning-process h3::before {
    height: 30px;
    left: -15px;
}.learning-process p::after {
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: -10px;
}
}

@media screen and (max-width: 576px) {.learning-process {
    padding: 2.5rem 0;
}.learning-process .corp-culture {
    padding: 1.75rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                    0 5px 15px rgba(0, 0, 0, 0.05);
}.learning-process h3 {
    margin-bottom: 1.25rem;
}.learning-process h3::before {
    height: 25px;
    width: 6px;
    left: -10px;
}
}

@media (prefers-reduced-motion: reduce) {.learning-process .corp-culture,
    .learning-process .corp-culture:hover,
    .learning-process h3::before,
    .learning-process .corp-culture:hover h3::before,
    .learning-process p span,
    .learning-process .corp-culture:hover p span,
    .learning-process p::after,
    .learning-process .corp-culture:hover p::after {
    transform: none;
    animation: none;
    transition: none;
}
}