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

* {
    scrollbar-width: thin;
}

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(243,229,209));
    z-index: 100;
    padding: 0;
    width: 100%;
}

.segment-wrapper-0 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.page-top-0 {
    flex: 1 0 auto;
}


.get-in-touch-7 {
    position: relative;
    background: rgb(243,229,209);
    overflow: hidden;
    padding: 80px 0;
}

.get-in-touch-7 .img-round-5 {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%;
}

.get-in-touch-7 .img-round-5::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
}

.get-in-touch-7 h3 {
    padding: 15px;
    font-size: 35px;
    text-align: center;
    color: #000000;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 40px;
}

.get-in-touch-7 .inquiry-panel-7::after {
    width: 100px;
    position: absolute;
    left: 0;
    height: 100px;
    content: '';
    bottom: 0;
    border-radius: 50%;
    opacity: 0.2;
    transform: translate(-50%, 50%);
    background: rgb(190,154,108,0.5);
}

.get-in-touch-7 input[type="text"]:focus,
.get-in-touch-7 textarea:focus {
    border-color: rgb(217,189,151);
    box-shadow: 0 0 10px rgb(217,189,151,0.5);
    outline: none;
}

.get-in-touch-7 textarea {
    resize: none;
    height: 140px;
}

.get-in-touch-7 .inquiry-query-9 {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.get-in-touch-7 .inquiry-query-9 label {
    line-height: 1.5;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    padding-left: 30px;
    position: relative;
}

.get-in-touch-7 .inquiry-query-9 input[type="checkbox"]:checked + label::before {
    border-color: rgb(217,189,151);
    background: rgb(217,189,151);
}

.get-in-touch-7 .inquiry-query-9 a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(217,189,151);
    text-decoration: none;
}

.get-in-touch-7 .inquiry-query-9 a:hover {
    color: rgb(190,154,108);
}

.get-in-touch-7 .feedback-info-4 {
    z-index: 1;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    border-radius: 13px;
    background: rgb(217,189,151);
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 15px;
    position: relative;
    padding: 15px 30px;
}

.get-in-touch-7 .feedback-info-4:hover::before {
    transform: translateX(0);
}

.get-in-touch-7 .support-panel-0::before {
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.3;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    height: 100%;
}

.get-in-touch-7 .query-list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.get-in-touch-7 .query-list-2 li:last-child {
    border-bottom: none;
}

.get-in-touch-7 .query-list-2 li:hover {
    transform: translateX(5px);
}

.get-in-touch-7 .query-list-2 svg {
    width: 22px;
    margin-top: 3px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
}

.get-in-touch-7 .query-list-2 span {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.get-in-touch-7 .query-list-2 a:hover {
    color: rgba(255, 255, 255, 0.8);
}

header::after {
    z-index: 1;
    left: 0;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(217,189,151), rgb(190,154,108));
    position: absolute;
    top: 0;
    width: 5px;
}

header .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0;
    z-index: 2;
}

header .first-teach-7 {
    position: relative;
    border-radius: 10px;
    padding: 0.5rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

header .header-lesson-9 {
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    align-items: center;
    position: relative;
}

header .nav-info-7 {
    z-index: 1;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-size: 19px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    padding: 0.4rem 0.7rem;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 10px;
}

header .nav-info-7:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.title-portal-0 {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(243,229,209) 0%, rgb(217,189,151,0.5) 100%);
    position: relative;
}

.title-portal-0 {
    padding: 6rem 3rem;
}

.title-portal-0::after {
    content: '';
    position: absolute;
    opacity: 0.1;
    background: rgb(217,189,151);
    bottom: -5%;
    transform: rotate(-15deg);
    width: 40%;
    z-index: 0;
    right: -5%;
    height: 40%;
}

.title-portal-0 h1.start-head-9::after {
    bottom: -10px;
    background: rgb(217,189,151);
    width: 80px;
    left: 0;
    animation: expandWidth 1.5s ease-out forwards;
    height: 4px;
    content: '';
    position: absolute;
}

.title-portal-0 h1.start-head-9::after {
    width: 100px;
}

.title-portal-0 p {
    animation: fadeInUp 1s ease-out 0.3s forwards;
    position: relative;
    max-width: 90%;
    font-size: calc(15px * 1.2);
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.7;
    opacity: 0;
}

.title-portal-0 p {
    max-width: 85%;
}

.title-portal-0 .study-track-8::before {
    top: 0;
    opacity: 0.7;
    z-index: 1;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, 
    rgb(217,189,151,0.5) 0%, 
    transparent 100%);
    width: 100%;
}

.title-portal-0 .study-track-8 span {
    display: block;
    z-index: 2;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.9);
    padding: 1rem;
    transform: translateX(10px);
}

.title-portal-0 .study-track-8 span {
    max-width: 90%;
    transform: translateX(15px);
}

.tariff-box-9::before {
    animation: float-effect 12s infinite alternate ease-in-out;
    height: 300px;
    z-index: 0;
    width: 300px;
    right: -50px;
    top: -50px;
    content: "";
    filter: blur(80px);
    background: rgb(217,189,151,0.5);
    position: absolute;
}

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

.tariff-box-9 .discount-plan-7 {
    position: relative;
    max-width: 700px;
    text-align: center;
    order: -1;
    padding: 0 20px;
    margin: 0 auto;
}

.tariff-box-9 .discount-plan-7 h2::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 80px;
    bottom: -10px;
    background: rgb(217,189,151);
}

.tariff-box-9 .cost-table-4 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 30px;
}

.tariff-box-9 .pricing-levels-8:hover {
    transform: translateY(-10px) scale(1.02);
}

.tariff-box-9 .pricing-catalog-0 {
    transition: box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    height: 100%;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
}

.tariff-box-9 .payment-option-0::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    content: "";
    transition: transform 0.5s ease;
    right: 0;
    transform: scaleX(0);
    height: 5px;
    top: 0;
    left: 0;
    transform-origin: left;
}

.tariff-box-9 .pricing-levels-8:hover .payment-option-0 h3 {
    transform: translateX(5px);
    color: rgb(217,189,151);
}

.tariff-box-9 .premium-plan-7::before {
    width: 40px;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(190,154,108,0.5);
    height: 2px;
    bottom: -8px;
    left: 0;
}

.tariff-box-9 .pricing-levels-8:hover .premium-plan-7::before {
    width: 80px;
}

.tariff-box-9 .img-round-5 {
    transition: transform 0.6s ease, filter 0.6s ease;
    height: 200px;
    overflow: hidden;
    transform: translateZ(-10px);
    position: relative;
}

.tariff-box-9 .img-round-5::after {
    opacity: 0.6;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    transition: opacity 0.5s ease;
}

.tariff-box-9 .pricing-levels-8::after {
    top: 100%;
    right: 30px;
    filter: blur(10px);
    height: 15px;
    border-radius: 50%;
    background: rgb(217,189,151,0.5);
    left: 30px;
    content: "";
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    position: absolute;
}

.company-info-7::after {
    opacity: 0.3;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(217,189,151,0.5) 0%, transparent 100%);
    animation: gradientShift 8s ease-in-out infinite alternate;
}

.company-info-7 .content-column-1:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.company-info-7 .content-column-1::before {
    opacity: 0.05;
    position: absolute;
    width: 200px;
    z-index: -1;
    top: -100px;
    content: "";
    background: rgb(217,189,151);
    border-radius: 50%;
    right: -100px;
    height: 200px;
}

.company-info-7 h5 {
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: rgb(217,189,151);
    text-transform: uppercase;
    font-size: calc(22px * 1.2);
}

.company-info-7 .content-column-1:hover h5::after {
    transform: scaleX(1);
}

.company-info-7 p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 18px;
}

.company-info-7 p b {
    -webkit-background-clip: text !important;
    color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, rgb(217,189,151), rgb(190,154,108));
    display: inline-block;
    transform: translateX(0);
    font-weight: 700;
    font-size: calc(18px * 1.4);
}

.company-info-7 ol::before {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    top: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(217,189,151), transparent);
    left: -20px;
    height: calc(100% - 60px);
    transform-origin: top;
    width: 3px;
    transform: scaleY(0);
    position: absolute;
}

.appWrap-8::before {
    position: absolute;
    height: 300px;
    background: rgb(190,154,108,0.5);
    filter: blur(80px);
    content: "";
    width: 300px;
    animation: float 12s ease-in-out infinite;
    left: -50px;
    z-index: 0;
    top: -50px;
}

.appWrap-8 .container {
    z-index: 2;
    position: relative;
}

.appWrap-8 .mentor-team-9::before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.08;
    background: linear-gradient(45deg, transparent 48%, rgb(190,154,108,0.5) 49%, transparent 51%);
    background-size: 10px 10px;
}

.appWrap-8 .mentor-team-9 > div:first-child {
    position: relative;
}

.appWrap-8 .mentor-team-9 > div:first-child::after {
    position: absolute;
    left: 0;
    transform: scaleX(1);
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(217,189,151) 0%, rgb(190,154,108) 100%);
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    transform-origin: left center;
}

.appWrap-8 .mentor-team-9:hover h5 {
    transform: translateX(10px);
}

.appWrap-8 a {
    transform: translateY(0);
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.appWrap-8 a:hover::before {
    height: 100%;
    opacity: 0.1;
}

.appWrap-8 p {
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0;
}

.secure-citadel-5 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,229,209) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
}

.secure-citadel-5 .container {
    padding: 0 2rem;
    animation: fadeIn 0.8s ease-out forwards;
    transform: translateZ(0);
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
}

.secure-citadel-5 h1 {
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    font-size: 40px;
    transform: translateX(-5px);
    letter-spacing: -0.01em;
}

.secure-citadel-5 h2 {
    font-size: 29px;
    color: #000000;
    border-left: 3px solid rgb(217,189,151);
    margin: 3rem 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
}

.secure-citadel-5 h4 {
    font-size: calc(29px * 0.75);
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    border-left: 1px solid rgb(190,154,108);
    margin: 2rem 0 1rem;
}

.secure-citadel-5 p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.secure-citadel-5 span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
    max-width: 90ch;
    display: block;
}

.secure-citadel-5 li {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1rem;
    position: relative;
    font-size: 18px;
    padding-left: 1.8rem;
}

.secure-citadel-5 li:nth-child(2n)::before {
    background-color: rgb(190,154,108);
}

.operation-process-7 {
    justify-content: center;
    align-items: center;
    padding: 7rem 2rem;
    position: relative;
    min-height: 80vh;
    display: flex;
    background: linear-gradient(120deg, rgb(243,229,209) 0%, rgb(217,189,151,0.5) 100%);
    overflow: hidden;
}

.operation-process-7::after {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(190,154,108,0.5) 49.5%, rgb(190,154,108,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 49.5%, rgb(217,189,151,0.5) 49.5%, rgb(217,189,151,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px;
    height: 100%;
    content: '';
    z-index: 1;
    left: 0;
    animation: patternMove 30s linear infinite;
    top: 0;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}

.operation-process-7 .content-column-1::before {
    background: radial-gradient(
        ellipse at center,
        rgb(217,189,151,0.5) 0%,
        transparent 60%
    );
    height: 200%;
    position: absolute;
    transition: all 0.5s ease;
    left: -50%;
    content: '';
    z-index: -1;
    transform: rotate(30deg);
    opacity: 0.2;
    width: 200%;
    top: -50%;
}

.operation-process-7 .content-column-1::after {
    z-index: 1;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    width: 100%;
    top: 0;
    height: 5px;
}

.operation-process-7 h2::before {
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    left: 0;
    height: 2px;
    position: absolute;
    width: 0;
    transition: width 0.8s ease;
}

.operation-process-7 .content-column-1:hover h2::before {
    width: 100px;
}

.operation-process-7 p::before {
    opacity: 0.5;
    background: rgb(190,154,108,0.5);
    height: 2px;
    transition: width 0.3s ease;
    content: '';
    width: 50px;
    bottom: -10px;
    right: 0;
    position: absolute;
}

.operation-process-7 .content-column-1:hover::before {
    transform: rotate(45deg);
    opacity: 0.3;
}

.operation-process-7 .content-column-1:hover p::before {
    width: 100px;
}

.operation-process-7:hover::after {
    opacity: 0.15;
}

.customer-opinions-4::before {
    width: 40%;
    position: absolute;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(217,189,151) 10%, transparent 70%);
    pointer-events: none;
    top: -5%;
    right: -5%;
    height: 40%;
    opacity: 0.1;
    content: "";
}

.customer-opinions-4 .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.customer-opinions-4 h2::before {
    transform: scaleY(0);
    width: 6px;
    height: 80%;
    position: absolute;
    background: rgb(217,189,151);
    content: "";
    left: 0;
    transform-origin: top;
    animation: scaleDown 0.6s ease-out forwards 1s;
    top: 0.5rem;
}

.customer-opinions-4 .testimonial-space-4 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
}

.customer-opinions-4 .alumni-quotes-1:nth-child(1) {
    --i: 1;
}

.customer-opinions-4 .alumni-quotes-1:nth-child(2) {
    --i: 2;
}

.customer-opinions-4 .alumni-quotes-1:nth-child(3) {
    --i: 3;
}

.customer-opinions-4 .alumni-quotes-1:nth-child(4) {
    --i: 4;
}

.customer-opinions-4 .alumni-quotes-1:nth-child(5) {
    --i: 5;
}

.customer-opinions-4 .alumni-quotes-1:nth-child(6) {
    --i: 6;
}

.customer-opinions-4 .alumni-quotes-1::before {
    top: -2rem;
    line-height: 1;
    position: absolute;
    pointer-events: none;
    color: rgb(217,189,151,0.5);
    opacity: 0.15;
    font-family: serif;
    font-size: 12rem;
    right: 1rem;
    content: "";
}

.customer-opinions-4 .alumni-quotes-1:hover::after {
    width: 100%;
}

.customer-opinions-4 .alumni-quotes-1 div {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}

.customer-opinions-4 .alumni-quotes-1:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgb(217,189,151);
}

.customer-opinions-4 .alumni-quotes-1 h4 {
    margin: 0;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}

.customer-opinions-4 .alumni-quotes-1:hover h4::after {
    width: 50px;
}

.customer-opinions-4 .alumni-quotes-1 .description {
    z-index: 2;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
    font-size: 13px;
}

.customer-opinions-4 a::before {
    background: linear-gradient(135deg, rgb(190,154,108), rgb(217,189,151));
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
}

.customer-opinions-4 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

header .top_plank {
    background: rgb(217,189,151);
    color:  #ffffff;
}

header .top_plank .prime-learnings-8 div span {
    color: #ffffff;
}

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

.course-program-description-1 {
    padding: 6rem 0;
    position: relative;
    background-color: rgb(243,229,209);
    overflow: hidden;
}

.course-program-description-1::after {
    z-index: 0;
    bottom: -5%;
    content: "";
    left: -10%;
    opacity: 0.05;
    position: absolute;
    height: 55%;
    transform: rotate(15deg);
    width: 55%;
    background: linear-gradient(135deg, rgb(217,189,151,0.5), rgb(217,189,151));
}

.course-program-description-1 h2 {
    margin-bottom: 3rem;
    font-size: 35px;
    max-width: 85%;
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
}

.course-program-description-1 .container:hover h2::after {
    transform: scaleX(1.5);
}

.course-program-description-1 .knowledge-path-8 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 2.5rem;
    display: grid;
}

.course-program-description-1 .img-round-5 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 400px;
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    overflow: hidden;
}

.course-program-description-1 .container:hover .img-round-5 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.course-program-description-1 .container:hover .img-round-5::before {
    opacity: 0.5;
}

.course-program-description-1 .container:hover .img-round-5::after {
    left: 100%;
}

.course-program-description-1 .content-column-1::before {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(to bottom, rgb(190,154,108), rgb(217,189,151));
    content: "";
    width: 4px;
    transform-origin: center;
    left: 0;
    transform: scaleY(0.3);
    top: 0;
    position: absolute;
    height: 100%;
}

.course-program-description-1 .container:hover .content-column-1::before {
    transform: scaleY(1);
}

.course-program-description-1 .description:last-child {
    margin-bottom: 0;
}

.course-program-description-1 .description::first-letter {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(190,154,108);
}

.teacher-profile-1 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,229,209) 0%, rgb(217,189,151,0.5) 100%);
}

.teacher-profile-1 .alumni-quotes-1 {
    margin: 0 auto;
    gap: 2rem;
    display: flex;
    max-width: 1100px;
    transform: rotate(-2deg);
    align-items: center;
    justify-content: center;
    flex-direction: row;
    z-index: 1;
    position: relative;
}

.teacher-profile-1 .img-round-5 {
    transform: perspective(1000px) rotateY(-15deg);
    height: 400px;
    border-radius: 15px;
    transition: all 0.5s ease;
    box-shadow: 20px 20px 0 rgb(217,189,151,0.5);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    width: 350px;
}

.teacher-profile-1 .employee-info-4::before {
    width: 100%;
    height: 100%;
    background: rgb(190,154,108,0.5);
    right: -15px;
    transform: rotate(3deg);
    position: absolute;
    z-index: -1;
    content: "";
    top: -15px;
    border-radius: 15px;
}

.teacher-profile-1 .emp-milestones-3 {
    line-height: 1.6;
    color: #000000;
    font-style: italic;
    padding-left: 1.5rem;
    font-size: 16px;
    position: relative;
}

.teacher-profile-1 .alumni-quotes-1:hover .img-round-5 {
    box-shadow: 30px 30px 0 rgb(217,189,151,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}

.teacher-profile-1 .alumni-quotes-1:hover .employee-info-4 {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

.academy-info-9::after {
    width: 100%;
    z-index: 2;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
}

.academy-info-9 .write-feedback-1 {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    z-index: 10;
    border-radius: 14px;
    display: flex;
    position: relative;
    background-color: #ffffff;
    padding: 1.25rem 2rem;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    transform: translateY(-3.5rem);
}

.academy-info-9 .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(190,154,108,0.5), transparent);
    content: '';
    position: absolute;
    width: 1px;
    right: -0.75rem;
    height: 70%;
    transform: translateY(-50%);
    top: 50%;
}

.academy-info-9 .info_item:hover {
    transform: translateY(-5px);
}

.academy-info-9 .info_item:hover p,
.academy-info-9 .info_item:hover a {
    color: rgb(217,189,151);
}

.academy-info-9 .info_item:hover svg {
    transform: scale(1.15);
}

.academy-info-9 .top-base-9 {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.academy-info-9 .top-base-9 svg {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.academy-info-9 .guide-section-1 {
    line-height: 1.6;
    font-size: calc(14px + 1px);
    opacity: 0.8;
}

.academy-info-9 .header-lesson-9::before {
    width: 1px;
    bottom: 0;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(190,154,108,0.5) 30%, rgb(190,154,108,0.5) 70%, transparent);
    left: -2rem;
}

.academy-info-9 .header-lesson-9 h5 {
    padding-bottom: 0.875rem;
    position: relative;
    margin-bottom: 1.75rem;
    font-weight: 600;
    font-size: 20px;
}

.academy-info-9 .main-lead-8 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.academy-info-9 .main-lead-8 a {
    transition: all 0.3s ease;
    padding: 0.25rem 0;
    opacity: 0.85;
    transform-origin: left;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 15px;
}

.academy-info-9 .main-lead-8 a:hover {
    color: rgb(217,189,151);
    transform: translateX(8px);
    opacity: 1;
}

.academy-info-9 .subscribe_holder::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(217,189,151,0.5), transparent 70%);
    height: 100%;
    z-index: -1;
    left: 0;
    content: '';
    opacity: 0.2;
}



.academy-info-9 .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.875rem;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.academy-info-9 .subscribe_holder h5::after {
    width: 40px;
    left: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    background: rgb(217,189,151);
    content: '';
}

.academy-info-9 .input_holder::before {
    border-radius: calc(10px + 10px);
    left: -10px;
    animation: subtleRotate 15s linear infinite;
    height: calc(100% + 20px);
    content: '';
    z-index: -1;
    width: calc(100% + 20px);
    background: 
        radial-gradient(circle at bottom right, rgb(217,189,151,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(190,154,108,0.5) 0%, transparent 70%);
    opacity: 0.1;
    position: absolute;
    top: -10px;
}

.academy-info-9 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.academy-info-9 .mail-container-1 {
    overflow: hidden;
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
    cursor: pointer;
    position: relative;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    background-color: rgb(217,189,151);
    transition: all 0.3s ease;
    z-index: 1;
}

.academy-info-9 .mail-container-1::after {
    background: rgb(190,154,108);
    opacity: 0;
    width: 100%;
    z-index: -2;
    content: '';
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
}

.academy-info-9 .skill-test-3 {
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
    position: relative;
}

.academy-info-9 .discord-cta-1 {
    font-size: 14px;
    opacity: 0.7;
}



::-webkit-scrollbar {
    background: rgb(190,154,108,0.5);
    width: 14px;
}

::-webkit-scrollbar-track {
    background: rgb(243,229,209);
    border-radius: 9.9vh;
    box-shadow: inset 2px -2px 0px -1px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(217,189,151);
    animation: slide_scrollbar 4.8s ease-in-out infinite;
    border: 1px solid rgb(255, 255, 255, 0.5);
    box-shadow: 3px 2px 3px 2px rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(190,154,108);
    box-shadow: -2px -3px 15px 8px rgba(0, 0, 0, 0.2);
    border-color: rgb(217,189,151);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0px 2px 15px 2px rgba(0, 0, 0, 0.5);
    background: rgb(217,189,151);
}



@media (max-width: 768px) {.get-in-touch-7 {
    padding: 60px 0;
}.get-in-touch-7 .img-round-5 {
    display: none;
}.get-in-touch-7 h3 {
    font-size: calc(35px * 0.9);
}.get-in-touch-7 .help-inquiry-4,
    .get-in-touch-7 .support-panel-0 {
    padding: 40px 30px;
}.get-in-touch-7 form h3,
    .get-in-touch-7 .support-panel-0 h4 {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 991px) {header .first-pagebar-0 {
    padding: 0.8rem 2.5%;
}header .first-teach-7 svg {
    width: 130px;
}header .header-lesson-9 {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .nav-info-7 {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .first-pagebar-0 {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .first-teach-7 svg {
    width: 110px;
}header .header-lesson-9 {
    padding: 0.3rem;
}header .nav-info-7 {
    padding: 0.3rem 0.4rem;
    font-size: calc(19px - 2px);
}}



@media (min-width: 992px) {.title-portal-0 {
    padding: 7rem 4rem;
}.title-portal-0 > div {
    gap: 6rem;
}.title-portal-0 h1.start-head-9 {
    font-size: calc(40px * 1.4);
}.title-portal-0 p {
    font-size: calc(15px * 1.3);
}.title-portal-0 .study-track-8 {
    padding: 4rem;
    margin-left: -4rem;
    transform: translateZ(30px) rotateX(3deg);
}.title-portal-0 .study-track-8:hover {
    transform: translateZ(40px) rotateX(1deg);
}.title-portal-0 .study-track-8 span {
    transform: translateX(25px);
    padding: 1.5rem;
}.title-portal-0 .study-track-8 h3 {
    font-size: 24px;
}
}



@media (min-width: 1200px) {.tariff-box-9 .cost-table-4 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-box-9 .payment-option-0 {
    padding: 35px;
}.tariff-box-9 .img-round-5 {
    height: 220px;
}
}



@media (max-width: 991px) {.tariff-box-9 {
    padding: 80px 0;
}.tariff-box-9 .discount-plan-7 {
    margin-bottom: 20px;
}
}



@media (max-width: 767px) {.tariff-box-9 {
    padding: 60px 0;
}.tariff-box-9 .cost-table-4 {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff-box-9 .discount-plan-7 h2 {
    font-size: calc(30px - 4px);
}.tariff-box-9 .img-round-5 {
    height: 180px;
}.tariff-box-9 .payment-option-0 {
    padding: 25px;
}
}



@media (max-width: 1200px) {.company-info-7 {
    padding: 100px 0;
}.company-info-7 .content-column-1 {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.company-info-7 {
    padding: 70px 0;
}.company-info-7 .content-column-1 {
    border-left-width: 3px;
    transform: none;
    padding: 35px 25px;
}.company-info-7 h5 {
    font-size: 22px;
    margin-bottom: 15px;
}.company-info-7 p {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.company-info-7 p b {
    font-size: calc(18px * 1.2);
}.company-info-7 ol li {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 768px) {.appWrap-8 {
    padding: 150px 0;
}.appWrap-8 .mentor-team-9 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem;
}.appWrap-8 h5 {
    margin-bottom: 0;
    font-size: calc(20px * 1.1);
}.appWrap-8 p {
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 767px) {.appWrap-8 {
    padding: 80px 0;
}.appWrap-8 .mentor-team-9 {
    padding: 2.5rem;
}.appWrap-8 h5 {
    font-size: calc(20px * 0.9);
}.appWrap-8 p {
    font-size: calc(13px * 0.95);
}.appWrap-8 .mentor-team-9 > div:first-child::after {
    width: 60px;
}
}




@media (max-width: 992px) {.secure-citadel-5 {
    padding: 4rem 0;
}.secure-citadel-5 h1 {
    font-size: calc(40px * 0.9);
}.secure-citadel-5 h2 {
    font-size: calc(29px * 0.9);
}.secure-citadel-5 h3 {
    font-size: calc(29px * 0.8);
}.secure-citadel-5 h4 {
    font-size: calc(29px * 0.7);
}
}



@media (max-width: 576px) {.secure-citadel-5 {
    padding: 2.5rem 0;
}.secure-citadel-5 .container {
    padding: 0 1.25rem;
}.secure-citadel-5 h1 {
    transform: translateX(0);
    font-size: calc(40px * 0.75);
}.secure-citadel-5 h2 {
    font-size: calc(29px * 0.8);
    padding-left: 0.75rem;
}.secure-citadel-5 h3 {
    padding-left: 0.75rem;
    font-size: calc(29px * 0.7);
}.secure-citadel-5 h4 {
    font-size: calc(29px * 0.6);
    padding-left: 0.75rem;
}.secure-citadel-5 p,
    .secure-citadel-5 span {
    font-size: calc(18px * 0.95);
}.secure-citadel-5 ul {
    margin-left: 0.5rem;
}.secure-citadel-5 li {
    margin-bottom: 0.8rem;
    padding-left: 1.25rem;
    font-size: calc(18px * 0.95);
}}



@media (max-width: 768px) {.operation-process-7 {
    padding: 4rem 1rem;
    min-height: 60vh;
}.operation-process-7 .content-column-1 {
    clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            97% 100%,
            0 100%
        );
    width: 100%;
    padding: 2.5rem;
}.operation-process-7 h2 {
    font-size: calc(32px * 0.8);
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
}.operation-process-7 h2::after {
    width: 20px;
    right: -10px;
    top: -10px;
    height: 20px;
}.operation-process-7 .content-column-1:hover h2::before {
    width: 60px;
}.operation-process-7 p::before {
    width: 30px;
}.operation-process-7 .content-column-1:hover p::before {
    width: 60px;
}
}



@media (max-width: 768px) {.customer-opinions-4 h2 {
    text-align: center;
    font-size: calc(28px * 0.8);
    padding-left: 0;
    margin-bottom: 2rem;
}.customer-opinions-4 h2::before {
    width: 60px;
    height: 4px;
    transform: translateX(-50%) scaleX(0);
    top: auto;
    left: 50%;
    animation: scaleHorizontal 0.6s ease-out forwards 1s;
    bottom: -1rem;
    transform-origin: center;
}.customer-opinions-4 .testimonial-space-4 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer-opinions-4 .alumni-quotes-1 {
    padding: 1.5rem;
}.customer-opinions-4 a {
    margin: 2rem auto 0;
    max-width: 200px;
    display: block;
    text-align: center;
}
}



@media (min-width: 768px) {.course-program-description-1 {
    padding: 8rem 0;
}.course-program-description-1 h2 {
    max-width: 70%;
    font-size: calc(35px * 1.1);
    margin-bottom: 3.5rem;
}.course-program-description-1 .knowledge-path-8 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.course-program-description-1 .img-round-5 {
    height: 500px;
}.course-program-description-1 .content-column-1 {
    overflow-y: auto;
    max-height: 500px;
    scrollbar-width: thin;
    padding: 3rem;
    scrollbar-color: rgb(190,154,108,0.5) #ffffff;
}.course-program-description-1 .content-column-1::-webkit-scrollbar {
    width: 6px;
}.course-program-description-1 .content-column-1::-webkit-scrollbar-track {
    background: #ffffff;
}.course-program-description-1 .content-column-1::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(190,154,108,0.5);
}
}



@media (max-width: 767px) {.course-program-description-1 {
    padding: 4rem 0;
}.course-program-description-1 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.course-program-description-1 .img-round-5 {
    height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.course-program-description-1 .content-column-1 {
    padding: 2rem;
}.course-program-description-1 .description {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}



@media (max-width: 1200px) {.academy-info-9 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.academy-info-9 .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.academy-info-9 .header-lesson-9::after {
    display: none;
}
}



@media (max-width: 991px) {.academy-info-9 {
    padding: 5rem 0 2rem;
}.academy-info-9 .write-feedback-1 {
    justify-content: center;
    flex-wrap: wrap;
}.academy-info-9 .info_item {
    max-width: none;
    width: calc(50% - 2rem);
    flex: 0 0 auto;
}.academy-info-9 .info_item:not(:last-child)::after {
    display: none;
}.academy-info-9 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.academy-info-9 .header-lesson-9::before, 
    .academy-info-9 .header-lesson-9::after {
    display: none;
}.academy-info-9 .top-base-9 {
    align-items: center;
    text-align: center;
}.academy-info-9 .header-lesson-9 h5, 
    .academy-info-9 .subscribe_holder h5 {
    text-align: center;
}.academy-info-9 .header-lesson-9 h5::after, 
    .academy-info-9 .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.academy-info-9 .main-lead-8 {
    grid-template-columns: repeat(3, 1fr);
}.academy-info-9 .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }



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



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



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



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

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



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



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

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

