﻿.layer-container-css {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.top-site-css {
    flex: 1 0 auto;
}


.contact-section-css {
    position: relative;
    background: linear-gradient(125deg, rgb(236,217,220) 0%, rgb(236,217,220) 60%, rgb(218,176,181,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
}

.contact-section-css h2::before {
    content: "";
    position: absolute;
    background: rgb(218,176,181);
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 2px;
    height: 4px;
    width: 60px;
}

.contact-section-css .query-widget-css {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 19px;
    padding: 50px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
}

.contact-section-css .request-widget-css {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-section-css .request-widget-css label::before {
    border-radius: 4px;
    content: "";
    left: 0;
    width: 22px;
    background: rgb(236,217,220);
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    top: 2px;
}

.contact-section-css form .request-list-css::after {
    right: 0;
    top: 0;
    z-index: 0;
    transition: width 0.3s ease;
    background: rgb(199,132,139);
    width: 0;
    content: "";
    position: absolute;
    height: 100%;
}

footer::before {
    right: 0;
    left: 0;
    opacity: 0.92;
    bottom: 0;
    z-index: 1;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgb(218,176,181) 150%);
}

.volunteer-css .company_holder h3::after {
    bottom: -8px;
    background: rgb(199,132,139);
    left: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    content: '';
}

.volunteer-css .nav-expert-css h5 {
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(218,176,181);
    color: #ffffff;
}

.volunteer-css .nav-expert-css .site-head-css a:hover::before {
    width: 100%;
}

.sponsor-logo-css .diploma-cta-css {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 16px;
}

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

.course-program-details-css .training-classes-css::after {
    bottom: -100px;
    height: 300px;
    z-index: -1;
    width: 300px;
    content: "";
    animation: rotate 40s linear infinite reverse;
    position: absolute;
    border-radius: 50%;
    right: -50px;
    border: 2px solid rgb(199,132,139,0.5);
}

.course-program-details-css .nav-block-css {
    position: relative;
    margin-bottom: 30px;
}

.course-program-details-css .nav-block-css svg {
    max-height: 70px;
    width: 60px;
    height: 60px;
    transition: filter 0.4s ease;
}

.course-program-details-css .nav-block-css svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,176,181);
}

.course-program-details-css .pic-wrapper-css {
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    height: 500px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    min-height: 500px;
    border-radius: 11px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(218,176,181);
}

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

.privacy-fence-css .container {
    max-width: 1140px;
    transform: translateZ(0);
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    z-index: 1;
}

.privacy-fence-css h1::after {
    animation: slide 8s infinite ease-in-out;
    position: absolute;
    left: 0;
    width: 100px;
    bottom: -3px;
    height: 3px;
    background: rgb(199,132,139);
    content: "";
}

.privacy-fence-css p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    color: #000000;
}

.privacy-fence-css ul {
    padding: 0;
    list-style: none;
    margin: 1.5rem 0 2rem 1rem;
}

.privacy-fence-css li:hover::before {
    transform: rotate(225deg);
}

.privacy-fence-css strong {
    font-weight: 600;
    color: rgb(218,176,181);
}

.training-method-css::before {
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    background: 
        linear-gradient(90deg, rgb(199,132,139,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(199,132,139,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
    left: 0;
}

.training-method-css::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}



.training-method-css h2 {
    font-size: 38px;
    letter-spacing: 2px;
    display: inline-block;
    color: #ffffff;
    text-shadow: 
        2px 2px 0 rgb(199,132,139,0.5),
        -2px -2px 0 rgb(218,176,181,0.5);
    padding-left: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    text-transform: uppercase;
}

.training-method-css .text-card-css:hover h2 {
    transform: translateX(5px);
    text-shadow: 
        3px 3px 0 rgb(199,132,139,0.5),
        -3px -3px 0 rgb(218,176,181,0.5);
}

.statistical-report-css::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    animation: rotateBg 60s linear infinite;
    width: 100%;
    left: 0;
    background: repeating-conic-gradient(
        rgb(236,217,220) 0%,
        rgba(240, 240, 240, 0.7) 0.5%,
        rgb(236,217,220) 1%
    );
    content: '';
    opacity: 0.3;
    top: 0;
}

.statistical-report-css .expert-benefits-cssxCl5 {
    line-height: 1.3;
    color: #000000;
    font-size: 37px;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 30px;
}

.statistical-report-css .benefits-block-css::after {
    right: -40px;
    transition: all 0.5s ease;
    content: '';
    height: 80px;
    border-radius: 50%;
    position: absolute;
    background: rgb(218,176,181);
    width: 80px;
    opacity: 0.1;
    top: -40px;
}

.statistical-report-css .benefits-block-css h4 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: calc(37px * 1.2);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

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

header .container {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    max-width: 100%;
}

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

header .top-info-css svg {
    width: 170px;
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

header .top-sitewrap-css::before {
    background: linear-gradient(to bottom, rgb(218,176,181), rgb(199,132,139));
    z-index: -1;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 3px;
    border-radius: 10px 0 0 10px;
}



.welcome-board-css .training-classes-css {
    height: 100vh;
    position: relative;
    z-index: 1;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.welcome-board-css .course-begin-css {
    display: flex;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    transition: transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.welcome-board-css .course-begin-css {
    counter-reset: slideNum;
}

.welcome-board-css .study-smart-css img {
    height: 100%;
    transition: transform 1.5s ease;
    transform: scale(1.05);
    filter: brightness(0.9) contrast(1.1);
    width: 100%;
    object-fit: cover;
}

.welcome-board-css .course-open-css label::before {
    transform: translate(-50%, -50%);
    top: 50%;
    width: 0;
    background: rgb(218,176,181);
    left: 50%;
    height: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    border-radius: 10px;
}

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

.welcome-board-css .learning-open-css input:nth-child(1):checked ~ .course-open-css label:nth-child(1)::before,
.welcome-board-css .learning-open-css input:nth-child(2):checked ~ .course-open-css label:nth-child(2)::before,
.welcome-board-css .learning-open-css input:nth-child(3):checked ~ .course-open-css label:nth-child(3)::before,
.welcome-board-css .learning-open-css input:nth-child(4):checked ~ .course-open-css label:nth-child(4)::before,
.welcome-board-css .learning-open-css input:nth-child(5):checked ~ .course-open-css label:nth-child(5)::before,
.welcome-board-css .learning-open-css input:nth-child(6):checked ~ .course-open-css label:nth-child(6)::before,
.welcome-board-css .learning-open-css input:nth-child(7):checked ~ .course-open-css label:nth-child(7)::before,
.welcome-board-css .learning-open-css input:nth-child(8):checked ~ .course-open-css label:nth-child(8)::before,
.welcome-board-css .learning-open-css input:nth-child(9):checked ~ .course-open-css label:nth-child(9)::before,
.welcome-board-css .learning-open-css input:nth-child(10):checked ~ .course-open-css label:nth-child(10)::before {
    height: 6px;
    width: 6px;
}

.welcome-board-css .course-open-css::after {
    transform: translateX(100%);
    right: -20px;
}

.welcome-board-css .learning-open-css input:checked ~ .course-begin-css .study-smart-css img {
    animation: zoomPulse 8s infinite alternate;
}

.price-pick-css::before {
    left: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
}

.price-pick-css .price-tiers-css .payment-plan-css {
    max-width: 80%;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    margin: 0 auto;
}

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

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

.price-pick-css .pricing-rates-css {
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    background: #ffffff;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    overflow: hidden;
}

.price-pick-css .price-view-css:hover h3 {
    color: rgb(218,176,181);
}

.price-pick-css .fee-plan-css::before {
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: rgb(199,132,139);
    height: 3px;
    transition: width 0.3s ease;
    content: "";
}

.price-pick-css .price-view-css:hover .pic-wrapper-css {
    transform: scale(1.05);
}

.our-story-css {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}

.our-story-css .text-card-css {
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    max-width: 840px;
}

.our-story-css h1::after {
    bottom: -15px;
    transform-origin: left;
    width: 80px;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(218,176,181) 0%, rgb(199,132,139) 100%);
}

.our-story-css span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.thanksFocus-css::before {
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(218,176,181,0.5) 0%, transparent 60%);
    width: 100%;
    animation: pulseGlow 10s ease-in-out infinite;
    height: 100%;
    content: "";
    left: 0;
    z-index: 0;
}

.thanksFocus-css .training-classes-css::before {
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(218,176,181) 50%, transparent);
    width: 80%;
    content: "";
    height: 10px;
    opacity: 0.6;
    top: -5px;
}

.thanksFocus-css .training-classes-css > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

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

.thanksFocus-css a::before {
    background: linear-gradient(to right, transparent, rgb(218,176,181,0.5), transparent);
    content: "";
    width: 10px;
    transform: skewX(-20deg);
    animation: shine 3s infinite;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -30px;
    transition: opacity 0.3s ease;
    height: 100%;
}

.education-history-css::after {
    background: rgb(218,176,181,0.5);
    transform: rotate(-15deg);
    content: "";
    right: -10%;
    width: 50%;
    height: 140%;
    top: -20%;
    filter: blur(60px);
    position: absolute;
    z-index: 0;
}

.education-history-css .emp-details-css {
    transform-style: preserve-3d;
    margin-left: -3rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
    transform: translateZ(10px);
    padding: 3rem 3rem 3rem 5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.7s ease;
    background: #ffffff;
    z-index: 1;
}

.education-history-css .review-panel-css:hover .emp-details-css {
    transform: translateZ(30px) translateX(20px);
}

.education-history-css .review-panel-css:hover .emp-details-css div:nth-child(2) {
    transform: translateZ(35px);
}

.reach-us-css::after {
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -5px;
    height: 10px;
    content: "";
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(218,176,181) 0%, transparent 20%, rgb(199,132,139) 40%, transparent 60%, rgb(218,176,181) 80%, transparent 100%);
}

.reach-us-css .msg-details-css {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    gap: 40px;
}

.reach-us-css .msg-details-css > div:hover::before {
    transform: translateY(0);
}

.reach-us-css h6 {
    align-items: center;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: flex;
}

.reach-us-css .ask-for-help-css > div:hover {
    transform: translateX(10px);
}

.reach-us-css .info-request-css:hover::after {
    width: 70%;
}

.reach-us-css .info-request-css:hover svg {
    transform: translateX(3px) scale(1.1);
}

.reach-us-css svg {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}

#cookiePolicyPanel-css:checked ~ .cookie-overlay-alert-css {
    opacity: 0;
    visibility: hidden;
}

.cookie-overlay-alert-css p {
    line-height: 1.5;
    position: relative;
    color: #ffffff;
    margin: 0;
    font-size: 14px;
}

.track-edu-css svg {
    fill: rgb(218,176,181);
    width: 60px;
    height: 60px;
}

.cookie_button.consent-comply-css {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(199,132,139);
    color: #ffffff;
}

.cookie-overlay-alert-css p a:hover {
    color: rgb(199,132,139);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 991px) {.contact-section-css {
    padding: 80px 0;
}.contact-section-css .request-help-css {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-section-css .pic-wrapper-css {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact-section-css .query-widget-css {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 991px) {.course-program-details-css {
    padding: 70px 0;
}.course-program-details-css .training-classes-css {
    gap: 40px;
    grid-template-columns: 1fr;
}.course-program-details-css .learn-map-css {
    order: 2;
}.course-program-details-css .pic-wrapper-css {
    min-height: 400px;
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
}.course-program-details-css .training-classes-css::before,
  .course-program-details-css .training-classes-css::after {
    display: none;
}
}



@media (min-width: 992px) {.privacy-fence-css {
    padding: 8rem 5rem;
}.privacy-fence-css::before {
    background-size: 15px 15px;
}.privacy-fence-css .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
}.privacy-fence-css h1 {
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    font-size: calc(40px * 1.3);
}.privacy-fence-css h2 {
    margin: 3rem 0 1.5rem;
}.privacy-fence-css h3, 
    .privacy-fence-css h4 {
    margin: 2rem 0 1rem;
}.privacy-fence-css p,
    .privacy-fence-css span {
    line-height: 1.8;
}.privacy-fence-css span {
    transform: translateZ(0);
    transition: all 0.3s ease;
}.privacy-fence-css span:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}.privacy-fence-css ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 2rem 0 3rem 2rem;
    gap: 1rem 2rem;
}.privacy-fence-css li {
    margin-bottom: 1.25rem;
}.privacy-fence-css li:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .top-train-css {
    padding: 1.2rem;
}header .top-info-css {
    padding: 0 0 0.8rem 0;
}header .top-info-css svg {
    width: 150px;
}header .nav-expert-css {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .top-sitewrap-css {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top-train-css {
    padding: 0.8rem 0.8rem 1rem;
}header .top-info-css {
    padding: 0 0 0.6rem 0;
}header .top-info-css svg {
    width: 120px;
}header .nav-expert-css {
    justify-content: flex-start;
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.3rem;
}header .nav-expert-css::-webkit-scrollbar {
    height: 3px;
}header .nav-expert-css::-webkit-scrollbar-thumb {
    background: rgb(218,176,181);
    border-radius: 10px;
}header .top-sitewrap-css {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (max-width: 767px) {.price-pick-css {
    padding: 4rem 0;
}.price-pick-css .price-tiers-css h2 {
    font-size: calc(32px - 0.2rem);
}.price-pick-css .price-tiers-css .payment-plan-css {
    max-width: 100%;
    font-size: calc(15px - 0.1rem);
}.price-pick-css .price-view-css h3 {
    font-size: 19px;
}.price-pick-css .fee-plan-css {
    font-size: calc(17px + 0.5rem);
}.price-pick-css .pic-wrapper-css {
    height: 160px;
}}



@media (max-width: 576px) {.our-story-css {
    padding: 50px 0;
}.our-story-css .container {
    padding: 0 15px;
}.our-story-css h1 {
    font-size: calc(38px - 14px);
    margin-bottom: 30px;
}.our-story-css h1::after {
    height: 3px;
    bottom: -10px;
}.our-story-css h4 {
    margin-bottom: 10px;
    font-size: calc(33px - 8px);
}.our-story-css span {
    line-height: 1.5;
    padding: 15px;
    font-size: calc(13px - 2px);
}.our-story-css span::first-letter {
    margin-right: 5px;
    font-size: 1.8em;
}}



@media (min-width: 768px) {.reach-us-css {
    padding: 100px 40px;
}.reach-us-css .msg-details-css {
    grid-template-columns: repeat(2, 1fr);
}.reach-us-css h1 {
    margin-bottom: 60px;
}
}



@media (prefers-reduced-motion) {.reach-us-css .msg-details-css > div,
    .reach-us-css h1,
    .reach-us-css .info-request-css,
    .reach-us-css svg,
    .reach-us-css .ask-for-help-css > div {
    transition: none !important;
}}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



@keyframes slide {
    0%, 100% { left: 0; }
    50% { left: calc(100% - 100px); }
}



@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 30px); }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

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



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

