* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.site-nav-dev {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    padding: 0px;
    scroll-behavior: smooth;
    width: 19px;
}::-webkit-scrollbar-track {
    border-radius: 9px;
    background: rgb(173,152,167);
    box-shadow: inset 0px 1px 0px 7px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-track:active {
    background: rgb(233,225,231);
}::-webkit-scrollbar-thumb {
    box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.8);
    border: 2px double rgb(255, 255, 255, 0.5);
    background: #ffffff;
    border-radius: 2%;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px -1px 8px 0px rgba(0, 0, 0, 0.2);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) #ffffff;
}header,footer {
    width: 100%;
}.core-container-dev {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1138px;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    color: #000000;
    min-height: 100%;
}.eng-center-dev {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(208,191,203);
}header .top_plank .top-pro-dev div svg, header .top_plank .top-pro-dev div svg path {
    fill: #ffffff;
}header .top_plank .top-pro-dev div span {
    color: #ffffff;
}header .top_plank .top-pro-dev {
    padding: 15px 0 10px 0;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}header .top_plank .top-pro-dev div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .top-pro-dev div img, header .top_plank .top-pro-dev div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.contact-section-dev {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.contact-section-dev::before {
    content: "";
    top: 0;
    backdrop-filter: blur(10px);
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(208,191,203,0.5);
    position: absolute;
    z-index: 1;
}.contact-section-dev::after {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(173,152,167,0.5) 0%, transparent 50%, rgb(208,191,203,0.5) 100%);
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    content: "";
    z-index: 2;
}.contact-section-dev .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    width: 90%;
    position: relative;
}.contact-section-dev .help-message-dev {
    overflow: hidden;
    display: flex;
    border-radius: 29px;
    justify-content: space-between;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact-section-dev .feedback-inquiry-dev {
    background: linear-gradient(to bottom right, rgb(208,191,203), rgb(173,152,167));
    overflow: hidden;
    width: 40%;
    padding: 60px 40px;
    position: relative;
}.contact-section-dev .feedback-inquiry-dev::before {
    width: 200px;
    right: -100px;
    height: 200px;
    top: -100px;
    content: '';
    background: rgb(173,152,167);
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
}.contact-section-dev .feedback-inquiry-dev::after {
    width: 150px;
    border-radius: 50%;
    background: rgb(208,191,203);
    height: 150px;
    position: absolute;
    content: '';
    bottom: -75px;
    left: -75px;
    opacity: 0.3;
}.contact-section-dev .feedback-inquiry-dev h3 {
    font-weight: 700;
    position: relative;
    font-size: 34px;
    margin-bottom: 40px;
    z-index: 5;
    color: #ffffff;
}.contact-section-dev .feedback-inquiry-dev div {
    position: relative;
    z-index: 5;
    transition: transform 0.3s ease;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
}.contact-section-dev .feedback-inquiry-dev div:hover {
    transform: translateX(10px);
}.contact-section-dev .feedback-inquiry-dev div svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact-section-dev .feedback-inquiry-dev div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact-section-dev .feedback-inquiry-dev div:hover svg path {
    fill: rgb(233,225,231);
}.contact-section-dev .feedback-inquiry-dev div span {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}.contact-section-dev .feedback-inquiry-dev div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact-section-dev .feedback-inquiry-dev div span a:hover {
    text-decoration: underline;
    color: rgb(233,225,231);
}.contact-section-dev .request-info-dev {
    width: 60%;
    overflow: hidden;
    padding: 60px 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.contact-section-dev .request-info-dev::before {
    width: 100%;
    background: linear-gradient(to right, rgb(208,191,203), rgb(173,152,167));
    left: 0;
    height: 5px;
    top: 0;
    position: absolute;
    content: '';
}.contact-section-dev .request-info-dev h3 {
    margin-bottom: 30px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}.contact-section-dev .request-info-dev h3::after {
    content: '';
    height: 3px;
    bottom: -10px;
    background: rgb(173,152,167);
    width: 50px;
    left: 0;
    position: absolute;
}.contact-section-dev form {
    flex-direction: column;
    display: flex;
    width: 100%;
}.contact-section-dev form input[type="text"],
.contact-section-dev form input[type="email"] {
    color: #ffffff;
    border: 1px solid transparent;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    font-size: 14px;
}.contact-section-dev form input[type="text"]:focus,
.contact-section-dev form input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(rgb(173,152,167), 0.2);
    border-color: rgb(173,152,167);
}.contact-section-dev form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact-section-dev .message-support-dev {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}.contact-section-dev .message-support-dev input[type="checkbox"] {
    cursor: pointer;
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}.contact-section-dev .message-support-dev label {
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 35px;
}.contact-section-dev .message-support-dev label::before {
    content: '';
    left: 0;
    border: 2px solid rgb(173,152,167);
    position: absolute;
    top: 2px;
    height: 22px;
    background: transparent;
    border-radius: 10px;
    width: 22px;
    transition: all 0.3s ease;
}.contact-section-dev .message-support-dev input[type="checkbox"]:checked + label::before {
    background: rgb(173,152,167);
}.contact-section-dev .message-support-dev input[type="checkbox"]:checked + label::after {
    top: 5px;
    content: '';
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    left: 8px;
}.contact-section-dev .message-support-dev label a {
    color: rgb(173,152,167);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact-section-dev .message-support-dev label a:hover {
    color: #ffffff;
    text-decoration: underline;
}.contact-section-dev form .query-query-dev {
    background: linear-gradient(to right, rgb(208,191,203), rgb(173,152,167));
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    padding: 16px 30px;
    border: none;
    position: relative;
    cursor: pointer;
}.contact-section-dev form .query-query-dev::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    left: -100%;
}.contact-section-dev form .query-query-dev:hover::before {
    left: 100%;
}.contact-section-dev form .query-query-dev:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact-section-dev .feedback-inquiry-dev div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}.contact-section-dev .feedback-inquiry-dev div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.contact-section-dev .feedback-inquiry-dev div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}.contact-section-dev .feedback-inquiry-dev div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.contact-section-dev {
    padding: 80px 0;
}.contact-section-dev .help-message-dev {
    flex-direction: column;
}.contact-section-dev .feedback-inquiry-dev,
    .contact-section-dev .request-info-dev {
    width: 100%;
    padding: 40px 30px;
}.contact-section-dev .feedback-inquiry-dev h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.contact-section-dev .feedback-inquiry-dev div {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 576px) {.contact-section-dev {
    padding: 60px 0;
}.contact-section-dev .container {
    width: 95%;
}.contact-section-dev .feedback-inquiry-dev,
    .contact-section-dev .request-info-dev {
    padding: 30px 20px;
}.contact-section-dev .feedback-inquiry-dev h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.contact-section-dev .request-info-dev h3 {
    font-size: calc(21px * 0.9);
}.contact-section-dev form input[type="text"],
    .contact-section-dev form input[type="email"] {
    margin-bottom: 15px;
    padding: 14px 16px;
}.contact-section-dev .message-support-dev label {
    font-size: calc(12px * 0.9);
}.contact-section-dev form .query-query-dev {
    padding: 14px 20px;
}}footer {
    width: 100%;
    position: relative;
}.eng-center-dev {
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: rgb(208,191,203);
    position: relative;
}.eng-center-dev::before {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    top: 0;
    position: absolute;
    width: 60%;
    content: "";
    right: 0;
    background-color: rgb(208,191,203);
    z-index: 0;
    height: 100%;
}footer .eng-center-dev::after {
    width: 200px;
    right: 15%;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(208,191,203), transparent 70%);
    position: absolute;
    top: 50px;
    border-radius: 50%;
    content: "";
    height: 200px;
}footer .inclusion-dev {
    z-index: 1;
    position: relative;
}footer .learn-faq-dev {
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}footer .info_item {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 25px;
    transform: skewX(-5deg);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    margin-bottom: 10px;
    flex: 0 1 auto;
}footer .info_item:hover {
    background-color: rgb(208,191,203);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    transform: skewX(5deg);
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #ffffff;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    transform: skewX(5deg);
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}footer .main-know-dev {
    position: relative;
    padding-left: 20px;
}footer .main-know-dev::before {
    left: 0;
    background-color: rgb(208,191,203);
    position: absolute;
    top: 0;
    width: 5px;
    content: "";
    height: 100%;
}footer .main-know-dev svg {
    width: auto;
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
}footer .pitch-comp-dev {
    font-size: 16px;
    max-width: 320px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .main-skill-dev {
    position: relative;
}footer .main-skill-dev h5 {
    display: inline-block;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
}footer .main-skill-dev h5::after {
    bottom: 0;
    content: "";
    background-color: rgb(208,191,203);
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
}footer .main-guide-dev {
    gap: 15px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .main-guide-dev a {
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}footer .main-guide-dev a::before {
    content: "→";
    transition: all 0.3s ease;
    position: absolute;
    left: -20px;
    opacity: 0;
    color: rgb(208,191,203);
}footer .main-guide-dev a:hover {
    color: rgb(208,191,203);
    padding-left: 20px;
}footer .main-guide-dev a:hover::before {
    opacity: 1;
    left: 0;
}footer .subscribe_holder {
    border-left: 5px solid rgb(208,191,203);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 20px;
    position: relative;
}footer .subscribe_holder::before {
    top: -20px;
    position: absolute;
    right: -20px;
    height: 100px;
    z-index: -1;
    background-color: rgb(208,191,203);
    opacity: 0.2;
    content: "";
    border-radius: 50%;
    width: 100px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(208,191,203);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-area-dev {
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: rgb(208,191,203);
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 14px 20px;
    font-size: 14px;
    cursor: pointer;
}footer .sub-area-dev:hover {
    transform: translateX(5px);
    background-color: rgb(173,152,167);
}footer .progress-bar-dev {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 60px;
}footer .guide-section-dev {
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .main-guide-dev {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .sub-area-dev {
    white-space: nowrap;
}footer .main-guide-dev a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .eng-center-dev::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    opacity: 0.7;
    background-color: rgb(208,191,203);
}
}

@media (max-width: 767px) {footer .eng-center-dev {
    padding: 60px 0 30px;
}footer .learn-faq-dev {
    justify-content: center;
    margin-bottom: 40px;
}footer .main-skill-dev h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .progress-bar-dev {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .eng-center-dev {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .main-guide-dev {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .sub-area-dev {
    padding: 12px 15px;
}}.try-immediately-dev {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
    padding: 100px 0 90px;
    background: linear-gradient(135deg, rgb(208,191,203,0.5) 0%, rgb(173,152,167) 100%);
}.try-immediately-dev::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    top: 0;
    left: 0;
}.try-immediately-dev::after {
    right: -100px;
    z-index: 0;
    opacity: 0.1;
    height: 300px;
    top: -150px;
    position: absolute;
    background: radial-gradient(circle, rgb(208,191,203) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    width: 300px;
}.try-immediately-dev .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.try-immediately-dev h2 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 40px;
    max-width: 800px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 29px);
    line-height: 1.3;
    transform: translateY(0);
}.try-immediately-dev:hover h2 {
    transform: translateY(-5px);
}.try-immediately-dev h2::after {
    transform: scaleX(1);
    background: rgb(208,191,203);
    transform-origin: left;
    left: 0;
    position: absolute;
    content: "";
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -12px;
    height: 3px;
}.try-immediately-dev:hover h2::after {
    transform: scaleX(1.5);
}.try-immediately-dev .class-pro-dev {
    gap: 25px;
    transform: translateY(0);
    align-items: center;
    border-left: 3px solid rgb(208,191,203);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
}.try-immediately-dev .class-pro-dev:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.try-immediately-dev svg {
    transform: scale(1);
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.try-immediately-dev .class-pro-dev:hover svg {
    transform: scale(1.1) rotate(5deg);
}.try-immediately-dev svg path {
    fill: rgb(208,191,203);
    transition: fill 0.3s ease;
}.try-immediately-dev .class-pro-dev:hover svg path {
    fill: rgb(173,152,167);
}.try-immediately-dev .class-pro-dev div {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}.try-immediately-dev .query-query-dev {
    z-index: 1;
    border: 2px solid rgb(208,191,203);
    text-decoration: none;
    align-items: center;
    padding: 14px 32px;
    display: inline-flex;
    letter-spacing: 0.5px;
    position: relative;
    background: rgb(208,191,203);
    font-family: Arial, sans-serif;
    justify-content: center;
    font-size: 17px;
    color: #ffffff;
    transition: color 0.4s ease, border-color 0.4s ease;
    overflow: hidden;
    font-weight: 600;
}.try-immediately-dev .query-query-dev::before {
    width: 100%;
    content: "";
    background: #ffffff;
    position: absolute;
    height: 100%;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
}.try-immediately-dev .query-query-dev:hover {
    border-color: rgb(208,191,203);
    color: rgb(208,191,203);
}.try-immediately-dev .query-query-dev:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.try-immediately-dev .query-query-dev::after {
    opacity: 0;
    content: "→";
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    margin-left: -15px;
}.try-immediately-dev .query-query-dev:hover::after {
    margin-left: 8px;
    opacity: 1;
}

@media (max-width: 991px) {.try-immediately-dev {
    padding: 80px 0 70px;
}.try-immediately-dev h2 {
    margin-bottom: 30px;
}.try-immediately-dev .class-pro-dev {
    padding: 25px;
}
}

@media (max-width: 767px) {.try-immediately-dev {
    padding: 60px 0 50px;
}.try-immediately-dev h2 {
    margin-bottom: 25px;
    font-size: 1.8rem;
}.try-immediately-dev .class-pro-dev {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    padding: 25px 20px;
}.try-immediately-dev .class-pro-dev div {
    justify-content: center;
    width: 100%;
}.try-immediately-dev .query-query-dev {
    padding: 12px 24px;
    width: 100%;
}
}

@media (max-width: 480px) {.try-immediately-dev {
    padding: 50px 0 40px;
}.try-immediately-dev h2 {
    font-size: 1.5rem;
}.try-immediately-dev .class-pro-dev {
    padding: 20px 15px;
}.try-immediately-dev svg {
    width: 36px;
    height: 36px;
}.try-immediately-dev .query-query-dev {
    padding: 10px 20px;
}}.pricing-card-set-dev {
    overflow: hidden;
    background: rgb(233,225,231);
    position: relative;
    padding: 120px 0;
}.pricing-card-set-dev::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(208,191,203,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 1;
}.pricing-card-set-dev .container {
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.pricing-card-set-dev .study-pricing-dev {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}.pricing-card-set-dev .class-deals-dev {
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    transform: translateY(-10px);
    text-align: center;
}.pricing-card-set-dev .class-deals-dev h2 {
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
}.pricing-card-set-dev .class-deals-dev h2::after {
    position: absolute;
    content: "";
    width: 80px;
    left: 50%;
    background: rgb(208,191,203);
    transform: translateX(-50%);
    bottom: -10px;
    height: 3px;
}.pricing-card-set-dev .group-plans-dev {
    line-height: 1.7;
    max-width: 600px;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 0;
    margin: 0 auto;
    font-size: 17px;
}.pricing-card-set-dev .plan-rates-dev {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}.pricing-card-set-dev .package-deals-dev {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
    overflow: hidden;
    text-decoration: none;
    transform: translateY(20px);
    animation-delay: calc(var(--index, 0) * 0.1s);
    border-radius: 10px;
    opacity: 0;
    height: 100%;
    animation: fadeInUp 0.8s ease-out forwards;
}.pricing-card-set-dev .package-deals-dev:nth-child(1) {
    --index: 1;
}.pricing-card-set-dev .package-deals-dev:nth-child(2) {
    --index: 2;
}.pricing-card-set-dev .package-deals-dev:nth-child(3) {
    --index: 3;
}.pricing-card-set-dev .package-deals-dev:nth-child(4) {
    --index: 4;
}.pricing-card-set-dev .package-deals-dev:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.pricing-card-set-dev .fee-structure-dev {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    position: relative;
    height: 100%;
    box-sizing: border-box;
}.pricing-card-set-dev .fee-structure-dev::before {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,167));
}.pricing-card-set-dev .lesson-plans-dev {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
}.pricing-card-set-dev .lesson-plans-dev h3 {
    margin-bottom: 15px;
    position: relative;
    word-break: break-word;
    font-size: 24px;
    margin-top: 0;
    overflow-wrap: break-word;
    color: #000000;
    font-weight: 700;
}.pricing-card-set-dev .lesson-plans-dev h3::after {
    bottom: -8px;
    background-color: rgb(208,191,203);
    position: absolute;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    width: 40px;
}.pricing-card-set-dev .package-deals-dev:hover .lesson-plans-dev h3::after {
    width: 70px;
}.pricing-card-set-dev .pricing-tiers-dev {
    display: inline-block;
    position: relative;
    color: rgb(208,191,203);
    font-weight: 700;
    border-radius: 10px;
    padding: 8px 16px;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 10px 0 20px;
    font-size: calc(24px * 1.2);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
}.pricing-card-set-dev .lesson-plans-dev p {
    flex-grow: 1;
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
    word-break: break-word;
    margin-bottom: 0;
    white-space: normal;
    overflow-wrap: break-word;
}.pricing-card-set-dev .lightbox-image-dev {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
}.pricing-card-set-dev .package-deals-dev:hover .lightbox-image-dev {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-card-set-dev .plan-rates-dev {
    grid-template-columns: repeat(2, 1fr);
}.pricing-card-set-dev .lesson-plans-dev {
    padding: 40px;
}.pricing-card-set-dev .lightbox-image-dev {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing-card-set-dev .study-pricing-dev {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.pricing-card-set-dev .plan-rates-dev {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.pricing-card-set-dev .class-deals-dev {
    width: 35%;
    margin: 0;
    text-align: left;
}.pricing-card-set-dev .class-deals-dev h2::after {
    transform: none;
    left: 0;
}.pricing-card-set-dev .group-plans-dev {
    margin: 0;
}
}

@media (min-width: 1200px) {.pricing-card-set-dev .plan-rates-dev {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-card-set-dev .lesson-plans-dev h3 {
    font-size: calc(24px * 1.1);
}.pricing-card-set-dev .pricing-tiers-dev {
    font-size: calc(24px * 1.3);
}.pricing-card-set-dev .lightbox-image-dev {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing-card-set-dev {
    padding: 80px 0;
}.pricing-card-set-dev .lesson-plans-dev {
    padding: 30px 20px;
}.pricing-card-set-dev .pricing-tiers-dev {
    padding: 6px 12px;
    font-size: 24px;
}.pricing-card-set-dev .lightbox-image-dev {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing-card-set-dev {
    padding: 60px 0;
}.pricing-card-set-dev .class-deals-dev h2 {
    font-size: calc(30px * 0.85);
}.pricing-card-set-dev .lesson-plans-dev h3 {
    font-size: calc(24px * 0.95);
}.pricing-card-set-dev .lightbox-image-dev {
    height: 160px;
}}.secure-chamber-dev {
    background-color: rgb(233,225,231);
    color: #000000;
    padding: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.secure-chamber-dev h1 {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 44px;
    color: rgb(208,191,203);
    font-weight: 700;
}.secure-chamber-dev h2 {
    font-weight: 700;
    margin: 15px 0;
    color: rgb(173,152,167);
    font-family: Arial, sans-serif;
    font-size: 34px;
}.secure-chamber-dev h3, .secure-chamber-dev h4, .secure-chamber-dev h5, .secure-chamber-dev h6 {
    color: rgb(173,152,167);
    margin: 1rem 0;
}.secure-chamber-dev ul {
    padding: 0;
    list-style-type: none;
}.secure-chamber-dev li {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.secure-chamber-dev li:before {
    width: 1em;
    display: inline-block;
    color: rgb(208,191,203);
    margin-left: -1em;
    content: "\2022";
}
@media only screen and (max-width: 800px) {.secure-chamber-dev {
    padding: 30px;
}.secure-chamber-dev h1 {
    font-size: calc(19px * 0.9);
}.secure-chamber-dev h2 {
    font-size: calc(19px * 0.9);
}.secure-chamber-dev li {
    font-size: calc(15px * 0.9);
}}.cookie-popup-disclosure-dev {
    width: 100%;
    background: rgb(233,225,231);
    border-top: 2px solid rgb(208,191,203);
    position: fixed;
    z-index: 90;
    bottom: 0;
}.secure-cookies-dev {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.cookie-popup-disclosure-dev h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-popup-disclosure-dev p {
    font-size: 18px;
}.digital-cookies-dev {
    flex-shrink: 0;
    margin-right: 10px;
}.digital-cookies-dev svg, .digital-cookies-dev svg path, .digital-cookies-dev img {
    height: 100px;
    width: 100px;
    fill: rgb(208,191,203);
}.edu-accept-dev {
    border-bottom: 2px solid rgb(208,191,203);
    cursor: pointer;
    text-align: center;
    color: rgb(208,191,203);
    flex-shrink: 0;
    min-width: 120px;
    margin-left: 10px;
    line-height: 35px;
    font-size: 24px;
    white-space: nowrap;
    text-decoration: none;
}.cookie-popup-disclosure-dev p a {
    text-decoration: none;
    color: rgb(208,191,203);
}#cookie-disclosure-dev {
    display: none;
}#cookie-disclosure-dev:checked ~ .cookie-popup-disclosure-dev {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-popup-disclosure-dev {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.digital-cookies-dev {
    display: none;
}.secure-cookies-dev {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-popup-disclosure-dev h5 {
    text-align: center;
}.cookie-popup-disclosure-dev p {
    text-align: center;
}.cookie-window-dev {
    margin-bottom: 20px;
}body .core-container-dev .edu-accept-dev {
    margin-left: 0;
}}
.core-container-dev .secure-cookies-dev {
    justify-content: flex-end;
}.core-container-dev .edu-accept-dev {
    background: rgb(208,191,203);
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
}.core-container-dev .cookie-window-dev {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.core-container-dev .edu-accept-dev {
    margin-left: 0;
    margin-bottom: 10px;
}}.teaching-experience-dev {
    padding: 60px 30px;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgb(208,191,203,0.5) 100%);
    min-height: 400px;
    overflow: hidden;
    position: relative;
}.teaching-experience-dev::before {
    width: 200px;
    top: -50px;
    content: "";
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    right: -50px;
    filter: blur(40px);
    height: 200px;
    background: rgb(173,152,167,0.5);
}.teaching-experience-dev::after {
    animation: float 6s ease-in-out infinite reverse;
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 0;
    filter: blur(30px);
    height: 150px;
    background: rgb(208,191,203,0.5);
    left: -30px;
    bottom: -30px;
    width: 150px;
}.teaching-experience-dev .learner-views-dev {
    gap: 30px;
    flex-wrap: wrap;
    transition: all 0.5s ease;
    display: flex;
    position: relative;
    flex-direction: row;
    transform: rotate(-3deg);
    z-index: 1;
}.teaching-experience-dev .learner-views-dev:hover {
    transform: rotate(0deg) scale(1.02);
}.teaching-experience-dev .lightbox-image-dev {
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    border-radius: 21px;
    box-shadow: 15px 15px 0 rgb(173,152,167,0.5);
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(20px);
    width: 280px;
    height: 350px;
}.teaching-experience-dev .learner-views-dev:hover .lightbox-image-dev {
    box-shadow: 20px 20px 0 rgb(173,152,167);
    transform: translateY(0);
}.teaching-experience-dev .emp-container-dev {
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: all 0.4s ease;
    min-width: 280px;
    position: relative;
    justify-content: center;
    transform: translateX(-30px) rotate(3deg);
    background: #ffffff;
    flex-direction: column;
    flex: 1;
    border-radius: 21px;
}.teaching-experience-dev .learner-views-dev:hover .emp-container-dev {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}.teaching-experience-dev .name {
    font-size: 37px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(208,191,203);
    position: relative;
}.teaching-experience-dev .name::after {
    content: "";
    bottom: 0;
    width: 60px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(173,152,167) 0%, transparent 100%);
    left: 0;
    position: absolute;
    height: 4px;
}.teaching-experience-dev .emp-container-dev > div:nth-child(2) {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    opacity: 0.8;
    font-size: 13px;
}.teaching-experience-dev .job-expertise-dev {
    position: relative;
    font-size: calc(13px + 2px);
    padding-left: 20px;
    line-height: 1.6;
    font-style: italic;
    border-left: 3px solid rgb(173,152,167,0.5);
    color: #000000;
}.teaching-experience-dev .job-expertise-dev::before {
    top: -20px;
    position: absolute;
    color: rgb(208,191,203);
    left: -15px;
    font-family: Arial, sans-serif;
    font-size: 80px;
    opacity: 0.1;
    content: "";
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.teaching-experience-dev {
    padding: 40px 20px;
}.teaching-experience-dev .learner-views-dev {
    flex-direction: column;
    gap: 20px;
}.teaching-experience-dev .lightbox-image-dev {
    width: 220px;
    height: 280px;
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
}.teaching-experience-dev .emp-container-dev {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.teaching-experience-dev .learner-views-dev:hover .lightbox-image-dev {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.teaching-experience-dev {
    padding: 30px 15px;
}.teaching-experience-dev .lightbox-image-dev {
    width: 180px;
    height: 220px;
}.teaching-experience-dev .emp-container-dev {
    padding: 20px;
}.teaching-experience-dev .name {
    font-size: calc(37px - 4px);
}.teaching-experience-dev .job-expertise-dev {
    font-size: 13px;
}}.opening-board-dev {
    overflow: hidden;
    position: relative;
    padding: 120px 40px;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgb(173,152,167,0.5) 100%);
}.opening-board-dev::before {
    opacity: 0.5;
    background: radial-gradient(circle at 30% 70%, rgb(208,191,203,0.5) 0%, transparent 70%);
    height: 100%;
    animation: pulse 15s infinite alternate;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}.opening-board-dev::after {
    z-index: 0;
    width: 25vw;
    content: "";
    height: 25vw;
    opacity: 0.1;
    position: absolute;
    right: -10px;
    top: -10px;
    background: rgb(173,152,167,0.5);
    transform: rotate(-5deg);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}.opening-board-dev > div {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1400px;
    z-index: 2;
    position: relative;
    gap: 60px;
}.opening-board-dev h1.skill-quick-dev {
    position: relative;
    transform: translateX(-8px);
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 24px;
}.opening-board-dev h1.skill-quick-dev::after {
    animation: expandWidth 1.2s ease-out forwards;
    width: 80px;
    background: linear-gradient(90deg, rgb(208,191,203) 0%, rgb(173,152,167) 100%);
    left: 0;
    transform-origin: left;
    height: 4px;
    bottom: -12px;
    content: "";
    position: absolute;
}.opening-board-dev p {
    margin-top: 16px;
    transform: translateY(10px);
    opacity: 0;
    line-height: 1.6;
    max-width: 550px;
    animation: fadeUp 0.8s ease-out forwards 0.5s;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    color: #000000;
}.opening-board-dev .learning-page-dev {
    animation: fadeScale 1s ease-out forwards 0.2s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
    transform: translateY(0);
}.opening-board-dev .study-growth-dev {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}.opening-board-dev .study-growth-dev::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}.opening-board-dev .study-growth-dev::after {
    bottom: 0;
    height: 40%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    width: 100%;
    z-index: 2;
}.opening-board-dev .study-growth-dev span {
    bottom: 0;
    z-index: 3;
    padding: 40px;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    position: absolute;
    animation: fadeUp 0.8s ease-out forwards 0.8s;
    width: 100%;
}.opening-board-dev .study-growth-dev h3 {
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    line-height: 1.4;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.opening-board-dev .study-growth-dev:hover {
    transform: translateY(-5px) scale(1.01);
}.opening-board-dev .learning-page-dev:hover {
    transform: translateY(-5px);
}

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

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

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

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {.opening-board-dev {
    padding: 150px 60px;
}.opening-board-dev > div {
    gap: 80px;
    align-items: center;
    grid-template-columns: 1fr 1.3fr;
}.opening-board-dev h1.skill-quick-dev {
    transform: translateX(-16px);
}.opening-board-dev h1.skill-quick-dev::after {
    width: 120px;
}
  
  @keyframes expandWidth {
    0% {
      width: 0;
    }
    100% {
      width: 120px;
    }
  }
}

@media screen and (max-width: 767px) {.opening-board-dev {
    padding: 80px 24px;
}.opening-board-dev::before {
    background-position: center top;
}.opening-board-dev::after {
    width: 50vw;
    height: 50vw;
}.opening-board-dev .study-growth-dev {
    aspect-ratio: 4/3;
}.opening-board-dev .study-growth-dev span {
    padding: 24px;
}
}

@media (prefers-reduced-motion: reduce) {.opening-board-dev::before,
  .opening-board-dev h1.skill-quick-dev::after,
  .opening-board-dev p,
  .opening-board-dev .learning-page-dev,
  .opening-board-dev .study-growth-dev span {
    opacity: 1;
    transform: none;
    animation: none;
}.opening-board-dev .study-growth-dev:hover,
  .opening-board-dev .learning-page-dev:hover {
    transform: none;
}
}

@media (hover: hover) {.opening-board-dev .study-growth-dev::before {
    transition: opacity 0.3s ease;
}.opening-board-dev .study-growth-dev:hover::before {
    opacity: 0.7;
}}.program-offerings-dev {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgba(245, 247, 250, 0.95) 100%);
}.program-offerings-dev::before {
    background: linear-gradient(145deg, rgb(208,191,203,0.5) 10%, rgb(173,152,167,0.5) 90%);
    width: 35%;
    right: -10%;
    height: 70%;
    filter: blur(20px);
    position: absolute;
    z-index: 1;
    opacity: 0.07;
    top: -5%;
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    animation: float 15s infinite alternate ease-in-out;
}.program-offerings-dev::after {
    background: linear-gradient(215deg, rgb(173,152,167,0.5) 10%, rgb(208,191,203,0.5) 90%);
    bottom: -5%;
    left: -5%;
    opacity: 0.05;
    height: 50%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    width: 25%;
    z-index: 1;
    position: absolute;
    filter: blur(15px);
    content: "";
    transform: rotate(10deg) skewX(10deg);
}.program-offerings-dev .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.program-offerings-dev .skill-up-dev {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 3rem;
}.program-offerings-dev .lightbox-image-dev {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    min-height: 350px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}.program-offerings-dev .lightbox-image-dev::before {
    content: "";
    z-index: 2;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
}.program-offerings-dev .lightbox-image-dev::after {
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    height: 100%;
    content: "";
    width: 50%;
    position: absolute;
    z-index: 3;
    animation: shine 10s infinite;
    transform: skewX(-25deg);
}.program-offerings-dev .text-wrapper-dev {
    position: relative;
    transform: translateZ(0);
    padding: 1.5rem 0;
}.program-offerings-dev h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(24px * 1.1);
    opacity: 1;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-left: 1rem;
    transform: translateY(0);
}.program-offerings-dev h3::before {
    transform: scaleY(0.7);
    top: 0.2em;
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(208,191,203), rgb(173,152,167));
    left: 0;
    transition: transform 0.4s ease;
    content: "";
    height: 85%;
}.program-offerings-dev p.description {
    color: #000000;
    margin-bottom: 2rem;
    max-height: 300px;
    position: relative;
    padding-right: 1rem;
    display: block;
    line-height: 1.7;
    overflow-y: auto;
    font-size: 16px;
}.program-offerings-dev p.description::-webkit-scrollbar {
    width: 4px;
}.program-offerings-dev p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.program-offerings-dev p.description::-webkit-scrollbar-thumb {
    background: rgb(173,152,167,0.5);
    border-radius: 10px;
}.program-offerings-dev span.description {
    display: none;
}.program-offerings-dev .text-wrapper-dev div {
    position: relative;
}.program-offerings-dev .text-wrapper-dev div::after {
    content: "";
    height: 30px;
    background: linear-gradient(to top, rgb(233,225,231) 20%, transparent);
    right: 0;
    width: 25%;
    pointer-events: none;
    bottom: 0;
    position: absolute;
    opacity: 0.8;
}

@media (min-width: 768px) {.program-offerings-dev {
    padding: 8rem 0;
}.program-offerings-dev .skill-up-dev {
    gap: 3.5rem;
    align-items: center;
    grid-template-columns: 0.9fr 1.1fr;
}.program-offerings-dev .lightbox-image-dev {
    min-height: 450px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.program-offerings-dev h3 {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    font-size: calc(24px * 1.3);
}.program-offerings-dev h3::before {
    width: 5px;
}.program-offerings-dev p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}

@media (min-width: 992px) {.program-offerings-dev {
    padding: 10rem 0;
}.program-offerings-dev .skill-up-dev {
    gap: 5rem;
    grid-template-columns: 0.85fr 1.15fr;
}.program-offerings-dev .lightbox-image-dev {
    min-height: 500px;
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
}.program-offerings-dev .lightbox-image-dev:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.program-offerings-dev h3 {
    padding-left: 2rem;
    font-size: calc(24px * 1.4);
}.program-offerings-dev h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.program-offerings-dev .skill-up-dev {
    gap: 6rem;
    grid-template-columns: 0.8fr 1.2fr;
}.program-offerings-dev .lightbox-image-dev {
    min-height: 550px;
}.program-offerings-dev h3 {
    font-size: calc(24px * 1.5);
}}

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(-18deg) translateY(20px);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.about-this-dev {
    padding: 100px 0;
    position: relative;
    background-color: rgb(233,225,231);
    overflow: hidden;
}.about-this-dev::before {
    top: 0;
    content: "";
    width: 100%;
    background-size: 20px 100%, 20px 100%, 20px 100%;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(90deg, rgb(233,225,231) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    z-index: 1;
}.about-this-dev::after {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.05;
    top: 0;
    left: 0;
    background:
        linear-gradient(0deg, rgb(233,225,231) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    background-size: 100% 20px, 100% 20px, 100% 20px;
    z-index: 1;
    height: 100%;
}.about-this-dev .container {
    z-index: 5;
    position: relative;
}.about-this-dev h2 {
    font-size: 34px;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}.about-this-dev h2::before {
    width: 50px;
    position: absolute;
    height: 2px;
    left: 50%;
    background-color: rgb(208,191,203);
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
}.about-this-dev .knowledge-study-dev {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: relative;
    gap: 30px;
}.about-this-dev .how-grow-dev {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
    z-index: 2;
    border-top: 3px solid transparent;
}.about-this-dev .how-grow-dev:first-child {
    border-top-color: rgb(208,191,203);
}.about-this-dev .how-grow-dev:last-child {
    border-top-color: rgb(173,152,167);
}.about-this-dev .how-grow-dev:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.about-this-dev .how-grow-dev h3 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 18px;
}.about-this-dev .how-grow-dev:first-child h3 {
    color: rgb(208,191,203);
}.about-this-dev .how-grow-dev:last-child h3 {
    color: rgb(173,152,167);
}.about-this-dev .how-grow-dev h3::after {
    width: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    background-color: currentColor;
    bottom: -5px;
}.about-this-dev .how-grow-dev:hover h3::after {
    width: 100%;
}.about-this-dev .how-grow-dev p {
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}.about-this-dev .how-grow-dev::before {
    left: -5px;
    content: "";
    position: absolute;
    opacity: 0;
    width: 10px;
    height: 10px;
    top: -5px;
    border-left: 2px solid rgb(208,191,203);
    border-top: 2px solid rgb(208,191,203);
    transition: all 0.3s ease;
}.about-this-dev .how-grow-dev::after {
    content: "";
    bottom: -5px;
    border-right: 2px solid rgb(208,191,203);
    transition: all 0.3s ease;
    height: 10px;
    width: 10px;
    opacity: 0;
    right: -5px;
    position: absolute;
    border-bottom: 2px solid rgb(208,191,203);
}.about-this-dev .how-grow-dev:last-child::before,
.about-this-dev .how-grow-dev:last-child::after {
    border-color: rgb(173,152,167);
}.about-this-dev .how-grow-dev:hover::before,
.about-this-dev .how-grow-dev:hover::after {
    height: 25px;
    opacity: 1;
    width: 25px;
}.about-this-dev .container::before {
    width: 100px;
    left: -50px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    height: 100px;
    top: -50px;
    opacity: 0.2;
    border: 15px solid rgb(208,191,203,0.5);
    content: "";
}.about-this-dev .container::after {
    height: 140px;
    content: "";
    width: 140px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    right: -70px;
    opacity: 0.2;
    border: 15px solid rgb(173,152,167,0.5);
    bottom: -70px;
}

@media screen and (max-width: 992px) {.about-this-dev {
    padding: 80px 0;
}.about-this-dev .knowledge-study-dev {
    gap: 30px;
    grid-template-columns: 1fr;
}.about-this-dev h2 {
    margin-bottom: 40px;
}.about-this-dev .container::before {
    left: -30px;
    height: 60px;
    border-width: 10px;
    top: -30px;
    width: 60px;
}.about-this-dev .container::after {
    width: 100px;
    height: 100px;
    border-width: 10px;
    bottom: -50px;
    right: -50px;
}
}

@media screen and (max-width: 768px) {.about-this-dev {
    padding: 60px 0;
}.about-this-dev h2 {
    font-size: calc(34px * 0.9);
}.about-this-dev .how-grow-dev {
    padding: 30px;
}.about-this-dev .how-grow-dev h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.about-this-dev {
    padding: 50px 0;
}.about-this-dev h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.about-this-dev h2::before {
    width: 40px;
}.about-this-dev .how-grow-dev {
    padding: 25px;
}.about-this-dev .how-grow-dev h3 {
    margin-bottom: 12px;
    font-size: calc(18px * 0.85);
}.about-this-dev .how-grow-dev p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.about-this-dev .how-grow-dev:hover::before,
    .about-this-dev .how-grow-dev:hover::after {
    height: 20px;
    width: 20px;
}.about-this-dev .container::before,
    .about-this-dev .container::after {
    display: none;
}}.gratBlock-dev {
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgb(173,152,167,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.gratBlock-dev::before {
    top: -50%;
    position: absolute;
    opacity: 0.3;
    width: 200%;
    left: -50%;
    content: "";
    background: radial-gradient(circle at center, rgb(208,191,203,0.5) 0%, transparent 70%);
    animation: rotate 60s linear infinite;
    height: 200%;
    pointer-events: none;
}.gratBlock-dev::after {
    left: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(173,152,167,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(173,152,167,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(173,152,167,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(173,152,167,0.5) 1px, transparent 1px);
    width: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.15;
    background-size: 100px 100px;
    height: 100%;
    top: 0;
    position: absolute;
}.gratBlock-dev .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.gratBlock-dev .class-pro-dev {
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateZ(0);
    grid-gap: 2.5rem;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
}.gratBlock-dev .class-pro-dev > div:first-child {
    position: relative;
    background: linear-gradient(45deg, rgb(208,191,203,0.5) 0%, rgb(208,191,203) 100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateY(0) rotateX(0deg);
    padding: 2.5rem;
}.gratBlock-dev .class-pro-dev > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}.gratBlock-dev .class-pro-dev > div:first-child::before {
    position: absolute;
    left: 50%;
    height: 10px;
    opacity: 0.7;
    filter: blur(10px);
    transform: translateX(-50%);
    width: 90%;
    bottom: -10px;
    content: "";
    background: rgb(208,191,203,0.5);
}.gratBlock-dev h5 {
    margin: 0;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.gratBlock-dev .class-pro-dev > div:last-child {
    border-left: 4px solid rgb(173,152,167);
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateY(0);
}.gratBlock-dev .class-pro-dev > div:last-child:hover {
    transform: translateY(-5px);
}.gratBlock-dev .class-pro-dev > div:last-child::before {
    width: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(173,152,167,0.5) 100%);
    height: 100%;
    position: absolute;
    opacity: 0.05;
    content: "";
    left: 0;
}.gratBlock-dev a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}.gratBlock-dev a:hover {
    transform: scale(1.01);
}.gratBlock-dev a:focus {
    outline-offset: 4px;
    outline: 2px dashed rgb(173,152,167);
}.gratBlock-dev p {
    color: #000000;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (min-width: 768px) {.gratBlock-dev {
    padding: 7rem 0;
}.gratBlock-dev .class-pro-dev {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 3rem;
}.gratBlock-dev .class-pro-dev > div:first-child {
    padding: 3rem;
    transform: translateY(0) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.gratBlock-dev .class-pro-dev > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.gratBlock-dev h5 {
    font-size: calc(18px * 1.1);
    text-align: left;
}.gratBlock-dev .class-pro-dev > div:last-child {
    padding: 3rem;
}
}

@media (min-width: 992px) {.gratBlock-dev {
    padding: 9rem 0;
}.gratBlock-dev .class-pro-dev {
    grid-gap: 4rem;
}.gratBlock-dev .class-pro-dev > div:first-child {
    padding: 4rem;
}.gratBlock-dev h5 {
    font-size: calc(18px * 1.2);
}.gratBlock-dev .class-pro-dev > div:last-child {
    padding: 4rem;
}.gratBlock-dev p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.gratBlock-dev {
    padding: 4rem 0;
}.gratBlock-dev .class-pro-dev > div:first-child,
  .gratBlock-dev .class-pro-dev > div:last-child {
    padding: 2rem;
}.gratBlock-dev h5 {
    font-size: calc(18px * 0.9);
}.gratBlock-dev p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.gratBlock-dev {
    padding: 3rem 0;
}.gratBlock-dev .container {
    padding: 0 1.5rem;
}.gratBlock-dev .class-pro-dev > div:first-child,
  .gratBlock-dev .class-pro-dev > div:last-child {
    padding: 1.5rem;
}.gratBlock-dev h5 {
    font-size: calc(18px * 0.85);
}}.potential-learners-dev {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}.potential-learners-dev::before {
    left: 0;
    background-size: 40px 40px;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(rgb(208,191,203,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(208,191,203,0.5) 1px, transparent 1px);
    opacity: 0.03;
    position: absolute;
    z-index: 0;
    content: "";
}.potential-learners-dev .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.potential-learners-dev .class-pro-dev {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}.potential-learners-dev h4 {
    border-left: 4px solid rgb(208,191,203);
    font-weight: 600;
    margin-bottom: 60px;
    font-size: 33px;
    position: relative;
    padding-left: 20px;
    color: #000000;
    line-height: 1.3;
}.potential-learners-dev div {
    counter-reset: item;
    display: flex;
    flex-direction: column;
    gap: 30px;
}.potential-learners-dev div p {
    align-items: center;
    min-height: 50px;
    margin: 0;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
    padding: 0 0 0 70px;
    counter-increment: item;
    position: relative;
    display: flex;
}.potential-learners-dev div p::before {
    align-items: center;
    font-weight: 700;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(208,191,203), 0.1);
    left: 0;
    height: 50px;
    display: flex;
    top: 50%;
    border-radius: 50%;
    background: rgb(233,225,231);
    width: 50px;
    justify-content: center;
    content: counter(item);
    color: rgb(208,191,203);
}.potential-learners-dev div p:hover::before {
    color: #ffffff;
    background: rgb(208,191,203);
    box-shadow: 0 5px 15px rgba(rgb(208,191,203), 0.3);
    transform: translateY(-50%) scale(1.1);
}.potential-learners-dev div p::after {
    width: 1px;
    top: 75px;
    background: rgb(208,191,203,0.5);
    content: "";
    left: 25px;
    opacity: 0.3;
    position: absolute;
    height: calc(100% - 25px);
}.potential-learners-dev div p:last-child::after {
    display: none;
}.potential-learners-dev div p svg {
    width: 24px;
    z-index: 1;
    top: 13px;
    left: 13px;
    height: 24px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}.potential-learners-dev div p:hover svg {
    opacity: 1;
    transform: rotate(15deg);
}.potential-learners-dev div p svg path {
    fill: #ffffff;
}.potential-learners-dev div p:hover {
    color: #000000;
    transform: translateX(5px);
}

@media (max-width: 991px) {.potential-learners-dev {
    padding: 100px 0;
}.potential-learners-dev h4 {
    margin-bottom: 50px;
    font-size: calc(33px - 2px);
}.potential-learners-dev div {
    gap: 25px;
}
}

@media (max-width: 767px) {.potential-learners-dev {
    padding: 80px 0;
}.potential-learners-dev h4 {
    margin-bottom: 40px;
    font-size: calc(33px - 4px);
}.potential-learners-dev div {
    gap: 20px;
}.potential-learners-dev div p {
    padding-left: 60px;
}.potential-learners-dev div p::before {
    height: 45px;
    width: 45px;
}.potential-learners-dev div p::after {
    left: 22px;
    top: 67px;
}.potential-learners-dev div p svg {
    left: 12px;
    width: 21px;
    top: 12px;
    height: 21px;
}
}

@media (max-width: 479px) {.potential-learners-dev {
    padding: 60px 0;
}.potential-learners-dev h4 {
    font-size: calc(33px - 6px);
    padding-left: 15px;
    margin-bottom: 35px;
}.potential-learners-dev div {
    gap: 15px;
}.potential-learners-dev div p {
    font-size: calc(13px - 1px);
    padding-left: 55px;
}.potential-learners-dev div p::before {
    width: 40px;
    height: 40px;
}.potential-learners-dev div p::after {
    top: 60px;
    left: 20px;
}.potential-learners-dev div p svg {
    height: 20px;
    top: 10px;
    left: 10px;
    width: 20px;
}}header {
    z-index: 1000;
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgb(208,191,203,0.5);
    position: fixed;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, 
        rgb(208,191,203) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
}header:before {
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(208,191,203,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(173,152,167,0.5) 0%, transparent 25%);
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
    left: 0;
    content: '';
}header:after {
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    width: 100%;
    pointer-events: none;
    height: 100%;
    opacity: 0.02;
    content: '';
    top: 0;
}header .head-lead-dev {
    overflow: hidden;
    position: relative;
}header .head-lead-dev:before {
    bottom: 0;
    width: 200%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(208,191,203) 25%,
        #ffffff 50%,
        rgb(208,191,203) 75%,
        transparent 100%
    );
    animation: scanlineGlow 4s linear infinite;
    left: -50%;
    opacity: 0.7;
    height: 1px;
    content: '';
    box-shadow: 0 0 15px rgb(208,191,203), 0 0 35px rgb(208,191,203);
}header .container {
    margin: 0 auto;
    padding: 18px 25px;
    max-width: 1200px;
    position: relative;
}header .container:before {
    mix-blend-mode: overlay;
    height: 100%;
    content: '';
    opacity: 0.5;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    pointer-events: none;
    position: absolute;
}header .nav-pro-dev {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .nav-pro-dev:before {
    animation: breathe 5s infinite alternate;
    position: absolute;
    height: 20px;
    content: '';
    transform: translateY(-50%);
    width: 20px;
    left: -10px;
    filter: blur(15px);
    opacity: 0.3;
    top: 50%;
    background: rgb(208,191,203);
    border-radius: 50%;
}header .nav-pro-dev:after {
    filter: blur(15px);
    position: absolute;
    height: 20px;
    width: 20px;
    background: rgb(173,152,167);
    top: 50%;
    animation: breathe 5s infinite alternate-reverse;
    opacity: 0.3;
    right: -10px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
}header .main-skill-dev {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
}header .main-skill-dev:before {
    transform: translateX(-100%);
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,191,203,0.5), 
        transparent
    );
    opacity: 0.15;
    filter: blur(5px);
    left: -5%;
    height: 110%;
    top: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
}header .head-pagebar-dev {
    padding: 8px 2px;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 0 0 1px #ffffff;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}header .head-pagebar-dev:before {
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    transition: all 0.4s ease;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,191,203,0.5), 
        transparent
    );
    transform: skewX(-20deg) scale(0.8, 1);
    opacity: 0;
    left: 0;
    z-index: -1;
}header .head-pagebar-dev:after {
    left: 50%;
    background: linear-gradient(90deg, 
        rgb(208,191,203),
        #ffffff 50%,
        rgb(208,191,203)
    );
    height: 2px;
    content: '';
    position: absolute;
    filter: blur(0.5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -2px;
    opacity: 0.8;
    width: 0;
    transform: translateX(-50%);
}header .head-pagebar-dev:hover {
    transform: translateY(-2px);
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(208,191,203);
}header .head-pagebar-dev:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .head-pagebar-dev:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(208,191,203),
        0 0 10px rgb(208,191,203);
}header .head-learn-dev {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 5px;
    text-decoration: none;
    position: relative;
    align-items: center;
}header .head-learn-dev:before {
    background: radial-gradient(circle, 
        rgb(208,191,203,0.5) 0%, 
        transparent 70%
    );
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    content: '';
    height: 150%;
    width: 150%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}header .head-learn-dev:after {
    top: -5px;
    border: 1px solid transparent;
    border-image: linear-gradient(45deg, rgb(208,191,203), rgb(173,152,167), rgb(208,191,203)) 1;
    height: calc(100% + 10px);
    content: '';
    width: calc(100% + 10px);
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    left: -5px;
}header .head-learn-dev:hover:before {
    opacity: 0.3;
}header .head-learn-dev:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .head-learn-dev svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(208,191,203,0.5));
}header .head-learn-dev:hover svg {
    filter: drop-shadow(0 0 5px rgb(208,191,203));
    transform: scale(1.05);
}header .head-learn-dev:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(208,191,203), rgb(173,152,167), rgb(208,191,203)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(208,191,203), rgb(173,152,167), rgb(208,191,203)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(208,191,203), rgb(173,152,167), rgb(208,191,203)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .main-skill-dev {
    gap: 20px;
}header .head-learn-dev svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main-skill-dev {
    z-index: 1001;
    position: fixed;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 85px 30px 30px;
    -webkit-backdrop-filter: blur(15px);
    gap: 25px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    height: 100vh;
    right: -100%;
    overflow-y: auto;
    max-width: 330px;
    top: 0;
    backdrop-filter: blur(15px);
    flex-direction: column;
    width: 85%;
}header .main-skill-dev:before {
    animation: none;
    left: 10%;
    opacity: 0.3;
    height: 1px;
    top: 70px;
    width: 80%;
}header .main-skill-dev:after {
    position: absolute;
    height: 30px;
    background: transparent;
    right: 20px;
    border: 1px solid rgb(208,191,203,0.5);
    width: 30px;
    opacity: 0.6;
    content: '';
    top: 20px;
}header .menu.active {
    right: 0;
}header .head-pagebar-dev {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgb(208,191,203,0.5);
    opacity: 0.8;
    padding: 12px 5px;
}header .head-pagebar-dev:last-child {
    border-bottom: none;
}header .head-pagebar-dev:hover {
    opacity: 1;
    transform: translateY(0);
}header .head-learn-dev {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head-learn-dev svg {
    height: 35px;
}header .main-skill-dev {
    max-width: 100%;
    width: 100%;
}
}