html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
}

html {
    scrollbar-width: none;
}

.webprivacyAgreementDialog {
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    z-index: 90;
    border-top: 3px solid rgb(195,190,218);
    font-family: Arial, sans-serif;
    background: rgb(134,134,193);
    width: 100%;
    position: fixed;
}

.webcookie_view:hover {
    box-shadow: 0 0 10px rgb(134,134,193);
    background-color: rgb(134,134,193);
}

.cookie_button.webtrack_optin:hover {
    box-shadow: 0 0 10px rgb(134,134,193);
}

.webprivacyAgreementDialog p a:hover {
    color: rgb(134,134,193);
}

.webtariff_option::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.webtariff_option .webpackage_deal {
    font-size: calc(16px + 0.1rem);
    margin-top: 30px;
    line-height: 1.6;
    color: #000000;
}

.webtariff_option .webdiscount_deals:hover {
    transform: translateY(-10px) scale(1.02);
}

.webtariff_option .webdiscount_deals:hover .webdiscount_tier {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}

.webtariff_option .webdiscount_deals:hover .webdiscount_tier::before {
    transform: scaleY(1);
}

.webtariff_option .webprogram_fees {
    z-index: 1;
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    padding: 40px 30px;
}

.webtariff_option .webdiscount_deals:hover .webprogram_fees h3 {
    color: rgb(195,190,218);
}

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

.webtariff_option .webimg_card_item {
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    transform-origin: center;
}

.webtariff_option .webdiscount_deals:hover .webimg_card_item::after {
    opacity: 1;
}

.webthxSpace::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    z-index: 0;
    position: absolute;
    animation: floatShape 15s ease-in-out infinite alternate;
    width: 300px;
    background: rgb(195,190,218);
    filter: blur(20px);
    height: 300px;
    content: "";
    top: -150px;
    right: -150px;
    opacity: 0.05;
}

.webthxSpace .webknowledge_pro::before {
    animation: gradientShift 6s ease infinite;
    background-size: 200% 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193), rgb(195,190,218));
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}

.webthxSpace span::after {
    transition: all 0.5s ease;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(rgb(195,190,218,0.5), 0.3));
    width: 40%;
    content: "";
    transform: scaleX(0.5);
    position: absolute;
    transform-origin: right;
    bottom: -10px;
    opacity: 0;
}

.webdeveloper_experience::after {
    width: 50%;
    filter: blur(40px);
    bottom: -10%;
    position: absolute;
    transform: rotate(15deg);
    z-index: 0;
    background: linear-gradient(225deg, rgb(134,134,193,0.5), rgb(195,190,218,0.5));
    left: -10%;
    height: 60%;
    content: "";
}

.webdeveloper_experience .webfeedback_ratings .webimg_card_item {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    height: 300px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}

.webdeveloper_experience .webfeedback_ratings .name::after {
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    background-color: rgb(134,134,193);
    content: "";
    width: 0;
    left: 0;
    bottom: -5px;
}

.webdeveloper_experience .webfeedback_ratings > div:nth-child(3) {
    position: relative;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    opacity: 0;
    transform: translateY(1rem);
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(145deg, rgb(230,228,236) 0%, rgb(195,190,218,0.5) 100%);
    bottom: 0;
    top: 0;
    opacity: 0.9;
    z-index: -2;
}

.websubscr_info .company_holder {
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 2rem 2.5rem;
    border-radius: 20px;
    flex: 1 1 400px;
}

.websubscr_info .company_holder h3::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -0.5rem;
    background: rgb(134,134,193);
    width: 80px;
    left: 0;
}

.websubscr_info .webhead_sitebar .webmain_page {
    gap: 0;
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
}

.websubscr_info .webhead_sitebar .webmain_page a::before {
    z-index: -1;
    background: rgb(230,228,236);
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
}

.webmodule_end {
    background: rgb(230,228,236);
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

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

.weblocate h3 {
    transform: translateX(-10px);
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(195,190,218);
    margin-bottom: 1.5rem;
    font-size: 34px;
}

.weblocate h5 {
    transform: translateX(-5px);
    margin-top: 1.5rem;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
    transition: transform 0.3s ease;
    color: #000000;
}

.weblocate .webstart_chat li:hover {
    transform: translateX(5px);
}

.weblocate .webstart_chat li:hover::before {
    opacity: 1;
}

.weblocate .webtalk_team:hover {
    color: rgb(195,190,218);
}

.weblocate .webtalk_team svg {
    transform: scale(0.9);
}

header::before {
    height: 100%;
    top: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(195,190,218,0.5) 10px,
        rgb(195,190,218,0.5) 11px
    );
    opacity: 0.1;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}

header .webmain_primary .webheader_nav:hover .webhead_guide {
    transform: scale(1.05);
}

header .webmain_primary .webhead_sitebar::before {
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgb(134,134,193,0.5) 0%,
        transparent 70%
    );
    left: 0;
    height: 100%;
    content: '';
    border-radius: 10px;
    width: 100%;
    top: 0;
    opacity: 0.2;
}

.webcustomer_feedback {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(230,228,236) 0%, rgb(134,134,193,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.webcustomer_feedback h2 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 38px;
    z-index: 2;
}

.webcustomer_feedback .webfeedback_ratings {
    opacity: 0;
    border-radius: 24px;
    animation-delay: calc(var(--i, 0) * 0.1s);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    animation: revealReview 0.8s forwards cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    overflow: hidden;
    transform: translateY(30px);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 30px;
    position: relative;
}

.webcustomer_feedback .webfeedback_ratings:hover h3::after {
    width: 100%;
}

.webcustomer_feedback .webfeedback_ratings .description::before {
    z-index: -1;
    left: -10px;
    top: -20px;
    content: "";
    color: rgb(195,190,218,0.5);
    font-size: 80px;
    position: absolute;
    opacity: 0.1;
}

.weblearning_impact::after {
    content: "";
    width: 250px;
    height: 250px;
    z-index: 0;
    left: -50px;
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(134,134,193,0.5), 0.1) 0%, rgba(rgb(134,134,193,0.5), 0) 70%);
    bottom: -50px;
    animation: pulse 12s infinite alternate-reverse;
}

.weblearning_impact .webknowledge_pro {
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(0);
    gap: 2.5rem;
    border-radius: 8px;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.weblearning_impact li:hover {
    transform: translateX(5px);
}

.weblearning_impact li:hover svg {
    transform: scale(1);
}

.weblearning_impact li:hover svg path {
    fill: rgb(134,134,193);
}

.webprogram_information {
    background: linear-gradient(135deg, rgb(230,228,236) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.webprogram_information .webmaster_it {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    transform: translateZ(0);
}

.webprogram_information .webimg_card_item::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    content: "";
    z-index: 1;
}

.webprogram_information .websubtext_wrap {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.webprogram_information h3::after {
    opacity: 0;
    left: -10px;
    content: "";
    transform: translateY(-50%);
    background: rgb(195,190,218,0.5);
    width: 8px;
    transition: opacity 0.4s ease, left 0.4s ease;
    top: 50%;
    z-index: -1;
    position: absolute;
    height: 30%;
}

.webcompany_overview::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.webcompany_overview h2::after {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(134,134,193), transparent);
    width: 100px;
    height: 2px;
    bottom: -12px;
}

.webcompany_overview .websubtext_wrap:hover::before {
    opacity: 1;
}

.webcompany_overview .websubtext_wrap p {
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(134,134,193);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: calc(20px * 1.2);
}

.webcompany_overview .websubtext_wrap div > div::first-letter {
    float: left;
    margin-right: 8px;
    color: rgb(134,134,193);
    font-size: 3.5em;
    font-weight: 700;
    line-height: 0.8;
}

.webtest_drive .container {
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    flex-direction: column;
    position: relative;
    perspective: 1000px;
    display: flex;
}

.webtest_drive .container:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.webtest_drive .webknowledge_pro:hover {
    box-shadow: 
    0 25px 50px rgba(0,0,0,0.12),
    0 10px 15px rgba(0,0,0,0.07),
    0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: translateZ(50px) rotateX(0deg);
}

.webtest_drive .webknowledge_pro:hover svg path {
    fill: rgb(134,134,193);
}

.webtest_drive .webquery_message {
    padding: 0.9rem 2rem;
    text-decoration: none;
    align-items: center;
    background: linear-gradient(135deg, rgb(195,190,218), rgb(195,190,218,0.5) 130%);
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    white-space: nowrap;
    letter-spacing: 0.03em;
    font-size: 14px;
    box-shadow: 
    0 4px 12px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.06),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.webcontact .webrequest_form {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    position: relative;
    border-radius: 29px;
    background: #ffffff;
}

.webcontact .webhelp_inquiry::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 10px;
    left: 0;
    background: rgb(230,228,236);
}

.webcontact input[type="text"] {
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 20px;
    border: 2px solid rgb(230,228,236);
    width: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
}

.webcontact .websupport_info input[type="checkbox"]:checked::after {
    height: 10px;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    border-right: 2px solid #ffffff;
    left: 8px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
}

.webcontact .webquery_message:hover::before {
    left: 100%;
}

.webcontact svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(195,190,218);
    height: 22px;
}

.webcontact svg:hover {
    transform: translateY(-2px);
    fill: rgb(134,134,193);
}

.webwelcome_board::after {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 60%);
    background: rgb(195,190,218,0.5);
    bottom: 0;
    right: 0;
    content: "";
    z-index: 2;
    opacity: 0.35;
    left: 0;
    position: absolute;
}

.webwelcome_board > div > div:first-child::before {
    transform-origin: top;
    left: 0;
    content: "";
    background: rgb(134,134,193);
    position: absolute;
    transform: scaleY(0);
    width: 6px;
    top: 0;
    height: 100%;
    animation: verticalGrow 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.3s;
}

.webwelcome_board .webknowledge_guides h3 {
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.webwelcome_board .webcourse_primary > div:last-child::before {
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(134,134,193);
    content: "";
    animation: horizontalGrow 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 1.4s;
    width: 60px;
    top: -15px;
    height: 3px;
    left: 0;
    position: absolute;
}

.websecure_fortification ul, .websecure_fortification ol {
    list-style-type: disc;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
}

.websecure_fortification p, .websecure_fortification span {
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.websecure_fortification button {
    background: rgb(134,134,193);
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
    transition: background 0.3s ease;
    border: none;
}



@media (min-width: 992px) {.webtariff_option {
    padding: 150px 0;
}.webtariff_option .webcost_levels {
    gap: 80px;
    grid-template-columns: 1fr;
}.webtariff_option .webprogram_price {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.webtariff_option .webdiscount_tier {
    min-height: 480px;
}
}



@media (max-width: 480px) {.webtariff_option {
    padding: 60px 0;
}.webtariff_option .webcost_levels {
    gap: 40px;
}.webtariff_option .webprogram_price {
    gap: 25px;
}.webtariff_option .webprogram_fees h3 {
    font-size: 22px;
}.webtariff_option .webgroup_rates {
    font-size: 22px;
}.webtariff_option .webprogram_fees p {
    font-size: calc(16px - 0.1rem);
}}



@media (max-width: 480px) {.webthxSpace {
    padding: 60px 0;
}.webthxSpace h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.webthxSpace .webknowledge_pro {
    padding: 25px 15px;
}.webthxSpace span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}



@media (min-width: 1024px) {.webdeveloper_experience {
    padding: 8rem 0;
}.webdeveloper_experience .webfeedback_ratings {
    padding: 4rem;
    margin: 0 2rem;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    gap: 3rem 4rem;
    grid-template-columns: 400px 1fr;
}.webdeveloper_experience .webfeedback_ratings:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.webdeveloper_experience .webfeedback_ratings .webimg_card_item {
    min-height: 500px;
}.webdeveloper_experience .webfeedback_ratings > div:nth-child(2) {
    padding-left: 1.5rem;
}.webdeveloper_experience .webfeedback_ratings .name {
    font-size: calc(18px * 1.7);
    margin-bottom: 1rem;
}.webdeveloper_experience .webfeedback_ratings > div:nth-child(2) > div {
    font-size: calc(16px * 1.1);
}.webdeveloper_experience .webfeedback_ratings .webexperiencep_wrap {
    line-height: 1.9;
    font-size: calc(16px * 1.1);
    padding: 2.5rem;
}}



@media (max-width: 767px) {.weblocate {
    padding: 3rem 0;
}.weblocate .webform_learn {
    transform: translateZ(10px) rotateX(1deg);
    padding: 2rem;
}.weblocate h3 {
    font-size: calc(34px * 0.9);
}.weblocate p {
    max-width: 100%;
}.weblocate .webstart_chat li {
    margin-bottom: 0.5rem;
}}



@media (max-width: 768px) {.webcustomer_feedback {
    padding: 60px 0;
}.webcustomer_feedback h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 6px);
}.webcustomer_feedback h2::after {
    width: 60px;
    height: 3px;
}.webcustomer_feedback .webtestimonial_feedback {
    gap: 20px;
    grid-template-columns: 1fr;
}.webcustomer_feedback .webfeedback_ratings {
    padding: 25px;
}
}



@media (max-width: 767px) {.weblearning_impact h5 {
    padding: 0 1rem;
    font-size: calc(21px * 0.9);
}.weblearning_impact .webknowledge_pro {
    margin: 0 0.5rem;
}.weblearning_impact .container {
    padding: 0 1rem;
}.weblearning_impact ul {
    grid-template-columns: 1fr;
}.weblearning_impact li {
    margin-bottom: 0.5rem;
}}



@media (min-width: 992px) {.webprogram_information {
    padding: 150px 0;
}.webprogram_information .webmaster_it {
    gap: 70px;
}.webprogram_information .webimg_card_item {
    height: 550px;
}.webprogram_information .websubtext_wrap {
    padding: 40px 50px;
}.webprogram_information p.description {
    max-height: 350px;
}
}



@media (min-width: 992px) {.webcompany_overview {
    padding: 180px 0 200px;
}.webcompany_overview h2 {
    transform: translateX(-20px);
}.webcompany_overview .websubtext_wrap {
    padding: 70px;
}.webcompany_overview .websubtext_wrap div > div {
    column-count: 2;
}
}



@media (max-width: 768px) {.webtest_drive {
    padding: 5rem 1.5rem;
}.webtest_drive h2 {
    margin-bottom: 2.5rem;
}.webtest_drive .webknowledge_pro {
    padding: 1.5rem;
    flex-direction: column;
    transform: translateZ(20px) rotateX(1deg);
}.webtest_drive .webquery_message {
    width: 100%;
    padding: 0.8rem 1.8rem;
}
}



@media (max-width: 1200px) {.webcontact {
    background: #ffffff;
}
}



@media (max-width: 768px) {.webcontact {
    padding: 60px 0;
}.webcontact h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 40px;
}.webcontact .webhelp_inquiry {
    padding: 40px 30px;
}.webcontact #contact {
    gap: 25px;
}.webcontact .webimg_card_item {
    min-height: 300px;
}
}



@media (min-width: 1200px) {.webwelcome_board {
    padding: 0 5rem;
}.webwelcome_board > div {
    gap: 8%;
}.webwelcome_board > div > div:first-child {
    padding-left: 3rem;
}.webwelcome_board > div > div:first-child::before {
    width: 8px;
}.webwelcome_board .webcourse_primary {
    padding: 3.5rem;
}.webwelcome_board .webknowledge_guides::before,
  .webwelcome_board .webknowledge_guides::after {
    height: 40px;
    width: 40px;
}
}



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



@keyframes gradientShift {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}



@keyframes horizontalGrow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

