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

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

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

.contact-section-css::before {
    top: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(218,176,181,0.5),
        rgb(218,176,181,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    right: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.05;
    width: 50%;
}

.contact-section-css .pic-wrapper-css:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-section-css .query-widget-css:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-section-css form input[type="text"] {
    padding: 16px 20px;
    font-size: 18px;
    width: 100%;
    color: #000000;
    background: rgb(236,217,220);
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
}

.contact-section-css .request-widget-css input[type="checkbox"]:checked + label::after {
    content: "";
    top: 6px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 10px;
    left: 8px;
}

.contact-section-css form .request-list-css span {
    position: relative;
    z-index: 1;
}

.contact-section-css svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,176,181);
}

.volunteer-css .company_holder {
    border-radius: 12px 0 12px 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.volunteer-css .contest-info-css {
    position: relative;
}

.volunteer-css .site-head-css {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.volunteer-css .nav-expert-css .site-head-css a {
    display: inline-block;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.course-program-details-css {
    overflow: hidden;
    background-color: rgb(236,217,220);
    padding: 100px 0;
    position: relative;
}

.course-program-details-css::after {
    top: 0;
    right: 0;
    width: 100%;
    background: radial-gradient(
    circle at 80% 20%,
    rgb(199,132,139,0.5) 0%,
    transparent 60%
  );
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
}

.course-program-details-css .learn-map-css {
    justify-content: center;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    position: relative;
    display: flex;
    border-radius: 11px;
    border-left: 3px solid rgb(218,176,181);
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transform: translateZ(0);
}

.course-program-details-css .nav-block-css:hover svg {
    filter: drop-shadow(0 0 8px rgb(218,176,181,0.5));
}

.course-program-details-css h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 29px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.course-program-details-css .pic-wrapper-css::after {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}

header .top_plank .learning-panel-css div svg, header .top_plank .learning-panel-css div svg path {
    fill: #ffffff;
}

.privacy-fence-css {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(236,217,220), #ffffff 85%);
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}

.privacy-fence-css h1 {
    padding-bottom: 1rem;
    margin: 0 0 1.5rem 0;
    color: rgb(218,176,181);
    transform: translateX(-0.5rem);
    font-weight: 700;
    font-size: calc(40px * 1.1);
    border-bottom: 3px solid rgb(218,176,181);
    position: relative;
}

.privacy-fence-css h3 {
    border-left: 3px solid rgb(199,132,139,0.5);
    color: #000000;
    padding-left: 0.75rem;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    font-size: calc(38px * 0.85);
}

.privacy-fence-css span {
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 2px solid rgb(199,132,139,0.5);
    font-size: 18px;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    line-height: 1.7;
    padding: 1rem;
    display: block;
    transition: background-color 0.3s ease;
}

.training-method-css::after {
    top: 0;
    left: 0;
    position: absolute;
    animation: moveBackground 20s linear infinite;
    background: linear-gradient(45deg, rgb(218,176,181,0.5) 25%, transparent 25%, transparent 50%, rgb(218,176,181,0.5) 50%, rgb(218,176,181,0.5) 75%, transparent 75%, transparent);
    opacity: 0.05;
    height: 100%;
    width: 100%;
    background-size: 30px 30px;
    content: '';
}



.training-method-css .text-card-css::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    content: '';
    top: 0;
    animation: glitch 3s ease-in-out infinite alternate;
    position: absolute;
    height: 100%;
    z-index: -1;
}

.training-method-css p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #ffffff;
    padding-left: 1.5rem;
    position: relative;
    font-size: 18px;
}

.training-method-css .text-card-css:hover p {
    transform: translateX(5px);
}

.statistical-report-css {
    position: relative;
    padding: 100px 0;
    background: rgb(236,217,220);
    margin: 60px 0;
    background-image: linear-gradient(135deg, rgb(236,217,220) 0%, #ffffff 100%);
    overflow: hidden;
}

.statistical-report-css .statistics-support-css {
    order: 2;
    gap: 25px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.statistical-report-css .statistics-advance-css {
    opacity: 0.9;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 12px;
    padding-left: 20px;
}

.statistical-report-css .benefits-block-css:nth-child(even) {
    border-left: 3px solid rgb(199,132,139);
}

.statistical-report-css .benefits-block-css:nth-child(even)::after {
    background: rgb(199,132,139);
}

.statistical-report-css .benefits-block-css:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.statistical-report-css .benefits-block-css:nth-child(even) h4 {
    color: rgb(199,132,139);
}

.statistical-report-css svg path {
    fill: rgb(218,176,181);
}

header::before {
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 0.5rem;
    position: absolute;
    left: 0.5rem;
    content: '';
    z-index: 0;
    border-radius: 10px;
    pointer-events: none;
    bottom: 0.5rem;
}

header .top-train-css::after {
    content: '';
    background: linear-gradient(to bottom, rgb(199,132,139), rgb(218,176,181));
    right: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
}

header .top-info-css:hover svg {
    transform: scale(1.03);
}

header .top-sitewrap-css {
    font-weight: 600;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 0.7rem 1.3rem;
    z-index: 1;
    font-size: 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: rgb(236,217,220);
    font-family: Arial, sans-serif;
}

.welcome-board-css .learning-open-css {
    overflow: hidden;
    box-shadow: 0 10px 30px -5px #000000;
    height: 100%;
    max-height: 75vh;
    width: 100%;
    position: relative;
}

.welcome-board-css .study-smart-css::before {
    background: linear-gradient(
        to bottom,
        transparent 40%,
        rgba(0, 0, 0, 0.8) 100%
    );
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}

.welcome-board-css .study-smart-css::before {
    color: #ffffff;
    position: absolute;
    top: 20px;
    mix-blend-mode: difference;
    font-weight: 600;
    font-size: 20px;
    right: 20px;
    z-index: 3;
    opacity: 0.7;
}

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

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

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

.welcome-board-css .learning-open-css input:checked ~ .course-begin-css .study-smart-css:has(img) img {
    transform: scale(1);
}

.welcome-board-css .text-card-css .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}



.welcome-board-css .text-card-css h1 {
    animation: fadeUp 0.6s ease forwards 0.3s;
    transform: translateY(20px);
    opacity: 0;
    font-size: 40px;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: #ffffff;
}

.welcome-board-css .text-card-css h3 {
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    animation: fadeUp 0.6s ease forwards 0.6s;
    font-weight: 600;
    transform: translateY(20px);
    color: #ffffff;
    opacity: 0;
}



.welcome-board-css .study-smart-css::after {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.7;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(199,132,139,0.5) 100%
    );
    z-index: 1;
    content: "";
}

.welcome-board-css .training-classes-css::before {
    border-radius: 50%;
    width: 40px;
    opacity: 0.4;
    height: 40px;
    top: 30px;
    border: 1px solid rgb(199,132,139,0.5);
    z-index: 3;
    position: absolute;
    left: 30px;
    content: "";
}

.price-pick-css .price-tiers-css {
    padding: 2rem;
    text-align: center;
    order: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    animation: fadeInUp 0.8s forwards 0.2s;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    opacity: 0;
    transform: translateY(20px);
}

.price-pick-css .price-view-css {
    display: block;
    transform: translateY(30px);
    text-decoration: none;
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    will-change: transform, opacity;
}

.price-pick-css .price-view-css:hover .plan-fee-css::before {
    transform: translate(0, 0);
    opacity: 0.7;
}

.price-pick-css .fee-plan-css {
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(17px + 0.8rem);
    font-weight: 700;
    color: rgb(218,176,181);
    position: relative;
}

.price-pick-css .pic-wrapper-css {
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.5s ease;
}

.our-story-css::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    content: "";
}

.our-story-css ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-story-css h4 {
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: calc(33px - 2px);
    display: inline-block;
    position: relative;
    color: rgb(199,132,139);
    letter-spacing: 0.5px;
}

.thanksFocus-css {
    position: relative;
    background: linear-gradient(135deg, rgb(236,217,220) 0%, rgb(218,176,181,0.5) 30%, rgb(236,217,220) 70%, rgb(199,132,139,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
}

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

.thanksFocus-css .training-classes-css::after {
    width: 80%;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(199,132,139) 50%, transparent);
    border-radius: 10px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -5px;
    opacity: 0.6;
    height: 10px;
}

.thanksFocus-css .training-classes-css > div:first-child::after {
    bottom: 0;
    background: rgb(218,176,181);
    height: 3px;
    transform-origin: left;
    width: 60px;
    content: "";
    animation: expandLine 1.5s ease-out forwards;
    position: absolute;
    left: 0;
}

.thanksFocus-css .training-classes-css > div:first-child::after {
    width: 80px;
}

.thanksFocus-css .training-classes-css:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

.education-history-css .pic-wrapper-css {
    transform-style: preserve-3d;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    transform: translateZ(30px);
    border-radius: 0;
    transition: all 0.7s ease;
    z-index: 2;
    height: 450px;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    position: relative;
}

.education-history-css .emp-details-css div:nth-child(2) {
    color: rgb(199,132,139);
    transition: transform 0.5s ease 0.1s;
    margin-bottom: 2rem;
    font-size: 18px;
    transform: translateZ(15px);
    font-weight: 600;
}

.education-history-css .review-panel-css:hover .pic-wrapper-css {
    transform: translateZ(50px) translateX(-20px);
}

.education-history-css .review-panel-css:hover .name {
    transform: translateZ(40px);
}

.reach-us-css::before {
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    transform-origin: top left;
    position: absolute;
    transform: skewY(-3deg);
    height: 100%;
    background: linear-gradient(45deg, rgba(rgb(218,176,181,0.5), 0.05) 0%, rgba(rgb(199,132,139,0.5), 0.03) 100%);
}

.reach-us-css .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.reach-us-css .msg-details-css > div::before {
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(218,176,181), rgb(199,132,139));
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    transform: translateY(-100%);
    left: 0;
    transition: transform 0.3s ease;
}

.reach-us-css .ask-for-help-css {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.reach-us-css .info-request-css::after {
    background: rgb(218,176,181);
    content: "";
    bottom: -3px;
    position: absolute;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    height: 1px;
}

.reach-us-css .info-request-css:hover svg path {
    fill: rgb(218,176,181);
}

.cookie-overlay-alert-css {
    width: 100%;
    z-index: 90;
    position: fixed;
    background: rgb(199,132,139);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    bottom: 0;
    border-top: 3px solid rgb(218,176,181);
    padding: 20px 0;
}

.track-alert-css:hover {
    background-color: rgb(199,132,139);
    box-shadow: 0 0 10px rgb(199,132,139);
}

.cookie_button.consent-comply-css:hover {
    box-shadow: 0 0 10px rgb(199,132,139);
}


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



@media screen and (max-width: 1100px) {.contact-section-css .request-help-css {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact-section-css .pic-wrapper-css {
    height: 500px;
}.contact-section-css .query-widget-css {
    padding: 40px;
}
}



@media (max-width: 768px) {.volunteer-css {
    padding: 50px 0;
}.volunteer-css .nav-expert-css {
    flex: 0 0 100%;
}
}



@media (max-width: 1199px) {.course-program-details-css .training-classes-css {
    gap: 40px;
}.course-program-details-css .learn-map-css {
    padding: 30px;
}.course-program-details-css .pic-wrapper-css {
    min-height: 450px;
}
}



@media (max-width: 576px) {.course-program-details-css {
    padding: 40px 0;
}.course-program-details-css .learn-map-css {
    padding: 20px;
}.course-program-details-css h3 {
    font-size: calc(29px * 0.8);
}.course-program-details-css p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.course-program-details-css .nav-block-css {
    margin-bottom: 15px;
}.course-program-details-css .nav-block-css svg {
    max-height: 50px;
}.course-program-details-css .pic-wrapper-css {
    min-height: 300px;
}.course-program-details-css .learn-map-css::before,
  .course-program-details-css .learn-map-css::after {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 768px) {.training-method-css {
    padding: 4rem 1rem;
    min-height: auto;
}.training-method-css .text-card-css {
    padding: 2rem;
    width: 100%;
}.training-method-css h2 {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-size: calc(38px * 0.8);
}.training-method-css h2::after {
    height: 1px;
}.training-method-css p {
    padding-left: 1.2rem;
}.training-method-css p::before {
    width: 2px;
}
}



@media screen and (max-width: 768px) {.statistical-report-css {
    padding: 80px 0;
}.statistical-report-css .statistics-support-css {
    grid-template-columns: 1fr;
    gap: 20px;
}.statistical-report-css .benefits-block-css {
    padding: 25px;
}.statistical-report-css .benefits-block-css h4 {
    font-size: 37px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .top-train-css {
    padding: 1rem;
}header .top-info-css {
    padding: 0 0 0.7rem 0;
}header .top-info-css svg {
    width: 130px;
}header .nav-expert-css {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .top-sitewrap-css {
    font-size: calc(20px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 992px) {.welcome-board-css .text-card-css .container {
    max-width: 720px;
}.welcome-board-css .text-card-css p {
    max-width: 100%;
}.welcome-board-css .learning-open-css {
    max-height: 70vh;
}
}



@media (min-width: 768px) {.price-pick-css .value-rates-css {
    grid-template-columns: repeat(2, 1fr);
}.price-pick-css .price-tiers-css {
    padding: 3rem;
}.price-pick-css .plan-fee-css {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 992px) {.price-pick-css .rate-packages-css {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.price-pick-css .price-tiers-css {
    flex-direction: column;
    padding: 4rem 3rem;
    height: 100%;
    text-align: left;
    justify-content: center;
    display: flex;
    order: 2;
}.price-pick-css .price-tiers-css h2::after {
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, rgb(218,176,181), transparent);
    transform: none;
}.price-pick-css .price-tiers-css .payment-plan-css {
    margin: 0;
    max-width: 100%;
}.price-pick-css .value-rates-css {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.thanksFocus-css {
    padding: 60px 0;
}.thanksFocus-css .training-classes-css {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.thanksFocus-css h5 {
    font-size: calc(21px * 0.9);
}.thanksFocus-css p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}



@media screen and (max-width: 991px) {.education-history-css .review-panel-css {
    transform: none;
    grid-template-columns: 1fr;
}.education-history-css .pic-wrapper-css {
    height: 350px;
    transform: none;
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.education-history-css .emp-details-css {
    transform: none;
    z-index: 3;
    padding: 3rem 2rem 2rem;
    margin-left: 0;
}.education-history-css .emp-details-css::before {
    height: 5px;
    transform: translateX(-50%);
    width: 50%;
    left: 50%;
    top: 0;
}.education-history-css .review-panel-css:hover .pic-wrapper-css,
    .education-history-css .review-panel-css:hover .emp-details-css,
    .education-history-css .review-panel-css:hover .name,
    .education-history-css .review-panel-css:hover .emp-details-css div:nth-child(2),
    .education-history-css .review-panel-css:hover .job-milestones-css {
    transform: none;
}}

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



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

@keyframes zoomPulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}



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

