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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    position: relative;
    padding: 1.5rem 3%;
    background: linear-gradient(to right, rgb(218,176,181,0.5), rgb(199,132,139,0.5));
    z-index: 100;
}

.contact-section-css .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-section-css .request-help-css {
    background: transparent;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 450px;
    align-items: center;
    position: relative;
}

.contact-section-css form {
    width: 100%;
}

.contact-section-css form h3 {
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
}

.contact-section-css form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact-section-css .request-widget-css label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}

.contact-section-css .request-widget-css label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(218,176,181);
}

.contact-section-css form .request-list-css:hover::after {
    right: auto;
    width: 100%;
    left: 0;
}

.contact-section-css svg {
    fill: rgb(218,176,181);
    height: 22px;
    width: 22px;
}

footer {
    position: relative;
}

.volunteer-css .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.volunteer-css .company_holder::before {
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 5px;
    background: rgb(218,176,181);
}

.volunteer-css .footer-careers-css {
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    color: #ffffff;
}

.volunteer-css .nav-expert-css .site-head-css {
    flex-direction: column;
    gap: 12px;
    display: flex;
}

.volunteer-css .nav-expert-css .site-head-css a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}

.sponsor-logo-css {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
    padding: 20px 0;
    margin-top: 50px;
}



.sponsor-logo-css::before {
    top: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.course-program-details-css .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.course-program-details-css .training-classes-css::before {
    left: -120px;
    animation: rotate 30s linear infinite;
    width: 200px;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -80px;
    z-index: -1;
    height: 200px;
    border: 1px solid rgb(218,176,181,0.5);
}

.course-program-details-css .learn-map-css::after {
    border-left: 2px solid rgb(218,176,181,0.5);
    position: absolute;
    left: 20px;
    bottom: 20px;
    content: "";
    border-bottom: 2px solid rgb(218,176,181,0.5);
    z-index: 1;
    width: 60px;
    height: 60px;
}

.course-program-details-css .nav-block-css:hover svg path {
    fill: rgb(199,132,139);
}

.course-program-details-css h3::after {
    width: 80px;
    position: absolute;
    background: linear-gradient(
    to right,
    rgb(218,176,181) 0%,
    rgb(199,132,139) 100%
  );
    border-radius: 10px;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
}

.course-program-details-css .pic-wrapper-css:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

header .top_plank .learning-panel-css div span {
    color: #ffffff;
}

header .top_plank .learning-panel-css div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}

.privacy-fence-css::before {
    left: 0;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(218,176,181,0.5),
        transparent 2px,
        transparent 10px,
        rgb(218,176,181,0.5) 12px
    );
    z-index: 0;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.05;
}

.privacy-fence-css h2 {
    font-weight: 600;
    font-size: 38px;
    transition: transform 0.3s ease;
    color: rgb(218,176,181);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    border-left: 4px solid rgb(199,132,139);
}

.privacy-fence-css span:hover {
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.privacy-fence-css li::before {
    content: "";
    width: 8px;
    transition: transform 0.2s ease;
    top: 0.6rem;
    height: 8px;
    position: absolute;
    left: 0;
    border: 2px solid rgb(199,132,139);
    transform: rotate(45deg);
}



.training-method-css .training-classes-css {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    display: flex;
    z-index: 5;
}

.training-method-css .text-card-css::before {
    top: 0;
    animation: scanline 2s linear infinite;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, rgb(199,132,139), rgb(218,176,181));
    width: 5px;
    height: 100%;
}

.training-method-css .text-card-css::before,
.training-method-css .text-card-css::after,
.training-method-css h2,
.training-method-css p {
    transition: all 0.3s ease;
}

.training-method-css .text-card-css::before,
.training-method-css h2::before {
    animation-play-state: running;
}

.training-method-css p::before {
    background: rgb(199,132,139,0.5);
    content: '';
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.training-method-css .text-card-css:hover::before {
    animation-duration: 1s;
}

.statistical-report-css::after {
    background: radial-gradient(circle at center, transparent 50%, rgb(236,217,220) 100%);
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    content: '';
    left: 0;
}

.statistical-report-css .advantage-statistics-css::before {
    width: 3px;
    background: linear-gradient(
        to bottom,
        rgb(218,176,181),
        rgb(199,132,139),
        transparent
    );
    border-radius: 10px;
    left: 0;
    position: absolute;
    height: 60%;
    top: 0;
    content: '';
}

.statistical-report-css .benefits-block-css::before {
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
}

.statistical-report-css .benefits-block-css:nth-child(odd) h4 {
    color: rgb(218,176,181);
}

.statistical-report-css svg {
    position: absolute;
    transition: all 0.3s ease;
    width: 20px;
    opacity: 0.3;
    bottom: 20px;
    right: 20px;
    fill: #000000;
    height: 20px;
}

header::after {
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    height: 100%;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

header .top-info-css::after {
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    background: rgb(218,176,181,0.5);
    position: absolute;
    height: 1px;
    left: 50%;
}

header .top-sitewrap-css:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.welcome-board-css::before {
    filter: blur(1px);
    height: 100%;
    background-size: 100% 100%, 100% 100%, 50px 50px;
    width: 100%;
    content: "";
    animation: backgroundPulse 15s infinite alternate;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,132,139,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(218,176,181,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(236,217,220) 0%, rgb(236,217,220) 1%, transparent 1%, transparent 5%);
    left: 0;
    z-index: 0;
    opacity: 0.15;
    top: 0;
}

.welcome-board-css .course-open-css label {
    cursor: pointer;
    height: 14px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: transparent;
    position: relative;
    width: 14px;
    border: 2px solid rgb(218,176,181);
}

.welcome-board-css .learning-open-css input:nth-child(1):checked ~ .course-begin-css {
    transform: translateX(0%);
}

.welcome-board-css .learning-open-css input:nth-child(4):checked ~ .course-begin-css {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
}

.welcome-board-css .learning-open-css input:nth-child(8):checked ~ .course-begin-css {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 7));
}

.welcome-board-css .learning-open-css input:nth-child(1):checked ~ .course-open-css label:nth-child(1),
.welcome-board-css .learning-open-css input:nth-child(2):checked ~ .course-open-css label:nth-child(2),
.welcome-board-css .learning-open-css input:nth-child(3):checked ~ .course-open-css label:nth-child(3),
.welcome-board-css .learning-open-css input:nth-child(4):checked ~ .course-open-css label:nth-child(4),
.welcome-board-css .learning-open-css input:nth-child(5):checked ~ .course-open-css label:nth-child(5),
.welcome-board-css .learning-open-css input:nth-child(6):checked ~ .course-open-css label:nth-child(6),
.welcome-board-css .learning-open-css input:nth-child(7):checked ~ .course-open-css label:nth-child(7),
.welcome-board-css .learning-open-css input:nth-child(8):checked ~ .course-open-css label:nth-child(8),
.welcome-board-css .learning-open-css input:nth-child(9):checked ~ .course-open-css label:nth-child(9),
.welcome-board-css .learning-open-css input:nth-child(10):checked ~ .course-open-css label:nth-child(10) {
    transform: scale(1.2);
    border-color: rgb(218,176,181);
    background: rgb(218,176,181,0.5);
}



.welcome-board-css .training-classes-css::after {
    opacity: 0.6;
    height: 60px;
    z-index: 3;
    position: absolute;
    width: 60px;
    content: "";
    border: 1px solid rgb(218,176,181,0.5);
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
}

.price-pick-css .rate-packages-css {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}

.price-pick-css .price-tiers-css h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(218,176,181), transparent);
    left: 50%;
    bottom: -10px;
    height: 3px;
    width: 60%;
    transform: translateX(-50%);
}

.price-pick-css .price-view-css:nth-child(2) {
    --i: 2;
}

.price-pick-css .price-view-css:hover {
    transform: translateY(-5px) scale(1.02);
}

.price-pick-css .plan-fee-css {
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    display: flex;
    padding: 2.5rem 2rem;
    z-index: 1;
}

.price-pick-css .price-view-css h3 {
    position: relative;
    transition: color 0.3s ease;
    font-size: calc(19px + 0.2rem);
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
}

.price-pick-css .price-view-css:hover .fee-plan-css::before {
    width: 80px;
}

.price-pick-css .pic-wrapper-css::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
}

.our-story-css::after {
    right: -10%;
    width: 60%;
    filter: blur(40px);
    height: 60%;
    background: rgb(218,176,181);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    position: absolute;
    z-index: 0;
    top: -10%;
    opacity: 0.15;
    content: "";
}

.our-story-css li {
    margin-bottom: 20px;
}

.our-story-css h4::before {
    left: 0;
    content: "";
    bottom: -5px;
    width: 0;
    position: absolute;
    height: 2px;
    transition: width 0.4s ease;
    background: rgb(199,132,139);
}

.our-story-css span::first-letter {
    line-height: 1;
    float: left;
    font-size: 2.5em;
    color: rgb(218,176,181);
    margin-right: 8px;
    font-weight: 700;
}

.thanksFocus-css::after {
    top: 0;
    opacity: 0.7;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    z-index: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.thanksFocus-css h5 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-weight: 700;
    position: relative;
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.thanksFocus-css p {
    position: relative;
    margin: 0;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.7;
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(199,132,139,0.5);
    color: #000000;
}

.education-history-css::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(218,176,181,0.5) 0,
        rgb(218,176,181,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}

.education-history-css .emp-details-css::before {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 10px;
    background: linear-gradient(to bottom, rgb(218,176,181), rgb(199,132,139));
    left: 0;
    height: 60%;
    top: 50%;
}

.education-history-css .job-milestones-css::after {
    bottom: -2rem;
    color: rgb(218,176,181,0.5);
    font-family: serif;
    position: absolute;
    line-height: 0;
    font-size: 5rem;
    right: 0;
    content: "";
}

.education-history-css .review-panel-css:hover .job-milestones-css {
    transform: translateZ(30px);
}

.reach-us-css h1 {
    font-weight: 700;
    margin-bottom: 40px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    text-align: center;
    transform: perspective(800px) translateZ(0);
    font-size: 39px;
}

.reach-us-css h1:hover {
    transform: perspective(800px) translateZ(20px);
}

.reach-us-css .msg-details-css > div {
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 30px;
    background: #ffffff;
}

.reach-us-css .ask-for-help-css > div {
    transition: transform 0.3s ease;
}

.reach-us-css .info-request-css {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 15px;
}

.reach-us-css h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}

#cookiePolicyPanel-css {
    display: none;
}

.cookie-overlay-alert-css h5 {
    letter-spacing: 1.5px;
    margin: 0;
    color: rgb(218,176,181);
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}

.track-edu-css {
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: rgb(218,176,181,0.5);
    padding: 10px;
    border-radius: 24px;
    flex-shrink: 0;
}

.cookie-overlay-alert-css p a {
    transition: color 0.3s ease;
    color: rgb(218,176,181);
    border-bottom: 1px dashed rgb(218,176,181);
    text-decoration: none;
}



@media screen and (max-width: 767px) {.contact-section-css {
    padding: 60px 0;
}.contact-section-css h2 {
    margin-bottom: 40px;
}.contact-section-css .pic-wrapper-css {
    height: 350px;
}
}



@media (max-width: 992px) {.volunteer-css .container {
    flex-direction: column;
}
}



@media (max-width: 576px) {.volunteer-css {
    padding: 40px 0;
}.volunteer-css .company_holder h3 {
    font-size: calc(38px * 0.8);
}.volunteer-css .nav-expert-css h5 {
    font-size: calc(21px * 0.9);
}.volunteer-css .nav-expert-css .site-head-css a,
    .volunteer-css .footer_agreement {
    font-size: calc(15px * 0.95);
}}



@media (min-width: 1400px) {.course-program-details-css .container {
    max-width: 1320px;
}.course-program-details-css .pic-wrapper-css {
    min-height: 550px;
}}



@media (min-width: 768px) {.privacy-fence-css {
    padding: 7rem 3rem;
}.privacy-fence-css .container {
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
}.privacy-fence-css h1 {
    transform: translateX(-1rem);
    font-size: calc(40px * 1.2);
    margin-bottom: 2rem;
}.privacy-fence-css h2 {
    padding-left: 1.25rem;
    font-size: calc(38px * 1.1);
}.privacy-fence-css p {
    font-size: calc(18px * 1.05);
    line-height: 1.75;
}.privacy-fence-css span {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    margin-left: 1rem;
}.privacy-fence-css ul {
    margin-left: 2rem;
}.privacy-fence-css li {
    padding-left: 2rem;
}.privacy-fence-css li::before {
    width: 10px;
    height: 10px;
}
}



@media screen and (max-width: 992px) {.statistical-report-css .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.statistical-report-css .statistics-support-css {
    order: 2;
}.statistical-report-css .advantage-statistics-css {
    order: 1;
    padding-right: 0;
    align-items: center;
    text-align: center;
}.statistical-report-css .advantage-statistics-css::before {
    background: linear-gradient(
            to right,
            transparent,
            rgb(218,176,181),
            rgb(199,132,139),
            transparent
        );
    left: 50%;
    height: 3px;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%);
    width: 60%;
}.statistical-report-css .expert-benefits-cssxCl5,
    .statistical-report-css .statistics-advance-css {
    padding-left: 0;
}
}



@media (max-width: 1200px) {.welcome-board-css .text-card-css .container {
    max-width: 960px;
}.welcome-board-css .text-card-css p {
    max-width: 90%;
}
}



@media (max-width: 576px) {.welcome-board-css .text-card-css {
    padding: 40px 0 30px;
}.welcome-board-css .text-card-css h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 10px;
}.welcome-board-css .text-card-css h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.8);
}.welcome-board-css .text-card-css p {
    font-size: calc(16px * 0.9);
}.welcome-board-css .course-open-css {
    padding: 8px 15px;
    gap: 10px;
    bottom: 20px;
}.welcome-board-css .course-open-css label {
    width: 10px;
    height: 10px;
}.welcome-board-css .course-open-css::before,
    .welcome-board-css .course-open-css::after {
    display: none;
}.welcome-board-css .learning-open-css {
    max-height: 50vh;
}}



@media (max-width: 768px) {.our-story-css {
    padding: 70px 0;
}.our-story-css .container {
    padding: 0 20px;
}.our-story-css h1 {
    font-size: calc(38px - 10px);
    margin-bottom: 35px;
}.our-story-css h4 {
    font-size: calc(33px - 6px);
}.our-story-css span {
    line-height: 1.6;
    padding: 20px;
}.our-story-css span::first-letter {
    font-size: 2em;
}.our-story-css::after {
    height: 50%;
    width: 80%;
}
}



@media (max-width: 480px) {.thanksFocus-css {
    padding: 40px 0;
}.thanksFocus-css .training-classes-css {
    padding: 2rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksFocus-css h5 {
    font-size: calc(21px * 0.8);
}.thanksFocus-css p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}



@media (min-width: 992px) {.reach-us-css {
    padding: 120px 60px;
}.reach-us-css .msg-details-css {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}.reach-us-css .msg-details-css > div {
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: center;
}.reach-us-css .msg-details-css > div:first-child {
    transform: perspective(1000px) rotateY(-2deg);
}.reach-us-css .msg-details-css > div:last-child {
    transform: perspective(1000px) rotateY(2deg);
}.reach-us-css .msg-details-css > div:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateY(-10px);
}
}



@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@keyframes glitch {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

