* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.head-wrap {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.glossary {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1215px;
}a {
    text-decoration: none;
    color: inherit;
}.content-wrapper {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client-comments {
    background: rgb(220,223,231);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.client-comments::before {
    background-size: 60px 60px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0.05;
    background-position: 0 0, 30px 30px;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(172,180,198,0.5) 25%, transparent 25%, transparent 75%, rgb(172,180,198,0.5) 75%),
    linear-gradient(45deg, rgb(172,180,198,0.5) 25%, transparent 25%, transparent 75%, rgb(172,180,198,0.5) 75%);
    left: 0;
}.client-comments::after {
    opacity: 0.1;
    z-index: 0;
    width: 60%;
    position: absolute;
    transform: skewX(-20deg) translateX(-20%);
    top: 0;
    content: "";
    background: rgb(172,180,198,0.5);
    height: 100%;
    left: 0;
}.client-comments .container {
    z-index: 1;
    position: relative;
}.client-comments h2 {
    transform: perspective(500px) rotateX(5deg);
    font-weight: 700;
    font-size: 30px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    color: #000000;
    background: linear-gradient(180deg, transparent, rgb(172,180,198,0.5));
    padding: 1rem 3rem;
    margin-bottom: 5rem;
    display: inline-block;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}.client-comments h2::after {
    width: 100%;
    left: 0;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(172,180,198), transparent);
    height: 5px;
    content: "";
}.client-comments .reviews-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
    transform-style: preserve-3d;
    gap: 3rem;
}.client-comments .client-praises {
    padding: 2.5rem;
    display: flex;
    transform-style: preserve-3d;
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    align-items: center;
    position: relative;
    transform-origin: center center;
    transform: rotateY(10deg) rotateX(5deg);
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.client-comments .client-praises:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.client-comments .client-praises:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.client-comments .client-praises::before {
    left: 0;
    width: 100%;
    z-index: -1;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(-10px);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.5;
}.client-comments .client-praises::after {
    right: 0;
    position: absolute;
    bottom: 0;
    border-color: transparent transparent rgb(131,144,167,0.5) transparent;
    transform: translateZ(5px);
    transition: all 0.3s ease;
    width: 0;
    border-width: 0 0 30px 30px;
    content: "";
    border-style: solid;
    height: 0;
}.client-comments .client-praises:hover {
    z-index: 10;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
}.client-comments .client-praises:hover::after {
    border-color: transparent transparent rgb(131,144,167) transparent;
    border-width: 0 0 50px 50px;
}.client-comments .client-praises img {
    margin-bottom: 1.5rem;
    border: 2px solid #ffffff;
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transform: translateZ(15px);
    height: 80px;
    transition: all 0.5s ease;
    object-fit: cover;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}.client-comments .client-praises:hover img {
    transform: translateZ(30px) rotate(360deg);
}.client-comments .client-praises p {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    transition: all 0.3s ease;
    transform: translateZ(10px);
    color: #000000;
}.client-comments .client-praises:hover p {
    color: rgb(172,180,198);
    transform: translateZ(25px);
}.client-comments .client-praises .description {
    transform: translateZ(5px);
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
    padding: 1rem;
    text-align: center;
    line-height: 1.6;
    position: relative;
}.client-comments .client-praises:hover .description {
    transform: translateZ(20px);
}.client-comments .client-praises .description::before {
    height: 20px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    border-top: 2px solid rgb(172,180,198,0.5);
    width: 20px;
    border-left: 2px solid rgb(172,180,198,0.5);
    left: 0;
    content: "";
}.client-comments .client-praises:hover .description::before {
    width: 30px;
    border-color: rgb(172,180,198);
    height: 30px;
}.client-comments .client-praises .description::after {
    bottom: 0;
    border-bottom: 2px solid rgb(131,144,167,0.5);
    border-right: 2px solid rgb(131,144,167,0.5);
    position: absolute;
    transition: all 0.3s ease;
    width: 20px;
    right: 0;
    content: "";
    height: 20px;
}.client-comments .client-praises:hover .description::after {
    height: 30px;
    width: 30px;
    border-color: rgb(131,144,167);
}.client-comments .client-praises:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(220,223,231));
}.client-comments .client-praises:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(220,223,231));
}.client-comments .pro-program::before {
    width: 200px;
    z-index: -1;
    bottom: -50px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    left: -50px;
    position: absolute;
    background: rgb(172,180,198,0.5);
    height: 200px;
    content: "";
    opacity: 0.1;
}.client-comments .pro-program::after {
    position: absolute;
    height: 200px;
    top: -50px;
    background: rgb(131,144,167,0.5);
    opacity: 0.1;
    width: 200px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    right: -50px;
    z-index: -1;
    content: "";
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.client-comments .reviews-block {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.client-comments {
    padding: 5rem 0;
}.client-comments h2 {
    clip-path: none;
    padding: 0;
    transform: none;
    font-size: calc(30px * 0.9);
    margin-bottom: 3rem;
    background: none;
}.client-comments .reviews-block {
    gap: 3rem;
    grid-template-columns: 1fr;
}.client-comments .client-praises,
    .client-comments .client-praises:nth-child(2n),
    .client-comments .client-praises:nth-child(3n) {
    transform: none;
    animation: fold 10s infinite alternate ease-in-out;
}.client-comments .client-praises:hover {
    transform: translateY(-10px);
}.client-comments .client-praises:hover img {
    transform: translateZ(10px) rotate(360deg);
}.client-comments .client-praises img,
    .client-comments .client-praises p,
    .client-comments .client-praises .description,
    .client-comments .client-praises:hover p,
    .client-comments .client-praises:hover .description {
    transform: none;
}}.educational-gains {
    position: relative;
    background: linear-gradient(210deg, #000000 0%, rgb(220,223,231) 100%);
    padding: 100px 0;
    overflow: hidden;
}.educational-gains::before {
    height: 200%;
    animation: gridMove 40s linear infinite;
    content: '';
    transform: rotate(15deg);
    background: repeating-linear-gradient(
        45deg,
        rgb(172,180,198,0.5),
        rgb(172,180,198,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 140%;
    position: absolute;
    top: -50%;
    opacity: 0.07;
    left: -20%;
}.educational-gains::after {
    filter: blur(80px);
    right: -300px;
    animation: pulse 15s infinite alternate;
    position: absolute;
    content: '';
    height: 600px;
    width: 600px;
    bottom: -300px;
    background: radial-gradient(circle, rgb(131,144,167,0.5) 0%, transparent 70%);
    border-radius: 50%;
}.educational-gains .pro-program {
    padding: 0 20px;
    position: relative;
    display: grid;
    z-index: 1;
    max-width: 1280px;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    gap: 70px;
}.educational-gains .hover-image {
    transform: perspective(1200px) rotateY(5deg);
    min-height: 550px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    border-radius: 26px;
    transition: transform 0.7s ease;
    overflow: hidden;
}.educational-gains .hover-image::before {
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    content: '';
    position: absolute;
    z-index: 2;
}.educational-gains .hover-image::after {
    content: '';
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgb(172,180,198,0.5) 100%);
    z-index: 3;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.educational-gains .hover-image:hover {
    transform: perspective(1200px) rotateY(0deg);
}.educational-gains .note-holder {
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.educational-gains .note-holder::before {
    border: 2px solid rgb(172,180,198,0.5);
    opacity: 0.3;
    height: 150px;
    top: -30px;
    right: -30px;
    animation: morphing 10s linear infinite;
    width: 150px;
    z-index: -1;
    content: '';
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
}.educational-gains h2 {
    font-weight: 700;
    margin-bottom: 35px;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 28px;
    position: relative;
}.educational-gains h2::before {
    left: -30px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: rgb(172,180,198);
    width: 20px;
}.educational-gains .text_main_holder {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 30px;
}.educational-gains .text_main_holder > div {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    gap: 15px;
    overflow: hidden;
    align-items: center;
    border-radius: 10px;
    padding: 25px;
}.educational-gains .text_main_holder > div::before {
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(172,180,198), rgb(131,144,167));
    opacity: 0.8;
    height: 100%;
    width: 5px;
}.educational-gains .text_main_holder > div::after {
    right: 0;
    position: absolute;
    width: 30%;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(172,180,198,0.5));
    height: 1px;
}.educational-gains .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.educational-gains .text_main_holder > div:hover::before {
    width: 10px;
}.educational-gains .text_main_holder svg {
    width: 32px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    transform: translateY(-2px);
    height: 32px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}.educational-gains .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.educational-gains .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(131,144,167);
}.educational-gains .text_main_holder > div:hover svg path {
    fill: rgb(172,180,198);
}.educational-gains .text_main_holder p {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    z-index: 1;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.educational-gains .pro-program {
    grid-template-columns: 1fr;
    gap: 50px;
}.educational-gains .hover-image {
    transform: perspective(1200px) rotateY(0);
    min-height: 450px;
}
}

@media (max-width: 768px) {.educational-gains {
    padding: 80px 0;
}.educational-gains .hover-image {
    min-height: 350px;
}.educational-gains h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.educational-gains .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.educational-gains .text_main_holder > div {
    padding: 20px;
}.educational-gains .text_main_holder svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 576px) {.educational-gains {
    padding: 60px 0;
}.educational-gains .pro-program {
    gap: 40px;
}.educational-gains .hover-image {
    min-height: 280px;
}.educational-gains h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.educational-gains h2::before {
    left: -20px;
    width: 15px;
}.educational-gains .text_main_holder > div {
    padding: 15px;
    gap: 12px;
}.educational-gains .text_main_holder svg {
    height: 24px;
    width: 24px;
}}header {
    padding: 0;
    position: relative;
    background: #ffffff;
    width: 100%;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    background: linear-gradient(135deg, rgb(172,180,198), rgb(131,144,167));
    z-index: 0;
    content: '';
    height: 100%;
}header .container {
    padding: 0;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0;
}header .top-tutor {
    align-items: stretch;
    display: flex;
    height: 100%;
}header .main-site {
    position: relative;
    display: flex;
    padding: 1.2rem 0;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 35%;
}header .main-site svg {
    width: 150px;
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}header .main-site:hover svg {
    transform: scale(1.05);
}header .site-nav {
    display: flex;
    padding: 1.2rem 3%;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 65%;
    gap: 0.5rem;
}header .site-nav::before {
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(172,180,198,0.5), transparent);
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
}header .header-learn {
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
}header .header-learn::before {
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(172,180,198,0.5), rgb(131,144,167,0.5));
    content: '';
    transition: opacity 0.3s ease;
}header .header-learn:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}header .header-learn:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .main-site {
    padding: 1rem 0;
    width: 30%;
}header .main-site svg {
    width: 130px;
}header .site-nav {
    width: 70%;
    gap: 0.5rem;
    padding: 1rem 2.5%;
}header .header-learn {
    padding: 0.5rem 1rem;
    font-size: calc(18px);
}
}

@media (max-width: 767px) {header {
    background: rgb(220,223,231);
}header::before {
    bottom: 50%;
    top: 0;
    width: 100%;
    height: auto;
}header .top-tutor {
    flex-direction: column;
    align-items: center;
}header .main-site {
    padding: 0.8rem 0;
    width: 100%;
}header .main-site svg {
    width: 120px;
}header .site-nav {
    gap: 0.6rem;
    padding: 0.8rem 0;
    flex-wrap: wrap;
    width: 95%;
    justify-content: center;
}header .site-nav::before {
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(172,180,198,0.5), transparent);
    left: 0;
}header .header-learn {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .main-site {
    padding: 0.7rem 0;
}header .main-site svg {
    width: 110px;
}header .site-nav {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
    justify-content: flex-start;
}header .site-nav::-webkit-scrollbar {
    height: 3px;
}header .site-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(172,180,198);
}header .header-learn {
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
    flex-shrink: 0;
    font-size: calc(18px - 1px);
    margin-right: 2px;
}}.tyCard {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(220,223,231), rgb(131,144,167,0.5) 120%);
}.tyCard::before {
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.4;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 75% 25%, rgb(172,180,198,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
}.tyCard::after {
    background: linear-gradient(225deg, rgb(131,144,167) 0%, transparent 70%);
    height: 60%;
    right: -5%;
    opacity: 0.1;
    bottom: -10%;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    width: 40%;
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
}.tyCard .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.tyCard .pro-program {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    backdrop-filter: blur(10px);
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(131,144,167), 0.05),
              0 5px 10px rgba(rgb(172,180,198), 0.03);
    display: flex;
    position: relative;
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
}.tyCard .pro-program:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(131,144,167), 0.07),
              0 10px 15px rgba(rgb(172,180,198), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyCard .pro-program > div:first-child {
    margin-bottom: 2rem;
    border-left: 4px solid rgb(172,180,198);
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    position: relative;
    opacity: 0;
    padding-left: 1.5rem;
    transform: translateX(-20px);
}.tyCard .pro-program > div:last-child {
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    opacity: 0;
    position: relative;
}.tyCard h5 {
    line-height: 1.4;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0 0 1rem 0;
    font-size: 19px;
    font-weight: 700;
}.tyCard h5::after {
    transform: scaleX(0);
    transform-origin: left;
    bottom: -0.75rem;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(172,180,198), transparent);
    height: 3px;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    width: 4rem;
}.tyCard p {
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    overflow: hidden;
    line-height: 1.7;
    position: relative;
    font-size: 15px;
}.tyCard a {
    text-decoration: none;
    position: relative;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.tyCard a::before {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: -2.5rem;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0.5rem;
    content: "";
    transform: translateX(-10px);
    height: 100%;
    background: linear-gradient(to bottom, rgb(172,180,198), rgb(131,144,167));
}.tyCard a:hover {
    transform: translateX(10px);
}.tyCard a:hover::before {
    opacity: 0.7;
    transform: translateX(0);
}.tyCard a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(172,180,198,0.5);
}

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

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

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

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

@media (min-width: 768px) {.tyCard {
    padding: 8rem 3rem;
}.tyCard .pro-program {
    margin: 0 5rem;
    padding: 4.5rem 5rem;
}.tyCard .pro-program > div:first-child {
    padding-left: 2rem;
    margin-bottom: 3rem;
    border-left-width: 6px;
}.tyCard h5 {
    font-size: calc(19px * 1.1);
}.tyCard p {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.tyCard .pro-program {
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
}.tyCard .pro-program > div:first-child {
    flex: 0 0 40%;
    margin-right: 5rem;
    margin-bottom: 0;
}.tyCard .pro-program > div:last-child {
    flex: 0 0 60%;
}.tyCard h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.tyCard {
    padding: 4rem 1.5rem;
}.tyCard .pro-program {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyCard h5 {
    font-size: calc(19px * 0.9);
}.tyCard p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.tyCard a::before {
    width: 0.3rem;
    left: -1.5rem;
}}.privacy-armory {
    overflow: hidden;
    color: #000000;
    position: relative;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(220,223,231) 0%, rgba(245, 247, 250, 0.95) 100%);
}.privacy-armory::before {
    opacity: 0.05;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    transform: skewX(-15deg) translateX(20%);
    background: linear-gradient(90deg, transparent, rgb(172,180,198,0.5));
    content: "";
    width: 30%;
}.privacy-armory::after {
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    opacity: 0.7;
    background: linear-gradient(90deg, rgb(172,180,198), rgb(131,144,167), rgb(172,180,198));
    position: absolute;
    height: 5px;
}.privacy-armory .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.privacy-armory h1 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 47px;
    transform: translateX(-0.5rem);
    padding-bottom: 1rem;
    position: relative;
}.privacy-armory h1::after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(172,180,198), rgb(131,144,167));
    position: absolute;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    transform-origin: left;
    left: 0;
}.privacy-armory h1:hover::after {
    transform: scaleX(1.5);
}.privacy-armory h2 {
    position: relative;
    font-weight: 600;
    font-size: 31px;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    padding-left: 1rem;
}.privacy-armory h2::before {
    border-radius: 10px;
    top: 0.25rem;
    position: absolute;
    width: 4px;
    bottom: 0.25rem;
    left: 0;
    background: linear-gradient(to bottom, rgb(172,180,198), rgb(131,144,167));
    content: "";
}.privacy-armory h3 {
    color: #000000;
    padding-bottom: 0.75rem;
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    font-size: calc(31px * 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.privacy-armory h4 {
    font-weight: 600;
    font-size: calc(31px * 0.75);
    color: #000000;
    margin: 1.8rem 0 1rem;
}.privacy-armory p {
    line-height: 1.75;
    max-width: 95%;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 17px;
}.privacy-armory p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.privacy-armory p strong::after {
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    bottom: -2px;
    background: rgb(131,144,167,0.5);
}.privacy-armory ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.privacy-armory li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1.5rem;
}.privacy-armory li::before {
    background: rgb(131,144,167);
    left: 0;
    content: "";
    transform: rotate(45deg);
    width: 8px;
    top: 0.75rem;
    opacity: 0.8;
    height: 8px;
    position: absolute;
}.privacy-armory span {
    max-width: 95%;
    border-left: 2px solid rgb(131,144,167,0.5);
    margin-bottom: 1.75rem;
    padding-left: 1rem;
    line-height: 1.7;
    font-size: 17px;
    display: block;
}

@media screen and (min-width: 1200px) {.privacy-armory {
    padding: 7rem 3rem;
}.privacy-armory .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}.privacy-armory h1 {
    transform: translateX(-1rem);
    grid-column: 1 / -1;
    font-size: calc(47px * 1.2);
}.privacy-armory h1::after {
    width: 120px;
}.privacy-armory h2, 
    .privacy-armory h3, 
    .privacy-armory h4 {
    grid-column: 1 / -1;
}.privacy-armory p, 
    .privacy-armory ul,
    .privacy-armory span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.privacy-armory {
    padding: 4rem 1.5rem;
}.privacy-armory h1 {
    font-size: calc(47px * 0.9);
}.privacy-armory h2 {
    font-size: calc(31px * 0.9);
}.privacy-armory::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.privacy-armory {
    padding: 3rem 1rem;
}.privacy-armory h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.privacy-armory h2 {
    margin: 2rem 0 1rem;
    font-size: calc(31px * 0.8);
}.privacy-armory h3 {
    font-size: calc(31px * 0.7);
}.privacy-armory h4 {
    font-size: calc(31px * 0.6);
}.privacy-armory p,
    .privacy-armory span,
    .privacy-armory li {
    font-size: calc(17px * 0.95);
}.privacy-armory ul {
    padding-left: 0.5rem;
}.privacy-armory span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.privacy-armory {
    padding: 2.5rem 1rem;
}.privacy-armory h1::after {
    width: 60px;
}.privacy-armory h2::before {
    width: 3px;
}.privacy-armory li {
    padding-left: 1.25rem;
}.privacy-armory p,
    .privacy-armory span,
    .privacy-armory li {
    max-width: 100%;
}}.course-program {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(220,223,231) 30%, rgba(245, 248, 255, 0.95) 100%);
    padding: 120px 0;
}.course-program::before {
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(172,180,198,0.5), 0.03) 0%, transparent 80%),
    radial-gradient(circle at 80% 70%, rgba(rgb(131,144,167,0.5), 0.04) 0%, transparent 80%);
}.course-program::after {
    top: 0;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    background-image: 
    linear-gradient(45deg, rgba(rgb(131,144,167,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(rgb(131,144,167,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(rgb(131,144,167,0.5), 0.02) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(rgb(131,144,167,0.5), 0.02) 75%);
    right: 0;
    content: "";
    width: 50%;
    background-size: 30px 30px;
    z-index: 0;
    opacity: 0.4;
    height: 100%;
    position: absolute;
}.course-program .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.course-program h2 {
    color: #000000;
    font-size: 38px;
    text-align: center;
    transition: transform 0.5s ease-out;
    font-weight: 700;
    margin-bottom: 50px;
    transform: perspective(1000px) translateZ(0);
    position: relative;
}.course-program h2::after {
    left: 50%;
    height: 3px;
    bottom: -15px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(172,180,198), rgb(131,144,167));
    width: 80px;
    border-radius: 10px;
}.course-program .career-path {
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    gap: 40px;
    flex-direction: column;
}.course-program .hover-image {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    border-radius: 14px;
    height: 350px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    overflow: hidden;
}.course-program .hover-image::before {
    background: linear-gradient(
    135deg,
    rgba(rgb(172,180,198,0.5), 0.2),
    rgba(rgb(131,144,167,0.5), 0.3)
  );
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
}.course-program .hover-image::after {
    transform: rotate(45deg);
    left: -100%;
    z-index: 2;
    height: 50%;
    transition: top 7s ease-out, left 7s ease-out;
    width: 50%;
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
    content: "";
    top: -100%;
    position: absolute;
    animation: shine 15s infinite alternate;
}.course-program .note-holder {
    border-radius: 14px;
    background: rgba(#ffffff, 0.98);
    scrollbar-color: rgb(131,144,167) rgba(rgb(131,144,167,0.5), 0.1);
    transform: translateZ(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 40px 35px;
    max-height: 400px;
    scrollbar-width: thin;
    position: relative;
    overflow-y: auto;
}.course-program .note-holder::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(172,180,198), rgb(131,144,167));
    top: 0;
    transition: height 0.7s ease;
}.course-program .note-holder:hover::before {
    height: 100%;
}.course-program .description {
    transition: transform 0.3s ease;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}.course-program .description:last-child {
    margin-bottom: 0;
}.course-program .description::first-letter {
    font-weight: 700;
    color: rgb(172,180,198);
    font-size: 1.5em;
}.course-program .note-holder::-webkit-scrollbar {
    width: 6px;
}.course-program .note-holder::-webkit-scrollbar-track {
    background: rgba(rgb(131,144,167,0.5), 0.1);
    border-radius: 10px;
}.course-program .note-holder::-webkit-scrollbar-thumb {
    background: rgb(131,144,167);
    border-radius: 10px;
}

@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

@media (min-width: 768px) {.course-program {
    padding: 150px 0;
}.course-program h2 {
    font-size: calc(38px * 1.1);
    margin-bottom: 70px;
}.course-program .career-path {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.course-program .hover-image {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.course-program .note-holder {
    padding: 50px 45px;
    flex: 0 0 55%;
    max-height: 450px;
    transform: translateZ(10px) rotateY(1deg);
}.course-program .container:hover .hover-image {
    transform: translateZ(40px) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course-program .container:hover .note-holder {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) rotateY(2deg);
}
}

@media (min-width: 992px) {.course-program h2 {
    font-size: calc(38px * 1.2);
}.course-program .hover-image {
    height: 500px;
    flex: 0 0 40%;
}.course-program .note-holder {
    flex: 0 0 60%;
    padding: 60px 50px;
    max-height: 500px;
}.course-program .description {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course-program {
    padding: 180px 0;
}.course-program .container {
    padding: 0;
}.course-program h2 {
    font-size: calc(38px * 1.3);
    margin-bottom: 90px;
}.course-program .career-path {
    gap: 80px;
}.course-program .hover-image {
    clip-path: polygon(0 0, 100% 7%, 93% 100%, 0 93%);
    height: 550px;
}.course-program .note-holder {
    padding: 70px 60px;
    max-height: 550px;
}
}

@media (max-width: 767px) {.course-program {
    padding: 80px 0;
}.course-program h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.course-program .hover-image {
    height: 250px;
    margin-bottom: 20px;
}.course-program .note-holder {
    max-height: 350px;
    padding: 30px 25px;
}.course-program .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.course-program {
    padding: 60px 0;
}.course-program h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.course-program .hover-image {
    height: 200px;
}.course-program .note-holder {
    padding: 25px 20px;
    max-height: 300px;
}.course-program .description {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.our-background {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our-background::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    bottom: 0;
    right: 0;
}.our-background::after {
    top: -50%;
    background: radial-gradient(circle at center, rgb(172,180,198,0.5) 0%, transparent 70%);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    opacity: 0.15;
    height: 100%;
    right: -50%;
    z-index: 2;
}.our-background .container {
    padding: 0 20px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
}.our-background .note-holder {
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    border-left: 4px solid rgb(172,180,198);
    transform: translateZ(0);
    position: relative;
}.our-background .note-holder::before {
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(172,180,198) 49.5%, 
        rgb(172,180,198) 50.5%, 
        transparent 50.5%);
    height: 100%;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    left: 0;
    top: 0;
    width: 100%;
}.our-background h5 {
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 15px;
    color: rgb(172,180,198);
    font-size: 24px;
}.our-background h5::after {
    margin-top: 8px;
    height: 2px;
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(172,180,198);
    display: block;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
}.our-background p {
    font-size: calc(18px * 1.25);
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.our-background p b {
    font-weight: 700;
    font-size: calc(18px * 1.5);
    position: relative;
    margin-bottom: 5px;
    color: rgb(131,144,167);
    display: inline-block;
    padding-bottom: 5px;
}.our-background p b::after {
    height: 3px;
    background: rgb(172,180,198);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
}.our-background ol {
    counter-reset: item;
    padding-left: 0;
    list-style-type: none;
}.our-background ol li {
    animation: fadeInUp 1s forwards 0.8s;
    opacity: 0;
    margin-bottom: 15px;
    font-size: 18px;
    transform: translateY(20px);
    color: #ffffff;
    padding-left: 0;
    text-align: justify;
    position: relative;
    column-count: 1;
    line-height: 1.8;
    column-gap: 30px;
}

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

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.our-background .note-holder {
    padding: 60px;
    width: 90%;
    margin-left: 5%;
}.our-background ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-background {
    padding: 150px 0;
}.our-background .note-holder {
    transform: perspective(1000px) rotateY(-2deg);
    width: 80%;
    margin-left: 10%;
    transition: transform 0.5s ease;
    padding: 70px;
}.our-background .note-holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-background h5 {
    font-size: calc(24px * 1.2);
}.our-background ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.our-background {
    padding: 80px 0;
}.our-background .note-holder {
    padding: 30px 20px;
}.our-background h5 {
    font-size: 24px;
}.our-background p b {
    font-size: calc(18px * 1.2);
}.our-background ol li {
    font-size: calc(18px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.our-background {
    padding: 60px 0;
}.our-background .note-holder {
    padding: 25px 15px;
}.our-background h5 {
    font-size: calc(24px * 0.9);
}.our-background p b {
    font-size: 18px;
}.our-background p {
    font-size: 18px;
}.our-background ol li {
    font-size: calc(18px * 0.85);
    line-height: 1.6;
}}.newsletter-subscription {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(172,180,198,0.5) 0%, rgb(131,144,167,0.5) 100%);
    padding: 6rem 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.newsletter-subscription::before {
    background: radial-gradient(circle at center, #ffffff 0.5%, transparent 8%);
    width: 200%;
    left: -50%;
    top: -50%;
    animation: rotate 200s linear infinite;
    pointer-events: none;
    background-size: 5vmin 5vmin;
    opacity: 0.1;
    position: absolute;
    content: "";
    height: 200%;
}.newsletter-subscription::after {
    position: absolute;
    left: 0;
    content: "";
    background: radial-gradient(ellipse at 70% 30%, rgb(172,180,198,0.5) 0%, transparent 70%);
    bottom: 0;
    top: 0;
    pointer-events: none;
    right: 0;
    mix-blend-mode: overlay;
}.newsletter-subscription .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}.newsletter-subscription .pro-program {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.07),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    padding: 3rem 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    border: 1px solid rgba(255,255,255,0.1);
}.newsletter-subscription .pro-program::before {
    opacity: 0.5;
    border: 2px solid rgb(172,180,198,0.5);
    height: 80px;
    content: "";
    width: 80px;
    animation: pulse 6s ease-in-out infinite;
    border-bottom: none;
    top: -15px;
    border-left: none;
    transform: rotate(0deg);
    right: -15px;
    position: absolute;
}.newsletter-subscription .pro-program::after {
    opacity: 0.5;
    left: -15px;
    animation: pulse 6s ease-in-out infinite reverse;
    height: 80px;
    border-top: none;
    content: "";
    border: 2px solid rgb(131,144,167);
    width: 80px;
    bottom: -15px;
    position: absolute;
    border-right: none;
    transform: rotate(0deg);
}.newsletter-subscription h4 {
    font-size: calc(20px * 0.9);
    text-align: center;
    transform: translateY(0);
    color: #000000;
    max-width: 720px;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.015em;
    line-height: 1.4;
}.newsletter-subscription .input_holder {
    max-width: 600px;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
}.newsletter-subscription .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.newsletter-subscription .input_holder input[type="email"] {
    height: 54px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 400;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 13px;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    width: 100%;
    background: rgba(255,255,255,0.9);
    padding: 0 1.5rem;
}.newsletter-subscription .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 0 0 3px rgb(172,180,198,0.5);
    border-color: rgb(172,180,198);
    transform: translateY(-2px);
    outline: none;
}.newsletter-subscription .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.newsletter-subscription .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.newsletter-subscription .input_holder input[type="submit"] {
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #ffffff;
    overflow: hidden;
    letter-spacing: 0.03em;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
    border: none;
    background: rgb(172,180,198);
    height: 54px;
    position: relative;
}.newsletter-subscription .input_holder input[type="submit"]:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    background: rgb(131,144,167);
}.newsletter-subscription .input_holder input[type="submit"]:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(1px);
}.newsletter-subscription .input_holder input[type="submit"]::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    width: 100%;
    left: -100%;
    height: 100%;
    transition: left 0.6s ease;
    z-index: -1;
    top: 0;
    position: absolute;
}.newsletter-subscription .input_holder input[type="submit"]:hover::before {
    left: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

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

@media (max-width: 991px) {.newsletter-subscription {
    padding: 5rem 0;
}.newsletter-subscription .pro-program {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.newsletter-subscription h4 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 0.85);
}
}

@media (max-width: 767px) {.newsletter-subscription {
    padding: 4rem 0;
}.newsletter-subscription .pro-program {
    transform: none;
    padding: 2rem 1.5rem;
}.newsletter-subscription h4 {
    margin-bottom: 1.25rem;
    font-size: calc(20px * 0.8);
}.newsletter-subscription .input_holder {
    gap: 0.75rem;
}.newsletter-subscription .pro-program::before,
    .newsletter-subscription .pro-program::after {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 575px) {.newsletter-subscription {
    padding: 3rem 0;
}.newsletter-subscription .pro-program {
    padding: 1.75rem 1.25rem;
}.newsletter-subscription h4 {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: calc(17px * 1.1);
}.newsletter-subscription .input_holder input[type="email"],
    .newsletter-subscription .input_holder input[type="submit"] {
    height: 50px;
}.newsletter-subscription .pro-program::before,
    .newsletter-subscription .pro-program::after {
    width: 50px;
    height: 50px;
}
}

@media (hover: hover) {.newsletter-subscription .input_holder input[type="email"]:hover {
    background: rgba(255,255,255,0.95);
    border-color: rgba(rgb(172,180,198), 0.5);
}.newsletter-subscription h4:hover {
    transform: translateY(-2px);
}
}

@media (prefers-reduced-motion) {.newsletter-subscription::before {
    animation: none;
}.newsletter-subscription .pro-program::before,
    .newsletter-subscription .pro-program::after {
    animation: none;
}.newsletter-subscription .input_holder input[type="submit"]::before {
    display: none;
}}.cookie-overlay-alert {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 12px;
    align-items: center;
    z-index: 1050;
    display: flex;
    padding: 20px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    position: fixed;
    background: rgb(220,223,231);
    flex-direction: column;
    text-align: center;
    width: 90%;
    font-family: Arial, sans-serif;
}.web-cookies {
    flex-direction: column;
    display: flex;
    z-index: 1;
    align-items: center;
}.cookie-gate {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookie-gate svg, .cookie-gate svg path, .cookie-gate img {
    height: 80px;
    fill: rgb(172,180,198);
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-overlay-alert h5 {
    font-size: 21px;
    margin-bottom: 10px;
    color: rgb(172,180,198);
    font-weight: 700;
}.cookie-overlay-alert p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 17px;
}.privacy-switch {
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    margin: 5px;
    background: rgb(172,180,198);
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
}.privacy-switch:hover {
    background: rgb(131,144,167);
    transform: translateY(-3px);
}.cookie_button.data-notice {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.data-notice:hover {
    background: rgb(131,144,167,0.5);
}.cookie-overlay-alert p a {
    color: rgb(172,180,198);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.cookie-overlay-alert p a:hover {
    color: rgb(131,144,167);
}
@media only screen and (max-width: 600px) {.cookie-overlay-alert {
    left: 0;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0;
}.web-cookies {
    padding: 15px;
}.cookie-gate svg {
    height: 50px;
    width: 50px;
}.cookie-overlay-alert h5 {
    font-size: calc(21px - 2px);
}.cookie-overlay-alert p {
    font-size: calc(17px - 2px);
}.privacy-switch {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
    width: calc(100% - 10px);
}}
#cookie-notice-box {
    display: none;
}#cookie-notice-box:checked ~ .cookie-overlay-alert {
    opacity: 0;
    visibility: hidden;
}.connect-with-us {
    background: linear-gradient(135deg, rgb(220,223,231) 0%, rgb(172,180,198,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.connect-with-us::before {
    opacity: 0.05;
    background: linear-gradient(45deg, 
        rgb(172,180,198,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(172,180,198,0.5) 50%, 
        rgb(172,180,198,0.5) 75%, 
        transparent 75%, 
        transparent);
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    animation: gradientMove 20s linear infinite;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.connect-with-us .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.connect-with-us h2 {
    color: rgb(172,180,198);
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    letter-spacing: 2px;
    position: relative;
}.connect-with-us h2::after {
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: rgb(172,180,198);
    width: 60px;
    content: "";
    transform: translateX(-50%);
}.connect-with-us .help-card {
    overflow: hidden;
    max-width: 1000px;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    border-radius: 24px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.connect-with-us .hover-image {
    min-height: 600px;
    position: relative;
    height: 100%;
    order: 2;
}.connect-with-us .query-help {
    padding: 60px;
    background: #ffffff;
    position: relative;
    justify-content: center;
    order: 1;
    display: flex;
    flex-direction: column;
}.connect-with-us .query-help::before {
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgb(172,180,198), rgb(131,144,167));
    position: absolute;
    width: 10px;
    content: "";
    height: 100%;
}.connect-with-us form {
    width: 100%;
    position: relative;
}.connect-with-us form h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 21px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    border-bottom: 2px solid rgb(131,144,167,0.5);
    margin-bottom: 40px;
}.connect-with-us form input[type="text"] {
    border: none;
    font-size: 12px;
    background: rgb(220,223,231);
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    padding: 16px 20px 16px 50px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
}.connect-with-us form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(172,180,198);
}.connect-with-us form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect-with-us form input#name {
    position: relative;
}.connect-with-us form input#name::before {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    content: "";
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background: rgb(172,180,198);
    width: 20px;
}.connect-with-us .contact-query {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.connect-with-us .contact-query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-with-us .contact-query label {
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
}.connect-with-us .contact-query label::before {
    height: 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgb(220,223,231);
    position: absolute;
    content: "";
    width: 24px;
    top: 0;
    left: 0;
}.connect-with-us .contact-query input[type="checkbox"]:checked + label::before {
    background: rgb(172,180,198);
}.connect-with-us .contact-query input[type="checkbox"]:checked + label::after {
    left: 8px;
    width: 8px;
    position: absolute;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    top: 4px;
    height: 14px;
    content: "";
}.connect-with-us .contact-query label a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(172,180,198);
    font-weight: 600;
}.connect-with-us .contact-query label a::after {
    height: 1px;
    content: "";
    width: 0;
    position: absolute;
    background: rgb(172,180,198);
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
}.connect-with-us .contact-query label a:hover::after {
    width: 100%;
}.connect-with-us form .feedback-widget {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-radius: 50px;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    border: none;
    letter-spacing: 1px;
    font-weight: 700;
    background: rgb(172,180,198);
    cursor: pointer;
    padding: 16px 40px;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
}.connect-with-us form .feedback-widget::before {
    z-index: -1;
    content: "";
    transition: width 0.3s ease;
    background: rgb(131,144,167);
    top: 0;
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
}.connect-with-us form .feedback-widget:hover::before {
    width: 100%;
}.connect-with-us form .feedback-widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(172,180,198);
}.connect-with-us svg {
    left: 20px;
    position: absolute;
    height: 20px;
    fill: rgb(172,180,198);
    transform: translateY(-50%);
    width: 20px;
    top: 50%;
}.connect-with-us svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,180,198);
}.connect-with-us form #name,
.connect-with-us form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.connect-with-us .help-card {
    max-width: 800px;
}.connect-with-us .query-help {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.connect-with-us {
    padding: 80px 0 60px;
}.connect-with-us .help-card {
    grid-template-columns: 1fr;
}.connect-with-us .hover-image {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.connect-with-us .query-help {
    padding: 40px 30px;
    order: 2;
}.connect-with-us .query-help::before {
    width: 100%;
    height: 6px;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgb(172,180,198), rgb(131,144,167));
}.connect-with-us h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.connect-with-us {
    padding: 60px 0 40px;
}.connect-with-us h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.connect-with-us .hover-image {
    min-height: 200px;
}.connect-with-us .query-help {
    padding: 30px 20px;
}.connect-with-us form h3 {
    margin-bottom: 30px;
    font-size: calc(21px * 0.9);
}.connect-with-us form .feedback-widget {
    width: 100%;
    padding: 14px 20px;
}}footer {
    z-index: 1;
    perspective: 1000px;
    position: relative;
}footer::before {
    content: "";
    opacity: 0.9;
    background: linear-gradient(135deg, rgb(131,144,167,0.5) 0%, rgb(172,180,198,0.5) 100%);
    left: 0;
    z-index: -2;
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
}footer::after {
    left: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    right: 0;
    content: "";
    position: absolute;
}.glossary {
    color: #ffffff;
    padding: 5rem 0 2.5rem;
    position: relative;
}.glossary::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(172,180,198) 0px,
        rgb(172,180,198) 40px,
        rgb(131,144,167) 40px,
        rgb(131,144,167) 80px
    );
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 20px;
    top: 0;
}.glossary .container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem;
    display: flex;
    position: relative;
}.glossary .company_holder {
    transform: rotateX(5deg);
    border-bottom: 6px solid rgb(172,180,198);
    transition: all 0.4s ease;
    position: relative;
    background: rgb(172,180,198,0.5);
    transform-style: preserve-3d;
    border-radius: 0;
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    flex: 1 1 380px;
}.glossary .company_holder:hover {
    transform: rotateX(0deg);
}.glossary .company_holder h3 {
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 33px;
    font-weight: 700;
    transform: translateZ(20px);
    position: relative;
    display: inline-block;
}.glossary .company_holder h3::before {
    left: -10px;
    content: "";
    border-top: 3px solid #ffffff;
    width: 30px;
    border-left: 3px solid #ffffff;
    top: -10px;
    position: absolute;
    height: 30px;
}.glossary .company_holder h3::after {
    right: -10px;
    width: 30px;
    border-bottom: 3px solid #ffffff;
    height: 30px;
    content: "";
    position: absolute;
    border-right: 3px solid #ffffff;
    bottom: -10px;
}.glossary .calc-foot {
    transform: translateZ(10px);
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.glossary .footer-account {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.glossary .top-start {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.glossary .site-nav {
    flex: 1 1 calc(50% - 1.5rem);
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    transform: rotateX(-5deg);
    min-width: 220px;
}.glossary .site-nav:hover {
    transform: rotateX(0deg);
}.glossary .site-nav h5 {
    transform: translateZ(15px);
    padding: 1rem 1.5rem;
    font-weight: 600;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
    min-width: 200px;
    display: inline-block;
    background: rgb(131,144,167,0.5);
}.glossary .site-nav h5::after {
    height: 5px;
    content: "";
    right: 0;
    bottom: -5px;
    position: absolute;
    background: rgb(131,144,167);
    left: 0;
}.glossary .site-nav .top-start {
    padding: 1rem;
    border-radius: 10px;
    gap: 1rem;
    transform: translateZ(5px);
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    flex-direction: column;
}.glossary .site-nav .top-start a {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    transform: translateZ(10px);
    color: #ffffff;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
}.glossary .site-nav .top-start a::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
}.glossary .site-nav .top-start a:hover {
    color: #ffffff;
    background: rgb(131,144,167,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.glossary .site-nav .top-start a:hover::before {
    left: 100%;
}.faq-block {
    position: relative;
    transform-style: preserve-3d;
    margin-top: 3rem;
    padding: 2rem 0;
    perspective: 1000px;
    background: rgb(131,144,167,0.5);
}.faq-block::before {
    transform-origin: bottom;
    background: rgb(131,144,167);
    height: 20px;
    left: 0;
    content: "";
    transform: rotateX(45deg);
    width: 100%;
    position: absolute;
    top: -20px;
}.faq-block .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.faq-block .affiliate-cta {
    color: #ffffff;
    padding: 0.8rem 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

@media (max-width: 1200px) {.glossary .container {
    gap: 3rem;
}.glossary .company_holder {
    flex: 1 1 350px;
}.glossary .footer-account {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.glossary .top-start {
    gap: 2rem;
}
}

@media (max-width: 992px) {.glossary {
    padding: 4rem 0 2rem;
}.glossary .container {
    gap: 3rem;
    flex-direction: column;
}.glossary .company_holder,
    .glossary .footer-account {
    min-width: 100%;
    flex: 1 1 100%;
}.glossary .site-nav {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.glossary .company_holder,
    .glossary .site-nav {
    transform: none;
}
}

@media (max-width: 768px) {.glossary {
    padding: 3.5rem 0 1.5rem;
}.glossary .top-start {
    gap: 1.5rem;
}.glossary .company_holder h3 {
    font-size: calc(33px - 2px);
}.glossary .company_holder h3::before,
    .glossary .company_holder h3::after {
    height: 20px;
    width: 20px;
}.faq-block {
    margin-top: 2rem;
}.faq-block::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.glossary {
    padding: 3rem 0 1rem;
}.glossary .site-nav {
    min-width: 100%;
    flex: 1 1 100%;
}.glossary .top-start {
    gap: 0.7rem;
}.glossary .site-nav .top-start a {
    padding: 0.6rem 0.8rem;
}.faq-block {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.faq-block::before {
    display: none;
}
}

@media (max-width: 420px) {.glossary::before {
    height: 10px;
}.glossary .company_holder h3::before,
    .glossary .company_holder h3::after {
    display: none;
}.glossary .site-nav h5 {
    min-width: auto;
    width: 100%;
}.faq-block .affiliate-cta {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.our-info {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(172,180,198) 0%, rgb(131,144,167) 70%, rgb(220,223,231) 100%);
    padding: 100px 0;
}.our-info:before {
    background: radial-gradient(circle at 30% 30%, rgb(172,180,198,0.5) 0%, transparent 60%);
    animation: rotateGlow 20s infinite linear;
    opacity: 0.2;
    z-index: -1;
    content: '';
    width: 200%;
    position: absolute;
    height: 200%;
    top: -50%;
    left: -50%;
}.our-info:after {
    animation: rotateGlowReverse 25s infinite linear;
    content: '';
    right: -30%;
    width: 150%;
    background: radial-gradient(circle at 70% 70%, rgb(131,144,167,0.5) 0%, transparent 50%);
    height: 150%;
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    bottom: -30%;
}.our-info .container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}.our-info .get-help {
    background: #ffffff;
    padding: 60px;
    box-shadow: 0 20px 50px rgb(172,180,198,0.5);
    border-radius: 14px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.our-info .get-help:hover {
    box-shadow: 0 30px 70px rgb(131,144,167,0.5);
    transform: translateY(-15px);
}.our-info .quick-answers {
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 50px;
    color: rgb(172,180,198);
    display: inline-block;
    overflow: hidden;
}.our-info .quick-answers:before {
    background: rgb(131,144,167);
    transform-origin: left;
    height: 5px;
    border-radius: 10px;
    left: 0;
    transform: scaleX(0);
    animation: slideIn 1.5s ease forwards;
    position: absolute;
    bottom: -12px;
    width: 100%;
    content: '';
}.our-info .hover-image {
    height: 320px;
    width: 100%;
    border-radius: 14px;
    transition: all 0.5s ease;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}.our-info .hover-image:before {
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
    position: absolute;
    animation: scanLine 4s infinite linear;
    content: '';
    inset: 0;
}.our-info .hover-image:hover {
    box-shadow: 0 15px 40px rgb(131,144,167,0.5);
    transform: scale(1.05);
}.our-info .message-panel {
    display: grid;
    gap: 30px;
    position: relative;
}.our-info .message-panel p {
    align-items: center;
    padding-left: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    position: relative;
    line-height: 1.7;
    display: flex;
}.our-info .message-panel p svg {
    height: 24px;
    fill: rgb(131,144,167);
    flex-shrink: 0;
    transition: all 0.3s ease;
    width: 24px;
    margin: 0 15px;
}.our-info .message-panel p svg path {
    fill: rgb(131,144,167);
    transition: fill 0.3s ease;
}.our-info .message-panel p:hover svg {
    transform: translateX(5px);
}.our-info .message-panel p:hover svg path {
    fill: rgb(172,180,198);
}.our-info .message-panel p span {
    color: rgb(172,180,198);
    font-weight: 600;
}.our-info .message-panel p a {
    text-decoration: none;
    color: rgb(131,144,167);
    position: relative;
    transition: color 0.3s ease;
}.our-info .message-panel p a:after {
    width: 100%;
    left: 0;
    content: '';
    transform: scaleX(0);
    transform-origin: right;
    background: rgb(131,144,167);
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    bottom: -3px;
}.our-info .message-panel p a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}.our-info .message-panel p a:hover {
    color: rgb(172,180,198);
}.our-info .assist-grid {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    padding: 30px;
    background: rgb(220,223,231);
    margin-top: 50px;
    transition: all 0.4s ease;
}.our-info .assist-grid:before {
    content: '';
    height: 100%;
    position: absolute;
    animation: sweep 6s infinite linear;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    top: 0;
}.our-info .assist-grid:hover {
    box-shadow: 0 10px 30px rgb(172,180,198,0.5);
    background: rgb(131,144,167,0.5);
}.our-info .msg-team {
    display: flex;
    color: rgb(172,180,198);
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    font-size: 21px;
    align-items: center;
}.our-info .msg-team svg {
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.our-info .msg-team svg path {
    fill: rgb(172,180,198);
    transition: fill 0.3s ease;
}.our-info .assist-grid:hover .msg-team svg path {
    fill: rgb(131,144,167);
}.our-info .get-contactform {
    gap: 20px;
    display: grid;
}.our-info .edu-ask {
    font-weight: 400;
    display: flex;
    position: relative;
    background: #ffffff;
    color: #000000;
    padding: 12px 20px;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
}.our-info .edu-ask svg {
    height: 16px;
    opacity: 0;
    width: 16px;
    margin-right: 10px;
    transition: all 0.3s ease;
    transform: translateX(-10px);
}.our-info .edu-ask svg path {
    fill: rgb(131,144,167);
}.our-info .edu-ask:hover {
    box-shadow: 0 8px 20px rgb(131,144,167,0.5);
    transform: translateY(-5px);
}.our-info .edu-ask:hover svg {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1024px) {.our-info {
    padding: 80px 0;
}.our-info .get-help {
    padding: 50px;
}.our-info .hover-image {
    height: 280px;
}.our-info .quick-answers {
    font-size: calc(29px * 0.9);
}.our-info .message-panel {
    gap: 25px;
}.our-info .assist-grid {
    padding: 25px;
}.our-info .message-panel p svg {
    height: 22px;
    width: 22px;
}
}

@media screen and (max-width: 768px) {.our-info {
    padding: 60px 0;
}.our-info .get-help {
    padding: 40px;
}.our-info .hover-image {
    margin-bottom: 40px;
    height: 240px;
}.our-info .quick-answers {
    font-size: calc(29px * 0.85);
    margin-bottom: 40px;
}.our-info .message-panel {
    gap: 20px;
}.our-info .assist-grid {
    padding: 20px;
    margin-top: 40px;
}.our-info .msg-team {
    font-size: calc(21px * 0.9);
}.our-info .edu-ask {
    padding: 10px 15px;
}.our-info .message-panel p svg {
    height: 20px;
    margin: 0 12px;
    width: 20px;
}.our-info .msg-team svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media screen and (max-width: 480px) {.our-info {
    padding: 40px 0;
}.our-info .get-help {
    padding: 30px;
}.our-info .hover-image {
    margin-bottom: 30px;
    height: 200px;
}.our-info .quick-answers {
    font-size: calc(29px * 0.75);
}.our-info .message-panel {
    gap: 15px;
}.our-info .assist-grid {
    padding: 15px;
    margin-top: 30px;
}.our-info .msg-team {
    font-size: calc(21px * 0.85);
}.our-info .edu-ask {
    padding: 8px 12px;
}.our-info .message-panel p svg {
    width: 18px;
    margin: 0 10px;
    height: 18px;
}.our-info .msg-team svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}

@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}.course-fit-for {
    position: relative;
    background: linear-gradient(45deg, rgb(220,223,231) 0%, rgb(131,144,167,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}.course-fit-for::before {
    left: 0;
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(172,180,198,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(131,144,167,0.5) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}.course-fit-for::after {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(172,180,198,0.5) 0,
            rgb(172,180,198,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(131,144,167,0.5) 0,
            rgb(131,144,167,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
}.course-fit-for .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.course-fit-for .pro-program {
    backdrop-filter: blur(10px);
    border-radius: 25px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    transform: translateY(0);
}.course-fit-for .pro-program:hover {
    transform: translateY(-10px);
}.course-fit-for h4 {
    font-size: 29px;
    text-align: center;
    background: linear-gradient(120deg, rgb(172,180,198) 0%, rgb(131,144,167) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 35px 30px;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
}.course-fit-for h4::before {
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.5;
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    height: 100%;
    position: absolute;
}.course-fit-for div {
    background: #ffffff;
    padding: 40px;
}.course-fit-for div p {
    position: relative;
    border-radius: 10px;
    font-weight: 400;
    align-items: center;
    display: flex;
    line-height: 1.6;
    font-size: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}.course-fit-for div p:last-child {
    margin-bottom: 0;
}.course-fit-for div p::before {
    width: 4px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgb(172,180,198), rgb(131,144,167));
    height: 100%;
    transition: all 0.3s ease;
}.course-fit-for div p::after {
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(90deg, 
        rgba(rgb(172,180,198), 0.05) 0%, 
        rgba(rgb(131,144,167), 0.05) 100%
    );
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}.course-fit-for div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}.course-fit-for div p:hover::before {
    width: 8px;
}.course-fit-for div p:hover::after {
    opacity: 1;
}.course-fit-for div p svg {
    width: 28px;
    margin-right: 18px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    min-width: 28px;
    height: 28px;
}.course-fit-for div p:hover svg {
    transform: scale(1.15);
}.course-fit-for div p svg path {
    fill: rgb(172,180,198);
    transition: fill 0.3s ease;
}.course-fit-for div p:hover svg path {
    fill: rgb(131,144,167);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.course-fit-for {
    padding: 80px 0;
}.course-fit-for h4 {
    font-size: calc(29px - 2px);
    padding: 30px 25px;
}.course-fit-for div {
    padding: 30px;
}.course-fit-for div p {
    margin-bottom: 15px;
    padding: 15px;
}.course-fit-for div p svg {
    height: 24px;
    min-width: 24px;
    margin-right: 15px;
    width: 24px;
}
}

@media (max-width: 767px) {.course-fit-for {
    padding: 60px 0;
}.course-fit-for h4 {
    padding: 25px 20px;
    font-size: calc(29px - 4px);
}.course-fit-for div {
    padding: 25px 20px;
}.course-fit-for div p {
    margin-bottom: 12px;
    padding: 12px 15px;
}.course-fit-for div p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
    min-width: 20px;
}
}

@media (max-width: 479px) {.course-fit-for {
    padding: 40px 0;
}.course-fit-for h4 {
    font-size: calc(29px - 6px);
    padding: 20px 15px;
}.course-fit-for div {
    padding: 20px 15px;
}.course-fit-for div p {
    margin-bottom: 10px;
    padding: 10px 12px;
    font-size: calc(15px - 1px);
}.course-fit-for div p svg {
    min-width: 18px;
    width: 18px;
    margin-right: 10px;
    height: 18px;
}}.enroll-instantly {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-color: rgb(220,223,231);
    padding: 100px 0;
}.enroll-instantly::before {
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.04;
}.enroll-instantly::after {
    opacity: 0.06;
    content: '';
    animation: bgPulse 10s ease-in-out infinite alternate;
    width: 100%;
    background-position: 0 0, 25px 25px;
    left: 0;
    position: absolute;
    background-size: 30px 30px, 50px 50px;
    height: 100%;
    top: 0;
    z-index: -1;
    background-image: 
        radial-gradient(rgb(172,180,198,0.5) 1px, transparent 2px),
        radial-gradient(rgb(131,144,167,0.5) 1px, transparent 2px);
}@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

.enroll-instantly .pro-program {
    margin: 0 auto;
    transition: all 0.5s ease;
    max-width: 1000px;
    padding: 60px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    background-color: rgb(220,223,231);
    position: relative;
    text-align: center;
    border-radius: 20px;
}.enroll-instantly .pro-program:hover {
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
}.enroll-instantly h3 {
    font-weight: 700;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 35px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.enroll-instantly h3::before {
    background: rgb(172,180,198);
    left: -20px;
    content: '';
    height: 10px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}.enroll-instantly h3::after {
    height: 10px;
    width: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    right: -20px;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    background: rgb(131,144,167);
    border-radius: 50%;
}.enroll-instantly .learn-talk {
    font-weight: 600;
    z-index: 1;
    padding: 16px 40px;
    overflow: hidden;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 11px;
    font-size: 15px;
    background: rgb(220,223,231);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}.enroll-instantly .learn-talk::before {
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
    opacity: 0;
    background: linear-gradient(90deg, 
        rgb(172,180,198,0.5), 
        rgb(131,144,167,0.5),
        rgb(172,180,198,0.5)
    );
}.enroll-instantly .learn-talk:hover {
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    color: rgb(172,180,198);
    transform: translateY(-2px);
}.enroll-instantly .learn-talk:hover::before {
    opacity: 0.2;
}.enroll-instantly .learn-talk:active {
    transform: translateY(0);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
}.enroll-instantly .pro-program::before,
.enroll-instantly .pro-program::after {
    opacity: 0.15;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    content: '';
}.enroll-instantly .pro-program::before {
    height: 200px;
    animation: pulse 8s ease-in-out infinite alternate;
    width: 200px;
    left: -40px;
    background: linear-gradient(135deg, rgb(172,180,198), rgb(131,144,167));
    top: -40px;
}.enroll-instantly .pro-program::after {
    background: linear-gradient(135deg, rgb(131,144,167), rgb(172,180,198));
    height: 150px;
    width: 150px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
    right: -30px;
    bottom: -30px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

.enroll-instantly .pro-program {
    position: relative;
}.enroll-instantly .pro-program::before {
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, transparent 49.5%, rgb(172,180,198,0.5) 50%, transparent 50.5%);
    z-index: -1;
    left: 0;
    position: absolute;
    transition: opacity 0.5s ease, background-size 0.5s ease;
    width: 100%;
    opacity: 0;
    background-size: 80px 100%;
}.enroll-instantly:hover .pro-program::before {
    opacity: 0.05;
    background-size: 40px 100%;
}.enroll-instantly .pro-program::after {
    bottom: 20px;
    width: calc(100% - 40px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(172,180,198,0.5), 
        rgb(131,144,167,0.5), 
        rgb(172,180,198,0.5), 
        transparent
    );
    content: '';
    position: absolute;
    left: 20px;
    height: 1px;
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.enroll-instantly {
    padding: 80px 0;
}.enroll-instantly .pro-program {
    max-width: 90%;
    padding: 40px;
}.enroll-instantly h3 {
    font-size: calc(35px * 0.9);
}.enroll-instantly .pro-program::before {
    width: 150px;
    height: 150px;
}.enroll-instantly .pro-program::after {
    width: 120px;
    height: 120px;
}
}

@media screen and (max-width: 768px) {.enroll-instantly {
    padding: 60px 0;
}.enroll-instantly .pro-program {
    padding: 30px 20px;
    max-width: 95%;
}.enroll-instantly h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.enroll-instantly h3::before,
    .enroll-instantly h3::after {
    display: none;
}.enroll-instantly .learn-talk {
    font-size: calc(15px * 0.9);
    padding: 14px 30px;
}.enroll-instantly .pro-program::before,
    .enroll-instantly .pro-program::after {
    height: 100px;
    width: 100px;
}}

@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

.enroll-instantly::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}.offer-box {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}.offer-box::before {
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.offer-box .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.learning-deals {
    position: relative;
}.offer-box h2 {
    margin-bottom: 1.5rem;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    text-align: center;
    animation: fadeInDown 0.8s ease-out;
    font-size: 28px;
}.offer-box h2::after {
    left: 50%;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(172,180,198), rgb(131,144,167));
    transform: translateX(-50%);
    width: 80px;
    content: "";
    bottom: -15px;
}.offer-box .learning-pricing {
    font-size: calc(14px * 1.1);
    max-width: 800px;
    opacity: 0.9;
    margin: 0 auto 3rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    text-align: center;
    line-height: 1.6;
}.offer-box .rate-options {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
}.offer-box .rate-options li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.offer-box .cost-breakdown {
    position: relative;
    display: block;
    text-decoration: none;
    transform: translateZ(0);
    overflow: hidden;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.offer-box .cost-breakdown::before {
    transition: opacity 0.4s ease-out;
    inset: 0;
    background: linear-gradient(135deg, 
        rgb(172,180,198,0.5) 0%, 
        transparent 100%);
    z-index: 1;
    content: "";
    opacity: 0;
    position: absolute;
}.offer-box .cost-breakdown:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.offer-box .cost-breakdown:hover::before {
    opacity: 0.15;
}.offer-box .basic-rates {
    z-index: 2;
    position: relative;
    padding: 2.5rem 2rem;
    height: 100%;
}.offer-box .fee-offers {
    height: 100%;
    flex-direction: column;
    display: flex;
}.offer-box .fee-offers h4 {
    transform: translateZ(20px);
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: calc(19px * 1.2);
    margin-top: 0;
}.offer-box .fee-offers h4::after {
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -8px;
    width: 40px;
    transform-origin: left;
    background: rgb(131,144,167);
}.offer-box .cost-breakdown:hover .fee-offers h4::after {
    transform: scaleX(1.5);
}.offer-box .fee-offers p {
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-y: auto;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.8);
    hyphens: auto;
    margin-bottom: 2rem;
    flex-grow: 1;
    transform: translateZ(10px);
    max-height: 300px;
    line-height: 1.6;
}.offer-box .fee-offers p::-webkit-scrollbar {
    width: 4px;
}.offer-box .fee-offers p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(131,144,167,0.5);
}.offer-box .study-cost {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(15px);
    display: inline-block;
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    color: #ffffff;
    background: linear-gradient(135deg, 
        rgb(172,180,198) 0%, 
        rgb(131,144,167) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    font-weight: 700;
    font-size: calc(19px * 1.2);
    margin-top: auto;
}.offer-box .cost-breakdown:hover .study-cost {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

@media (max-width: 1200px) {.offer-box {
    padding: 100px 0;
}.offer-box .rate-options {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.offer-box {
    padding: 80px 0;
}.offer-box .basic-rates {
    padding: 2rem 1.5rem;
}.offer-box .fee-offers h4 {
    font-size: calc(19px * 1.1);
}.offer-box .study-cost {
    padding: 0.7rem 1.2rem;
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 768px) {.offer-box {
    padding: 60px 0;
}.offer-box h2 {
    font-size: calc(28px * 0.9);
}.offer-box .learning-pricing {
    font-size: 14px;
    margin-bottom: 2rem;
}.offer-box .rate-options {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.offer-box .fee-offers p {
    font-size: calc(14px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.offer-box {
    padding: 50px 0;
}.offer-box h2 {
    font-size: calc(28px * 0.8);
}.offer-box .basic-rates {
    padding: 1.5rem 1.2rem;
}.offer-box .fee-offers h4 {
    font-size: 19px;
    margin-bottom: 1.2rem;
}.offer-box .study-cost {
    font-size: 19px;
    padding: 0.6rem 1rem;
}.offer-box .cost-breakdown:hover {
    transform: translateY(-5px);
}}.title-intro {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(220,223,231) 0%, rgb(172,180,198,0.5) 100%);
    position: relative;
    padding: 3rem 1.5rem;
    overflow: hidden;
}.title-intro::before {
    position: absolute;
    background: rgb(131,144,167,0.5);
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.4;
    right: -10%;
    filter: blur(80px);
    content: "";
    z-index: 0;
    height: 70%;
    animation: float 15s ease-in-out infinite alternate;
    top: -10%;
}.title-intro::after {
    background: rgb(172,180,198,0.5);
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    transform: rotate(15deg);
    height: 60%;
    opacity: 0.3;
    filter: blur(60px);
    content: "";
    bottom: -10%;
    left: -10%;
    width: 30%;
    z-index: 0;
}.title-intro .edu-intro {
    gap: 3rem;
    z-index: 1;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    width: 100%;
    max-width: 1200px;
}.title-intro h3 {
    animation: slideUp 0.8s ease-out forwards;
    padding-left: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #000000;
    font-size: calc(24px * 1.1);
    position: relative;
    font-weight: 600;
    transform: translateY(20px);
}.title-intro h3::before {
    width: 5px;
    background: linear-gradient(180deg, rgb(172,180,198) 0%, rgb(131,144,167) 100%);
    content: "";
    animation: scaleIn 1s 0.4s forwards ease-out;
    transform: scaleY(0);
    transform-origin: top;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}.title-intro h1 {
    line-height: 1.2;
    transform: translateY(30px);
    color: rgb(172,180,198);
    font-size: clamp(2rem, 5vw, 39px);
    display: inline-block;
    letter-spacing: -0.02em;
    font-weight: 700;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
}.title-intro h1::after {
    width: 80px;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    content: "";
    transform-origin: left;
    animation: scaleInX 1s 0.8s forwards ease-out;
    background: rgb(131,144,167);
    bottom: -10px;
    height: 3px;
}.title-intro .learn-online {
    overflow: hidden;
    position: relative;
    border-left: 5px solid rgb(172,180,198);
    padding: 3rem;
    opacity: 0;
    transform: translateY(40px);
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    animation: slideUp 0.8s 0.4s ease-out forwards;
}.title-intro .learn-online > div {
    overflow: hidden;
    position: relative;
    margin-top: 1.5rem;
    transform: translateY(20px);
    border-radius: 10px;
    animation: slideUp 0.8s 0.6s ease-out forwards;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.title-intro .learn-online > div::before {
    z-index: 1;
    top: 0;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.7), rgba(var(--secondary-color-rgb), 0.4));
    content: "";
}.title-intro p {
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-weight: 600;
    color: #ffffff;
    font-size: calc(17px * 1.1);
    padding: 2.5rem;
    z-index: 2;
    position: relative;
}

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

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

@keyframes scaleInX {
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.title-intro {
    padding: 4rem 2rem;
}.title-intro .edu-intro {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.title-intro h3 {
    font-size: calc(24px * 1.2);
    margin-bottom: 0;
}.title-intro h1 {
    font-size: 39px;
}.title-intro .learn-online {
    padding: 4rem;
}.title-intro p {
    padding: 3rem;
    font-size: calc(17px * 1.2);
}
}

@media (min-width: 992px) {.title-intro {
    padding: 5rem 3rem;
}.title-intro .edu-intro {
    gap: 6rem;
}.title-intro h3 {
    font-size: calc(24px * 1.3);
    padding-left: 2rem;
}.title-intro h3::before {
    width: 8px;
}.title-intro h1 {
    margin-bottom: 2.5rem;
}.title-intro h1::after {
    width: 120px;
    height: 4px;
}.title-intro .learn-online {
    border-left-width: 8px;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}.title-intro .learn-online:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title-intro p {
    padding: 3.5rem;
}
}

@media (min-width: 1200px) {.title-intro .edu-intro {
    gap: 8rem;
}.title-intro h3 {
    font-size: calc(24px * 1.4);
}.title-intro .learn-online {
    padding: 5rem;
}.title-intro p {
    padding: 4rem;
}
}

@media (max-width: 767px) {.title-intro {
    padding-bottom: 3rem;
    padding-top: 3rem;
}.title-intro .learn-online {
    padding: 2rem;
}.title-intro p {
    padding: 2rem;
}
}

@media (max-width: 480px) {.title-intro h3 {
    font-size: 21px;
    padding-left: 1rem;
}.title-intro h1 {
    font-size: calc(36px * 0.9);
}.title-intro .learn-online {
    padding: 1.5rem;
}.title-intro p {
    padding: 1.5rem;
    font-size: 17px;
}}.education-history {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(220,223,231) 0%, #ffffff 100%);
}.education-history::before {
    background: rgb(172,180,198,0.5);
    content: "";
    right: -100px;
    width: 400px;
    top: -100px;
    filter: blur(120px);
    height: 400px;
    z-index: 0;
    position: absolute;
}.education-history::after {
    width: 300px;
    left: -50px;
    position: absolute;
    content: "";
    filter: blur(100px);
    z-index: 0;
    height: 300px;
    background: rgb(131,144,167,0.5);
    bottom: -50px;
}.education-history .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.education-history .client-praises {
    transform: perspective(1000px) rotateY(2deg);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    gap: 30px;
    padding: 40px;
}.education-history .client-praises:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education-history .client-praises > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.education-history .client-praises .hover-image {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
    width: 180px;
}.education-history .client-praises:hover .hover-image {
    transform: translateZ(20px) scale(1.05);
}.education-history .client-praises .hover-image::before {
    inset: 0;
    position: absolute;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(172,180,198,0.5) 100%
  );
    z-index: 1;
    content: "";
}.education-history .client-praises > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.education-history .client-praises .name {
    display: inline-block;
    position: relative;
    font-size: calc(21px * 1.1);
    color: rgb(172,180,198);
    font-weight: 700;
    margin-bottom: 10px;
}.education-history .client-praises .name::after {
    bottom: -8px;
    width: 80px;
    background: rgb(131,144,167);
    height: 2px;
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
}.education-history .client-praises > div:nth-child(2) > div {
    font-weight: 600;
    font-style: italic;
    font-size: calc(18px * 0.95);
    color: #000000;
    margin-top: 15px;
}.education-history .client-praises > div:nth-child(3) {
    position: relative;
}.education-history .client-praises .emp-wrap {
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin: 0;
    transform: translateZ(5px);
    font-size: 18px;
    padding: 20px 0;
}.education-history .client-praises .emp-wrap::before,
.education-history .client-praises .emp-wrap::after {
    font-size: 80px;
    line-height: 1;
    color: rgb(172,180,198,0.5);
    font-family: Georgia, serif;
    content: "";
    position: absolute;
}.education-history .client-praises .emp-wrap::before {
    top: -20px;
    left: -15px;
}.education-history .client-praises .emp-wrap::after {
    content: "";
    right: -15px;
    bottom: -60px;
}

@media (min-width: 768px) {.education-history .client-praises {
    padding: 50px;
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
    grid-template-columns: 220px 1fr;
}.education-history .client-praises > div:first-child {
    grid-row: span 2;
}.education-history .client-praises > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.education-history .client-praises .name::after {
    transform: none;
    left: 0;
}.education-history .client-praises .emp-wrap {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(131,144,167,0.5);
}
}

@media (min-width: 992px) {.education-history {
    padding: 140px 0;
}.education-history .client-praises {
    padding: 60px;
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
}.education-history .client-praises .hover-image {
    height: 220px;
    width: 220px;
}.education-history .client-praises .name {
    font-size: calc(21px * 1.2);
}.education-history .client-praises .emp-wrap {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.education-history {
    padding: 80px 0;
}.education-history .client-praises {
    padding: 30px 25px;
}.education-history .client-praises .hover-image {
    width: 150px;
    height: 150px;
}.education-history .client-praises .emp-wrap {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.education-history .client-praises .emp-wrap::before,
  .education-history .client-praises .emp-wrap::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.education-history {
    padding: 60px 0;
}.education-history .client-praises {
    padding: 25px 20px;
    gap: 20px;
}.education-history .client-praises .hover-image {
    height: 120px;
    width: 120px;
}.education-history .client-praises .name {
    font-size: 21px;
}.education-history .client-praises > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}
}