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

* {
    scrollbar-width: thin;
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
}

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

.slack-invite-dev {
    flex: 0 0 auto;
}

.slack-invite-dev {
    z-index: 1;
    padding: 6rem 0 3rem;
    color: #ffffff;
    background-attachment: fixed;
    position: relative;
}

.page-top-dev {
    flex: 1 0 auto;
}


.course-program-description-dev {
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(235,233,237) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(207,202,210,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.course-program-description-dev::after {
    z-index: 1;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    animation: gridShift 30s linear infinite;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.05;
}

.course-program-description-dev .master-it-dev {
    transform: translateY(80px);
    backdrop-filter: blur(10px);
    background: #ffffff;
    margin-left: auto;
    border-radius: 29px;
    padding: 60px;
    margin-right: auto;
    z-index: 3;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(207,202,210,0.5),
        0 0 40px rgb(171,164,176,0.5);
    width: 75%;
    position: relative;
}

.course-program-description-dev .main-nav-dev {
    top: -60px;
    height: 120px;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    left: 60px;
    justify-content: center;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(207,202,210,0.5);
    background: #ffffff;
    transform-origin: center center;
    position: absolute;
    width: 120px;
    align-items: center;
    display: flex;
    animation: floatAndRotate 8s ease-in-out infinite;
}

.course-program-description-dev .main-nav-dev:hover svg path {
    stroke-dashoffset: 50;
    stroke: rgb(207,202,210);
    animation: drawPath 2s forwards;
    stroke-dasharray: 50;
}

.course-program-description-dev .master-it-dev h3::before {
    content: "";
    background: rgb(207,202,210);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    left: 0;
    position: absolute;
    bottom: 0;
}

.course-program-description-dev .master-it-dev p {
    color: #000000;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
}

.course-program-description-dev .img-icon-dev {
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    height: 400px;
    overflow: hidden;
    margin-left: auto;
    width: 85%;
    z-index: 2;
    border-radius: 
        29px 29px 
        calc(29px * 3) 29px;
    position: relative;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    transition: transform 0.6s ease;
}

.course-program-description-dev .smart-study-dev:hover .img-icon-dev::before {
    opacity: 0.5;
}

.course-program-description-dev .img-icon-dev::after {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    width: 100%;
    z-index: 2;
    mix-blend-mode: overlay;
    opacity: 0.1;
}

.newsletter-subscription-dev::after {
    z-index: -1;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    transform: translateZ(0);
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    height: 50%;
    position: absolute;
}

.newsletter-subscription-dev .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.newsletter-subscription-dev .smart-study-dev > div {
    position: relative;
    width: 100%;
    padding: 0.5rem;
    transform: translateZ(20px);
}

.newsletter-subscription-dev .smart-study-dev > div {
    text-align: center;
}

.newsletter-subscription-dev h4 {
    position: relative;
    transform: translateZ(10px);
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: transform 0.5s ease-out;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-size: calc(19px * 1.1);
    line-height: 1.4;
}

.newsletter-subscription-dev h4 {
    margin-bottom: 1.5rem;
}

.newsletter-subscription-dev .input_holder {
    width: 100%;
    transform: translateZ(30px);
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 1rem;
}

.newsletter-subscription-dev .input_holder::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: -1rem;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
    animation: lineExpand 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.7);
    height: 1px;
}

.newsletter-subscription-dev .input_holder span:last-child {
    flex: 0 0 auto;
    animation-delay: 0.8s;
}

.newsletter-subscription-dev .input_holder span:last-child {
    margin-top: 0.5rem;
}

.newsletter-subscription-dev input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}

.newsletter-subscription-dev input[type="email"]:focus {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    background: rgba(255,255,255,0.25);
    outline: none;
    border-color: #ffffff;
}

.newsletter-subscription-dev .join-label-dev::before {
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(171,164,176), rgb(207,202,210));
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
}

.newsletter-subscription-dev .join-label-dev:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.1);
    color: #ffffff;
}

.newsletter-subscription-dev .join-label-dev:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.get-in-touch-dev::before {
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(207,202,210,0.5) 0,
        rgb(207,202,210,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}

.get-in-touch-dev .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.get-in-touch-dev h2::before {
    height: 4px;
    left: calc(50% - 40px);
    position: absolute;
    width: 80px;
    background: rgb(207,202,210);
    content: "";
    bottom: 0;
}

.get-in-touch-dev h2::after {
    height: 4px;
    left: calc(50% - 15px);
    position: absolute;
    content: "";
    bottom: 0;
    width: 30px;
    background: rgb(171,164,176);
}

.get-in-touch-dev .img-icon-dev {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}

.get-in-touch-dev .help-card-dev {
    padding: 60px;
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 55%;
}

.get-in-touch-dev .help-card-dev::before {
    width: 150px;
    content: "";
    position: absolute;
    border: 30px solid rgb(207,202,210,0.5);
    z-index: 0;
    top: -75px;
    height: 150px;
    right: -75px;
    border-radius: 50%;
}

.get-in-touch-dev form {
    position: relative;
    z-index: 2;
}

.get-in-touch-dev form h3::after {
    height: 2px;
    width: 50%;
    bottom: -15px;
    position: absolute;
    background: rgb(207,202,210);
    content: "";
    left: 0;
}

.get-in-touch-dev form input[type="text"]:focus {
    border-bottom-color: rgb(207,202,210);
    outline: none;
}

.get-in-touch-dev form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.get-in-touch-dev form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

.get-in-touch-dev .request-help-dev label {
    font-size: 14px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
}

.get-in-touch-dev .request-help-dev input[type="checkbox"]:checked + label::before {
    background: rgb(207,202,210);
    border-color: rgb(207,202,210);
}

.get-in-touch-dev .request-help-dev label a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(207,202,210);
    font-weight: 600;
}

.get-in-touch-dev .request-help-dev label a::after {
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(207,202,210);
    bottom: -1px;
    height: 1px;
    width: 100%;
    transform: scaleX(1);
    left: 0;
    transform-origin: left;
    content: "";
}

.get-in-touch-dev .support-card-dev {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    padding: 18px 40px;
    cursor: pointer;
    width: auto;
    z-index: 1;
    background: rgb(207,202,210);
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    border: none;
    font-size: 15px;
}

.get-in-touch-dev svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(207,202,210);
}

.slack-invite-dev::before {
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(207,202,210,0.5) 100%);
    height: 100%;
}



.slack-invite-dev .container {
    display: flex;
    position: relative;
    flex-direction: column;
}

.slack-invite-dev .company_holder {
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2.5rem;
    text-align: center;
    position: relative;
}

.slack-invite-dev .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}



.slack-invite-dev .company_holder h3 {
    font-size: calc(29px * 1.3);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
}

.slack-invite-dev .knowl-base-dev {
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.8;
    font-size: 17px;
    margin: 1.5rem auto 0;
    max-width: 600px;
}

.slack-invite-dev .syllabus-ref-dev {
    justify-content: center;
    display: flex;
}

.slack-invite-dev .site-head-dev::before {
    height: 20px;
    width: 1px;
    transform: translateX(-50%);
    top: -30px;
    position: absolute;
    left: 50%;
    content: "";
    background: rgb(207,202,210);
}

.slack-invite-dev .top-pagewrap-dev:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(207,202,210,0.5), 0.1);
}

.slack-invite-dev .top-pagewrap-dev .site-head-dev {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
    position: static;
}

.slack-invite-dev .top-pagewrap-dev .site-head-dev a {
    padding: 0.4rem 0;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    z-index: 1;
    opacity: 0.75;
    text-decoration: none;
}

.slack-invite-dev .top-pagewrap-dev .site-head-dev a:hover {
    opacity: 1;
    color: rgb(171,164,176);
}

.slack-invite-dev .top-pagewrap-dev .site-head-dev a:hover::before {
    transform: scaleX(1);
}

.zoom-meet-dev::before {
    content: "";
    width: 100%;
    top: 0;
    background-size: 4px 4px;
    left: 0;
    animation: bgMove 20s linear infinite;
    opacity: 0.3;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(207,202,210,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(207,202,210,0.5), 0.05) 50%, rgba(rgb(207,202,210,0.5), 0.05) 75%, transparent 75%, transparent);
    position: absolute;
}

.about-this-dev {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 80px;
    position: relative;
}

.about-this-dev::after {
    position: absolute;
    opacity: 0.4;
    content: "";
    filter: blur(60px);
    width: 40%;
    top: -5%;
    transform: rotate(-15deg);
    z-index: 1;
    right: -5%;
    animation: floatGlow 18s infinite alternate ease-in-out;
    background: linear-gradient(120deg, 
        rgb(207,202,210,0.5) 0%,
        rgb(171,164,176,0.5) 100%);
    height: 60%;
}

.about-this-dev h4 {
    opacity: 0;
    color: #ffffff;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    z-index: 2;
    font-size: 37px;
    transform: translateY(-20px);
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-this-dev .text-details-dev::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, 
        rgba(rgb(207,202,210), 0.05) 0%,
        rgba(rgb(171,164,176), 0.05) 100%);
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}

.about-this-dev .text-details-dev::after {
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    content: "";
    left: -50%;
    animation: rotateGradient 30s linear infinite;
    top: -50%;
    width: 200%;
    height: 200%;
}

.about-this-dev span {
    column-count: 1;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    column-gap: 40px;
    position: relative;
    display: block;
    line-height: 1.8;
    font-size: 16px;
}

.about-this-dev .text-details-dev div::before {
    right: -20px;
    border-top: 2px solid rgb(171,164,176,0.5);
    border-right: 2px solid rgb(171,164,176,0.5);
    opacity: 0.6;
    top: -20px;
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
}

.client-testimonials-dev {
    position: relative;
    padding: 120px 0 180px;
    overflow: hidden;
    background: linear-gradient(to bottom, 
        rgb(235,233,237) 0%, 
        #ffffff 100%);
}

.client-testimonials-dev::after {
    opacity: 0.2;
    bottom: 0;
}

.client-testimonials-dev .container {
    z-index: 1;
    position: relative;
}

.client-testimonials-dev h2 {
    margin-bottom: 70px;
    text-align: center;
    position: relative;
    font-size: 29px;
    left: 50%;
    font-weight: 700;
    transform: translateX(-50%);
    color: #000000;
    display: inline-block;
}

.client-testimonials-dev h2::before,
.client-testimonials-dev h2::after {
    content: "";
    top: 50%;
    height: 3px;
    background: rgb(207,202,210);
    position: absolute;
    width: 100px;
}

.client-testimonials-dev h2::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    right: calc(100% + 20px);
}

.client-testimonials-dev .learner-reflections-dev::before {
    animation: movePattern 20s linear infinite;
    content: "";
    height: 2px;
    top: 50%;
    background: repeating-linear-gradient(
        90deg,
        rgb(207,202,210,0.5),
        rgb(207,202,210,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.client-testimonials-dev .rating-insights-dev:nth-child(2n)::before {
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    animation-delay: 2s;
}

.client-testimonials-dev .rating-insights-dev:nth-child(3n)::before {
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    animation-delay: 4s;
}

.client-testimonials-dev .rating-insights-dev img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    z-index: 1;
}

.client-testimonials-dev .rating-insights-dev p {
    margin: 0;
    text-align: center;
}

.client-testimonials-dev .rating-insights-dev p:first-of-type::before {
    margin: 0 5px;
    content: "~";
    color: rgb(207,202,210);
}

.client-testimonials-dev .rating-insights-dev p:first-of-type::after {
    color: rgb(207,202,210);
    margin: 0 5px;
    content: "~";
}

.client-testimonials-dev .rating-insights-dev .description::before,
.client-testimonials-dev .rating-insights-dev .description::after {
    content: "";
    font-size: 50px;
    position: absolute;
    line-height: 0;
    font-family: Arial, sans-serif;
    color: rgb(207,202,210,0.5);
}

.client-testimonials-dev .rating-insights-dev .description::before {
    left: -15px;
    top: 5px;
}

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

.register-now-dev {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(45deg, rgb(235,233,237) 0%, #ffffff 100%);
}

.register-now-dev::after {
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    top: 0;
}

.register-now-dev .container {
    position: relative;
}

.register-now-dev .container p {
    z-index: 5;
    line-height: 1.4;
    display: inline-block;
    font-size: 38px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 0 0 50px 0;
    padding: 30px 50px;
    font-weight: 700;
    color: #000000;
    border-radius: 0 13px 13px 13px;
    background: #ffffff;
}

.register-now-dev .support-card-dev::before {
    top: 0;
    right: 0;
    background: rgb(171,164,176);
    content: '';
    width: 30px;
    z-index: -1;
    height: 30px;
    position: absolute;
}

.register-now-dev .support-card-dev::after {
    height: 100%;
    transform: translateX(-101%);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.4s ease;
    position: absolute;
    z-index: -2;
    background: rgb(171,164,176);
}

.register-now-dev .smart-study-dev::before {
    content: '';
    position: absolute;
    background: rgb(207,202,210,0.5);
    transform: translateY(-50%);
    z-index: -1;
    height: 60px;
    left: -30px;
    opacity: 0.2;
    width: 60px;
    border-radius: 50%;
    top: 50%;
}

.reach-out-info-dev {
    padding: 80px 0;
    border-top: 4px solid rgb(207,202,210);
    overflow: hidden;
    position: relative;
    background: rgb(207,202,210,0.5);
}

.reach-out-info-dev .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}

.reach-out-info-dev .request-support-dev {
    background: rgb(171,164,176);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    padding: 0;
    position: relative;
    border-left: 1px solid rgb(207,202,210);
}

.reach-out-info-dev h2 {
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
}

.reach-out-info-dev .edu-mentor-dev {
    justify-content: center;
    color: #ffffff;
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 70px;
    position: relative;
    background: #2a2a2a;
    display: flex;
}

.reach-out-info-dev .edu-mentor-dev:hover::before {
    transform: scale(0.9);
}

.reach-out-info-dev .edu-mentor-dev svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.reach-out-info-dev .edu-mentor-dev:hover svg {
    transform: scale(1.2);
}

.reach-out-info-dev .edu-mentor-dev:hover svg path {
    fill: #ffffff;
}

.reach-out-info-dev p svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
}

.reach-out-info-dev .request-support-dev::after {
    content: "";
    bottom: -20px;
    z-index: -1;
    width: calc(100% - 40px);
    background: #1a1a1a;
    right: 20px;
    height: 20px;
    position: absolute;
}



.reach-out-info-dev .edu-mentor-dev:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(207,202,210,0.5);
}

.reach-out-info-dev .container::after {
    text-transform: uppercase;
    position: absolute;
    font-size: 12px;
    content: attr(data-text);
    left: 15px;
    letter-spacing: 1px;
    top: -10px;
    color: rgb(207,202,210);
}

.reach-out-info-dev .edu-mentor-dev:nth-child(2) {
    transition-delay: 0.2s;
}

.welcome-dev {
    overflow: hidden;
    width: 100%;
    background-color: rgb(207,202,210);
    height: 100vh;
    position: relative;
}

.welcome-dev .smart-study-dev {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    z-index: 3;
    justify-content: center;
}

.welcome-dev .edu-title-dev::after {
    content: "";
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 100%;
    top: 0;
}

.welcome-dev .course-welcome-dev {
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    transform: rotateY(0deg);
    transform-origin: center center;
    height: 100%;
    flex: 0 0 100%;
    backface-visibility: hidden;
}

.welcome-dev .course-welcome-dev:nth-child(4) {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotateY(270deg);
}

.welcome-dev .course-welcome-dev img {
    width: 100%;
    filter: saturate(0.8) brightness(0.9);
    height: 100%;
    object-fit: cover;
}

.welcome-dev .text-details-dev::before {
    backdrop-filter: blur(10px);
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0;
    border-top: 1px solid rgb(207,202,210);
    content: "";
    position: absolute;
}

.welcome-dev .text-details-dev h1 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
}



.welcome-dev .text-details-dev h1 {
    opacity: 0;
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

.welcome-dev .text-details-dev h1 {
    font-size: calc(48px * 0.7);
}

.welcome-dev .text-details-dev .support-card-dev {
    display: inline-block;
    padding: 1rem 2.5rem;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid rgb(207,202,210);
    font-size: 15px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background-color: rgb(207,202,210);
    z-index: 1;
    transition: all 0.4s ease;
    margin-top: 1rem;
}

.welcome-dev .text-details-dev .support-card-dev {
    animation-delay: 0.8s;
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
}

.welcome-dev .text-details-dev .support-card-dev {
    padding: 0.8rem 2rem;
}

.welcome-dev .text-details-dev .support-card-dev:hover::before {
    transform: scaleX(1);
}

.tySpot-dev::before {
    content: "";
    position: absolute;
    left: -20%;
    transform: rotate(-15deg);
    z-index: 0;
    width: 120%;
    top: -50%;
    opacity: 0.2;
    height: 200%;
    background: radial-gradient(circle at 20% 30%, rgb(207,202,210,0.5), transparent 60%);
}

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

.tySpot-dev .smart-study-dev:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.tySpot-dev .smart-study-dev > div:first-child {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
}

.tySpot-dev .smart-study-dev > div:first-child::after {
    height: 3px;
    box-shadow: 0 2px 6px rgba(rgb(207,202,210,0.5), 0.2);
    left: 0;
    position: absolute;
    animation: gradientSlide 6s infinite ease-in-out;
    background: linear-gradient(90deg, rgb(207,202,210), rgb(171,164,176), rgb(207,202,210));
    width: 100%;
    content: "";
    border-radius: 3px;
    background-size: 200% 100%;
    bottom: 0;
}

.tySpot-dev .smart-study-dev > div:last-child {
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
    transform: translateZ(0);
}

.tySpot-dev a {
    padding: 0.5rem 1.2rem;
    position: relative;
    text-decoration: none;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    display: block;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    transform: translateZ(0);
}

.tySpot-dev p {
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    z-index: 1;
}

.future-students-dev::before {
    top: 0;
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 50%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    content: "";
    background: rgb(207,202,210,0.5);
}

.future-students-dev .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.future-students-dev h4::after {
    left: 0;
    content: "";
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(171,164,176), transparent);
}

.future-students-dev div > div::before {
    background: linear-gradient(to bottom, rgb(207,202,210,0.5), rgb(171,164,176,0.5));
    height: 100%;
    width: 2px;
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 0;
    content: "";
}

.future-students-dev p:last-child {
    margin-bottom: 0;
}

.future-students-dev p::before {
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(207,202,210,0.5), rgb(171,164,176));
    left: -30px;
    position: absolute;
    height: 2px;
    width: 30px;
}

.future-students-dev p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.future-students-dev p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(207,202,210);
}

.future-students-dev p:nth-child(even)::after {
    border-color: rgb(171,164,176);
}

.future-students-dev p svg {
    width: 24px;
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 24px;
    flex-shrink: 0;
}

.future-students-dev p:nth-child(even) svg path {
    fill: rgb(171,164,176);
}

.future-students-dev p:nth-child(1) {
    transform: translateX(0);
}

.future-students-dev p:nth-child(3) {
    transform: translateX(60px);
}

.future-students-dev p:nth-child(5) {
    transform: translateX(120px);
}

.future-students-dev p:nth-child(1):hover {
    transform: translateX(10px);
}

.future-students-dev p:nth-child(3):hover {
    transform: translateX(70px);
}

.future-students-dev p:nth-child(5):hover {
    transform: translateX(130px);
}



.future-students-dev .smart-study-dev > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}

.future-students-dev .smart-study-dev > div p:nth-child(3) {
    animation-delay: 0.3s;
    animation-name: none;
    opacity: 1;
    transform: translateX(60px);
}

.future-students-dev .smart-study-dev > div p:nth-child(5) {
    animation-name: none;
    opacity: 1;
    transform: translateX(120px);
    animation-delay: 0.5s;
}

.future-students-dev .smart-study-dev > div p:nth-child(7) {
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(120px);
}

.future-students-dev .smart-study-dev > div p:nth-child(9) {
    animation-delay: 0.6s;
    transform: translateX(60px);
    animation-name: none;
    opacity: 1;
}

.pricing-package-dev {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
}

.pricing-package-dev::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}

.pricing-package-dev h2 {
    transform: translateY(10px);
    font-size: calc(37px * 1.2);
    animation: fadeInUp 0.8s forwards 0.3s;
    color: #ffffff;
    text-align: center;
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.pricing-package-dev .lesson-fees-dev {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.pricing-package-dev .lesson-fees-dev li:nth-child(1) {
    --i: 1;
}

.pricing-package-dev .lesson-fees-dev li:nth-child(3) {
    --i: 3;
}

.pricing-package-dev .learning-pricing-dev {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
    color: inherit;
}

.pricing-package-dev .learning-pricing-dev:hover .learn-deals-dev {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.pricing-package-dev .learn-deals-dev::before {
    background: linear-gradient(to right, 
        rgb(207,202,210), 
        rgb(171,164,176));
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
}

.pricing-package-dev .pricing-tiers-dev h4 {
    padding-bottom: 15px;
    font-size: calc(23px * 1.1);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
}

.pricing-package-dev .learning-pricing-dev:hover .pricing-tiers-dev h4::after {
    width: 60px;
}

.pricing-package-dev .package-deal-dev {
    padding-top: 15px;
    font-size: calc(23px * 1.2);
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    display: block;
    color: rgb(171,164,176);
}

.track-edu-dev {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trackingSettingsBox-dev h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-show-dev {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookies-terms-dev {
    text-align: center;
    flex-shrink: 0;
    color: rgb(207,202,210);
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    line-height: 35px;
    min-width: 120px;
    white-space: nowrap;
    font-size: 24px;
    border-bottom: 2px solid rgb(207,202,210);
}


.wrapper-segment-dev .track-edu-dev {
    justify-content: flex-end;
}

.wrapper-segment-dev .edu-cookie-dev {
    text-align: right;
}

header::before {
    height: 100%;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(135deg, 
        rgb(207,202,210,0.5) 0%, 
        transparent 50%, 
        rgb(171,164,176,0.5) 100%);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}

header .header-start-dev {
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    justify-content: center;
    display: flex;
    margin-bottom: 0.5rem;
}

header .header-start-dev svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}

header .header-start-dev:hover svg {
    filter: drop-shadow(0 2px 4px rgb(207,202,210,0.5));
    transform: translateY(-2px);
}

header .top-pagewrap-dev {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.6rem;
    width: 100%;
    display: flex;
    border-radius: 10px;
    gap: 0.4rem;
    background: rgb(235,233,237);
}

header .nav-pagewrap-dev::before {
    z-index: -1;
    opacity: 0;
    height: 100%;
    left: 0;
    content: '';
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, rgb(207,202,210), rgb(171,164,176));
    width: 100%;
    position: absolute;
}

header .nav-pagewrap-dev:hover::after {
    transform: scaleX(1);
}

.instructor-profile-dev {
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(207,202,210,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(171,164,176,0.5) 0%, transparent 40%), 
              #000000;
    padding: 7rem 2rem;
    position: relative;
}

.instructor-profile-dev .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.instructor-profile-dev .rating-insights-dev {
    grid-template-columns: 1fr 1fr;
    display: grid;
    overflow: hidden;
    position: relative;
    gap: 0;
    grid-template-rows: auto auto auto;
    border-radius: 13px;
}

.instructor-profile-dev .rating-insights-dev .img-icon-dev {
    transform: scale(1.05) translateX(-5%);
    grid-column: 1 / 2;
    transition: all 0.5s ease;
    position: relative;
    min-height: 500px;
    grid-row: 1 / 4;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    box-shadow: 0 0 30px rgb(207,202,210,0.5);
    border-radius: 0;
    z-index: 1;
}

.instructor-profile-dev .rating-insights-dev .name {
    font-size: 35px;
    position: relative;
    grid-column: 2 / 3;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    grid-row: 1 / 2;
    padding: 3.5rem 2rem 0.5rem 3rem;
    text-shadow: 0 0 10px rgb(207,202,210,0.5), 0 0 20px rgb(207,202,210,0.5);
    animation: neonPulse 4s infinite alternate;
    z-index: 2;
}

.instructor-profile-dev .rating-insights-dev .job-area-dev {
    position: relative;
    border-radius: 0 10px 0 0;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    grid-row: 3 / 4;
    font-size: 18px;
    grid-column: 2 / 3;
    line-height: 1.7;
    border-top: 1px solid rgb(171,164,176,0.5);
    padding: 2rem 2rem 2.5rem 3rem;
    color: #ffffff;
    z-index: 2;
    margin-right: 1.5rem;
}

.secure-fortification-dev ul {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}

.secure-fortification-dev ul li::before {
    width: 1em;
    display: inline-block;
    font-size: 1.5em;
    margin-left: -1em;
    color: rgb(207,202,210);
    content: "•";
}

.secure-fortification-dev p, .secure-fortification-dev span, .secure-fortification-dev div {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
}

::-webkit-scrollbar {
    width: 12px;
    scroll-behavior: smooth;
    padding: 0px;
    background: linear-gradient(36deg, #ffffff 9%, rgb(171,164,176) 6%, rgb(171,164,176,0.5) 75%, rgb(207,202,210) 34%, rgb(207,202,210,0.5) 61%, rgb(235,233,237) 58%);
}

::-webkit-scrollbar-track {
    border-radius: 9.4rem;
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    box-shadow: -5px -4px 5px -2px rgba(0, 0, 0, 0.4);
    border-radius: 7%;
    background: rgb(207,202,210);
    transition: all, background, box-shadow 3.7s ease-out;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(207,202,210,0.5);
    border-color: rgb(207,202,210);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(207,202,210);
}



::-webkit-scrollbar-corner {
}



@media screen and (max-width: 768px) {.course-program-description-dev {
    padding: 60px 0;
}.course-program-description-dev .master-it-dev {
    transform: translateY(-60px);
    width: 100%;
    padding: 30px;
}.course-program-description-dev .main-nav-dev {
    left: 30px;
    top: -40px;
    height: 80px;
    width: 80px;
}.course-program-description-dev .master-it-dev h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 20px;
}.course-program-description-dev .master-it-dev p {
    font-size: calc(14px * 0.95);
}.course-program-description-dev .img-icon-dev {
    height: 280px;
}.course-program-description-dev .master-it-dev::before {
    right: -10px;
    height: 150px;
    top: -10px;
    width: 150px;
}
}



@media (min-width: 768px) {.newsletter-subscription-dev {
    padding: 5rem 3rem;
}.newsletter-subscription-dev .smart-study-dev {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.newsletter-subscription-dev .smart-study-dev > div {
    width: 40%;
}.newsletter-subscription-dev .input_holder {
    width: 60%;
}.newsletter-subscription-dev h4 {
    font-size: calc(19px * 1.2);
}.newsletter-subscription-dev h4::before {
    width: 0.4rem;
    left: -2rem;
}
}



@media (max-width: 480px) {.newsletter-subscription-dev {
    padding: 3rem 1.5rem;
}.newsletter-subscription-dev h4 {
    font-size: 19px;
}.newsletter-subscription-dev input[type="email"],
    .newsletter-subscription-dev .join-label-dev {
    font-size: calc(17px * 0.95);
    padding: 0.9rem 1.2rem;
}
}



@media (max-width: 1024px) {.get-in-touch-dev {
    padding: 80px 0;
}.get-in-touch-dev .img-icon-dev {
    min-height: 500px;
}.get-in-touch-dev .help-card-dev {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.get-in-touch-dev {
    padding: 50px 0;
}.get-in-touch-dev h2 {
    font-size: calc(28px * 0.85);
}.get-in-touch-dev .request-list-dev {
    margin-top: 30px;
}.get-in-touch-dev .img-icon-dev {
    min-height: 200px;
}.get-in-touch-dev .help-card-dev {
    padding: 30px 20px;
}.get-in-touch-dev form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.get-in-touch-dev form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.get-in-touch-dev .request-help-dev {
    margin-bottom: 25px;
}.get-in-touch-dev .request-help-dev label {
    font-size: calc(14px * 0.9);
}.get-in-touch-dev .support-card-dev {
    padding: 12px 25px;
}}



@media screen and (max-width: 768px) {.slack-invite-dev .syllabus-ref-dev {
    align-items: center;
    flex-direction: column;
}.slack-invite-dev .site-head-dev {
    gap: 2rem;
    max-width: 450px;
    width: 100%;
    flex-direction: column;
}.slack-invite-dev .top-pagewrap-dev {
    width: 100%;
}
}



@media (min-width: 768px) {.about-this-dev {
    padding: 150px 0 100px;
}.about-this-dev h4 {
    margin-bottom: 60px;
    font-size: calc(37px * 1.1);
}.about-this-dev .text-details-dev {
    padding: 60px;
}.about-this-dev span {
    column-count: 2;
}
}



@media (min-width: 992px) {.about-this-dev {
    padding: 180px 0 120px;
}.about-this-dev h4 {
    font-size: calc(37px * 1.2);
}.about-this-dev .container {
    max-width: 1400px;
}.about-this-dev .text-details-dev {
    margin: 0 auto;
    max-width: 90%;
    padding: 70px;
}.about-this-dev h6 {
    margin-bottom: 35px;
    font-size: calc(18px * 1.4);
}.about-this-dev span {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}



@media (hover: hover) {.about-this-dev .text-details-dev:hover::after {
    animation-duration: 15s;
}.about-this-dev .text-details-dev:hover::before {
    background: linear-gradient(45deg, 
            rgba(rgb(207,202,210), 0.08) 0%,
            rgba(rgb(171,164,176), 0.08) 100%);
    transition: background 0.5s ease;
}}



@media (max-width: 991px) {.client-testimonials-dev {
    padding: 100px 0 150px;
}.client-testimonials-dev h2 {
    margin-bottom: 60px;
}.client-testimonials-dev h2::before,
    .client-testimonials-dev h2::after {
    width: 70px;
}.client-testimonials-dev .learner-reflections-dev {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 991px) {.register-now-dev {
    padding: 90px 0;
}.register-now-dev .container p {
    font-size: calc(22px * 1.2);
    padding: 25px 40px;
    margin-bottom: 40px;
}.register-now-dev .support-card-dev {
    padding: 18px 35px;
}
}



@media (max-width: 767px) {.register-now-dev {
    padding: 70px 0;
}.register-now-dev .container p {
    margin-bottom: 30px;
    font-size: 22px;
    border-radius: 0 10px 10px 10px;
    padding: 20px 30px;
}.register-now-dev .support-card-dev {
    border-radius: 10px 0 10px 10px;
    padding: 15px 30px;
}.register-now-dev .container p::before,
    .register-now-dev .support-card-dev::before {
    height: 20px;
    width: 20px;
}
}



@media (max-width: 991px) {.reach-out-info-dev {
    padding: 60px 0;
}.reach-out-info-dev h2 {
    padding: 25px;
    font-size: calc(34px * 0.9);
}.reach-out-info-dev p,
  .reach-out-info-dev p:nth-last-child(2) {
    padding: 20px 25px;
}.reach-out-info-dev .msg-team-dev {
    padding: 25px;
}.reach-out-info-dev .edu-mentor-dev {
    height: 60px;
    width: 60px;
}.reach-out-info-dev .edu-mentor-dev svg {
    width: 24px;
    height: 24px;
}
}



@media (max-width: 992px) {.welcome-dev .text-details-dev {
    margin-bottom: 4rem;
    padding: 2rem;
}.welcome-dev .text-details-dev h1 {
    font-size: calc(48px * 0.85);
}.welcome-dev .text-details-dev p {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 576px) {.welcome-dev {
    height: 90vh;
}.welcome-dev .text-details-dev {
    padding: 1.2rem;
    margin-bottom: 2rem;
}.welcome-dev .text-details-dev h1 {
    font-size: calc(48px * 0.6);
}.welcome-dev .text-details-dev h1::after {
    bottom: -6px;
}.welcome-dev .text-details-dev p {
    margin: 1rem auto;
    line-height: 1.4;
    font-size: calc(18px * 0.85);
}.welcome-dev .text-details-dev .support-card-dev {
    margin-top: 0.5rem;
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 767px) {.tySpot-dev {
    padding: 4rem 0;
}.tySpot-dev .smart-study-dev {
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
    transform: none;
    padding: 2rem;
}.tySpot-dev h5 {
    padding-left: 1rem;
    font-size: 23px;
}.tySpot-dev h5::before {
    width: 4px;
}.tySpot-dev a {
    padding: 0.5rem 1rem;
}.tySpot-dev p {
    font-size: calc(12px - 1px);
}
}




@media (max-width: 991px) {.future-students-dev {
    padding: 80px 0;
}.future-students-dev h4 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.9);
}.future-students-dev div > div {
    margin-left: 40px;
}.future-students-dev p {
    padding: 18px 20px;
    margin-bottom: 25px;
}.future-students-dev p:nth-child(1) {
    transform: translateX(0);
}.future-students-dev p:nth-child(2) {
    transform: translateX(20px);
}.future-students-dev p:nth-child(3) {
    transform: translateX(40px);
}.future-students-dev p:nth-child(4) {
    transform: translateX(60px);
}.future-students-dev p:nth-child(5) {
    transform: translateX(80px);
}.future-students-dev p:nth-child(6) {
    transform: translateX(100px);
}.future-students-dev p:nth-child(7) {
    transform: translateX(120px);
}.future-students-dev p:nth-child(8) {
    transform: translateX(140px);
}.future-students-dev p:nth-child(9) {
    transform: translateX(160px);
}.future-students-dev p:nth-child(10) {
    transform: translateX(180px);
}.future-students-dev p:nth-child(1):hover {
    transform: translateX(5px);
}.future-students-dev p:nth-child(2):hover {
    transform: translateX(25px);
}.future-students-dev p:nth-child(3):hover {
    transform: translateX(45px);
}.future-students-dev p:nth-child(4):hover {
    transform: translateX(65px);
}.future-students-dev p:nth-child(5):hover {
    transform: translateX(85px);
}.future-students-dev p:nth-child(6):hover {
    transform: translateX(105px);
}.future-students-dev p:nth-child(7):hover {
    transform: translateX(125px);
}.future-students-dev p:nth-child(8):hover {
    transform: translateX(145px);
}.future-students-dev p:nth-child(9):hover {
    transform: translateX(165px);
}.future-students-dev p:nth-child(10):hover {
    transform: translateX(185px);
}
}



@media (max-width: 991px) {.pricing-package-dev {
    padding: 80px 0;
}.pricing-package-dev h2 {
    font-size: 37px;
}.pricing-package-dev .learn-sub-dev {
    margin-bottom: 30px;
    font-size: 13px;
}.pricing-package-dev .lesson-fees-dev {
    gap: 20px;
}.pricing-package-dev .learn-deals-dev {
    padding: 25px;
}
}



@media (max-width: 480px) {.pricing-package-dev {
    padding: 50px 0;
}.pricing-package-dev h2 {
    font-size: calc(37px * 0.9);
}.pricing-package-dev .learn-sub-dev {
    font-size: calc(13px * 0.9);
}.pricing-package-dev .learn-deals-dev {
    padding: 20px;
}}


@media only screen and (max-width: 800px)  {.wrapper-segment-dev .cookies-terms-dev {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top-master-dev {
    gap: 0.8rem;
    padding: 0.8rem;
}header .header-start-dev svg {
    width: 140px;
}header .top-pagewrap-dev {
    padding: 0.5rem;
}header .nav-pagewrap-dev {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .top-master-dev {
    gap: 0.6rem;
    padding: 0.6rem;
}header .header-start-dev svg {
    width: 110px;
}header .top-pagewrap-dev {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem;
}header .top-pagewrap-dev::-webkit-scrollbar {
    height: 2px;
}header .top-pagewrap-dev::-webkit-scrollbar-thumb {
    background: rgb(207,202,210);
    border-radius: 10px;
}header .nav-pagewrap-dev {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 576px) {.instructor-profile-dev {
    padding: 4rem 1rem;
}.instructor-profile-dev .rating-insights-dev .img-icon-dev {
    min-height: 280px;
}.instructor-profile-dev .rating-insights-dev .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.instructor-profile-dev .rating-insights-dev span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.instructor-profile-dev .rating-insights-dev .job-area-dev {
    padding: 1.2rem;
}}



@media only screen and (max-width: 800px) {.secure-fortification-dev {
    padding: 30px;
}.secure-fortification-dev h1 {
    font-size: calc(21px - 4px);
}.secure-fortification-dev h2 {
    font-size: calc(21px - 3px);
}.secure-fortification-dev h3, .secure-fortification-dev h4, .secure-fortification-dev h5, .secure-fortification-dev h6 {
    font-size: calc(21px - 2px);
}.secure-fortification-dev p, .secure-fortification-dev span, .secure-fortification-dev div, .secure-fortification-dev li {
    font-size: calc(15px - 2px);
}
}



@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}



@keyframes subtleShift {
    0%, 100% {
        transform: rotate(-3deg) translateZ(0);
    }
    50% {
        transform: rotate(-2deg) translateZ(0);
    }
}



@keyframes lineGrow {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}



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



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}



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



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

@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}

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



@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


    
    @keyframes cube-carousel {
        0%, 20% {
            transform: rotateY(0deg);
        }
        25%, 45% {
            transform: rotateY(-90deg);
        }
        50%, 70% {
            transform: rotateY(-180deg);
        }
        75%, 95% {
            transform: rotateY(-270deg);
        }
        100% {
            transform: rotateY(-360deg);
        }
    }



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



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

