.webwrapper-border {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
    background: linear-gradient(to right, rgb(134,134,193) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.webprivacyAgreementDialog p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    color: #ffffff;
}

.weblearn_cookies {
    border-radius: 18px;
    background: rgb(195,190,218,0.5);
    align-items: center;
    margin-right: 20px;
    display: flex;
    padding: 10px;
    flex-shrink: 0;
    justify-content: center;
}

.webprivacyAgreementDialog p a {
    color: rgb(195,190,218);
    border-bottom: 1px dashed rgb(195,190,218);
    text-decoration: none;
    transition: color 0.3s ease;
}

.webtariff_option .webcost_levels {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}

.webtariff_option .webvalue_deals h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    font-size: 37px;
    display: inline-block;
}

.webtariff_option .webdiscount_deals {
    position: relative;
    display: block;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    z-index: 1;
    text-decoration: none;
}

.webtariff_option .webdiscount_deals:nth-child(odd) .webdiscount_tier::before {
    transform-origin: bottom;
    width: 5px;
    background: rgb(195,190,218);
    height: 100%;
    content: "";
    transform: scaleY(0);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
}

.webtariff_option .webdiscount_deals:nth-child(even):hover .webprogram_fees h3 {
    color: rgb(134,134,193);
}

.webtariff_option .webprogram_fees p {
    overflow-wrap: break-word;
    margin-top: auto;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
    word-break: break-word;
}

.webthxSpace::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(195,190,218,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(134,134,193,0.5), 0.1) 0%, transparent 70%);
    width: 100%;
    content: "";
}

.webthxSpace:hover h2::after {
    transform: scaleX(1);
}

.webthxSpace .webknowledge_pro {
    border-radius: 14px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    padding: 40px;
    position: relative;
}

.webthxSpace .webknowledge_pro:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.webdeveloper_experience .webfeedback_ratings {
    padding: 3rem;
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    display: grid;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(195,190,218);
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}

.webdeveloper_experience .webfeedback_ratings > div:nth-child(2) {
    transform: translateY(1rem);
    border-left: 2px solid rgb(134,134,193);
    padding-left: 1rem;
    opacity: 0;
    align-self: flex-start;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
}

.webdeveloper_experience .webfeedback_ratings .webexperiencep_wrap {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    color: #000000;
    line-height: 1.8;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    padding: 1.5rem;
    font-size: 16px;
}

footer::after {
    opacity: 0.1;
    top: 0;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(195,190,218,0.5), rgb(195,190,218,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(195,190,218,0.5), rgb(195,190,218,0.5) 1px, transparent 1px, transparent 20px);
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    content: "";
}

.websubscr_info .webmedia_kit {
    border-radius: 10px;
    border-left: 3px solid rgb(134,134,193);
    background: rgb(230,228,236);
    color: #000000;
    position: relative;
    padding: 1.5rem;
    font-size: 18px;
    line-height: 1.7;
}

.websubscr_info .webhead_sitebar .webmain_page a {
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    align-items: center;
    display: flex;
    font-size: 18px;
}

.websubscr_info .webhead_sitebar .webmain_page a:hover::after {
    opacity: 1;
}

.webmodule_end .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.weblocate {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(230,228,236) 0%, #ffffff 100%);
    padding: 5rem 0;
    overflow: hidden;
}

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

.weblocate .webform_learn:hover {
    transform: translateZ(30px) rotateX(0deg);
}

.weblocate h3::after {
    transform-origin: left;
    bottom: -8px;
    position: absolute;
    height: 3px;
    left: 0;
    transform: scaleX(0.6);
    transition: transform 0.3s ease;
    content: "";
    width: 60px;
    background: rgb(134,134,193);
}

.weblocate h5:hover svg {
    transform: translateY(0) scale(1.1);
}

.weblocate svg path {
    fill: rgb(134,134,193);
    transition: fill 0.3s ease;
}

.weblocate .webstart_chat li::before {
    background: rgb(195,190,218);
    height: 5px;
    left: 0;
    transition: opacity 0.3s ease;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    opacity: 0;
    width: 5px;
}

header .webmain_primary::after {
    left: 5%;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(195,190,218),
        rgb(134,134,193),
        rgb(195,190,218),
        transparent
    );
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 90%;
    box-shadow: 0 0 10px rgb(134,134,193), 0 0 20px rgb(134,134,193,0.5);
}

header .webmain_primary .webhead_sitebar {
    position: relative;
    justify-content: flex-end;
    margin: 0;
    display: flex;
    border-radius: 10px;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    list-style: none;
}

header .webmain_primary .webhead_sitebar .webtop_bar:hover a {
    color: rgb(195,190,218);
    text-shadow: 0 0 5px rgb(195,190,218,0.5);
}

.webcustomer_feedback::after {
    content: "";
    height: 200px;
    top: -50px;
    border-radius: 50%;
    width: 200px;
    right: -50px;
    filter: blur(80px);
    position: absolute;
    opacity: 0.1;
    background: rgb(195,190,218);
    animation: floating 15s infinite ease-in-out;
}

.webcustomer_feedback .container.webknowledge_pro {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}

.webcustomer_feedback .webfeedback_ratings:nth-child(1) {
    --i: 1;
}

.webcustomer_feedback .webfeedback_ratings:nth-child(4) {
    --i: 4;
}

.webcustomer_feedback .webfeedback_ratings:nth-child(7) {
    --i: 7;
}

.webcustomer_feedback .webfeedback_ratings h3 {
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: calc(24px - 2px);
    font-weight: 600;
}

.webcustomer_feedback .webfeedback_ratings .description {
    font-size: 14px;
    position: relative;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    margin-bottom: 20px;
}

.webcustomer_feedback .webfeedback_ratings:hover div img {
    transform: scale(1.1) rotate(5deg);
}

.weblearning_impact::before {
    background: radial-gradient(circle, rgba(rgb(195,190,218,0.5), 0.15) 0%, rgba(rgb(195,190,218,0.5), 0) 70%);
    z-index: 0;
    width: 300px;
    animation: pulse 15s infinite alternate;
    content: "";
    top: -100px;
    position: absolute;
    height: 300px;
    right: -100px;
}

.weblearning_impact .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
}

.weblearning_impact .webknowledge_pro:hover .webimg_card_item {
    transform: scale(1.05);
}

.weblearning_impact ul {
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    gap: 1.2rem;
}

.weblearning_impact li p {
    color: #000000;
    margin: 0;
    align-items: flex-start;
    display: flex;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
}

.weblearning_impact li:nth-child(even) {
    border-left: 2px solid rgba(rgb(134,134,193,0.5), 0.2);
    padding-left: 2.7rem;
}

.webprogram_information::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200px;
    animation: morph 20s infinite alternate ease-in-out;
    opacity: 0.2;
    content: "";
    transform: translateZ(0);
    filter: blur(30px);
    left: -50px;
    bottom: -50px;
    width: 200px;
    position: absolute;
    background: linear-gradient(-45deg, rgb(134,134,193,0.5) 0%, rgb(195,190,218,0.5) 100%);
}

.webprogram_information .websubtext_wrap::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(195,190,218), rgb(134,134,193));
    transform-origin: center;
    content: "";
    position: absolute;
    width: 4px;
    transition: transform 0.4s ease;
    top: 0;
    height: 100%;
    transform: scaleY(0.7);
}

.webprogram_information .websubtext_wrap:hover h3::after {
    left: -5px;
    opacity: 1;
}

.webprogram_information span.description {
    display: none;
}

.webcompany_overview {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0 140px;
}

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

.webcompany_overview h2::before {
    top: 50%;
    width: 4px;
    transform: translateY(-50%);
    height: 60%;
    left: -20px;
    position: absolute;
    content: "";
    background: rgb(134,134,193);
}

.webcompany_overview .websubtext_wrap::before {
    right: -2px;
    opacity: 0;
    content: "";
    position: absolute;
    left: -2px;
    filter: blur(8px);
    z-index: -1;
    bottom: -2px;
    background: linear-gradient(45deg, transparent, rgb(134,134,193,0.5), transparent);
    top: -2px;
    transition: opacity 0.6s ease;
}

.webcompany_overview .websubtext_wrap div > div {
    text-align: justify;
    column-gap: 40px;
    line-height: 1.8;
    opacity: 0.9;
    hyphens: auto;
    position: relative;
    font-size: 16px;
    column-count: 1;
}

.webtest_drive::after {
    border-radius: 50%;
    filter: blur(60px);
    top: -15vw;
    background: rgb(195,190,218);
    right: -15vw;
    height: 30vw;
    content: "";
    z-index: 0;
    width: 30vw;
    position: absolute;
    opacity: 0.1;
}

.webtest_drive .webknowledge_pro {
    padding: 2rem;
    gap: 1.5rem;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.08),
    0 5px 12px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(
    3% 0%, 
    97% 0%, 
    100% 3%, 
    100% 97%, 
    97% 100%, 
    3% 100%, 
    0% 97%, 
    0% 3%
  );
    justify-content: center;
    align-items: center;
    transform: translateZ(40px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
}

.webtest_drive .webquery_message:hover::before {
    transform: translateX(100%);
}

.webcontact::before {
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    background-size: 60px 60px;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
}

.webcontact .webimg_card_item {
    transition: all 0.5s ease;
    position: relative;
    min-height: 550px;
    flex: 0 0 50%;
}

.webcontact .webhelp_inquiry {
    padding: 60px 50px;
    flex: 0 0 50%;
    background: #ffffff;
    position: relative;
}

.webcontact h3 {
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}

.webcontact .websupport_info {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.webcontact .websupport_info label {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.webcontact .websupport_info a:hover {
    color: rgb(134,134,193);
}

.webcontact .webquery_message {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgb(195,190,218,0.5);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
    align-self: flex-start;
    padding: 16px 40px;
    color: #ffffff;
    background: rgb(195,190,218);
    border: none;
}

.webwelcome_board > div {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-direction: column;
    width: 100%;
    z-index: 3;
    transform: translateY(-2vh);
    max-width: 1200px;
}

.webwelcome_board > div {
    gap: 5%;
    align-items: center;
    flex-direction: row;
}

.webwelcome_board .webcourse_primary {
    flex-direction: column;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.9s;
    border-left: 1px solid rgb(134,134,193);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    gap: 2rem;
    box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    transform: translateY(20px);
    opacity: 0;
}

.webwelcome_board .webcourse_primary {
    animation: fadeSlideLeft 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.9s;
    transform: translateY(0) translateX(20px);
    flex: 0 0 50%;
    margin-left: auto;
}

.websecure_fortification h1 {
    color: #000000;
    margin-top: 30px;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.websecure_fortification div {
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 1.8;
}

.websecure_fortification a:hover {
    color: rgb(195,190,218);
    text-decoration: underline;
}

.websecure_fortification button:hover {
    background: rgb(195,190,218);
}


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



@media (min-width: 768px) {.webtariff_option .webcost_levels {
    grid-template-columns: 1fr;
}.webtariff_option .webprogram_price {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}



@media (min-width: 1200px) {.webtariff_option .webprogram_price {
    gap: 40px;
}
}



@media (max-width: 767px) {.webtariff_option {
    padding: 80px 0;
}.webtariff_option .webvalue_deals h2 {
    font-size: calc(37px - 0.4rem);
}.webtariff_option .webpackage_deal {
    font-size: 16px;
}.webtariff_option .webprogram_fees {
    padding: 30px 20px;
}.webtariff_option .webdiscount_tier {
    min-height: 400px;
}.webtariff_option .webimg_card_item {
    height: 160px;
}
}



@media (max-width: 767px) {.webthxSpace {
    padding: 80px 0;
}.webthxSpace .container {
    padding: 0 20px;
}.webthxSpace h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.webthxSpace .webknowledge_pro {
    padding: 30px 20px;
}.webthxSpace li {
    padding: 10px 0 10px 15px;
}.webthxSpace li::before {
    height: 6px;
    width: 6px;
}.webthxSpace span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 992px) {.websubscr_info {
    padding: 3.5rem 0 2rem;
}.websubscr_info .container {
    gap: 2.5rem;
    flex-direction: column;
}.websubscr_info .company_holder,
    .websubscr_info .webdata_viz {
    flex: 1 1 100%;
    min-width: 100%;
}.websubscr_info .webhead_sitebar {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.websubscr_info {
    padding: 2.5rem 0 1rem;
}.websubscr_info .container {
    gap: 1.5rem;
}.websubscr_info .webhead_sitebar {
    min-width: 100%;
    flex: 1 1 100%;
}.websubscr_info .webmain_page {
    gap: 1rem;
}.websubscr_info .company_holder {
    padding: 1.5rem;
}.websubscr_info .webmedia_kit {
    padding: 1.2rem;
}.webmodule_end {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}



@media (min-width: 992px) {.weblocate {
    padding: 7rem 0;
}.weblocate .webform_learn {
    grid-template-columns: 1fr 1fr;
    max-width: 80%;
    align-items: start;
    display: grid;
    grid-gap: 3rem;
}.weblocate h3 {
    font-size: calc(34px * 1.1);
    grid-column: 1 / 3;
}.weblocate .webform_learn > div:nth-child(2) {
    grid-column: 1 / 3;
}.weblocate .webstart_chat {
    grid-column: 1 / 3;
    margin-top: 2rem;
    justify-content: flex-start;
}
}



@media (min-width: 768px) {.weblearning_impact .webknowledge_pro {
    flex-direction: row;
    align-items: stretch;
}.weblearning_impact .webknowledge_pro > div:first-child {
    max-width: 40%;
    flex: 0 0 40%;
}.weblearning_impact .webknowledge_pro > div:first-child .webimg_card_item {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.weblearning_impact .websubtext_wrap {
    padding: 2.5rem 2.5rem 2.5rem 3rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex: 0 0 60%;
    max-width: 60%;
}.weblearning_impact ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.webprogram_information {
    padding: 80px 0;
}.webprogram_information .container {
    padding: 0 15px;
}.webprogram_information .webimg_card_item {
    height: 250px;
}.webprogram_information .websubtext_wrap {
    padding: 25px 20px;
}.webprogram_information h3 {
    margin-bottom: 15px;
    font-size: calc(22px - 0.1rem);
}.webprogram_information p.description {
    max-height: 250px;
    font-size: calc(17px - 0.1rem);
}}



@media (max-width: 767px) {.webcompany_overview {
    padding: 80px 0 100px;
}.webcompany_overview h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 1.1);
}.webcompany_overview .websubtext_wrap {
    padding: 30px;
}.webcompany_overview .websubtext_wrap p {
    font-size: 20px;
}.webcompany_overview .websubtext_wrap div > div::first-letter {
    font-size: 2.5em;
}
}



@media (prefers-reduced-motion: reduce) {.webtest_drive .webknowledge_pro,
  .webtest_drive .webquery_message,
  .webtest_drive svg,
  .webtest_drive h2::after,
  .webtest_drive .webquery_message::before {
    transform: none;
    animation: none;
    transition: none;
}.webtest_drive .webknowledge_pro:hover {
    transform: none;
}.webtest_drive .webquery_message:hover {
    transform: none;
}.webtest_drive .webknowledge_pro:hover svg {
    transform: none;
}
}



@media (max-width: 767px) {.webwelcome_board {
    align-items: flex-start;
    padding-top: 6rem;
}.webwelcome_board::after {
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 60%);
}
}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }



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



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



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



@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



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


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

