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

header,footer {
    width: 100%;
}

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

.syllabus-ref-base {
    flex: 0 0 auto;
}

.syllabus-ref-base {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2.5rem;
}

a {
    text-decoration: none;
    color: inherit;
}


.explore-now-base {
    background: linear-gradient(110deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    padding: 140px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.explore-now-base::after {
    width: 200%;
    left: -50%;
    z-index: -1;
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    position: absolute;
    height: 200%;
    animation: rotateConic 30s linear infinite;
    content: '';
}

.explore-now-base .fast-study-base::before {
    content: '';
    height: 100%;
    border-radius: 20px;
    z-index: -1;
    position: absolute;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: skewX(-15deg);
    background: rgba(255, 255, 255, 0.05);
    width: 140%;
    left: -20%;
    top: 0;
}

.explore-now-base h3 {
    margin: 60px 0;
    font-weight: 700;
    transform: rotateX(5deg);
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 34px;
    transform-style: preserve-3d;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    position: relative;
    perspective: 1000px;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

.explore-now-base h3::after {
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 1px;
    left: 20%;
    bottom: -30px;
    position: absolute;
    width: 60%;
}

.explore-now-base .talk-team-base::before {
    content: '';
    height: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(
        145deg,
        rgb(204,198,212) 0%,
        rgb(167,161,179) 100%
    );
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    width: 100%;
    position: absolute;
}

.explore-now-base .talk-team-base::after {
    top: 0;
    height: 20px;
    content: '';
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.explore-now-base .talk-team-base:hover::before {
    opacity: 1;
}

footer {
    z-index: 1;
    position: relative;
    perspective: 1000px;
}

footer::before {
    position: absolute;
    left: 0;
    opacity: 0.9;
    right: 0;
    z-index: -2;
    top: 0;
    background: linear-gradient(135deg, rgb(167,161,179,0.5) 0%, rgb(204,198,212,0.5) 100%);
    bottom: 0;
    content: "";
}

.syllabus-ref-base::before {
    content: "";
    background: repeating-linear-gradient(
        90deg,
        rgb(204,198,212) 0px,
        rgb(204,198,212) 40px,
        rgb(167,161,179) 40px,
        rgb(167,161,179) 80px
    );
    height: 20px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.syllabus-ref-base .company_holder {
    position: relative;
    flex: 1 1 380px;
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background: rgb(204,198,212,0.5);
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    border-bottom: 6px solid rgb(204,198,212);
    transition: all 0.4s ease;
}

.syllabus-ref-base .company_holder h3::before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    top: -10px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    left: -10px;
}

.syllabus-ref-base .peer-help-base {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
    padding: 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
}

.syllabus-ref-base .nav-mainbar-base {
    transform-style: preserve-3d;
    min-width: 220px;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    transform: rotateX(-5deg);
    transition: all 0.4s ease;
}

.syllabus-ref-base .nav-mainbar-base h5::after {
    height: 5px;
    background: rgb(167,161,179);
    left: 0;
    position: absolute;
    bottom: -5px;
    right: 0;
    content: "";
}

.syllabus-ref-base .nav-mainbar-base .nav-start-base {
    flex-direction: column;
    transform: translateZ(5px);
    padding: 1rem;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    border-radius: 10px;
}

.syllabus-ref-base .nav-mainbar-base .nav-start-base a::before {
    transition: all 0.5s ease;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}

.syllabus-ref-base .nav-mainbar-base .nav-start-base a:hover::before {
    left: 100%;
}

.music-edu-base::before {
    position: absolute;
    transform: rotateX(45deg);
    left: 0;
    height: 20px;
    content: "";
    transform-origin: bottom;
    background: rgb(167,161,179);
    width: 100%;
    top: -20px;
}

.music-edu-base .discount-cta-base {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    transform: translateZ(5px);
    padding: 0.8rem 2rem;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
}

.training-results-base::after {
    background: rgb(167,161,179,0.5);
    width: 200px;
    border-radius: 50%;
    z-index: 0;
    right: -50px;
    top: -50px;
    height: 200px;
    position: absolute;
    filter: blur(70px);
    content: "";
}

.training-results-base h5::after {
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179));
    left: 50%;
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 10px;
    bottom: -15px;
}

.training-results-base .fast-study-base {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    padding: 30px;
    display: flex;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.9),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 12px;
}

.training-results-base .fast-study-base {
    padding: 50px;
}

.training-results-base .fast-study-base:hover .img-text-base {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.training-results-base .fast-study-base:hover .img-text-base {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.training-results-base .content-card-base {
    padding: 20px 10px;
    flex: 1;
}

.training-results-base li {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    transform: translateZ(0);
    padding: 16px 20px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.9);
}

.training-results-base li:nth-child(even) {
    transform: translateX(5px) translateZ(0);
}

.training-results-base li:nth-child(even):hover {
    transform: translateX(5px) translateY(-3px) translateZ(0);
}

.training-results-base li svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
    margin-right: 12px;
    width: 22px;
    height: 22px;
}

.training-results-base li svg path {
    fill: rgb(204,198,212);
    transition: fill 0.3s ease;
}

.training-results-base li:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s backwards;
}

.training-results-base li:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s backwards;
}

.training-results-base li:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s backwards;
}

.program-structure-base::before {
    content: "";
    transform: translateZ(0);
    top: -100px;
    border-radius: 50%;
    animation: float 15s infinite alternate ease-in-out;
    background: linear-gradient(45deg, rgb(204,198,212,0.5) 0%, rgb(167,161,179,0.5) 100%);
    right: -100px;
    width: 300px;
    opacity: 0.3;
    height: 300px;
    position: absolute;
    filter: blur(40px);
}

.program-structure-base .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}

.program-structure-base .career-classes-base {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    transform: translateZ(0);
}

.program-structure-base .img-text-base::before {
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    position: absolute;
}

.program-structure-base .img-text-base::after {
    position: absolute;
    animation: shimmer 5s infinite linear;
    transform: rotate(25deg);
    width: 200%;
    height: 200%;
    pointer-events: none;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    top: -50%;
    left: -50%;
}

.program-structure-base .content-card-base:hover::before {
    transform: scaleY(1);
}

.program-structure-base h3 {
    z-index: 1;
    font-size: calc(20px + 0.2rem);
    margin-bottom: 24px;
    font-weight: 700;
    transform: translateX(0);
    position: relative;
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
    color: #000000;
}

.program-structure-base .content-card-base:hover h3 {
    transform: translateX(10px);
}

.program-structure-base .content-card-base:hover h3::after {
    opacity: 1;
    left: -5px;
}

.program-structure-base p.description {
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 300px;
    display: block;
    padding-right: 15px;
    scrollbar-color: rgb(204,198,212,0.5) rgb(237,234,239);
}

.our-story-base::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background: 
        linear-gradient(0deg, rgb(237,234,239) 20%, transparent 80%),
        linear-gradient(90deg, rgb(237,234,239) 10%, transparent 90%);
    height: 100%;
}



.our-story-base::before {
    opacity: 0.15;
    content: "";
    z-index: 1;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(204,198,212,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(204,198,212,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(204,198,212,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(204,198,212,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(204,198,212,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(204,198,212,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(204,198,212,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(204,198,212,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(167,161,179,0.5) 10px, transparent 12px);
    background-position: center;
    background-size: 100px 100px;
    width: 100%;
    position: absolute;
}

.our-story-base .diff-block-base::before {
    position: absolute;
    width: 20px;
    z-index: 3;
    background: rgb(204,198,212);
    content: "";
    height: 20px;
    top: 50%;
    border-radius: 50%;
}

.our-story-base .diff-block-base:nth-child(2)::before {
    transform: translateY(-50%);
    background: rgb(167,161,179);
    box-shadow: 0 0 15px rgb(167,161,179,0.5);
    left: -55px;
}

.our-story-base .diff-block-base:nth-child(1)::after {
    right: -35px;
}

.our-story-base .diff-block-base:nth-child(2)::after {
    left: -35px;
}

.our-story-base .diff-block-base:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}

.our-story-base .diff-block-base:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}

.our-story-base .diff-block-base h3::after {
    position: absolute;
    height: 2px;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(204,198,212), transparent);
    bottom: 0;
    left: 0;
    width: 40%;
    content: "";
}

.our-story-base .diff-block-base p {
    z-index: 2;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 13px;
}

.our-story-base .container::after {
    right: -150px;
    bottom: 10%;
    animation-delay: -5s;
    background: linear-gradient(45deg, rgb(167,161,179,0.5), transparent);
}

.secure-chamber-base {
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgb(237,234,239), rgba(248, 249, 250, 0.97));
    padding: 6rem 2rem;
    position: relative;
}

.secure-chamber-base::after {
    pointer-events: none;
    background: linear-gradient(135deg, transparent 0%, rgb(167,161,179,0.5) 100%);
    opacity: 0.03;
    height: 100%;
    content: "";
    width: 40%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    top: 0;
    z-index: 0;
    right: 0;
    position: absolute;
}

.secure-chamber-base .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}

.secure-chamber-base h1 {
    font-size: 40px;
    color: #000000;
    letter-spacing: -0.5px;
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
}

.secure-chamber-base h1:hover::after {
    width: 10rem;
}

.secure-chamber-base h2 {
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(204,198,212);
    font-size: 30px;
    padding-left: 1rem;
}

.secure-chamber-base h4 {
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    padding-left: 0.5rem;
    margin: 2rem 0 1rem;
    border-left: 1px dashed rgb(204,198,212,0.5);
}

.secure-chamber-base p {
    position: relative;
    font-size: 17px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    line-height: 1.8;
}

.secure-chamber-base strong::after {
    height: 1px;
    content: "";
    transform: scaleX(0.8);
    transition: transform 0.3s ease;
    left: 0;
    bottom: -2px;
    position: absolute;
    background-color: rgb(204,198,212,0.5);
    transform-origin: left;
    width: 100%;
}

.secure-chamber-base li::before {
    transition: all 0.3s ease;
    transform: rotate(45deg);
    left: 0;
    opacity: 0.8;
    border: 1px solid rgb(204,198,212);
    top: 0.7rem;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
}

.teacher-profile-base {
    position: relative;
    padding: 70px 30px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(237,234,239) 0%, #ffffff 100%);
}

.teacher-profile-base::before {
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(204,198,212,0.5) 0%, transparent 40%);
    opacity: 0.4;
    width: 100%;
    top: 0;
    left: 0;
}

.teacher-profile-base .student-insights-base {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    display: grid;
    perspective: 1500px;
    max-width: 1000px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
}

.teacher-profile-base .img-text-base::before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
}

.teacher-profile-base .experience-data-base {
    transform-origin: top;
    border-radius: 0 0 30px 30px;
    transform: rotateX(-5deg);
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.teacher-profile-base .name::after {
    position: absolute;
    height: 3px;
    left: 0;
    width: 0;
    background: linear-gradient(to right, rgb(167,161,179), transparent);
    content: "";
    transition: width 0.4s ease 0.1s;
    bottom: -5px;
}

.teacher-profile-base .student-insights-base:hover .experience-data-base > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(167,161,179);
}

.teacher-profile-base .job-overview-base {
    border-top: 1px solid rgb(237,234,239);
    font-size: 18px;
    color: #000000;
    position: relative;
    transform: translateZ(0);
    line-height: 1.7;
    padding: 20px 0 0 0;
    transition: transform 0.4s ease 0.2s;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(204,198,212);
}

header .top_plank .top-knowledge-base div svg, header .top_plank .top-knowledge-base div svg path {
    fill: #ffffff;
}

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

.id-thankdiv-base {
    overflow: hidden;
    padding: 6rem 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(204,198,212,0.5), rgb(167,161,179,0.5));
    align-items: center;
    position: relative;
    display: flex;
    min-height: 70vh;
}

.id-thankdiv-base::after {
    animation: float 20s ease-in-out infinite;
    height: 50%;
    bottom: -5%;
    background: radial-gradient(circle, rgb(167,161,179,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    width: 50%;
    right: -5%;
    z-index: 0;
}

.id-thankdiv-base .fast-study-base {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 3.5rem;
    position: relative;
    gap: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    grid-template-columns: 1fr;
    display: grid;
}

.id-thankdiv-base h5 {
    opacity: 0;
    margin: 0;
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    font-size: calc(24px * 1.2);
    transform: translateX(0);
}

.id-thankdiv-base a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
    display: block;
}

.id-thankdiv-base a:hover {
    transform: translateY(-5px);
}

.id-thankdiv-base p::after {
    background: linear-gradient(90deg, transparent, rgb(167,161,179));
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    width: 35%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    height: 2px;
    transform-origin: right;
}

.data-accept-base {
    align-items: center;
    flex-direction: column;
    display: flex;
    z-index: 1;
}

.user-dialog-base {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}

.user-dialog-base svg, .user-dialog-base svg path, .user-dialog-base img {
    width: 80px;
    fill: rgb(204,198,212);
    height: 80px;
}


.cookie-warning-popup-base h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: rgb(204,198,212);
}

.data-approval-base:hover {
    background: rgb(167,161,179);
    transform: translateY(-3px);
}

.cookie_button.edu-consent-base {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.edu-consent-base:hover {
    background: rgb(167,161,179,0.5);
}

.cookie-warning-popup-base p a {
    color: rgb(204,198,212);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

.cookie-warning-popup-base p a:hover {
    color: rgb(167,161,179);
}

header .head-sitewrap-base {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(237,234,239) 0%, rgb(204,198,212,0.5) 100%);
    position: relative;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

header .head-sitewrap-base::after {
    left: -25%;
    width: 150%;
    height: 100px;
    background: rgb(204,198,212);
    top: -50px;
    opacity: 0.1;
    z-index: -2;
    transform: rotate(-2deg);
    content: "";
    position: absolute;
}

header .container {
    position: relative;
    padding: 1.5rem 2rem;
}

header .head-core-base {
    position: relative;
    z-index: 2;
}

header .header-navbar-base::before {
    border: 2px dashed rgb(204,198,212,0.5);
    opacity: 0;
    top: -5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    bottom: -5px;
    right: -5px;
    position: absolute;
    left: -5px;
    content: "";
}

header .header-navbar-base:hover::before {
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    opacity: 1;
}

header .nav-mainbar-base {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
}

header .nav-mainbar-base:hover::before {
    width: 100%;
}

header .top-learn-base {
    position: relative;
    margin: 5px 3px;
}

header .top-learn-base:nth-child(odd) {
    transform: translateY(-3px);
}

header .top-learn-base:nth-child(even) {
    transform: translateY(3px);
}

header .top-learn-base a::before {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
    width: 5px;
    background: rgb(204,198,212);
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    height: 100%;
}

header .top-learn-base a::after {
    content: "";
    transition: transform 0.3s ease 0.1s;
    position: absolute;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    height: 2px;
    bottom: 0;
}

.service-plan-base {
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgba(245, 247, 252, 1) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.service-plan-base .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.service-plan-base .fee-offers-base {
    flex-direction: column-reverse;
    display: flex;
}

.service-plan-base .monthly-rate-base h2 {
    margin-bottom: 15px;
    font-size: 30px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.service-plan-base .payment-plans-base {
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
    font-size: 14px;
}

.service-plan-base .price-opts-base {
    display: block;
    overflow: hidden;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.service-plan-base .pricing-levels-base {
    z-index: 2;
    position: relative;
    flex: 1;
    flex-direction: column;
    white-space: normal;
    padding: 30px;
    display: flex;
    overflow-wrap: break-word;
    word-break: break-word;
}

.service-plan-base .price-opts-base:hover .pricing-levels-base h3 {
    transform: translateX(5px);
}

.service-plan-base .discount-deals-base::before {
    opacity: 0;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -20px;
    background: rgb(204,198,212);
    width: 10px;
    content: "";
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.service-plan-base .img-text-base {
    width: 100%;
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.service-plan-base .img-text-base::after {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    background: linear-gradient(0deg, rgba(rgb(204,198,212,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
}

.service-plan-base .price-opts-base:nth-child(even) .lesson-rates-base {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

.service-plan-base .price-opts-base:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.contact-form-box-base {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(237,234,239) 0%, 
        rgb(167,161,179,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
}

.contact-form-box-base::after {
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(204,198,212,0.5) 0%, 
        transparent 70%
    );
    content: '';
    position: absolute;
    left: -50%;
    z-index: 2;
    top: -50%;
    animation: circuit-pulse 10s infinite alternate;
    height: 200%;
    opacity: 0.6;
}

.contact-form-box-base .container {
    padding: 0 1rem;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 3;
}

.contact-form-box-base h2::before,
.contact-form-box-base h2::after {
    height: 2px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(204,198,212), 
        transparent
    );
    bottom: -0.5rem;
    position: absolute;
    content: '';
}

.contact-form-box-base h2::before {
    width: 30%;
    left: 0;
}

.contact-form-box-base .request-request-base:hover {
    transform: rotateX(0) scale(1);
}

.contact-form-box-base .img-text-base {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
    overflow: hidden;
}

.contact-form-box-base .img-text-base::before {
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(204,198,212,0.5) 0%, 
        rgb(167,161,179,0.5) 100%
    );
    content: '';
    opacity: 0.7;
    left: 0;
    height: 100%;
    position: absolute;
    mix-blend-mode: color-dodge;
    width: 100%;
}

.contact-form-box-base .feedback-block-base form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.contact-form-box-base .feedback-block-base h3 {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem;
}

.contact-form-box-base .feedback-block-base input:not([type="checkbox"]):not([type="submit"])::before {
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    opacity: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(204,198,212,0.5) 100%
    );
    height: 100%;
}

.contact-form-box-base .feedback-block-base input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.contact-form-box-base .feedback-block-base .contact-feedback-base input[type="checkbox"] {
    border-radius: 10px;
    appearance: none;
    height: 22px;
    margin-right: 1rem;
    transition: all 0.3s ease;
    position: relative;
    width: 22px;
    background: rgb(167,161,179,0.5);
    border: 2px solid rgb(204,198,212,0.5);
    cursor: pointer;
}

.contact-form-box-base .feedback-block-base .contact-feedback-base label {
    font-size: 13px;
    color: #ffffff;
    align-items: center;
    display: flex;
}

.contact-form-box-base .feedback-block-base .contact-feedback-base a:hover {
    text-decoration: underline;
}

.contact-form-box-base .feedback-block-base .help-form-base {
    letter-spacing: 0.1em;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    background: rgb(204,198,212);
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-form-box-base .feedback-block-base .help-form-base:hover::before {
    left: 100%;
}

.title-welcome-base {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgb(204,198,212,0.5) 100%);
    position: relative;
}

.title-welcome-base::after {
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, 
    rgb(204,198,212) 0%, 
    rgb(167,161,179) 50%, 
    rgb(204,198,212) 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    content: "";
    left: 0;
    height: 10px;
    animation: shimmer 4s infinite linear;
    z-index: 2;
    width: 100%;
}

.title-welcome-base .edu-head-base > div {
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.title-welcome-base .edu-head-base > div > div:first-child {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 2.5rem;
    animation: fadeUp 0.8s forwards 0.2s ease-out;
}

.title-welcome-base h3::before {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    background: rgb(204,198,212,0.5);
    left: 0;
    top: 0;
    transform: skewX(-3deg);
    z-index: -1;
    content: "";
}

.title-welcome-base .pro-study-base {
    isolation: isolate;
    overflow: hidden;
    animation: fadeUp 0.8s forwards 0.4s ease-out;
    position: relative;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transform: translateY(20px);
    border-radius: 24px;
    opacity: 0;
}

.title-welcome-base .pro-study-base::after {
    height: 100%;
    top: 0;
    background-image: 
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(255,255,255,0.03) 10px,
      rgba(255,255,255,0.03) 20px
    );
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
}

.title-welcome-base .pro-study-base p {
    animation: fadeUp 0.6s forwards 0.7s ease-out;
    transform: translateY(15px);
    font-size: calc(14px * 1.1);
    max-width: 80%;
    opacity: 0;
    color: #ffffff;
    letter-spacing: 0.02em;
    padding: 0.8rem 0;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    position: relative;
    text-align: center;
}

.title-welcome-base .title_style_header::before,
.title-welcome-base .title_style_header::after {
    background: rgb(167,161,179);
    height: 3px;
    border-radius: 2px;
    width: 80px;
    content: "";
    position: absolute;
}

.title-welcome-base .title_style_header::before {
    left: -100px;
    transform: translateY(-50%) scaleX(0);
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    top: 50%;
    transform-origin: right;
}

.customer-support-base {
    background: rgb(237,234,239);
    overflow: hidden;
    z-index: 1;
    padding: 80px 0;
    position: relative;
}

.customer-support-base .container {
    z-index: 2;
    position: relative;
}

.customer-support-base .contact-query-base {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    position: relative;
    border-top: 3px solid rgb(204,198,212);
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 12px;
    overflow: hidden;
}

.customer-support-base .contact-query-base::after {
    height: 300px;
    top: 0;
    background: radial-gradient(circle, rgb(204,198,212,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    z-index: -1;
    width: 300px;
    right: 0;
    opacity: 0.1;
}

.customer-support-base .contact-query-base p:last-of-type {
    position: relative;
    margin-bottom: 40px;
    padding-left: 35px;
}

.customer-support-base .msg-block-base {
    gap: 30px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.customer-support-base .talk-team-base {
    padding: 20px;
    position: relative;
    display: flex;
    font-size: 17px;
    overflow: hidden;
    height: 120px;
    text-decoration: none;
    background: rgb(237,234,239);
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    z-index: 1;
    font-weight: 600;
    flex-direction: column;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
}

.customer-support-base .talk-team-base svg {
    width: 40px;
    transition: all 0.3s ease;
    stroke-width: 1.5;
    stroke: rgb(204,198,212);
    height: 40px;
    fill: rgb(204,198,212);
    margin-bottom: 15px;
}

.program-structure-base p.description::-webkit-scrollbar {
    width: 5px;
}

.program-structure-base p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(237,234,239);
}

.program-structure-base p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(204,198,212,0.5);
}



@media screen and (max-width: 768px) {.explore-now-base {
    padding: 100px 0;
}.explore-now-base .fast-study-base::before {
    transform: skewX(-10deg);
    left: -10%;
    width: 120%;
}.explore-now-base h3 {
    transform: none;
    margin: 40px 0;
    font-size: calc(34px * 0.8);
}.explore-now-base h3::before {
    top: -25px;
}.explore-now-base h3::after {
    bottom: -25px;
}.explore-now-base .talk-team-base {
    padding: 15px 40px;
    margin-bottom: 40px;
    font-size: calc(14px * 0.9);
    transform: none;
}.explore-now-base .talk-team-base:hover {
    transform: translateY(-5px);
}
}



@media (max-width: 1200px) {.syllabus-ref-base .container {
    gap: 3rem;
}.syllabus-ref-base .company_holder {
    flex: 1 1 350px;
}.syllabus-ref-base .login-footer-base {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.syllabus-ref-base .nav-start-base {
    gap: 2rem;
}
}



@media (max-width: 768px) {.syllabus-ref-base {
    padding: 3.5rem 0 1.5rem;
}.syllabus-ref-base .nav-start-base {
    gap: 1.5rem;
}.syllabus-ref-base .company_holder h3 {
    font-size: calc(36px - 2px);
}.syllabus-ref-base .company_holder h3::before,
    .syllabus-ref-base .company_holder h3::after {
    width: 20px;
    height: 20px;
}.music-edu-base {
    margin-top: 2rem;
}.music-edu-base::before {
    height: 15px;
    top: -15px;
}
}



@media (max-width: 420px) {.syllabus-ref-base::before {
    height: 10px;
}.syllabus-ref-base .company_holder h3::before,
    .syllabus-ref-base .company_holder h3::after {
    display: none;
}.syllabus-ref-base .nav-mainbar-base h5 {
    width: 100%;
    min-width: auto;
}.music-edu-base .discount-cta-base {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 767px) {.training-results-base {
    padding: 80px 0 60px;
}.training-results-base h5 {
    line-height: 1.4;
    padding: 0 20px;
}.training-results-base .fast-study-base {
    padding: 25px 20px;
}.training-results-base li {
    padding: 15px;
}.training-results-base li p {
    font-size: calc(13px * 0.95);
}.training-results-base li svg {
    height: 20px;
    width: 20px;
}
}



@media (min-width: 1200px) {.training-results-base .container {
    max-width: 1300px;
}.training-results-base h5 {
    font-size: calc(24px * 1.3);
}.training-results-base .fast-study-base > div:first-child {
    flex: 0 0 40%;
}.training-results-base .img-text-base {
    height: 400px;
}}



@media (min-width: 992px) {.program-structure-base {
    padding: 150px 0;
}.program-structure-base .career-classes-base {
    gap: 70px;
}.program-structure-base .img-text-base {
    height: 550px;
}.program-structure-base .content-card-base {
    padding: 40px 50px;
}.program-structure-base p.description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.program-structure-base {
    padding: 80px 0;
}.program-structure-base .container {
    padding: 0 15px;
}.program-structure-base .img-text-base {
    height: 250px;
}.program-structure-base .content-card-base {
    padding: 25px 20px;
}.program-structure-base h3 {
    font-size: calc(20px - 0.1rem);
    margin-bottom: 15px;
}.program-structure-base p.description {
    max-height: 250px;
    font-size: calc(12px - 0.1rem);
}}



@media screen and (max-width: 991px) {.our-story-base {
    padding: 100px 0;
}.our-story-base h2 {
    margin-bottom: 60px;
}.our-story-base .diff-block-base {
    width: 50%;
    padding: 30px;
}.our-story-base .diff-block-base:nth-child(1) {
    transform: translateX(-15px);
}.our-story-base .diff-block-base:nth-child(2) {
    transform: translateX(15px);
}.our-story-base .diff-block-base:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.our-story-base .diff-block-base:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}



@media screen and (max-width: 576px) {.our-story-base {
    padding: 60px 0;
}.our-story-base h2 {
    font-size: 36px;
    margin-bottom: 40px;
}.our-story-base .pro-sessions-base {
    gap: 30px;
}.our-story-base .pro-sessions-base::before {
    left: 20px;
}.our-story-base .diff-block-base {
    margin-left: 40px;
    width: 85%;
    padding: 20px;
}.our-story-base .diff-block-base::before {
    width: 15px;
    height: 15px;
    left: -35px;
}.our-story-base .diff-block-base::after {
    left: -15px;
    width: 15px;
}.our-story-base .diff-block-base h3 {
    margin-bottom: 15px;
    font-size: calc(19px + 0.1rem);
    padding-bottom: 10px;
}.our-story-base .diff-block-base p {
    font-size: calc(13px - 0.05rem);
}}



@media (max-width: 768px) {.secure-chamber-base {
    padding: 4rem 1rem;
}.secure-chamber-base .container {
    padding: 2rem 1.5rem;
    border-left-width: 2px;
    transform: none;
}.secure-chamber-base::before,
    .secure-chamber-base::after {
    opacity: 0.02;
}.secure-chamber-base h1 {
    font-size: calc(40px - 0.4rem);
    margin-bottom: 2rem;
}.secure-chamber-base h2 {
    font-size: calc(30px - 0.3rem);
    margin: 2.5rem 0 1rem;
}.secure-chamber-base h3, 
    .secure-chamber-base h4 {
    font-size: calc(19px - 0.1rem);
}.secure-chamber-base p, 
    .secure-chamber-base li, 
    .secure-chamber-base span {
    line-height: 1.6;
    font-size: calc(17px - 0.05rem);
}.secure-chamber-base ul {
    margin-left: 0.5rem;
}.secure-chamber-base p:hover {
    transform: translateX(3px);
}
}



@media (min-width: 768px) {.teacher-profile-base .student-insights-base {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.teacher-profile-base .img-text-base {
    height: 100%;
    transform: rotateY(-10deg);
    transform-origin: right;
    border-radius: 30px 0 0 30px;
}.teacher-profile-base .student-insights-base:hover .img-text-base {
    transform: rotateY(0deg) translateZ(30px);
}.teacher-profile-base .experience-data-base {
    transform: rotateY(5deg);
    border-radius: 0 30px 30px 0;
    transform-origin: left;
}.teacher-profile-base .student-insights-base:hover .experience-data-base {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (min-width: 768px) {.id-thankdiv-base {
    padding: 8rem 3rem;
}.id-thankdiv-base .fast-study-base {
    grid-template-columns: 1fr 1fr;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
    padding: 4rem;
}.id-thankdiv-base h5 {
    font-size: calc(24px * 1.4);
}.id-thankdiv-base .fast-study-base > div:first-child::after {
    position: absolute;
    width: 1px;
    transform: translateY(-50%);
    right: -3.5rem;
    background: linear-gradient(to bottom, transparent, rgb(204,198,212,0.5), transparent);
    height: 80%;
    top: 50%;
    content: "";
}.id-thankdiv-base .fast-study-base > div:nth-child(2)::before {
    width: 40%;
}
}



@media (prefers-reduced-motion) {.id-thankdiv-base .fast-study-base,
    .id-thankdiv-base a,
    .id-thankdiv-base h5,
    .id-thankdiv-base::before,
    .id-thankdiv-base::after {
    transition: none;
    animation: none;
}.id-thankdiv-base .fast-study-base > div:first-child::before {
    animation: none;
}.id-thankdiv-base .fast-study-base > div:nth-child(2) {
    opacity: 1;
}.id-thankdiv-base h5 {
    opacity: 1;
}}



@media (max-width: 991px) {header .header-mainbar-base {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-template-rows: auto auto;
}header .head-core-base {
    justify-self: center;
}header .nav-mainbar-base {
    justify-content: center;
}header .nav-mainbar-base::before {
    width: 100%;
    opacity: 0.1;
    background: rgb(167,161,179,0.5);
}
}



@media (max-width: 480px) {header .header-navbar-base {
    padding: 10px;
    transform: none;
}header .header-navbar-base svg {
    height: 40px;
}header .header-navbar-base:hover {
    transform: translateY(-3px);
}}



@media (min-width: 768px) {.service-plan-base .rate-choice-base {
    grid-template-columns: repeat(2, 1fr);
}.service-plan-base .monthly-rate-base {
    margin-bottom: 60px;
}.service-plan-base .pricing-levels-base h3 {
    font-size: 23px;
}.service-plan-base .discount-deals-base {
    font-size: calc(23px + 2px);
}.service-plan-base .pricing-levels-base p {
    font-size: calc(14px - 1px);
}
}



@media (min-width: 1200px) {.service-plan-base .rate-choice-base {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.service-plan-base .lesson-rates-base {
    min-height: 500px;
}.service-plan-base .img-text-base {
    height: 220px;
}.service-plan-base .pricing-levels-base h3 {
    font-size: calc(23px + 2px);
}.service-plan-base .discount-deals-base {
    font-size: calc(23px + 6px);
}}



@media screen and (max-width: 768px) {.contact-form-box-base {
    padding: 3rem 0;
}.contact-form-box-base h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 2rem;
}.contact-form-box-base .feedback-block-base h3 {
    font-size: calc(30px * 0.9);
}.contact-form-box-base .feedback-block-base input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-form-box-base .feedback-block-base .contact-feedback-base {
    align-items: flex-start;
}.contact-form-box-base .feedback-block-base .contact-feedback-base input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 768px) {.title-welcome-base .edu-head-base {
    padding: 3.5rem 0;
    width: 95%;
}.title-welcome-base h3 {
    font-size: 19px;
    padding: 1rem;
    max-width: 100%;
}.title-welcome-base .pro-study-base > div {
    min-height: 40vh;
    padding: 4rem 1rem;
}.title-welcome-base .pro-study-base p {
    max-width: 100%;
    font-size: 14px;
}.title-welcome-base .title_style_header {
    font-size: 32px;
}.title-welcome-base .title_style_header::before,
  .title-welcome-base .title_style_header::after {
    display: none;
}
}



@media screen and (max-width: 991px) {.customer-support-base {
    padding: 60px 0;
}.customer-support-base .contact-query-base {
    padding: 40px 30px;
}.customer-support-base .msg-block-base {
    grid-template-columns: repeat(3, 1fr);
}
}



@media screen and (max-width: 767px) {.customer-support-base {
    padding: 50px 0;
}.customer-support-base .contact-query-base {
    padding: 35px 25px;
}.customer-support-base .contact-query-base h2 {
    font-size: calc(28px * 0.9);
}.customer-support-base .msg-block-base {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.customer-support-base .talk-team-base {
    height: 110px;
}
}



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



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



@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}



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



@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}



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



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



@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}



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



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

