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

.websubscr_info {
    flex: 0 0 auto;
}

.websubscr_info {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}


#webcookie_modal_alert {
    display: none;
}

.webtrack_accept {
    padding: 20px 5%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(195,190,218);
    border-radius: 18px;
}

.weblearn_cookies svg {
    height: 60px;
    width: 60px;
    fill: rgb(195,190,218);
}

.cookie_button.webtrack_optin {
    border: 2px solid rgb(134,134,193);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}


.webtariff_option {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(230,228,236);
}

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

.webtariff_option .webvalue_deals h2::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193));
    width: 80px;
    height: 3px;
    bottom: -10px;
}

.webtariff_option .webdiscount_tier {
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    overflow: hidden;
    display: flex;
    border-radius: 25px;
    position: relative;
    min-height: 420px;
    background: #ffffff;
}

.webtariff_option .webprogram_fees h3 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(22px + 0.2rem);
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
}

.webtariff_option .webgroup_rates::after {
    left: 0;
    background: currentColor;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    width: 40px;
    content: "";
    height: 3px;
}

.webtariff_option .webimg_card_item::after {
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}

.webthxSpace h2 {
    color: #000000;
    font-size: 35px;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    transform: perspective(1000px) translateZ(10px);
    transition: transform 0.5s ease-out;
}

.webthxSpace ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.webthxSpace li {
    position: relative;
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
}

.webthxSpace span {
    transform: translateY(0);
    display: block;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 400;
    position: relative;
    font-size: 14px;
}

.webdeveloper_experience {
    background-color: rgb(230,228,236);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

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

.webdeveloper_experience .webfeedback_ratings > div:nth-child(1) {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
}

.webdeveloper_experience .webfeedback_ratings .webimg_card_item:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
    transform: translateY(-10px);
}

.webdeveloper_experience .webfeedback_ratings .name {
    font-size: calc(18px * 1.2);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
    color: rgb(195,190,218);
}

.webdeveloper_experience .webfeedback_ratings > div:nth-child(2) > div::before {
    opacity: 0.7;
    content: "★";
    left: -10px;
    position: absolute;
    color: rgb(195,190,218);
}

.webdeveloper_experience .webfeedback_ratings .webexperiencep_wrap::after {
    bottom: -60px;
    z-index: -1;
    font-family: Georgia, serif;
    content: "";
    position: absolute;
    color: rgb(195,190,218,0.5);
    font-size: 6rem;
    right: -20px;
}

.websubscr_info .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.websubscr_info .company_holder::before {
    border-top-right-radius: 20px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 5px;
    background: rgb(195,190,218);
    border-top-left-radius: 20px;
    top: 0;
}

.websubscr_info .webmain_page {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.websubscr_info .webhead_sitebar h5 {
    padding: 1rem 1.5rem;
    background: rgb(134,134,193);
    margin: 0;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}

.websubscr_info .webhead_sitebar .webmain_page a::after {
    left: 1.5rem;
    content: "";
    border-radius: 50%;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    height: 5px;
    background: rgb(134,134,193);
}

.webmodule_end .webyoutube_chan {
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    padding: 0.8rem 2rem;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 50px;
}

.weblocate .webform_learn {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    transform: translateZ(20px) rotateX(2deg);
    transform-style: preserve-3d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05);
}

.weblocate h5:hover {
    transform: translateX(0);
    color: rgb(195,190,218);
}

.weblocate svg {
    margin-left: 5px;
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
}

.weblocate .webstart_chat li {
    padding-left: 10px;
    position: relative;
    transition: transform 0.3s ease;
}

.weblocate .webtalk_team {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
}

header .webmain_primary {
    padding: 15px;
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

header .webmain_primary .webheader_nav:hover::before {
    opacity: 1;
}

header .webmain_primary .webheader_nav .webhead_guide {
    display: block;
    transition: transform 0.3s ease;
}

header .webmain_primary .webheader_nav .webhead_guide svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(134,134,193,0.5));
}

header .webmain_primary .webhead_sitebar .webtop_bar::after {
    background: rgb(195,190,218);
    bottom: -5px;
    position: absolute;
    left: 50%;
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
    box-shadow: 0 0 8px rgb(195,190,218);
    width: 0;
    height: 2px;
}

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

.webcustomer_feedback .webtestimonial_feedback {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

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

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

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

.webcustomer_feedback .webfeedback_ratings div {
    display: flex;
    align-items: center;
}

.weblearning_impact {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(150deg, rgb(230,228,236) 30%, rgba(rgb(195,190,218,0.5), 0.05) 100%);
}

.weblearning_impact h5 {
    transition: transform 0.5s ease;
    margin-left: auto;
    max-width: 800px;
    transform: translateY(0);
    padding: 0 1.5rem;
    margin-right: auto;
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 21px;
    text-align: center;
}

.weblearning_impact .webimg_card_item {
    object-fit: cover;
    height: 300px;
    display: block;
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.weblearning_impact li svg {
    height: 24px;
    position: absolute;
    top: 2px;
    transform: scale(0.85);
    transition: transform 0.3s ease;
    left: 0;
    width: 24px;
    margin-right: 1rem;
}

.webprogram_information::before {
    position: absolute;
    top: -100px;
    background: linear-gradient(45deg, rgb(195,190,218,0.5) 0%, rgb(134,134,193,0.5) 100%);
    right: -100px;
    height: 300px;
    opacity: 0.3;
    width: 300px;
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    transform: translateZ(0);
    filter: blur(40px);
    border-radius: 50%;
}

.webprogram_information .webimg_card_item::after {
    top: -50%;
    position: absolute;
    width: 200%;
    transform: rotate(25deg);
    animation: shimmer 5s infinite linear;
    left: -50%;
    pointer-events: none;
    content: "";
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.webprogram_information .websubtext_wrap:hover h3 {
    transform: translateX(10px);
}

.webprogram_information .description {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 17px;
    color: #000000;
    position: relative;
}

.webcompany_overview::after {
    animation: floatGradient 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    filter: blur(70px);
    content: "";
    transform: rotate(-15deg);
    width: 80%;
    height: 70%;
    top: -10%;
    background: linear-gradient(45deg, rgb(195,190,218,0.5), rgb(134,134,193,0.5));
    right: -10%;
}

.webcompany_overview .websubtext_wrap:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.webcompany_overview .websubtext_wrap > div {
    position: relative;
}

.webcompany_overview .websubtext_wrap p::after {
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(134,134,193);
    left: 0;
    content: "";
    position: absolute;
    bottom: -6px;
}

.webtest_drive::before {
    bottom: 0;
    top: 0;
    background: 
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 85% 85%, rgba(255,255,255,0.05) 0%, transparent 50%);
    left: 0;
    pointer-events: none;
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
}

.webtest_drive h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
    content: "";
    position: absolute;
    background: rgb(134,134,193);
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -15px;
    height: 3px;
}

.webtest_drive .webknowledge_pro:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1) rotate(5deg);
}

.webtest_drive .webquery_message:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(134,134,193), rgb(134,134,193) 130%);
    box-shadow: 
    0 8px 20px rgba(0,0,0,0.15),
    0 4px 8px rgba(0,0,0,0.08),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}

.webtest_drive .webquery_message:active {
    box-shadow: 
    0 3px 8px rgba(0,0,0,0.12),
    0 1px 3px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-1px);
}

.webcontact h2 {
    position: relative;
    color: rgb(195,190,218);
    margin-bottom: 60px;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}

.webcontact .webrequest_form::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193));
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 5px;
}

.webcontact #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}

.webcontact h3::after {
    width: 100%;
    height: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(195,190,218,0.5);
}

.webcontact input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.webcontact .websupport_info input[type="checkbox"]:checked {
    background: rgb(195,190,218);
    border-color: rgb(195,190,218);
}

.webcontact .websupport_info a {
    text-decoration: none;
    color: rgb(195,190,218);
    transition: all 0.3s ease;
    font-weight: 600;
}

.webcontact .webquery_message:hover {
    background: rgb(134,134,193);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(134,134,193,0.5);
}

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

.webwelcome_board {
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 4rem 1.5rem;
}

.webwelcome_board {
    padding: 6rem 3rem;
}

.webwelcome_board > div > div:first-child {
    position: relative;
    padding-left: 2rem;
}

.webwelcome_board > div > div:first-child {
    flex: 0 0 45%;
}

.webwelcome_board .webknowledge_guides {
    position: relative;
}

.webwelcome_board .webknowledge_guides::before {
    width: 30px;
    content: "";
    border-top: 2px solid rgb(134,134,193);
    left: -10px;
    opacity: 0;
    border-left: 2px solid rgb(134,134,193);
    animation: fadeIn 0.8s ease forwards 1.6s;
    top: -10px;
    height: 30px;
    position: absolute;
}

.webwelcome_board .webcourse_primary > div:last-child {
    position: relative;
    margin-top: 1rem;
}

.webwelcome_board .webcourse_primary span {
    display: block;
}

.websecure_fortification {
    font-family: Arial, sans-serif;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #000000;
    background: rgb(195,190,218,0.5);
}

.websecure_fortification li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}



.websecure_fortification h3, .websecure_fortification h4, .websecure_fortification h5, .websecure_fortification h6 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: rgb(195,190,218);
    font-weight: 600;
    margin-top: 20px;
}



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


@media only screen and (max-width: 1200px) {.webprivacyAgreementDialog {
    padding: 15px 0;
}.webtrack_accept {
    padding: 15px 5%;
}.weblearn_cookies {
    display: none;
}.webtrack_accept {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.webprivacyAgreementDialog h5 {
    margin-bottom: 10px;
    font-size: 19px;
}.webcookie_check {
    margin-bottom: 15px;
}.webcookie_view {
    min-width: 100%;
    margin: 10px 0;
}}



@media (min-width: 768px) {.webthxSpace {
    padding: 150px 0;
}.webthxSpace .container {
    padding: 0 60px;
}.webthxSpace h2 {
    font-size: calc(35px * 1.1);
    max-width: 90%;
    margin-bottom: 50px;
}.webthxSpace .webknowledge_pro {
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
}.webthxSpace .webknowledge_pro:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.webthxSpace li {
    padding: 10px 0 10px 30px;
}.webthxSpace li::before {
    height: 10px;
    width: 10px;
}.webthxSpace span {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 1200px) {.websubscr_info .container {
    gap: 2rem;
}.websubscr_info .company_holder {
    flex: 1 1 360px;
}.websubscr_info .webdata_viz {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.websubscr_info .webmain_page {
    gap: 2rem;
}
}



@media (max-width: 768px) {.websubscr_info {
    padding: 3rem 0 1.5rem;
}.websubscr_info .webmain_page {
    gap: 1.5rem;
}.websubscr_info .company_holder {
    padding: 2rem;
}.websubscr_info .company_holder h3 {
    font-size: calc(28px - 2px);
}.webmodule_end {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.websubscr_info .company_holder h3::after {
    width: 50px;
}.websubscr_info .webhead_sitebar .webmain_page a:hover {
    padding-left: 2rem;
}.webmodule_end .webyoutube_chan {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (min-width: 768px) {.weblocate .webform_learn {
    padding: 4rem;
    margin: 0 auto;
    max-width: 90%;
}.weblocate .webstart_chat {
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: row;
}
}



@media (max-width: 992px) {.webcustomer_feedback {
    padding: 80px 0;
}.webcustomer_feedback h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.webcustomer_feedback .webtestimonial_feedback {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}



@media (max-width: 576px) {.webcustomer_feedback {
    padding: 50px 0;
}.webcustomer_feedback h2 {
    margin-bottom: 25px;
    font-size: calc(38px - 8px);
}.webcustomer_feedback h2::after {
    bottom: -10px;
    height: 3px;
    width: 50px;
}.webcustomer_feedback .webfeedback_ratings {
    padding: 20px;
}.webcustomer_feedback .webfeedback_ratings h3 {
    font-size: calc(24px - 4px);
}.webcustomer_feedback .webfeedback_ratings .description {
    font-size: calc(14px - 1px);
}.webcustomer_feedback .webfeedback_ratings div img {
    width: 50px;
    height: 50px;
}}



@media (min-width: 768px) {.webprogram_information .webmaster_it {
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}.webprogram_information .webimg_card_item {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.webprogram_information .websubtext_wrap {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.webprogram_information .webimg_card_item:hover,
    .webprogram_information .websubtext_wrap:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.webprogram_information h3 {
    font-size: 35px;
}
}



@media (max-width: 480px) {.webcompany_overview {
    padding: 60px 0 80px;
}.webcompany_overview .websubtext_wrap {
    padding: 25px 20px;
}.webcompany_overview h2 {
    margin-bottom: 30px;
    font-size: 35px;
}.webcompany_overview .websubtext_wrap div > div {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}}



@media (hover: hover) {.webtest_drive .container {
    cursor: default;
}.webtest_drive .webquery_message {
    cursor: pointer;
}}



@media (max-width: 992px) {.webcontact {
    padding: 80px 0;
}.webcontact .webrequest_form {
    flex-direction: column-reverse;
}.webcontact .webimg_card_item {
    min-height: 350px;
    flex: 0 0 auto;
}.webcontact .webhelp_inquiry {
    padding: 50px 40px;
    flex: 0 0 auto;
}.webcontact .webhelp_inquiry::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 10px;
}
}



@media (prefers-reduced-motion: reduce) {.webwelcome_board > div > div:first-child::before,
  .webwelcome_board .title_style_header,
  .webwelcome_board .webcourse_primary,
  .webwelcome_board .webknowledge_guides::before,
  .webwelcome_board .webknowledge_guides::after,
  .webwelcome_board .webcourse_primary > div:last-child::before,
  .webwelcome_board .webcourse_primary p {
    transform: none;
    opacity: 1;
    animation: none;
}}



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



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -10px);
    }
}



@keyframes verticalGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

