* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-snap-type: none;
    height: 100%;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}.dev-compliance {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1155px;
    max-width: 100%;
}.dev-wrapper-section {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.dev-nav-page {
    flex: 1 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;
}}
.dev-course-program-info {
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.dev-course-program-info::before {
    transform: rotate(-15deg) translateZ(0);
    content: "";
    width: 35%;
    right: -5%;
    opacity: 0.5;
    height: 70%;
    filter: blur(20px);
    position: absolute;
    background: linear-gradient(225deg, rgb(166,189,193,0.5) 0%, rgb(123,157,172,0.5) 100%);
    top: -10%;
    z-index: 1;
}.dev-course-program-info::after {
    filter: blur(15px);
    left: -2%;
    z-index: 1;
    position: absolute;
    width: 25%;
    bottom: -5%;
    content: "";
    opacity: 0.4;
    transform: rotate(10deg) translateZ(0);
    height: 50%;
    background: linear-gradient(45deg, rgb(123,157,172,0.5) 0%, rgb(166,189,193,0.5) 100%);
}.dev-course-program-info .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.dev-course-program-info .dev-career-ready {
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    display: grid;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    position: relative;
}.dev-course-program-info .dev-img-grid {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
    height: 300px;
    overflow: hidden;
}.dev-course-program-info .dev-img-grid::before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    top: 0;
}.dev-course-program-info .dev-img-grid::after {
    top: 0;
    mix-blend-mode: overlay;
    opacity: 0.2;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(166,189,193);
    width: 100%;
    left: 0;
}.dev-course-program-info .dev-body-content {
    padding: 2.5rem 2rem;
    transform: translateY(-40px);
    background: #ffffff;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    position: relative;
}.dev-course-program-info .dev-body-content h3 {
    line-height: 1.4;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #000000;
    animation-delay: 0.3s;
    position: relative;
}.dev-course-program-info .dev-body-content h3::after {
    display: block;
    margin-top: 1rem;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    transform-origin: left;
    height: 3px;
    background: rgb(166,189,193);
    transform: scaleX(0);
    animation-delay: 0.6s;
    width: 60px;
}.dev-course-program-info .dev-body-content p.description {
    animation-delay: 0.5s;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}.dev-course-program-info .dev-body-content span.description {
    display: none;
}.dev-course-program-info .dev-body-content div {
    overflow-y: auto;
    padding-right: 10px;
    max-height: 300px;
    position: relative;
}.dev-course-program-info .dev-body-content div::-webkit-scrollbar {
    width: 6px;
}.dev-course-program-info .dev-body-content div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.dev-course-program-info .dev-body-content div::-webkit-scrollbar-thumb {
    background: rgb(166,189,193,0.5);
    transition: background 0.3s ease;
}.dev-course-program-info .dev-body-content div::-webkit-scrollbar-thumb:hover {
    background: rgb(166,189,193);
}

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

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

@media (min-width: 768px) {.dev-course-program-info {
    padding: 7rem 0;
}.dev-course-program-info .dev-career-ready {
    transform: perspective(1200px) rotateY(-2deg);
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
    gap: 0;
}.dev-course-program-info .dev-career-ready:hover {
    transform: perspective(1200px) rotateY(0deg);
}.dev-course-program-info .dev-img-grid {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.dev-course-program-info .dev-body-content {
    padding: 3.5rem 3rem 3.5rem 4rem;
    transform: translateY(0) translateX(-50px);
    clip-path: none;
}.dev-course-program-info .dev-body-content h3 {
    font-size: 33px;
    margin-bottom: 2rem;
}.dev-course-program-info .dev-body-content div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.dev-course-program-info {
    padding: 8rem 0;
}.dev-course-program-info .dev-career-ready {
    grid-template-columns: 40% 60%;
}.dev-course-program-info .dev-img-grid {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.dev-course-program-info .dev-img-grid:hover {
    transform: scale(1.03);
}.dev-course-program-info .dev-body-content {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.dev-course-program-info .dev-body-content h3 {
    margin-bottom: 2.5rem;
}.dev-course-program-info .dev-body-content div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.dev-course-program-info .dev-career-ready {
    grid-template-columns: 45% 55%;
}.dev-course-program-info .dev-body-content {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.dev-course-program-info .dev-career-ready:hover .dev-img-grid {
    transform: scale(1.05);
}}.dev-operation-process {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: rgb(214,230,219);
    justify-content: center;
    position: relative;
    min-height: 75vh;
}.dev-operation-process::before {
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgb(166,189,193,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(123,157,172,0.5) 0%, transparent 40%);
    top: 0;
    opacity: 0.6;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
}.dev-operation-process::after {
    left: 50%;
    animation: pulseRings 6s ease-in-out infinite;
    position: absolute;
    top: 50%;
    height: 800px;
    content: "";
    transform: translate(-50%, -50%);
    width: 800px;
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    border-radius: 50%;
    z-index: 1;
}.dev-operation-process .container {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    position: relative;
    display: flex;
    z-index: 5;
    padding: 5rem 2rem;
    justify-content: center;
}.dev-operation-process .dev-story-tl {
    justify-content: center;
    position: relative;
    align-items: center;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    width: 100%;
    aspect-ratio: 1 / 1;
}.dev-operation-process .dev-story-tl::before {
    border-radius: 50%;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    top: 0;
    animation: rotateCircle 20s linear infinite;
    width: 100%;
    border: 2px solid rgb(166,189,193,0.5);
    position: absolute;
}.dev-operation-process .dev-story-tl::after {
    animation: rotateCircle 30s linear infinite reverse;
    content: "";
    height: 80%;
    top: 10%;
    border-radius: 50%;
    left: 10%;
    width: 80%;
    position: absolute;
    border: 2px dashed rgb(123,157,172,0.5);
    opacity: 0.4;
}.dev-operation-process h3 {
    background: #ffffff;
    margin: 0 0 20%;
    border-radius: 22px;
    width: 70%;
    font-size: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem 3rem;
    font-weight: 700;
    max-width: 600px;
    color: rgb(166,189,193);
    text-align: center;
    z-index: 3;
    position: relative;
}.dev-operation-process h3::before {
    left: 50%;
    content: "";
    width: 2px;
    height: 20%;
    z-index: 2;
    bottom: -20%;
    background: linear-gradient(to bottom, rgb(166,189,193), transparent);
    position: absolute;
}.dev-operation-process h3::after {
    content: "";
    bottom: -20%;
    width: 30px;
    left: 50%;
    height: 30px;
    z-index: 2;
    transform: translate(-50%, 50%) rotate(45deg);
    animation: rotateElement 10s linear infinite;
    border-radius: 5px;
    border: 2px solid rgb(166,189,193,0.5);
    position: absolute;
    background: #ffffff;
}.dev-operation-process span {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    text-align: center;
    max-width: 600px;
    width: 70%;
    padding: 2rem 3rem;
    line-height: 1.8;
    border-radius: 22px;
    background: #ffffff;
    z-index: 2;
    font-size: 15px;
}.dev-operation-process span::before {
    z-index: -1;
    content: "";
    animation: glowPulse 4s ease-in-out infinite alternate;
    opacity: 0.3;
    filter: blur(5px);
    inset: -5px;
    position: absolute;
    background: linear-gradient(135deg, rgb(166,189,193,0.5), rgb(123,157,172,0.5));
    border-radius: inherit;
}.dev-operation-process span::after {
    height: 20px;
    background: #ffffff;
    top: -10px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    border: 2px solid rgb(123,157,172,0.5);
    width: 20px;
    content: "";
}

@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateElement {
    0% {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(405deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}

@media (max-width: 992px) {.dev-operation-process .container {
    padding: 4rem 1.5rem;
}.dev-operation-process .dev-story-tl {
    gap: 4rem;
    aspect-ratio: auto;
    height: auto;
}.dev-operation-process h3 {
    margin: 0;
    font-size: calc(35px * 0.9);
    padding: 1.8rem 2.5rem;
    width: 80%;
}.dev-operation-process span {
    font-size: calc(15px * 0.95);
    width: 80%;
    padding: 1.8rem 2.5rem;
}.dev-operation-process h3::before,
    .dev-operation-process h3::after {
    display: none;
}.dev-operation-process span::after {
    display: none;
}.dev-operation-process .dev-story-tl::before,
    .dev-operation-process .dev-story-tl::after {
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 22px;
    height: 100%;
}
}

@media (max-width: 768px) {.dev-operation-process {
    min-height: auto;
    padding: 3rem 0;
}.dev-operation-process .container {
    padding: 0 1.2rem;
}.dev-operation-process .dev-story-tl {
    gap: 2rem;
}.dev-operation-process h3 {
    width: 100%;
    font-size: calc(35px * 0.8);
    padding: 1.5rem 2rem;
}.dev-operation-process span {
    font-size: calc(15px * 0.9);
    padding: 1.5rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.dev-operation-process {
    padding: 2.5rem 0;
}.dev-operation-process .container {
    padding: 0 1rem;
}.dev-operation-process .dev-story-tl {
    gap: 1.5rem;
}.dev-operation-process h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(35px * 0.7);
}.dev-operation-process span {
    padding: 1.2rem 1.5rem;
    font-size: calc(15px * 0.85);
}.dev-operation-process .dev-story-tl::before,
    .dev-operation-process .dev-story-tl::after {
    display: none;
}}.dev-price-plan-item {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.dev-price-plan-item::before {
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}.dev-price-plan-item .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.dev-sub-options {
    position: relative;
}.dev-price-plan-item h2 {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}.dev-price-plan-item h2::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172));
    transform: translateX(-50%);
    height: 3px;
}.dev-price-plan-item .dev-group-plans {
    line-height: 1.6;
    max-width: 800px;
    font-size: 12px;
    opacity: 0.9;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 50px;
}.dev-price-plan-item .dev-class-rates {
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
}.dev-price-plan-item .dev-study-costs {
    will-change: transform;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: block;
}.dev-price-plan-item .dev-study-costs:hover {
    transform: translateY(-8px);
}.dev-price-plan-item .dev-fee-package {
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 4px;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    height: 100%;
}.dev-price-plan-item .dev-study-costs:hover .dev-fee-package {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.2);
}.dev-price-plan-item .dev-edu-deals {
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    padding: 35px 30px;
}.dev-price-plan-item .dev-fee-package::before {
    left: 0;
    z-index: 1;
    height: 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172));
    content: "";
    width: 100%;
}.dev-price-plan-item .dev-edu-deals h4 {
    margin: 0 0 20px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: calc(24px + 2px);
}.dev-price-plan-item .dev-edu-deals h4::after {
    background-color: rgb(123,157,172);
    content: "";
    height: 2px;
    left: 0;
    bottom: 0;
    width: 40px;
    position: absolute;
}.dev-price-plan-item .dev-edu-deals p {
    color: #ffffff;
    margin: 0 0 25px;
    font-size: 12px;
    white-space: normal;
    line-height: 1.6;
    hyphens: auto;
    overflow-wrap: break-word;
    opacity: 0.85;
    flex-grow: 1;
    word-wrap: break-word;
}.dev-price-plan-item .dev-value-plan {
    font-size: calc(24px + 4px);
    background: linear-gradient(135deg, rgb(166,189,193,0.5) 0%, rgb(123,157,172,0.5) 100%);
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    border-radius: 3px;
    z-index: 1;
    letter-spacing: 0.5px;
}.dev-price-plan-item .dev-value-plan::before {
    z-index: -1;
    content: "";
    opacity: 0.6;
    position: absolute;
    transition: opacity 0.3s ease;
    inset: 0;
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(166,189,193,0.5) 0%, rgb(123,157,172,0.5) 100%);
}.dev-price-plan-item .dev-study-costs:hover .dev-value-plan::before {
    opacity: 1;
}.dev-price-plan-item li:nth-child(even) .dev-fee-package::before {
    background: linear-gradient(90deg, rgb(123,157,172), rgb(166,189,193));
}

@media (max-width: 1200px) {.dev-price-plan-item {
    padding: 100px 0;
}.dev-price-plan-item .dev-class-rates {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.dev-price-plan-item {
    padding: 80px 0;
}.dev-price-plan-item .dev-class-rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.dev-price-plan-item .dev-edu-deals {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.dev-price-plan-item {
    padding: 60px 0;
}.dev-price-plan-item h2 {
    font-size: calc(32px - 4px);
}.dev-price-plan-item .dev-group-plans {
    font-size: calc(12px - 1px);
    margin-bottom: 40px;
}.dev-price-plan-item .dev-class-rates {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.dev-price-plan-item .dev-edu-deals h4 {
    font-size: 24px;
}.dev-price-plan-item .dev-value-plan {
    font-size: 24px;
}
}

@media (max-width: 480px) {.dev-price-plan-item {
    padding: 50px 0;
}.dev-price-plan-item .dev-edu-deals {
    padding: 25px 20px;
}.dev-price-plan-item h2 {
    font-size: calc(32px - 6px);
}.dev-price-plan-item .dev-group-plans {
    font-size: calc(12px - 2px);
}}.dev-trackingNoticeDialog {
    background: rgb(214,230,219);
    width: 100%;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(166,189,193);
    z-index: 90;
}.dev-data-approve {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}#dev-cookieConsentAlert {
    display: none;
}#dev-cookieConsentAlert:checked ~ .dev-trackingNoticeDialog {
    visibility: hidden;
    opacity: 0;
}.dev-trackingNoticeDialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.dev-trackingNoticeDialog p {
    font-size: 18px;
}.dev-consent-learn {
    margin-right: 10px;
    flex-shrink: 0;
}.dev-consent-learn svg, .dev-consent-learn svg path, .dev-consent-learn img {
    width: 100px;
    fill: rgb(166,189,193);
    height: 100px;
}.dev-privacy-learn {
    cursor: pointer;
    border-bottom: 2px solid rgb(166,189,193);
    flex-shrink: 0;
    text-align: center;
    min-width: 120px;
    text-decoration: none;
    margin-left: 10px;
    line-height: 35px;
    font-size: 24px;
    white-space: nowrap;
    color: rgb(166,189,193);
}.dev-trackingNoticeDialog p a {
    text-decoration: none;
    color: rgb(166,189,193);
}
@media only screen and (max-width: 1200px) {.dev-trackingNoticeDialog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.dev-consent-learn {
    display: none;
}.dev-data-approve {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.dev-trackingNoticeDialog h5 {
    text-align: center;
}.dev-trackingNoticeDialog p {
    text-align: center;
}.dev-data-guard {
    margin-bottom: 20px;
}body .dev-wrapper-section .dev-privacy-learn {
    margin-bottom: 10px;
    margin-left: 0;
}}
.dev-wrapper-section .dev-trackingNoticeDialog {
    box-shadow: rgb(166,189,193,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}.dev-wrapper-section .dev-privacy-learn {
    background: rgb(166,189,193);
    margin-left: 30px;
    padding: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    border: none;
}.dev-wrapper-section .dev-consent-learn {
    align-items: center;
    width: 80px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    background:rgb(166,189,193);
    height: 80px;
}.dev-wrapper-section .dev-consent-learn svg, .dev-wrapper-section .dev-consent-learn svg path, .dev-wrapper-section .dev-consent-learn img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.dev-wrapper-section .dev-data-guard h5, .dev-wrapper-section .dev-data-guard p {
    color: #000000;
}
@media only screen and (max-width: 800px){.dev-wrapper-section .dev-consent-learn {
    margin: 0;
    margin-bottom: 14px;
}}.dev-our-team {
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    background: rgb(214,230,219);
    position: relative;
}.dev-our-team::before {
    bottom: 0;
    right: 0;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.05;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgb(166,189,193,0.5) 10px,
            rgb(166,189,193,0.5) 11px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(123,157,172,0.5) 10px,
            rgb(123,157,172,0.5) 11px
        );
    content: "";
}.dev-our-team .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    z-index: 2;
    position: relative;
}.dev-our-team h2 {
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    font-size: 33px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}.dev-our-team h2::before {
    left: 50%;
    bottom: 0;
    background: rgb(166,189,193);
    content: "";
    width: 60px;
    height: 5px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    transform: translateX(-50%);
    position: absolute;
}.dev-our-team h2::after {
    width: 10px;
    background: rgb(123,157,172);
    bottom: -3px;
    position: absolute;
    height: 10px;
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    animation: float 3s ease-in-out infinite;
}@keyframes float {
    0%, 100% {
        transform: translateX(-50%) rotate(45deg) translateY(0);
    }
    50% {
        transform: translateX(-50%) rotate(45deg) translateY(-5px);
    }
}

.dev-our-team .dev-belief-core {
    flex-direction: column;
    display: flex;
    gap: 40px;
}.dev-our-team .dev-mastery-zone {
    padding: 40px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 4px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 25px;
}.dev-our-team .dev-mastery-zone:nth-child(1) {
    border-top-color: rgb(166,189,193);
}.dev-our-team .dev-mastery-zone:nth-child(2) {
    border-top-color: rgb(123,157,172);
}.dev-our-team .dev-mastery-zone::before {
    position: absolute;
    transition: all 0.5s ease;
    width: 200px;
    right: -100px;
    background: linear-gradient(45deg, rgb(166,189,193,0.5), transparent);
    opacity: 0.1;
    border-radius: 50%;
    height: 200px;
    top: -100px;
    content: "";
}.dev-our-team .dev-mastery-zone:nth-child(2)::before {
    left: -100px;
    background: linear-gradient(45deg, rgb(123,157,172,0.5), transparent);
    top: -100px;
}.dev-our-team .dev-mastery-zone:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.dev-our-team .dev-mastery-zone:hover::before {
    transform: scale(1.5);
}.dev-our-team .dev-mastery-zone::after {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    opacity: 0.1;
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
}.dev-our-team .dev-mastery-zone h3 {
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 22px;
    position: relative;
}.dev-our-team .dev-mastery-zone:nth-child(1) h3 {
    color: rgb(166,189,193);
}.dev-our-team .dev-mastery-zone:nth-child(2) h3 {
    color: rgb(123,157,172);
}.dev-our-team .dev-mastery-zone h3::after {
    bottom: -5px;
    content: "";
    height: 2px;
    width: 0;
    background: currentColor;
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
}.dev-our-team .dev-mastery-zone:hover h3::after {
    width: 100%;
}.dev-our-team .dev-mastery-zone p {
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    color: #000000;
    font-size: 14px;
}.dev-our-team::after {
    opacity: 0.2;
    top: 0;
    width: 100%;
    background-size: 60px 60px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(166,189,193,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(123,157,172,0.5) 1px, transparent 1px);
    height: 100%;
    animation: moveDots 100s linear infinite;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
}@keyframes moveDots {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 500px;
    }
}

.dev-our-team .container::before,
.dev-our-team .container::after {
    background: linear-gradient(to bottom, rgb(166,189,193,0.5), transparent);
    position: absolute;
    z-index: -1;
    animation: scanline 3s linear infinite;
    content: "";
    top: 0;
    width: 2px;
    bottom: 0;
}.dev-our-team .container::before {
    left: 10%;
    height: 50%;
    animation-delay: 1s;
}.dev-our-team .container::after {
    height: 70%;
    background: linear-gradient(to bottom, rgb(123,157,172,0.5), transparent);
    right: 10%;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.dev-our-team .dev-mastery-zone:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}.dev-our-team .dev-mastery-zone:nth-child(2) {
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.dev-our-team {
    padding: 90px 0;
}.dev-our-team h2 {
    margin-bottom: 50px;
}.dev-our-team .dev-mastery-zone {
    padding: 30px;
}
}

@media (max-width: 768px) {.dev-our-team {
    padding: 70px 0;
}.dev-our-team h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.dev-our-team .dev-mastery-zone {
    padding: 25px;
}.dev-our-team .dev-mastery-zone h3 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.dev-our-team {
    padding: 50px 0;
}.dev-our-team h2 {
    font-size: calc(33px * 0.8);
    letter-spacing: 1px;
    margin-bottom: 35px;
}.dev-our-team h2::before {
    height: 4px;
    width: 40px;
}.dev-our-team .dev-mastery-zone {
    padding: 20px;
}.dev-our-team .dev-mastery-zone p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.dev-our-team .container::before,
    .dev-our-team .container::after {
    display: none;
}}.dev-privacy-stronghold {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 50px;
    width: 100%;
    z-index: 1;
    position: relative;
    margin: auto;
}.dev-privacy-stronghold::before {
    top: -10px;
    position: absolute;
    content: '';
    left: -10px;
    bottom: -10px;
    z-index: -1;
    border: 1px solid rgb(166,189,193);
    right: -10px;
}.dev-privacy-stronghold::after {
    border-radius: 10px;
    border: 1px dashed rgb(123,157,172);
    top: 20px;
    z-index: -1;
    content: '';
    right: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}.dev-privacy-stronghold h1 {
    margin-bottom: 30px;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-bottom: 15px;
    color: rgb(166,189,193);
    border-bottom: 3px double rgb(166,189,193);
    margin-top: 40px;
}.dev-privacy-stronghold h2 {
    margin-top: 30px;
    border-bottom: 2px dashed rgb(123,157,172);
    padding-bottom: 10px;
    color: rgb(123,157,172);
    font-size: 31px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: left;
}.dev-privacy-stronghold h3, .dev-privacy-stronghold h4, .dev-privacy-stronghold h5, .dev-privacy-stronghold h6 {
    font-family: Arial, sans-serif;
    padding-left: 10px;
    border-left: 4px solid #000000;
    font-weight: 400;
    margin-top: 25px;
    color: #000000;
    margin-bottom: 15px;
    font-size: 18px;
}.dev-privacy-stronghold ul, .dev-privacy-stronghold ol {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding-left: 20px;
    list-style-position: inside;
    color: #000000;
}.dev-privacy-stronghold li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
}.dev-privacy-stronghold li::before {
    top: 50%;
    background-color: rgb(166,189,193);
    left: 0;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    height: 10px;
    width: 10px;
}.dev-privacy-stronghold section {
    background: none;
}.dev-privacy-stronghold p, .dev-privacy-stronghold span, .dev-privacy-stronghold div {
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {.dev-privacy-stronghold {
    padding: 30px;
    width: 100%;
}.dev-privacy-stronghold h1 {
    font-size: calc(18px - 6px);
    margin-bottom: 20px;
    margin-top: 20px;
}.dev-privacy-stronghold h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: calc(18px - 6px);
}.dev-privacy-stronghold ul, .dev-privacy-stronghold ol {
    padding-left: 15px;
}.dev-privacy-stronghold li {
    padding-left: 20px;
}.dev-privacy-stronghold p, .dev-privacy-stronghold span, .dev-privacy-stronghold div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}}.dev-contact-form-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.dev-contact-form-section::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    content: "";
    background-size: 20px 20px;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
}.dev-contact-form-section .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.dev-contact-form-section h2 {
    padding-left: 20px;
    border-left: 5px solid rgb(166,189,193);
    position: relative;
    margin-bottom: 50px;
    font-size: 35px;
    color: #000000;
    text-align: left;
    font-weight: 700;
}.dev-contact-form-section .dev-query-links {
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 17px;
}.dev-contact-form-section .dev-img-grid {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.dev-contact-form-section .dev-img-grid::before {
    width: 100%;
    background: rgb(166,189,193,0.5);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    content: "";
    z-index: 1;
}.dev-contact-form-section .dev-request-map {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.dev-contact-form-section .dev-request-map::after {
    right: 0;
    content: "";
    z-index: -1;
    border-radius: 0 0 0 100%;
    position: absolute;
    background: rgb(214,230,219);
    width: 150px;
    top: 0;
    height: 150px;
}.dev-contact-form-section #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.dev-contact-form-section h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
}.dev-contact-form-section h3::after {
    position: absolute;
    background: rgb(166,189,193);
    height: 2px;
    bottom: -10px;
    width: 40px;
    content: "";
    left: 0;
}.dev-contact-form-section input[type="text"] {
    background: rgb(214,230,219);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    width: 100%;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    color: #000000;
}.dev-contact-form-section input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(166,189,193,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.dev-contact-form-section input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.dev-contact-form-section .dev-connect-list {
    align-items: center;
    gap: 12px;
    display: flex;
    margin-top: 5px;
}.dev-contact-form-section .dev-connect-list input[type="checkbox"] {
    border: 2px solid rgb(214,230,219);
    height: 22px;
    width: 22px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    appearance: none;
    border-radius: 10px;
}.dev-contact-form-section .dev-connect-list input[type="checkbox"]:checked {
    background: rgb(166,189,193);
    border-color: rgb(166,189,193);
}.dev-contact-form-section .dev-connect-list input[type="checkbox"]:checked::after {
    content: "";
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 3px;
    width: 6px;
    position: absolute;
    left: 7px;
    height: 11px;
}.dev-contact-form-section .dev-connect-list label {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.dev-contact-form-section .dev-connect-list a {
    color: rgb(166,189,193);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.dev-contact-form-section .dev-connect-list a:hover {
    color: rgb(123,157,172);
}.dev-contact-form-section .dev-connect-list a::after {
    content: "";
    transition: all 0.3s ease;
    height: 1px;
    left: 0;
    background: rgb(166,189,193);
    position: absolute;
    bottom: -2px;
    width: 100%;
}.dev-contact-form-section .dev-connect-list a:hover::after {
    background: rgb(123,157,172);
}.dev-contact-form-section .dev-support-message {
    font-weight: 600;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 15px rgb(166,189,193,0.5);
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgb(166,189,193);
    margin-top: 20px;
    font-size: 18px;
    align-self: flex-start;
    padding: 18px 40px;
    border-radius: 17px;
}.dev-contact-form-section .dev-support-message:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(123,157,172,0.5);
    background: rgb(123,157,172);
}.dev-contact-form-section svg {
    fill: rgb(166,189,193);
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
}.dev-contact-form-section svg path {
    transition: all 0.3s ease;
    fill: rgb(166,189,193);
}.dev-contact-form-section svg:hover {
    fill: rgb(123,157,172);
}.dev-contact-form-section svg:hover path {
    fill: rgb(123,157,172);
}

@media (max-width: 992px) {.dev-contact-form-section .dev-query-links {
    flex-direction: column;
}.dev-contact-form-section .dev-img-grid {
    min-height: 300px;
    flex: 0 0 auto;
    order: 1;
}.dev-contact-form-section .dev-request-map {
    order: 2;
    padding: 50px 40px;
    flex: 0 0 auto;
}.dev-contact-form-section h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.dev-contact-form-section {
    padding: 60px 0;
}.dev-contact-form-section h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 30px;
}.dev-contact-form-section .dev-request-map {
    padding: 40px 30px;
}.dev-contact-form-section #contact {
    gap: 25px;
}.dev-contact-form-section .dev-img-grid {
    min-height: 250px;
}
}

@media (max-width: 576px) {.dev-contact-form-section {
    padding: 40px 0;
}.dev-contact-form-section .container {
    padding: 0 15px;
}.dev-contact-form-section h2 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: calc(35px - 6px);
}.dev-contact-form-section .dev-request-map {
    padding: 30px 20px;
}.dev-contact-form-section #contact {
    gap: 20px;
}.dev-contact-form-section input[type="text"] {
    padding: 15px;
}.dev-contact-form-section .dev-support-message {
    padding: 15px 20px;
    width: 100%;
}.dev-contact-form-section .dev-img-grid {
    min-height: 200px;
}}header .dev-top-pro {
    display: flex;
    left: 0;
    padding: 1.5rem;
    align-items: center;
    background: linear-gradient(to right, rgb(123,157,172) 0%, rgb(166,189,193,0.5) 100%);
    border-radius: 0;
    width: 100%;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
    z-index: 99;
    box-shadow: 0 0 20px 2px rgb(166,189,193,0.5);
}header .dev-top-pro::before {
    background: radial-gradient(circle, rgb(123,157,172,0.5) 1%, transparent 10%);
    content: "";
    background-size: 15px 15px;
    z-index: -1;
    animation: backgroundShift 20s linear infinite;
    height: 200%;
    width: 200%;
    top: -50%;
    position: absolute;
    left: -50%;
    opacity: 0.3;
}header .dev-top-pro::after {
    height: 100%;
    background-size: 200% 200%;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    animation: gradientSlide 5s ease infinite;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(123,157,172) 49%, rgb(123,157,172) 51%, transparent 52%);
    left: 0;
}header .dev-top-pro .dev-head-mainwrap {
    position: relative;
    overflow: visible;
}header .dev-top-pro .dev-head-mainwrap::after {
    background: rgb(123,157,172);
    animation: neonPulse 3s infinite alternate;
    bottom: -8px;
    left: 0;
    content: "";
    width: 100%;
    transform-origin: left;
    height: 2px;
    box-shadow: 0 0 8px 2px rgb(123,157,172);
    position: absolute;
    transform: scaleX(0);
}header .dev-top-pro .dev-head-mainwrap .dev-top-wrap {
    transition: all 0.5s ease;
    display: block;
    position: relative;
    transform: perspective(800px) rotateY(0deg);
}header .dev-top-pro .dev-head-mainwrap .dev-top-wrap:hover {
    transform: perspective(800px) rotateY(15deg);
}header .dev-top-pro .dev-head-mainwrap svg {
    filter: drop-shadow(0 0 5px rgb(123,157,172,0.5));
    height: auto;
    width: 120px;
}header .dev-top-pro .dev-nav-pro {
    margin: 0;
    display: flex;
    list-style: none;
    perspective: 800px;
    position: relative;
    padding: 0;
}header .dev-top-pro .dev-nav-pro::before {
    transform: scaleX(0.5);
    position: absolute;
    background: rgb(166,189,193);
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
    top: 105%;
    width: 100%;
    left: 0;
    box-shadow: 0 0 10px 2px rgb(166,189,193);
    content: "";
}header .dev-top-pro .dev-top-lesson {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    transform-style: preserve-3d;
    margin: 0 0.5rem;
}header .dev-top-pro .dev-top-lesson:hover {
    transform: translateZ(20px);
}header .dev-top-pro .dev-top-lesson a {
    border: 1px solid transparent;
    font-weight: 600;
    color: #ffffff;
    padding: 0.5rem 1rem;
    display: block;
    font-size: 20px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    text-decoration: none;
}header .dev-top-pro .dev-top-lesson a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0;
    border-radius: 10px;
    background: rgb(166,189,193,0.5);
    top: 0;
    content: "";
    width: 100%;
    transform: scale(0.9);
    z-index: -1;
}header .dev-top-pro .dev-top-lesson a:hover {
    border: 1px solid rgb(123,157,172,0.5);
    color: rgb(123,157,172);
    text-shadow: 0 0 5px rgb(123,157,172,0.5);
}header .dev-top-pro .dev-top-lesson a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .dev-top-pro {
    padding: 1rem;
    width: 100vw;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}header .dev-top-pro .dev-head-mainwrap {
    margin-bottom: 1.5rem;
}header .dev-top-pro .dev-nav-pro {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .dev-top-pro .dev-nav-pro::before {
    bottom: -10px;
    top: auto;
}header .dev-top-pro .dev-top-lesson {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .dev-top-pro {
    padding: 0.75rem;
}header .dev-top-pro .dev-nav-pro {
    align-items: center;
    flex-direction: column;
}header .dev-top-pro .dev-top-lesson {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .dev-top-pro .dev-head-mainwrap svg {
    width: 100px;
}header .dev-top-pro .dev-head-mainwrap::after {
    width: 80%;
    left: 10%;
}}.dev-gratefulPage {
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgb(166,189,193,0.5) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 7rem 0;
}.dev-gratefulPage::before {
    animation: floatGlow 12s ease-in-out infinite alternate;
    filter: blur(25px);
    right: -10%;
    width: 50%;
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    top: -10%;
    z-index: -1;
    background: rgb(123,157,172,0.5);
    height: 70%;
}.dev-gratefulPage::after {
    height: 60%;
    filter: blur(20px);
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    content: "";
    bottom: -5%;
    position: absolute;
    z-index: -1;
    width: 40%;
    background: rgb(166,189,193,0.5);
    transform: rotate(10deg) translateZ(0);
    left: -5%;
}.dev-gratefulPage .container {
    margin: 0 auto;
    transform: translateZ(0);
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.dev-gratefulPage h2 {
    font-size: 35px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 800px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
}.dev-gratefulPage h2::after {
    background: linear-gradient(90deg, rgb(166,189,193) 0%, rgb(123,157,172) 100%);
    height: 4px;
    position: absolute;
    content: "";
    transform-origin: left center;
    left: 0;
    transform: scaleX(1);
    bottom: -15px;
    width: 120px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.dev-gratefulPage h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.dev-gratefulPage h2:hover::after {
    transform: scaleX(1.2);
}.dev-gratefulPage .dev-story-tl {
    border-left: 5px solid rgb(123,157,172);
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    padding: 3rem;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}.dev-gratefulPage .dev-story-tl:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.dev-gratefulPage ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.dev-gratefulPage li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}.dev-gratefulPage li::before {
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    left: 0;
    top: 0.5rem;
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
    width: 6px;
    content: "";
    height: 6px;
    background: rgb(166,189,193);
}.dev-gratefulPage li span {
    font-family: Arial, sans-serif;
    display: block;
    font-size: 14px;
    color: #000000;
    animation: fadeIn 0.5s 0.6s ease forwards;
    opacity: 0;
    line-height: 1.8;
    transform: translateY(20px);
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.dev-gratefulPage {
    padding: 5rem 0;
}.dev-gratefulPage h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.dev-gratefulPage .dev-story-tl {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.dev-gratefulPage {
    padding: 4rem 0;
}.dev-gratefulPage h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.dev-gratefulPage h2::after {
    width: 100px;
    height: 3px;
}.dev-gratefulPage .dev-story-tl {
    padding: 2rem;
}.dev-gratefulPage li span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.dev-gratefulPage {
    padding: 3.5rem 0;
}.dev-gratefulPage .container {
    padding: 0 1.5rem;
}.dev-gratefulPage h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.8rem;
}.dev-gratefulPage h2::after {
    width: 80px;
    bottom: -12px;
}.dev-gratefulPage .dev-story-tl {
    padding: 1.8rem 1.5rem;
    border-left-width: 4px;
}.dev-gratefulPage li span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.dev-gratefulPage li::before {
    height: 5px;
    top: 0.4rem;
    width: 5px;
}
}

@media (max-width: 375px) {.dev-gratefulPage {
    padding: 3rem 0;
}.dev-gratefulPage .container {
    padding: 0 1.2rem;
}.dev-gratefulPage h2 {
    font-size: calc(35px * 0.65);
    margin-bottom: 1.5rem;
}.dev-gratefulPage .dev-story-tl {
    padding: 1.5rem 1.2rem;
}.dev-gratefulPage li span {
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}}.dev-leadership-profile {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, #ffffff 100%);
    position: relative;
}.dev-leadership-profile::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.05;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(123,157,172,0.5) 0px,
        rgb(123,157,172,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
}.dev-leadership-profile::after {
    background: radial-gradient(
        ellipse at center,
        rgb(166,189,193,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    content: "";
    top: -50%;
    z-index: 1;
    width: 80%;
    right: -25%;
    height: 200%;
    position: absolute;
    transform: rotate(-15deg);
}.dev-leadership-profile .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.dev-leadership-profile .dev-review-carousel {
    display: grid;
    gap: 2rem;
    background: #ffffff;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    grid-template-columns: 1fr;
}.dev-leadership-profile .dev-review-carousel:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.dev-leadership-profile .dev-review-carousel::before {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(166,189,193), rgb(123,157,172));
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
    transform-origin: top;
    width: 5px;
    content: "";
}.dev-leadership-profile .dev-review-carousel:hover::before {
    transform: scaleY(1);
}.dev-leadership-profile .dev-img-grid {
    height: 180px;
    margin: 0 auto;
    border: 6px solid #ffffff;
    transform: rotate(-3deg) translateY(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 180px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.dev-leadership-profile .dev-review-carousel:hover .dev-img-grid {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.dev-leadership-profile .dev-img-grid::after {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
}.dev-leadership-profile .name {
    text-align: center;
    font-weight: 700;
    color: rgb(166,189,193);
    display: inline-block;
    position: relative;
    margin: 0.5rem 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform: translateY(0);
    font-size: calc(20px * 1.1);
}.dev-leadership-profile .dev-review-carousel:hover .name {
    transform: translateY(-5px);
}.dev-leadership-profile .name::after {
    height: 2px;
    width: 80px;
    left: 50%;
    background: rgb(123,157,172);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: -5px;
    transform: translateX(-50%) scaleX(0.5);
    position: absolute;
}.dev-leadership-profile .dev-review-carousel:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.dev-leadership-profile .dev-review-carousel div:nth-child(2) div {
    text-align: center;
    color: rgb(123,157,172);
    margin-top: 0.5rem;
    font-size: calc(14px * 1.05);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: translateY(0);
    font-style: italic;
}.dev-leadership-profile .dev-review-carousel:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.dev-leadership-profile .dev-job-achievements {
    opacity: 0.95;
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: justify;
    margin: 1.5rem 0 0;
    transition: opacity 0.4s ease;
    color: #000000;
    position: relative;
    padding: 1.5rem 0.5rem 0.5rem;
}.dev-leadership-profile .dev-review-carousel:hover .dev-job-achievements {
    opacity: 1;
}.dev-leadership-profile .dev-job-achievements::before {
    left: 50%;
    color: rgb(166,189,193,0.5);
    top: -0.5rem;
    line-height: 1;
    content: "";
    font-size: 4rem;
    font-family: serif;
    position: absolute;
    text-shadow: 2px 2px 0 #ffffff;
    transform: translateX(-50%);
}

@media (min-width: 768px) {.dev-leadership-profile .dev-review-carousel {
    gap: 2.5rem;
    grid-template-columns: auto 1fr;
    padding: 3.5rem;
}.dev-leadership-profile .dev-img-grid {
    height: 200px;
    margin: 0;
    width: 200px;
}.dev-leadership-profile .name {
    text-align: left;
}.dev-leadership-profile .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.dev-leadership-profile .dev-review-carousel:hover .name::after {
    transform: translateX(0) scaleX(1);
}.dev-leadership-profile .dev-review-carousel div:nth-child(2) div {
    text-align: left;
}.dev-leadership-profile .dev-review-carousel div:nth-child(3) {
    grid-column: span 2;
}.dev-leadership-profile .dev-job-achievements {
    padding: 2rem 1rem 0.5rem;
}.dev-leadership-profile .dev-job-achievements::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.dev-leadership-profile {
    padding: 150px 0;
}.dev-leadership-profile .dev-review-carousel {
    grid-template-columns: 220px 1fr 2fr;
    gap: 3rem;
    padding: 4rem;
}.dev-leadership-profile .dev-review-carousel div:nth-child(1) {
    grid-row: span 2;
}.dev-leadership-profile .dev-review-carousel div:nth-child(3) {
    grid-column: 3;
    grid-row: span 2;
}.dev-leadership-profile .dev-img-grid {
    height: 280px;
    width: 220px;
}.dev-leadership-profile .dev-job-achievements {
    padding: 0 0 0 3rem;
    margin: 0;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    border-top: none;
    display: flex;
}.dev-leadership-profile .dev-job-achievements::before {
    top: 1rem;
    left: 1rem;
}
}

@media (min-width: 1200px) {.dev-leadership-profile .dev-review-carousel {
    gap: 3.5rem;
    grid-template-columns: 250px 1fr 2.5fr;
    padding: 5rem;
}.dev-leadership-profile .dev-img-grid {
    height: 320px;
    width: 250px;
}.dev-leadership-profile .name {
    font-size: calc(20px * 1.2);
}.dev-leadership-profile .dev-review-carousel div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(14px * 1.1);
}.dev-leadership-profile .dev-job-achievements {
    padding: 0 0 0 4rem;
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}}.dev-title-welcome {
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    background: rgb(214,230,219);
    position: relative;
    justify-content: center;
}.dev-title-welcome .dev-img-grid {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    transform: scale(1.05);
    position: absolute;
    animation: subtle-zoom 12s infinite alternate ease-in-out;
}.dev-title-welcome .dev-img-grid::after {
    width: 100%;
    position: absolute;
    mask-image: linear-gradient(45deg, rgba(0,0,0,0.95) 40%, rgba(0,0,0,0.8) 100%);
    height: 100%;
    left: 0;
    backdrop-filter: blur(5px);
    top: 0;
    content: '';
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.85) 0%,
        rgba(var(--secondary-color-rgb), 0.7) 100%);
}.dev-title-welcome .dev-story-tl {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
    color: #ffffff;
    animation: float-in 1s ease-out forwards;
    max-width: 1200px;
    position: relative;
    transform: translateY(-2rem);
    gap: 2rem;
}.dev-title-welcome h1 {
    opacity: 0;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 43px);
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    line-height: 1.2;
    animation: slide-in 0.8s 0.3s forwards ease-out;
    transform: translateX(-50px);
    letter-spacing: -0.02em;
}.dev-title-welcome h1::after {
    width: 60px;
    animation: line-grow 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scaleX(0);
    content: '';
    left: 0;
    transform-origin: left;
    background: rgb(123,157,172);
    position: absolute;
    height: 4px;
    bottom: -15px;
}.dev-title-welcome .dev-body-content {
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, 
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0.05) 100%);
    transform: translateY(30px);
    border-left: 3px solid rgb(123,157,172);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    border-radius: 0 10px 10px 0;
    animation: rise-up 0.8s 0.6s forwards ease-out;
    opacity: 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    display: flex;
}.dev-title-welcome .dev-body-content::before {
    border-radius: 0 10px 10px 0;
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(var(--primary-color-rgb), 0.03),
        rgba(var(--primary-color-rgb), 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}.dev-title-welcome p {
    max-width: 650px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 2vw, 15px);
    color: rgba(255,255,255,0.9);
}.dev-title-welcome .dev-edu-home {
    margin: 0.5rem 0 2rem;
    justify-content: center;
    transform: scale(0.9);
    animation: pop-in 0.5s 1.2s forwards ease-out;
    opacity: 0;
    display: flex;
}.dev-title-welcome svg {
    transform-origin: center;
    width: 120px;
    transition: transform 0.5s ease-out;
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
}.dev-title-welcome svg:hover {
    transform: scale(1.05) rotate(3deg);
}.dev-title-welcome svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.dev-title-welcome svg:hover path {
    fill: #ffffff;
}.dev-title-welcome svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease, transform 0.3s ease;
}.dev-title-welcome svg:hover text {
    fill: #ffffff;
}.dev-title-welcome h6 {
    margin-top: 1rem;
    transform: translateY(20px);
    opacity: 0;
    animation: bounce-in 0.6s 1.4s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
}.dev-title-welcome .dev-support-message {
    transition: all 0.4s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transform-origin: center;
    box-shadow: 0 6px 15px rgba(var(--secondary-color-rgb), 0.3);
    letter-spacing: 0.5px;
    border-radius: 10px;
    padding: 1rem 2rem;
    position: relative;
    background: rgb(123,157,172);
    display: inline-block;
    overflow: hidden;
}.dev-title-welcome .dev-support-message::before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    transition: all 0.6s ease;
    left: -100%;
    top: 0;
    position: absolute;
}.dev-title-welcome .dev-support-message:hover {
    background: rgb(166,189,193);
    box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.4);
    transform: translateY(-3px) scale(1.02);
}.dev-title-welcome .dev-support-message:hover::before {
    left: 100%;
}

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

@keyframes slide-in {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes pop-in {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce-in {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@media (min-width: 768px) {.dev-title-welcome .dev-story-tl {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.dev-title-welcome h1 {
    margin-bottom: 0;
    font-size: 43px;
}.dev-title-welcome .dev-body-content {
    transform: perspective(1000px) rotateY(-5deg);
    padding: 3rem;
    background: linear-gradient(120deg, 
            rgba(255,255,255,0.15) 0%,
            rgba(255,255,255,0.05) 100%);
    animation: rise-up-3d 0.8s 0.6s forwards ease-out;
}.dev-title-welcome svg {
    height: 140px;
    width: 140px;
}
}

@media (min-width: 1200px) {.dev-title-welcome .dev-story-tl {
    gap: 4rem;
}.dev-title-welcome h1 {
    font-size: calc(43px * 1.2);
}.dev-title-welcome .dev-body-content {
    padding: 3.5rem;
}.dev-title-welcome p {
    font-size: calc(15px * 1.1);
}.dev-title-welcome svg {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.dev-title-welcome {
    padding: 4rem 0;
    min-height: 100vh;
    height: auto;
}.dev-title-welcome .dev-story-tl {
    transform: translateY(0);
}.dev-title-welcome h1 {
    text-align: center;
}.dev-title-welcome h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.dev-title-welcome h1::after {
    animation: line-grow-center 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}@keyframes line-grow-center {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
}

@keyframes rise-up-3d {
    0% {
        transform: perspective(1000px) rotateY(-5deg) translateY(30px);
        opacity: 0;
    }
    100% {
        transform: perspective(1000px) rotateY(-5deg) translateY(0);
        opacity: 1;
    }
}.dev-user-comments {
    background: linear-gradient(165deg, rgb(214,230,219) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.dev-user-comments::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(166,189,193,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(123,157,172,0.5) 0%, transparent 40%);
    content: "";
    z-index: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
}.dev-user-comments::after {
    background-image: 
        linear-gradient(90deg, rgb(166,189,193,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(166,189,193,0.5) 1px, transparent 1px);
    opacity: 0.05;
    background-size: 50px 50px;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
}.dev-user-comments .dev-story-tl {
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0;
    z-index: 1;
    overflow: hidden;
}.dev-user-comments h4 {
    text-align: center;
    font-size: 36px;
    color: #000000;
    margin-bottom: 80px;
    z-index: 2;
    position: relative;
    font-weight: 700;
}.dev-user-comments h4::before {
    left: 50%;
    width: 100px;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172));
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    border-radius: 10px;
    height: 8px;
    content: "";
}.dev-user-comments h4::after {
    left: 50%;
    width: 20px;
    background: #ffffff;
    height: 20px;
    transform: translateX(-50%);
    position: absolute;
    border: 3px solid rgb(166,189,193);
    z-index: 1;
    content: "";
    border-radius: 50%;
    bottom: -26px;
}.dev-user-comments .dev-student-votes {
    display: flex;
    animation: scrollReviews 60s linear infinite;
    width: max-content;
    position: relative;
    padding: 20px 0;
}.dev-user-comments .dev-student-votes:hover {
    animation-play-state: paused;
}.dev-user-comments .dev-review-carousel {
    align-items: center;
    z-index: 1;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    width: 320px;
    margin: 0 20px;
    transition: all 0.4s ease;
    height: 400px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
}.dev-user-comments .dev-review-carousel:hover {
    transform: translateY(-15px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.dev-user-comments .dev-review-carousel::before {
    position: absolute;
    content: "";
    border-radius: inherit;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    z-index: -1;
    width: 100%;
    height: 100%;
}.dev-user-comments .dev-review-carousel::after {
    z-index: -1;
    opacity: 0.2;
    height: 60px;
    position: absolute;
    top: -10px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.4s ease;
    content: "";
    right: -10px;
    background: rgb(166,189,193,0.5);
}.dev-user-comments .dev-review-carousel:hover::after {
    transform: scale(1.2);
    opacity: 0.3;
}.dev-user-comments .dev-img-grid {
    height: 110px;
    position: relative;
    border: 5px solid #ffffff;
    transition: all 0.4s ease;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 110px;
    border-radius: 50%;
}.dev-user-comments .dev-review-carousel:hover .dev-img-grid {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgb(166,189,193,0.5);
    transform: scale(1.1);
}.dev-user-comments .dev-review-carousel span {
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
    font-size: calc(17px * 1.2);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}.dev-user-comments .dev-review-carousel span::after {
    position: absolute;
    content: "";
    background: rgb(166,189,193);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
    bottom: -8px;
    width: 40px;
    opacity: 0.5;
}.dev-user-comments .dev-review-carousel:hover span {
    color: rgb(166,189,193);
}.dev-user-comments .dev-review-carousel:hover span::after {
    opacity: 1;
    width: 60px;
}.dev-user-comments .dev-review-carousel p {
    overflow: hidden;
    line-height: 1.6;
    color: #000000;
    text-align: center;
    flex-grow: 1;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 17px;
    display: flex;
}.dev-user-comments .dev-review-carousel:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(166,189,193,0.5), 0.05));
}.dev-user-comments .dev-review-carousel:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(123,157,172,0.5), 0.05));
}.dev-user-comments .dev-review-carousel:nth-child(3n+2)::after {
    background: rgb(123,157,172,0.5);
}.dev-user-comments .dev-review-carousel:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(166,189,193,0.5), 0.03));
}.dev-user-comments .dev-review-carousel:nth-child(even) {
    margin-top: 30px;
}.dev-user-comments .dev-review-carousel:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.dev-user-comments {
    padding: 90px 0;
}.dev-user-comments .dev-review-carousel {
    width: 280px;
    height: 380px;
    padding: 25px;
}.dev-user-comments .dev-img-grid {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 992px) {.dev-user-comments {
    padding: 70px 0;
}.dev-user-comments h4 {
    margin-bottom: 60px;
}.dev-user-comments .dev-review-carousel {
    margin: 0 15px;
    padding: 20px;
    height: 350px;
    width: 250px;
}.dev-user-comments .dev-img-grid {
    width: 80px;
    margin-bottom: 20px;
    height: 80px;
}.dev-user-comments .dev-review-carousel span {
    font-size: 17px;
}.dev-user-comments .dev-review-carousel:nth-child(even) {
    margin-top: 20px;
}.dev-user-comments .dev-review-carousel:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.dev-user-comments {
    padding: 60px 0;
}.dev-user-comments .dev-story-tl {
    padding: 0 20px;
    overflow: visible;
}.dev-user-comments .dev-student-votes {
    width: 100%;
    animation: none;
    flex-direction: column;
}.dev-user-comments .dev-review-carousel {
    margin: 0 0 30px;
    width: 100%;
    min-height: 200px;
    height: auto;
    padding: 25px;
}.dev-user-comments .dev-review-carousel:last-child {
    margin-bottom: 0;
}.dev-user-comments .dev-review-carousel:nth-child(even),
    .dev-user-comments .dev-review-carousel:nth-child(odd) {
    margin-top: 0;
}.dev-user-comments .dev-review-carousel::after {
    width: 40px;
    height: 40px;
}.dev-user-comments .dev-img-grid {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}.dev-user-comments .dev-review-carousel p {
    margin-top: 10px;
}}footer {
    position: relative;
    width: 100%;
}footer .dev-compliance {
    padding: 100px 0 30px;
    background-color: rgb(214,230,219);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}footer .dev-compliance::before {
    top: 0;
    opacity: 0.3;
    content: "";
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(166,189,193,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(123,157,172,0.5) 0%, transparent 20%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}footer .dev-calc-foot {
    z-index: 1;
    position: relative;
}footer .dev-edu-chat {
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    z-index: 3;
    margin: auto;
    width: 85%;
    background-color: #ffffff;
    gap: 15px;
    padding: 25px;
}footer .info_item {
    padding: 15px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    background-color: rgb(214,230,219);
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item svg {
    fill: rgb(166,189,193);
    transition: transform 0.3s ease;
    height: 22px;
    margin-right: 12px;
    width: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(166,189,193);
}footer .text_main_holder {
    gap: 20px;
    perspective: 2000px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
    position: relative;
}footer .dev-head-mainwrap, footer .dev-nav-pro, footer .subscribe_holder {
    position: relative;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    transform-origin: center center;
    transform-style: preserve-3d;
}footer .dev-head-mainwrap {
    transform: translateZ(0) scale(1);
    z-index: 2;
    background-color: #ffffff;
}footer .dev-head-mainwrap:hover {
    transform: translateZ(30px) scale(1.02);
}footer .dev-nav-pro {
    background-color: rgb(123,157,172);
    margin-top: -20px;
    transform: translateZ(-10px) scale(0.98);
    z-index: 1;
    margin-right: 20px;
    margin-left: 20px;
    color: #ffffff;
}footer .subscribe_holder {
    transform: translateZ(-20px) scale(0.96);
    margin-right: 40px;
    background-color: rgb(166,189,193);
    margin-top: -20px;
    z-index: 0;
    margin-left: 40px;
    color: #ffffff;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .dev-head-mainwrap::after, footer .dev-nav-pro::after, footer .subscribe_holder::after {
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 18px;
    left: 0;
}footer .dev-head-mainwrap:hover::after, footer .dev-nav-pro:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .dev-head-mainwrap svg {
    height: 45px;
    display: block;
    width: auto;
    margin-bottom: 20px;
}footer .dev-footer-address {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}footer .dev-nav-pro h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}footer .dev-nav-pro h5::after {
    background: linear-gradient(90deg, rgb(166,189,193), transparent);
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    bottom: -8px;
    height: 2px;
}footer .dev-nav-pro h5:hover::after {
    width: 100%;
}footer .dev-nav-skill {
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
}footer .dev-nav-skill a {
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
    font-size: 15px;
}footer .dev-nav-skill a::before {
    content: "";
    left: 0;
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    bottom: 0;
    background-color: rgb(166,189,193);
    position: absolute;
}footer .dev-nav-skill a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .dev-nav-skill a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
}footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    padding: 14px 16px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .dev-subscribe-title {
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    color: rgb(166,189,193);
    border: none;
    background-color: #ffffff;
    padding: 14px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}footer .dev-subscribe-title:hover {
    transform: translateY(-3px);
    background-color: rgb(123,157,172);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}footer .dev-honor-cta {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .dev-law-res {
    background-color: #ffffff;
    padding: 8px 20px;
    display: inline-block;
    color: #000000;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 12px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .dev-head-mainwrap, footer .dev-nav-pro, footer .subscribe_holder {
    display: flex;
    flex: 1;
    margin-top: 0;
    flex-direction: column;
}footer .dev-head-mainwrap {
    margin-right: -20px;
}footer .dev-nav-pro {
    z-index: 1;
    margin-left: 0;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .dev-edu-chat {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .dev-compliance {
    padding: 80px 0 30px;
}footer .dev-edu-chat {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .dev-head-mainwrap, footer .dev-nav-pro, footer .subscribe_holder {
    margin-right: 0;
    padding: 25px 20px;
    margin-left: 0;
}footer .dev-nav-pro, footer .subscribe_holder {
    margin-top: -10px;
}footer .dev-honor-cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .dev-compliance {
    padding: 70px 0 20px;
}footer .dev-edu-chat {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .dev-head-mainwrap, footer .dev-nav-pro, footer .subscribe_holder {
    padding: 20px 15px;
}footer .dev-nav-pro h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .dev-nav-skill {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .dev-subscribe-title {
    padding: 12px;
}}.dev-access-now {
    overflow: hidden;
    background: linear-gradient(45deg, #000000 0%, rgb(214,230,219) 100%);
    padding: 120px 0;
    position: relative;
}.dev-access-now::before {
    height: 100%;
    position: absolute;
    left: 0;
    background-size: 40px 40px;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(166,189,193,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(166,189,193,0.5) 1px, transparent 1px);
    top: 0;
    width: 100%;
    opacity: 0.07;
    content: '';
}.dev-access-now .dev-story-tl {
    border-radius: 17px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 10;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 70px 50px;
    backdrop-filter: blur(10px);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
}.dev-access-now .dev-story-tl::before,
.dev-access-now .dev-story-tl::after {
    width: 300px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    content: '';
    filter: blur(60px);
    height: 300px;
}.dev-access-now .dev-story-tl::before {
    top: -100px;
    animation: float-blob1 15s ease-in-out infinite alternate;
    left: -100px;
    background: rgb(166,189,193);
}.dev-access-now .dev-story-tl::after {
    bottom: -100px;
    right: -100px;
    animation: float-blob2 20s ease-in-out infinite alternate;
    background: rgb(123,157,172);
}.dev-access-now .container p {
    position: relative;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    z-index: 5;
    font-size: 32px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.dev-access-now .container p::first-letter {
    font-size: 130%;
    color: rgb(166,189,193);
}.dev-access-now .dev-support-message {
    backdrop-filter: blur(5px);
    border-radius: 17px;
    text-decoration: none;
    padding: 16px 42px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 5;
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    font-size: 18px;
}.dev-access-now .dev-support-message::before {
    position: absolute;
    content: '';
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(166,189,193), rgb(123,157,172));
    top: 0;
    left: 0;
}.dev-access-now .dev-support-message:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}.dev-access-now .dev-support-message:hover::before {
    opacity: 0.8;
}.dev-access-now::after {
    top: 0;
    content: '';
    left: 0;
    opacity: 0.1;
    animation: twinkle 10s linear infinite;
    background-size: 50px 50px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float-blob1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.2);
    }
    100% {
        transform: translate(10px, 40px) scale(0.8);
    }
}

@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}

@media (max-width: 991px) {.dev-access-now {
    padding: 90px 0;
}.dev-access-now .dev-story-tl {
    padding: 50px 30px;
}.dev-access-now .container p {
    margin-bottom: 40px;
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 767px) {.dev-access-now {
    padding: 70px 0;
}.dev-access-now .dev-story-tl {
    padding: 40px 25px;
}.dev-access-now .container p {
    font-size: 22px;
    margin-bottom: 30px;
}.dev-access-now .dev-support-message {
    padding: 14px 34px;
}
}

@media (max-width: 480px) {.dev-access-now {
    padding: 50px 0;
}.dev-access-now .dev-story-tl {
    padding: 30px 20px;
}.dev-access-now .container p {
    font-size: calc(16px * 1.2);
    margin-bottom: 25px;
}.dev-access-now .dev-support-message {
    font-size: calc(18px * 0.9);
    padding: 12px 28px;
}.dev-access-now .dev-story-tl::before,
    .dev-access-now .dev-story-tl::after {
    height: 200px;
    width: 200px;
}
}