header,footer {
    width: 100%;
}

header {
    overflow: visible;
    padding: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    background: linear-gradient(90deg, rgb(174,86,110) 0%, rgb(193,160,139) 100%);
    margin-top: 0;
    z-index: 100;
}

.nyB-privacy-block h3,
.nyB-privacy-block h4,
.nyB-privacy-block h5,
.nyB-privacy-block h6 {
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.nyB-privacy-block section {
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(211,192,187);
}

.nyB-privacy-block button:hover {
    background-color: rgb(174,86,110);
    transform: scale(1.05);
}

.Puw-pricing-item::before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(193,160,139,0.5) 0%, transparent 40%);
}

.Puw-pricing-item .rkN-discount-tier {
    margin: 0 auto;
    line-height: 1.6;
    max-width: 600px;
    word-break: break-word;
    color: #000000;
    font-size: 13px;
    overflow-wrap: break-word;
}

.Puw-pricing-item .meF-pricing-fees {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.Puw-pricing-item .Wsa-fee-plan::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    top: 0;
    opacity: 0.7;
}

.Puw-pricing-item .CxY-program-rate::before {
    background: rgb(193,160,139);
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    bottom: -5px;
    height: 2px;
    position: absolute;
    content: "";
}

.Puw-pricing-item .gVr-plan-details:hover .fuP-profile-image {
    transform: scale(1.05);
}

.Puw-pricing-item .gVr-plan-details:nth-child(3n+2) {
    border-top: 3px solid rgb(174,86,110);
}

.Viz-title-intro::after {
    opacity: 0.3;
    animation: gradientPulse 8s infinite alternate ease-in-out;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgb(193,160,139,0.5) 0%,
    transparent 100%
  );
    height: 100%;
    top: 0;
}

.aMh-page-intro {
    gap: 2rem;
    backdrop-filter: blur(8px);
    display: flex;
    margin-left: 10vw;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
    transition: transform 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    border-left: 4px solid rgb(174,86,110);
    flex-direction: column;
    padding: 2.5rem;
}

.Viz-title-intro .aMh-page-intro > div:last-child span::before {
    border-left: 3px solid rgb(174,86,110);
    border-bottom: 3px solid rgb(174,86,110);
    transform: translateY(-50%) rotate(225deg);
    left: 0;
    height: 12px;
    content: "";
    width: 12px;
    position: absolute;
    top: 50%;
}

.pFu-mentorship-experience .kPp-rating-voices:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}

.pFu-mentorship-experience .kPp-rating-voices .fuP-profile-image {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 100%;
}

.pFu-mentorship-experience .kPp-rating-voices:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}

.pFu-mentorship-experience .kPp-rating-voices:hover .name::after {
    width: 100%;
}

.pFu-mentorship-experience .kPp-rating-voices > div:nth-child(2) > div {
    margin-top: 5px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(14px - 2px);
    opacity: 0.9;
    color: rgb(174,86,110);
}

.WeB-course-program {
    grid-template-rows: 1fr;
    background-color: rgb(211,192,187);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.WeB-course-program .SaG-training-guide {
    height: 100%;
    position: relative;
    width: 100%;
    perspective: 1000px;
}

.WeB-course-program .ONG-study-route:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}

.WeB-course-program .ONG-study-route:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}

.WeB-course-program .SKX-career-class:hover .ONG-study-route {
    animation-play-state: paused;
}

.WeB-course-program .mLP-learn-more h3 {
    margin-bottom: 1.5rem;
    line-height: 1.1;
    opacity: 0;
    animation: slide-up 0.7s ease-out forwards;
    position: relative;
    font-size: 47px;
    color: #ffffff;
    font-weight: 700;
    transform: translateY(30px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.WeB-course-program .Nwl-request-widget {
    letter-spacing: 1px;
    font-size: 17px;
    color: #ffffff;
    position: relative;
    opacity: 0;
    padding: 1rem 2.5rem;
    transition: all 0.3s;
    background: rgb(193,160,139);
    animation: slide-up 0.7s 0.6s ease-out forwards;
    display: inline-block;
    transform: translateY(30px);
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
}

.BGg-prospective-students {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(211,192,187) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.BGg-prospective-students .jQf-knowledge-learning {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.BGg-prospective-students div p {
    border-left: 3px solid rgb(193,160,139);
    transition: all 0.3s ease;
    z-index: 1;
    padding: 20px 20px 20px 60px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    background: #ffffff;
    margin: 0 15px 0 15px;
    width: calc(100% - 30px);
    flex: 1 1 calc(100% - 30px);
    overflow: hidden;
    cursor: pointer;
}

.BGg-prospective-students div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,160,139);
}



.CUW-reach-out .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.CUW-reach-out h2::after {
    position: absolute;
    bottom: -15px;
    content: "";
    height: 4px;
    width: 60px;
    left: 50%;
    background: rgb(193,160,139);
    transform: translateX(-50%);
}

.CUW-reach-out .OGC-help-message {
    flex-direction: column;
    display: flex;
    background: #ffffff;
    justify-content: center;
    order: 1;
    padding: 60px;
    position: relative;
}

.CUW-reach-out form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(193,160,139);
    outline: none;
    background: #ffffff;
}

.CUW-reach-out form input#name {
    position: relative;
}

.CUW-reach-out .ZxJ-query-section input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.CUW-reach-out .ZxJ-query-section label::before {
    content: "";
    background: rgb(211,192,187);
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    top: 0;
    position: absolute;
    width: 24px;
    height: 24px;
}

.CUW-reach-out .ZxJ-query-section label a:hover::after {
    width: 100%;
}

.CUW-reach-out form .Nwl-request-widget::before {
    width: 0;
    z-index: -1;
    transition: width 0.3s ease;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: rgb(174,86,110);
}

.CUW-reach-out form #name,
.CUW-reach-out form #phone {
    position: relative;
}

.PZT-contact::before {
    background: linear-gradient(
        225deg, 
        rgb(174,86,110,0.5) 10%,
        transparent 70%
    );
    content: "";
    z-index: 0;
    filter: blur(15px);
    transform: rotate(-15deg) translateZ(-10px);
    height: 70%;
    right: -10%;
    position: absolute;
    width: 50%;
    top: -10%;
}

.PZT-contact .bYg-contact-us:hover h3::after {
    transform: scaleX(1);
}

.PZT-contact p {
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    color: #000000;
    max-width: 90%;
    margin-bottom: 1.5rem;
}

.PZT-contact h5:hover {
    transform: translateX(0);
    color: rgb(193,160,139);
}

.PZT-contact svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin-left: 5px;
}

.PZT-contact .dCB-get-support li:hover {
    transform: translateX(5px);
}

.PZT-contact .dCB-get-support li:hover::before {
    opacity: 1;
}

.PZT-contact .xgi-get-contactpanel:hover {
    color: rgb(193,160,139);
}

.PZT-contact .xgi-get-contactpanel svg {
    transform: scale(0.9);
}

.Ben-our-team {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(211,192,187);
}

.Ben-our-team h3::after {
    position: absolute;
    bottom: -15px;
    content: "";
    background: rgb(193,160,139);
    left: 50%;
    width: 50px;
    height: 3px;
    transform: translateX(-50%);
}

.Ben-our-team .fuP-profile-image,
.Ben-our-team .dIf-quick-skill {
    height: 320px;
    border-radius: 27px 27px 0 27px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.Ben-our-team .dIf-quick-skill::before {
    border-bottom-color: rgb(174,86,110,0.5);
    border-left-color: rgb(174,86,110,0.5);
}

.Ben-our-team .jQf-knowledge-learning::before {
    background: linear-gradient(to bottom, rgb(193,160,139,0.5), rgb(174,86,110,0.5));
    left: 50%;
    content: "";
    height: 70%;
    transform: translate(-50%, -50%);
    width: 2px;
    top: 50%;
    position: absolute;
}

.Ben-our-team .saR-learn-zone::after {
    border-right: 3px solid rgb(174,86,110);
    border-bottom: 3px solid rgb(174,86,110);
    position: absolute;
    content: "";
    opacity: 0.7;
    bottom: -10px;
    width: 50px;
    height: 50px;
    right: -10px;
}

.YCZ-thanksPage h2 {
    animation: slideUp 0.8s forwards ease-out 0.2s;
    position: relative;
    max-width: 80%;
    font-size: 29px;
    margin-bottom: 2.5rem;
    color: #000000;
    transform: translateY(20px);
    font-weight: 700;
    opacity: 0;
}

.YCZ-thanksPage .jQf-knowledge-learning::before {
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(193,160,139,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.03;
    top: 0;
}

.gYT-client-experience {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(211,192,187) 0%, rgb(193,160,139,0.5) 100%);
    padding: 120px 0 150px;
}

.gYT-client-experience::after {
    border-radius: 50%;
    width: 250px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    right: -80px;
    content: "";
    background: rgb(193,160,139,0.5);
    filter: blur(100px);
    bottom: -80px;
    position: absolute;
    height: 250px;
}

.gYT-client-experience .kPp-rating-voices {
    border-radius: 13px;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    padding: 30px;
    backface-visibility: hidden;
}

.gYT-client-experience .kPp-rating-voices p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.6;
    text-align: center;
}

header .tUc-nav-top {
    position: relative;
    margin-right: 2rem;
    overflow: visible;
    flex: 0 0 auto;
    padding: 0.5rem;
}

header .tUc-nav-top::after {
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    bottom: -5px;
    opacity: 0;
    transition: all 0.3s ease;
    top: -5px;
    content: '';
    transform: skew(-5deg);
    left: -5px;
    z-index: -1;
    position: absolute;
    right: -5px;
}

header .zcD-top-page a::before {
    opacity: 0;
    bottom: -2px;
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    background: #ffffff;
    right: -2px;
    transition: opacity 0.3s ease;
    content: '';
    transform: scale(0.9);
}

header .cZY-site-top::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
}

.msw-discount-cta .company_holder {
    padding-right: 30px;
    flex: 0 0 30%;
    position: relative;
}

.msw-discount-cta .company_holder h3:hover::after {
    width: 100%;
}

.msw-discount-cta .HCn-partner-logo {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 15px;
    transform: translateZ(0);
}

.msw-discount-cta .qbu-site-head h5 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}

.msw-discount-cta .qbu-site-head:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(193,160,139), 0 0 16px rgb(193,160,139,0.5);
}

.msw-discount-cta .qbu-site-head .CyO-nav-core a:hover::before {
    box-shadow: 0 0 5px rgb(193,160,139,0.5);
    width: 100%;
}

.fak-faq-block::before {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(193,160,139,0.5), transparent);
}

.msw-discount-cta .company_holder h3:hover::before {
    left: 100%;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 768px) {.Puw-pricing-item .SJr-edu-deals {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.Puw-pricing-item .skN-cost-options {
    flex: 0 0 30%;
    order: 2;
    text-align: left;
    margin-bottom: 0;
}.Puw-pricing-item .skN-cost-options h2 {
    text-align: left;
}.Puw-pricing-item .skN-cost-options h2::after {
    left: 0;
    transform: none;
}.Puw-pricing-item .rkN-discount-tier {
    margin: 0;
    text-align: left;
}.Puw-pricing-item .Rfj-monthly-plan {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (min-width: 992px) {.Viz-title-intro > div {
    gap: 5rem;
}.Viz-title-intro > div > div:first-child {
    width: 80%;
}.title_style_header {
    font-size: calc(43px * 1.8);
}.Viz-title-intro .eGI-study-classes h3 {
    font-size: calc(21px * 1.2);
}.aMh-page-intro {
    width: 65%;
    padding: 3.5rem;
    margin-left: 10vw;
}
}



@media (hover: none) {.pFu-mentorship-experience .kPp-rating-voices {
    transform: none !important;
}.pFu-mentorship-experience .kPp-rating-voices > div:first-child,
    .pFu-mentorship-experience .kPp-rating-voices > div:nth-child(3) {
    transform: none !important;
}
}



@media (prefers-reduced-motion) {.pFu-mentorship-experience .kPp-rating-voices,
    .pFu-mentorship-experience .kPp-rating-voices > div,
    .pFu-mentorship-experience .name::after,
    .pFu-mentorship-experience .fuP-profile-image {
    transform: none !important;
    transition: none !important;
}}



@media screen and (max-width: 768px) {.WeB-course-program .AUr-study-map {
    height: 40vh;
}.WeB-course-program .container {
    padding: 3rem 2rem;
}.WeB-course-program .mLP-learn-more h3 {
    font-size: calc(47px * 0.8);
}.WeB-course-program .mLP-learn-more::before,
    .WeB-course-program .mLP-learn-more::after {
    height: 60px;
    width: 60px;
}
}



@media (max-width: 767px) {.BGg-prospective-students {
    padding: 80px 0;
}.BGg-prospective-students h4 {
    font-size: calc(29px - 4px);
    padding: 20px;
}.BGg-prospective-students div {
    padding: 25px 20px;
}.BGg-prospective-students div p {
    width: 100%;
    margin-bottom: 12px;
    flex: 1 1 100%;
    padding: 15px 15px 15px 50px;
    margin-right: 0;
    margin-left: 0;
}.BGg-prospective-students div p svg {
    height: 20px;
    width: 20px;
    left: 15px;
}
}



@media (min-width: 768px) {.PZT-contact .bYg-contact-us {
    max-width: 90%;
    padding: 4rem;
    margin: 0 auto;
}.PZT-contact .dCB-get-support {
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}
}



@media (max-width: 767px) {.PZT-contact {
    padding: 3rem 0;
}.PZT-contact .bYg-contact-us {
    padding: 2rem;
    transform: translateZ(10px) rotateX(1deg);
}.PZT-contact h3 {
    font-size: calc(36px * 0.9);
}.PZT-contact p {
    max-width: 100%;
}.PZT-contact .dCB-get-support li {
    margin-bottom: 0.5rem;
}}



@media (max-width: 768px) {.Ben-our-team {
    padding: 60px 0;
}.Ben-our-team h3 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.9);
}.Ben-our-team .azV-skill-boost span {
    font-size: calc(22px * 0.95);
}.Ben-our-team .fuP-profile-image,
    .Ben-our-team .dIf-quick-skill {
    height: 260px;
}
}



@media (max-width: 480px) {.YCZ-thanksPage {
    padding: 2.5rem 0;
}.YCZ-thanksPage h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.YCZ-thanksPage .jQf-knowledge-learning {
    padding: 1.5rem;
}.YCZ-thanksPage h2::after {
    bottom: -8px;
    width: 60px;
    height: 2px;
}}



@media (max-width: 768px) {.gYT-client-experience {
    padding: 80px 0;
}.gYT-client-experience h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.gYT-client-experience .EsH-student-ratings {
    max-width: 500px;
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 0 auto;
}.gYT-client-experience .kPp-rating-voices {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.gYT-client-experience .kPp-rating-voices .fuP-profile-image {
    width: 70px;
    height: 70px;
}}



@media (max-width: 768px) {.msw-discount-cta {
    padding: 40px 0 20px;
}.msw-discount-cta .CyO-nav-core {
    flex-direction: column;
}.msw-discount-cta .qbu-site-head {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.msw-discount-cta .company_holder h3 {
    font-size: calc(36px * 0.8);
}.msw-discount-cta .qbu-site-head h5 {
    font-size: calc(20px * 0.9);
}.fak-faq-block .nmL-converter {
    font-size: calc(13px * 0.9);
}
}



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



@keyframes gradientPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}



@keyframes fade-in {
    to {
        opacity: 1;
    }
}



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



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

