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

.container {
    max-width: 100%;
    margin: auto;
    width: 1130px;
}

header,footer {
    width: 100%;
}

.cookies-consent-q {
    padding: 0 20px;
    margin: auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
}

.consent-box-Z {
    flex-shrink: 0;
    margin-right: 20px;
}

.data-consent-d {
    border-radius: 10px;
    font-size: 19px;
    min-width: 140px;
    transition: border 0.2s;
    margin-left: 10px;
    border: 2px solid transparent;
    text-decoration: none;
    flex-shrink: 0;
    background: rgb(199,173,173);
    text-transform: uppercase;
    padding: 12px 24px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

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

header .top-head-n {
    z-index: 2;
    position: relative;
}

header .top-edu-T::before,
header .top-edu-T::after {
    opacity: 0;
    border-radius: 50%;
    transition: all 0.5s ease;
    position: absolute;
    background: rgb(199,173,173,0.5);
    content: "";
    z-index: -1;
}

header .top-edu-T::before {
    left: -15px;
    top: -15px;
    width: 50px;
    height: 50px;
}

header .head-master-z::before {
    height: 0;
    border-left: 5px solid rgb(199,173,173);
    transition: all 0.3s ease;
    left: -10px;
    top: 50%;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: 0;
    transform: translateY(-50%) scale(0);
    content: "";
    position: absolute;
}

header .head-master-z a::after {
    left: 50%;
    background: rgb(199,173,173);
    bottom: 0;
    content: "";
    width: 0;
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    transition: width 0.3s ease;
}

.contact-us-w::before {
    background-color: rgb(225,214,214);
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}

.contact-us-w .inquiry-card-F div {
    align-items: center;
    margin-bottom: 25px;
    border-left: 3px solid #ffffff;
    padding-left: 15px;
    z-index: 1;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}



.contact-us-w .inquiry-card-F div {
    opacity: 0;
    animation: slideInLeft 0.5s forwards;
}

.contact-us-w .inquiry-card-F div span a:hover {
    color: rgb(170,116,156);
}

.contact-us-w form {
    display: flex;
    flex-direction: column;
}

.contact-us-w .query-section-Y {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-us-w .query-section-Y label::before {
    height: 20px;
    border-radius: 10px;
    left: 0;
    top: 2px;
    content: "";
    width: 20px;
    position: absolute;
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
}

.contact-us-w form .support-info-t {
    padding: 15px 30px;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: rgb(199,173,173);
    border: none;
    font-weight: 600;
    border-radius: 10px;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.cheat-sheet-r::after {
    background: linear-gradient(90deg, 
        rgb(225,214,214) 0%,
        rgb(199,173,173) 35%, 
        rgb(170,116,156) 65%,
        rgb(225,214,214) 100%);
    left: 0;
    height: 7px;
    content: '';
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}

.cheat-sheet-r .info_item::before {
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.06);
    width: 1px;
}

.cheat-sheet-r .info_item:hover svg {
    transform: rotate(10deg);
}

.cheat-sheet-r .top-head-n {
    display: flex;
    max-width: 300px;
    flex-direction: column;
    margin-right: auto;
    width: 100%;
    gap: 1.5rem;
}

.cheat-sheet-r .nav-skill-N {
    display: flex;
    flex: 1;
    position: relative;
    min-width: 240px;
    flex-direction: column;
    max-width: 400px;
    gap: 2rem;
}

.cheat-sheet-r .nav-primary-j {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem;
    flex-direction: column;
}

.cheat-sheet-r .nav-primary-j a:hover {
    padding-left: 1.5rem;
    color: rgb(199,173,173);
}

.cheat-sheet-r .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: relative;
    width: 100%;
    max-width: 400px;
    display: flex;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    gap: 1.5rem;
    border-radius: 12px;
    flex-direction: column;
}

.cheat-sheet-r .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.cheat-sheet-r .news-block-o::before {
    left: 0;
    transition: opacity 0.3s ease;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(170,116,156) 0%, rgb(199,173,173) 100%);
    height: 100%;
}

.subscribe-to-newsletter-K::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,116,156,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(199,173,173,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    opacity: 0.4;
    width: 100%;
    height: 100%;
}

.subscribe-to-newsletter-K h3::after {
    bottom: -0.8rem;
    width: 40px;
    transition: transform 0.3s ease;
    left: 50%;
    background: rgb(199,173,173);
    content: "";
    height: 3px;
    transform: translateX(-50%) scaleX(0.5);
    position: absolute;
}

.subscribe-to-newsletter-K input[type="submit"]::before {
    background: rgb(170,116,156);
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    transform: translateY(100%);
    width: 100%;
}

.course-program-V::after {
    position: absolute;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    opacity: 0.2;
    left: -30px;
    height: 150px;
    bottom: -30px;
    content: "";
    background: radial-gradient(circle, rgb(170,116,156,0.5) 0%, transparent 70%);
    width: 150px;
}

.course-program-V .img-shadow-x::before {
    opacity: 0.6;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(199,173,173,0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    content: "";
    mix-blend-mode: overlay;
}

.course-program-V h3 {
    font-weight: 600;
    font-size: calc(19px * 1.1);
    color: rgb(199,173,173);
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.course-program-V .skill-academy-m div {
    position: relative;
}

.title-welcome-v > div {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.title-welcome-v .course-base-x::after {
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(199,173,173), transparent);
    animation: lineGrow 1s 0.4s ease-out forwards;
    content: "";
    height:.25rem;
    width: 80%;
    position: absolute;
    bottom: -10px;
}

.title-welcome-v .learn-quickpro-B p {
    position: relative;
    opacity: 0;
    animation: fadeInRight 0.8s 0.6s ease-out forwards;
    font-size: clamp(1rem, 3vw, 17px);
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.6;
    padding-left: 1rem;
    font-weight: 600;
    transform: translateX(-20px);
}

.try-immediately-Z .container {
    display: grid;
    max-width: 1200px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    grid-gap: 2.5rem;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
}

.try-immediately-Z h6::after {
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    bottom: -15px;
    width: 80px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: #ffffff;
    content: "";
    position: absolute;
    left: 50%;
}

.try-immediately-Z .support-info-t:hover::before {
    transform: translateX(100%);
}

.try-immediately-Z .support-info-t span {
    transition: transform 0.3s ease;
    display: block;
    z-index: 2;
    position: relative;
}

.try-immediately-Z .support-info-t:active {
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.pricing-zone-p .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.pricing-zone-p .pricing-catalog-K h2::after {
    position: absolute;
    bottom: -10px;
    content: "";
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(199,173,173);
}

.pricing-zone-p .cost-breakdown-t {
    display: flex;
    background-color: #ffffff;
    position: relative;
    min-height: 450px;
    overflow: hidden;
    flex-direction: column;
}

.pricing-zone-p .rate-choices-t:hover .cost-schemes-v h3 {
    transform: translateX(5px);
}

.pricing-zone-p .learning-packages-i::before {
    top: 50%;
    transform: translateX(-10px);
    opacity: 0;
    height: 2px;
    background: rgb(199,173,173);
    transition: all 0.3s ease;
    position: absolute;
    width: 10px;
    left: -20px;
    content: "";
}

.pricing-zone-p .rate-choices-t:hover .img-shadow-x {
    transform: scale(1.05);
}

.pricing-zone-p .rate-choices-t:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.pricing-zone-p .rate-choices-t:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.privacy-encasement-J h1 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: rgb(199,173,173);
    position: relative;
    font-size: 47px;
    transform: translateX(-0.5rem);
    font-weight: 700;
}

.privacy-encasement-J h2 {
    border-left: 3px solid rgb(170,116,156);
    font-weight: 600;
    position: relative;
    font-size: 36px;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
}

.privacy-encasement-J h4 {
    margin: 1.8rem 0 1rem;
    padding-left: 1rem;
    font-size: calc(36px * 0.7);
    font-weight: 600;
    border-left: 1px solid rgb(170,116,156,0.5);
    color: #000000;
    position: relative;
}

.privacy-encasement-J li::before {
    height: 8px;
    top: 0.65rem;
    width: 8px;
    transform: rotate(45deg);
    position: absolute;
    background-color: rgb(199,173,173);
    left: 0;
    border-radius: 10px;
    content: "";
    transition: transform 0.3s ease;
}

.thanksSpace-s::after {
    transform: rotate(10deg);
    z-index: 0;
    filter: blur(25px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(170,116,156,0.5) 0%, rgb(199,173,173,0.5) 100%);
    bottom: -20%;
    content: "";
    width: 40%;
    left: -5%;
    height: 60%;
}

.thanksSpace-s .study-program-P > div:first-child::after {
    transform-origin: left;
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    transition: width 0.3s ease;
    bottom: -0.75rem;
    content: "";
    width: 80px;
    border-radius: 10px;
}

.thanksSpace-s a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
}

.thanksSpace-s a:hover p {
    color: rgb(199,173,173);
}

.user-feedback-v::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(199,173,173,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(199,173,173,0.5) 12px
  );
    width: 100%;
    opacity: 0.05;
    pointer-events: none;
    content: "";
    height: 100%;
    left: 0;
}

.user-feedback-v .container.study-program-P {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 15px;
}

.user-feedback-v .student-opinions-u:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-10px) translateZ(20px) rotateX(2deg);
}

.user-feedback-v .student-opinions-u h3::after {
    bottom: 0;
    height: 2px;
    content: "";
    background: rgb(199,173,173,0.5);
    left: 0;
    position: absolute;
    width: 40px;
}

.user-feedback-v .student-opinions-u:hover div {
    transform: translateZ(15px) scale(1.05);
}

.user-feedback-v .student-opinions-u div::after {
    content: "";
    opacity: 0.2;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 40%, rgb(199,173,173,0.5) 100%);
    position: absolute;
}

.our-team-I {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
}

.our-team-I .study-program-P {
    align-items: center;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}

.our-team-I .learning-dna-F:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.our-team-I .img-shadow-x::before {
    position: absolute;
    border: 1px solid rgb(199,173,173,0.5);
    content: '';
    right: -10px;
    bottom: -10px;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    animation: rotate 15s linear infinite;
}

.our-team-I .proof-stats-j {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 20px;
    margin-bottom: 5px;
}

.our-team-I .label-holder-I:hover {
    transform: perspective(1000px) rotateY(0);
}

.our-team-I .label-holder-I::before {
    border-top: 2px solid rgb(199,173,173);
    height: 40px;
    position: absolute;
    opacity: 0.5;
    left: 20px;
    content: '';
    top: 20px;
    width: 40px;
    border-left: 2px solid rgb(199,173,173);
}

.our-team-I .pro-program-s svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,173,173);
}

.our-team-I .label-holder-I:hover h2::after {
    width: 120px;
}

.teaching-history-T::before {
    left: -5%;
    height: 70%;
    top: -10%;
    background: rgb(170,116,156,0.5);
    transform: rotate(-12deg);
    position: absolute;
    z-index: 1;
    content: "";
    width: 120%;
}

.teaching-history-T .career-wrap-I {
    border-radius: 12px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: rotate(2deg) translateY(-30px);
    background: #ffffff;
    padding: 2rem;
    max-width: 60%;
    transition: all 0.5s ease;
}

.teaching-history-T .employee-section-d {
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
    font-size: 17px;
    font-style: italic;
    line-height: 1.6;
}


@media only screen and (max-width: 1200px) {.cookies-consent-q {
    padding: 0 10px;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .head-master-z {
    margin: 3px 5px;
}header .head-master-z a {
    padding: 8px 15px;
    font-size: calc(13px - 1px);
}
}



@media screen and (max-width: 992px) {.contact-us-w .inquiry-card-F,
    .contact-us-w .query-block-g {
    padding: 40px 30px;
    width: 100%;
}.contact-us-w .inquiry-card-F {
    order: 2;
}.contact-us-w .query-block-g {
    order: 1;
}
}



@media (max-width: 768px) {.cheat-sheet-r {
    padding: 3.5rem 0 1.5rem;
}.cheat-sheet-r .msg-block-O {
    margin-bottom: 3rem;
}.cheat-sheet-r .info_item {
    width: 100%;
}.cheat-sheet-r .info_item::before {
    display: none;
}.cheat-sheet-r .nav-primary-j {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
}.cheat-sheet-r .nav-primary-j a {
    text-align: center;
    padding: 0.5rem 1rem;
}.cheat-sheet-r .nav-primary-j a::before {
    display: none;
}.cheat-sheet-r .nav-primary-j a:hover {
    border-radius: 10px;
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
}.cheat-sheet-r .referral-prog-K {
    margin-top: 3rem;
}
}



@media (min-width: 1200px) {.course-program-V .img-shadow-x {
    height: 550px;
}.course-program-V .skill-academy-m {
    gap: 100px;
}.course-program-V .description {
    max-height: 450px;
}
}



@media (max-width: 767px) {.course-program-V {
    padding: 80px 0;
}.course-program-V .container {
    padding: 0 15px;
}.course-program-V .label-holder-I {
    padding: 25px 20px;
}.course-program-V h3 {
    font-size: 20px;
    margin-bottom: 20px;
}.course-program-V .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    max-height: 250px;
}}



@media (max-width: 576px) {.title-welcome-v {
    padding: 1.5rem 1rem;
}.title-welcome-v .learn-quickpro-B {
    padding: 1.5rem;
}.title-welcome-v .course-base-x {
    font-size: 1.8rem;
}.title-welcome-v .learn-quickpro-B h3 {
    font-size: 1.1rem;
    padding: 1rem;
}}



@media (max-width: 480px) {.try-immediately-Z {
    padding: 3rem 1rem;
}.try-immediately-Z h6 {
    font-size: calc(21px * 0.9);
}.try-immediately-Z .support-info-t {
    padding: 12px 24px;
    font-size: calc(16px * 0.85);
}}



@media (min-width: 1200px) {.pricing-zone-p .premium-cost-m {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing-zone-p .cost-breakdown-t {
    min-height: 500px;
}.pricing-zone-p .img-shadow-x {
    height: 220px;
}.pricing-zone-p .cost-schemes-v h3 {
    font-size: calc(23px + 2px);
}.pricing-zone-p .learning-packages-i {
    font-size: calc(23px + 6px);
}}



@media (max-width: 991px) {.thanksSpace-s {
    padding: 3rem 0;
}.thanksSpace-s .study-program-P {
    padding: 2.5rem;
}.thanksSpace-s h5 {
    font-size: calc(20px - 2px);
}
}



@media (max-width: 576px) {.thanksSpace-s {
    padding: 2rem 0;
}.thanksSpace-s .study-program-P {
    padding: 1.5rem;
    border-radius: 10px;
    transform: none;
}.thanksSpace-s h5 {
    font-size: calc(20px - 6px);
}.thanksSpace-s .study-program-P > div:first-child::after {
    height: 2px;
    width: 60px;
}.thanksSpace-s .study-program-P:hover > div:first-child::after {
    width: 90px;
}.thanksSpace-s h5::before {
    height: 20px;
    font-size: 10px;
    width: 20px;
}.thanksSpace-s p {
    line-height: 1.6;
    font-size: calc(13px - 2px);
}}



@media (max-width: 992px) {.our-team-I {
    padding: 80px 0;
}.our-team-I .container {
    padding: 0 20px;
}.our-team-I .study-program-P {
    grid-template-columns: 1fr;
    gap: 30px;
}.our-team-I .learning-dna-F {
    margin: 0 auto;
    max-width: 400px;
}.our-team-I .label-holder-I {
    transform: none;
    padding: 30px;
}.our-team-I h2 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 480px) {.our-team-I {
    padding: 40px 0;
}.our-team-I .img-shadow-x {
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
}.our-team-I .proof-stats-j {
    font-size: calc(20px * 0.9);
}.our-team-I .guide-approach-Z {
    font-size: calc(18px * 0.9);
}.our-team-I .pro-program-s {
    font-size: calc(18px * 0.9);
}.our-team-I h2 {
    font-size: calc(32px * 0.7);
    padding-bottom: 10px;
}.our-team-I p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}



@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



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

