﻿a {
    text-decoration: none;
    color: inherit;
}

header,footer {
    width: 100%;
}

header {
    background: rgb(242,228,233);
    padding: 0;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    overflow: visible;
    position: relative;
}

html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}

.wrapper-template-dev {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.privacy-quarters-dev:before {
    left: -50px;
    top: -50px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    content: "";
    z-index: 1;
    background: rgb(225,195,207,0.5);
    position: absolute;
}

.privacy-quarters-dev:after {
    border-radius: 50%;
    right: -50px;
    content: "";
    width: 200px;
    height: 200px;
    background: rgb(202,158,173,0.5);
    bottom: -50px;
    position: absolute;
    z-index: 1;
}

.privacy-quarters-dev h1:before {
    left: 0;
    bottom: -5px;
    z-index: -1;
    background: rgb(202,158,173);
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
}

.privacy-quarters-dev h2:before {
    position: absolute;
    left: 0;
    background: rgb(225,195,207);
    content: "";
    width: 30px;
    z-index: -1;
    bottom: -5px;
    height: 3px;
}

.privacy-quarters-dev li {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.privacy-quarters-dev li:before {
    content: "•";
    position: absolute;
    color: rgb(225,195,207);
    line-height: 1;
    font-size: 1.5em;
    left: -25px;
}

.privacy-quarters-dev .container {
    position: relative;
    z-index: 2;
}

.privacy-quarters-dev p, .privacy-quarters-dev span {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.8;
    z-index: 2;
}

.privacy-quarters-dev a {
    color: rgb(202,158,173);
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid rgb(202,158,173);
    position: relative;
    z-index: 2;
}

.privacy-quarters-dev button:hover {
    background: rgb(225,195,207);
    border-color: rgb(202,158,173);
}

.reach-out-info-dev {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
}

.reach-out-info-dev::after {
    height: 20rem;
    left: -5rem;
    z-index: 0;
    width: 20rem;
    position: absolute;
    content: "";
    filter: blur(30px);
    bottom: -10rem;
    background: radial-gradient(circle, rgb(202,158,173,0.5) 0%, transparent 70%);
}

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

.reach-out-info-dev .ask-question-dev:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.reach-out-info-dev h3 {
    color: rgb(225,195,207);
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 2rem;
    position: relative;
}

.reach-out-info-dev h3:hover::after {
    width: 100%;
}

.reach-out-info-dev p {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.reach-out-info-dev div > p:hover {
    border-left: 3px solid rgb(202,158,173);
    transform: translateX(5px);
    background-image: linear-gradient(
        to bottom,
        rgba(rgb(202,158,173,0.5), 0.05),
        transparent
    );
}

.reach-out-info-dev h5 svg {
    margin-left: 0.5rem;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.reach-out-info-dev h5:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.reach-out-info-dev svg path {
    transition: fill 0.3s ease;
    fill: rgb(225,195,207);
}

.reach-out-info-dev .form-edu-dev {
    margin: 2rem 0 0;
    flex-direction: column;
    list-style: none;
    display: flex;
    gap: 1rem;
    padding: 0;
}

.reach-out-info-dev .reach-team-dev {
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.05),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: flex;
    color: #000000;
    align-items: center;
}

.reach-out-info-dev .reach-team-dev svg {
    margin-left: 0.5rem;
}

.training-specialist-dev::before {
    height: 70%;
    z-index: 1;
    width: 60%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(202,158,173,0.5),
        rgb(202,158,173,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    right: -10%;
    opacity: 0.2;
    content: "";
    top: -20%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
}

.training-specialist-dev .client-voices-dev {
    justify-content: center;
    transform-style: preserve-3d;
    max-width: 1000px;
    position: relative;
    align-items: center;
    display: flex;
    margin: 0 auto;
    z-index: 2;
}

.training-specialist-dev .media-image-dev:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}

.training-specialist-dev .past-jobs-dev {
    margin-left: auto;
    position: relative;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    width: 550px;
    background: #ffffff;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    border-radius: 10px;
    z-index: 2;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
}

.training-specialist-dev .past-jobs-dev:hover::before {
    left: 8px;
    opacity: 0.5;
    top: 8px;
}

.training-specialist-dev .name {
    position: relative;
    animation: slide-up 0.7s forwards 0.2s;
    color: rgb(225,195,207);
    transform: translateY(30px);
    opacity: 0;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 0.7rem;
    font-size: 38px;
}

.training-specialist-dev .career-explore-dev {
    position: relative;
    font-style: italic;
    z-index: 2;
    transform: translateY(30px);
    line-height: 1.7;
    font-size: 14px;
    opacity: 0;
    font-weight: 400;
    animation: slide-up 0.7s forwards 0.6s;
    color: #000000;
}



.training-specialist-dev .client-voices-dev:hover .media-image-dev {
    animation: floating 6s ease-in-out infinite;
}

.training-method-dev::before {
    width: 100%;
    z-index: 0;
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(225,195,207,0.5) 0%, transparent 40%);
    opacity: 0.3;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.training-method-dev .creds-sect-dev {
    padding: 4px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    gap: 4px;
    max-width: 850px;
    margin: 0 auto;
    border-radius: 12px;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
}

.training-method-dev h3::before {
    transform: translateY(-50%);
    position: absolute;
    background: #ffffff;
    animation: pulse 2s infinite;
    right: 2rem;
    top: 50%;
    content: "";
    height: 20px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    width: 20px;
    border-radius: 50%;
}

.training-method-dev span {
    line-height: 1.8;
    border-radius: 0 0 12px 12px;
    padding: 2rem;
    font-size: 12px;
    position: relative;
    color: #000000;
    transform-origin: top center;
    animation: tabContent 0.8s 0.3s ease-out forwards;
    opacity: 0;
    background: #ffffff;
}

.training-method-dev span::after {
    width: 40px;
    opacity: 0.3;
    height: 40px;
    background-size: 10px 10px;
    position: absolute;
    right: 1rem;
    background: 
        linear-gradient(
            45deg,
            transparent 45%,
            rgb(225,195,207) 45%,
            rgb(225,195,207) 55%,
            transparent 55%
        );
    animation: rotate 15s linear infinite;
    border-radius: 50%;
    content: "";
    bottom: 1rem;
    border: 2px solid rgb(225,195,207,0.5);
}

.course-program-info-dev::after {
    right: -100px;
    height: 350px;
    position: absolute;
    opacity: 0.3;
    background: rgb(202,158,173,0.5);
    z-index: 0;
    content: "";
    bottom: -100px;
    width: 350px;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    filter: blur(150px);
}

.course-program-info-dev .knowledge-base-dev:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}

.course-program-info-dev .media-image-dev {
    height: 280px;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.course-program-info-dev .knowledge-base-dev:hover .media-image-dev {
    transform: scale(1.05);
}

.course-program-info-dev .knowledge-base-dev:hover .media-image-dev::after {
    opacity: 0.5;
}

.course-program-info-dev .message-wrap-dev {
    position: relative;
    margin: 0 15px;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-30px);
    background: #ffffff;
    padding: 40px;
}

.course-program-info-dev .message-wrap-dev p.description {
    transform: translateY(10px);
    opacity: 0;
    max-height: 200px;
    position: relative;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
    font-weight: 400;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 20px;
}

.course-program-info-dev .message-wrap-dev div::after {
    pointer-events: none;
    bottom: 0;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    width: 100%;
    position: absolute;
    content: "";
    height: 50px;
    left: 0;
}

.contact-information-dev::after {
    left: -100px;
    position: absolute;
    height: 300px;
    border-radius: 50%;
    z-index: 1;
    content: "";
    width: 300px;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(202,158,173,0.5), rgb(225,195,207,0.5));
    bottom: -100px;
}

.contact-information-dev h2 {
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    font-size: 28px;
    text-align: center;
}

.contact-information-dev h2::after {
    right: calc(50% - 100px);
    content: "";
    background: rgb(202,158,173,0.5);
    bottom: -15px;
    border-radius: 50%;
    width: 30px;
    z-index: -1;
    position: absolute;
    height: 30px;
}

.contact-information-dev .request-request-dev::before {
    z-index: 0;
    content: "";
    pointer-events: none;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(225,195,207,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(202,158,173,0.5) 99%
    );
    inset: 0;
    position: absolute;
}

.contact-information-dev .media-image-dev::after {
    position: absolute;
    left: 20px;
    z-index: 2;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 20px;
    pointer-events: none;
    content: "";
    top: 20px;
}

.contact-information-dev form {
    z-index: 3;
    position: relative;
}

.contact-information-dev form input[type="text"] {
    padding: 18px 25px;
    border-radius: 12px;
    background: rgb(242,228,233);
    margin-bottom: 25px;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
}

.contact-information-dev form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.contact-information-dev .contact-request-dev {
    position: relative;
    margin-bottom: 30px;
}

.contact-information-dev .contact-request-dev label {
    padding-left: 35px;
    display: flex;
    font-size: 14px;
    align-items: center;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.contact-information-dev .contact-request-dev input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(225,195,207), rgb(202,158,173));
}

.contact-information-dev .contact-request-dev label a {
    color: rgb(225,195,207);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-information-dev .contact-request-dev label a:hover {
    color: rgb(202,158,173);
}

.contact-information-dev .request-form-dev::before {
    background: linear-gradient(135deg, rgb(202,158,173), rgb(225,195,207));
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    top: 0;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
}

.contact-information-dev svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    stroke: rgb(225,195,207);
    fill: none;
}

.contact-information-dev svg:hover,
.contact-information-dev svg:hover path {
    stroke: rgb(202,158,173);
}

.opening-board-dev .course-home-dev {
    min-height: 90vh;
    justify-content: center;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
}

.opening-board-dev .skill-learn-dev {
    position: relative;
    grid-template-columns: 1fr 1fr;
    max-width: 1140px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    backdrop-filter: blur(10px);
    z-index: 2;
    border-left: 3px solid rgb(225,195,207);
    display: grid;
    padding: 4rem 2rem;
    gap: 3rem;
}

.opening-board-dev .skill-learn-dev:hover::before,
.opening-board-dev .skill-learn-dev:hover::after {
    width: 60%;
}

.opening-board-dev .skill-learn-dev > div {
    justify-content: center;
    flex-direction: column;
    transition: transform 0.4s ease;
    position: relative;
    display: flex;
}

.opening-board-dev .skill-learn-dev:hover > div:first-child {
    transform: translateY(-10px);
}

.opening-board-dev .title_style_header {
    transform: translateZ(50px);
    position: relative;
    font-size: calc(38px * 1.2);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
}

.opening-board-dev h3 {
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #ffffff;
    transition: transform 0.5s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    font-size: calc(19px * 1.1);
    line-height: 1.4;
}

.opening-board-dev p::before {
    height: 100%;
    opacity: 0.7;
    left: 0;
    width: 3px;
    background: rgb(202,158,173);
    top: 0;
    position: absolute;
    content: "";
}

.price-list-dev::before {
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
}

.price-list-dev .pricing-options-dev {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 17px;
    color: #ffffff;
}

.price-list-dev .learning-cost-dev li {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
}

.price-list-dev .study-pricing-dev {
    overflow: hidden;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
}

.price-list-dev .premium-plan-dev {
    padding: 35px 30px;
    transform: translateZ(10px);
}

.price-list-dev .premium-plan-dev h4 {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(5px);
    font-size: calc(23px * 1.1);
}

.price-list-dev .premium-plan-dev h4::after {
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    width: 40px;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    background: rgb(225,195,207);
    height: 3px;
}

.price-list-dev .skill-plans-dev {
    font-size: calc(23px * 1.2);
    font-weight: 700;
    color: #ffffff;
    display: block;
    text-align: right;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateZ(15px);
    margin-top: 20px;
}

.price-list-dev .learning-cost-dev li:hover {
    transform: translateY(-5px) scale(1.02);
}

.price-list-dev .learning-cost-dev li:hover .study-pricing-dev {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}

.thxPanel-dev {
    background: linear-gradient(135deg, rgb(242,228,233) 0%, rgb(242,228,233) 60%, rgba(rgb(225,195,207,0.5), 0.05) 100%);
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
}

.thxPanel-dev::after {
    width: 30%;
    filter: blur(15px);
    opacity: 0.04;
    transform: rotate(10deg) translateZ(-5px);
    right: -5%;
    height: 60%;
    bottom: -10%;
    background: linear-gradient(135deg, rgb(202,158,173,0.5) 10%, transparent 70%);
}

.thxPanel-dev h2 {
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transform: translateZ(10px);
    max-width: 90%;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
}

.thxPanel-dev .creds-sect-dev {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 1rem 0;
    transform: translateZ(20px) rotateY(-2deg);
    padding: 2.5rem 3rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    border-radius: 16px;
    position: relative;
}



.thxPanel-dev .creds-sect-dev {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

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

.thxPanel-dev li {
    position: relative;
    padding-left: 0;
}

.thxPanel-dev li::before {
    top: -20px;
    content: '';
    left: -30px;
    transition: all 0.4s ease-out;
    opacity: 0.2;
    position: absolute;
    height: 60px;
    background: linear-gradient(135deg, rgb(225,195,207,0.5) 0%, transparent 80%);
    border-radius: 50%;
    width: 60px;
    transform: translateZ(15px) scale(0.95);
}

header::after {
    background: linear-gradient(to right, 
        rgb(225,195,207), 
        rgb(202,158,173), 
        rgb(225,195,207)
    );
    transform-origin: center;
    width: 100%;
    content: '';
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.5s ease;
    position: absolute;
    height: 5px;
    bottom: 0;
}

header:hover::after {
    transform: scaleX(1);
}

header .main-base-dev {
    justify-content: space-between;
    position: relative;
    display: flex;
    z-index: 5;
    padding: 1.3rem 2.5rem;
    align-items: center;
}

header .head-info-dev {
    position: relative;
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .head-info-dev img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}

header .head-section-dev {
    perspective: 1000px;
    padding: 0;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
}

header .header-navbar-dev {
    position: relative;
    margin: 0 0.3rem;
    transform-style: preserve-3d;
}

header .header-navbar-dev a {
    font-size: 15px;
    border-radius: 10px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s ease;
    display: flex;
    transform: translateZ(0);
    position: relative;
    align-items: center;
    padding: 0.7rem 1.2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-weight: 600;
    background: #ffffff;
    transform-style: preserve-3d;
}

header .header-navbar-dev a:hover::before {
    opacity: 1;
}

header .header-navbar-dev a::after {
    background: rgb(225,195,207);
    bottom: -5px;
    content: '';
    height: 5px;
    opacity: 0;
    position: absolute;
    right: 5px;
    transform: translateZ(-10px);
    left: 5px;
    transition: all 0.4s ease;
}



@supports not (transform-style: preserve-3d) {header .head-info-dev:hover {
    transform: translateY(-3px);
}header .header-navbar-dev a:hover {
    transform: translateY(-3px);
}}

.our-team-dev::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(225,195,207,0.5), rgb(202,158,173,0.5), rgba(20, 30, 40, 0.85));
    z-index: 1;
    backdrop-filter: blur(3px) saturate(120%);
}

.our-team-dev .message-wrap-dev:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our-team-dev .message-wrap-dev::before {
    background: rgb(202,158,173);
    transform: skewX(-25deg);
    position: absolute;
    left: 25px;
    top: -10px;
    height: 5px;
    width: 50px;
    content: "";
}

.our-team-dev .message-wrap-dev::after {
    background: rgb(225,195,207);
    content: "";
    position: absolute;
    bottom: -10px;
    width: 70px;
    transform: skewX(-25deg);
    right: 45px;
    height: 5px;
}

.our-team-dev h5::after {
    background: linear-gradient(90deg, rgb(202,158,173), transparent);
    height: 2px;
    content: "";
    width: 100%;
    transform: scaleX(0.6);
    bottom: -8px;
    transform-origin: left;
    transition: transform 0.4s ease;
    left: 0;
    position: absolute;
}

.our-team-dev p {
    letter-spacing: 0.5px;
    z-index: 1;
    color: #ffffff;
    font-size: calc(17px * 1.2);
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}

.our-team-dev .message-wrap-dev:hover p b::after {
    transform: scaleX(1);
}

.our-team-dev ol {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

.our-team-dev ol li {
    line-height: 1.8;
    text-align: justify;
    max-height: 60vh;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-size: 17px;
    position: relative;
    padding-left: 10px;
    scrollbar-width: thin;
    overflow-y: auto;
    color: #ffffff;
    scrollbar-color: rgb(202,158,173) transparent;
}

.our-team-dev .message-wrap-dev:hover ol li::before {
    transform: scaleY(1);
    opacity: 1;
}

.consent-learn-dev {
    align-items: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.edu-settings-dev {
    margin-bottom: 20px;
}

.edu-settings-dev svg, .edu-settings-dev svg path, .edu-settings-dev img {
    height: 60px;
    fill: rgb(225,195,207);
    width: 60px;
}

.cookie-warning-overlay-dev p {
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    font-size: 17px;
}

.safe-cookies-dev {
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
    text-align: center;
    width: calc(50% - 10px);
    font-size: 15px;
    background: rgb(225,195,207);
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
}

#cookie-banner-box-dev {
    display: none;
}

#cookie-banner-box-dev:checked ~ .cookie-warning-overlay-dev {
    visibility: hidden;
    opacity: 0;
}

.news-feed-dev::after {
    z-index: -1;
    top: 0;
    content: "";
    pointer-events: none;
    width: 100%;
    left: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    position: absolute;
    height: 100%;
}

.news-feed-dev .company_holder::before,
.news-feed-dev .company_holder::after {
    animation: slide 3s infinite alternate;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(202,158,173), transparent);
    height: 2px;
    position: absolute;
    content: "";
    width: 20%;
}

.news-feed-dev .company_holder::before {
    left: 0;
    animation-delay: 0s;
}

.news-feed-dev .sustain-cta-dev {
    margin: 1.5rem auto 0;
    max-width: 600px;
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.7;
    color: #ffffff;
}

.news-feed-dev .story-spot-dev {
    justify-content: center;
    display: flex;
}

.news-feed-dev .nav-tutor-dev::before {
    position: absolute;
    transform: translateX(-50%);
    width: 1px;
    left: 50%;
    top: -30px;
    height: 20px;
    background: rgb(225,195,207);
    content: "";
}

.news-feed-dev .head-section-dev:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(rgb(225,195,207,0.5), 0.1);
}

.news-feed-dev .head-section-dev .nav-tutor-dev {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
    position: static;
}

.news-feed-dev .head-section-dev .nav-tutor-dev a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 0.4rem 0;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    opacity: 0.75;
}

.news-feed-dev .head-section-dev .nav-tutor-dev a:hover {
    color: rgb(202,158,173);
    opacity: 1;
}

.news-feed-dev .head-section-dev .nav-tutor-dev a:hover::before {
    transform: scaleX(1);
}

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

.take-a-spin-dev {
    background: linear-gradient(135deg, rgb(202,158,173,0.5), #ffffff 90%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

.take-a-spin-dev::after {
    bottom: -5px;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(202,158,173) 40%, rgb(225,195,207) 60%, transparent);
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
}

.take-a-spin-dev .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    max-width: 1140px;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.take-a-spin-dev:hover h2 {
    transform: translateY(-5px);
}

.take-a-spin-dev .creds-sect-dev {
    padding: 2rem 3rem;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.8));
    position: relative;
    display: flex;
    box-shadow: 
        0 10px 25px -5px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    isolation: isolate;
}

.take-a-spin-dev .creds-sect-dev:hover::before {
    opacity: 0.5;
}

.take-a-spin-dev svg {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 42px;
    width: 42px;
    transform: translateY(0) rotate(0);
}

.take-a-spin-dev svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,158,173);
}

.take-a-spin-dev .request-form-dev::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    left: -100%;
    height: 100%;
    transition: left 0.6s ease;
}

.take-a-spin-dev .request-form-dev:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.take-a-spin-dev .request-form-dev:hover::before {
    left: 100%;
}

.take-a-spin-dev .request-form-dev:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.get-updates-dev::before {
    pointer-events: none;
    top: -50%;
    position: absolute;
    background: linear-gradient(135deg, transparent 30%, rgb(202,158,173,0.5) 35%, transparent 40%);
    animation: orbitalShift 25s infinite linear;
    transform: rotate(15deg);
    height: 200%;
    width: 200%;
    left: -50%;
    opacity: 0.05;
    content: "";
}

.get-updates-dev .container {
    position: relative;
    padding: 0 15px;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}

.get-updates-dev .creds-sect-dev:hover {
    box-shadow: 
        0 25px 50px -5px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(225,195,207),
        0 -5px 25px rgba(255,255,255,0.8);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.get-updates-dev .creds-sect-dev::before {
    position: absolute;
    width: 100px;
    transform-origin: center;
    content: "";
    opacity: 0.1;
    height: 100px;
    right: -50px;
    border-radius: 50%;
    background: linear-gradient(to right, rgb(225,195,207), rgb(202,158,173));
    filter: blur(20px);
    top: -50px;
    animation: pulseOrbit 12s infinite ease-in-out;
}

.get-updates-dev h3 {
    font-weight: 600;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transform: translateZ(0);
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.5;
}

.get-updates-dev .input_holder {
    max-width: 550px;
    gap: 1.25rem;
    margin-top: 2rem;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.get-updates-dev input[type="email"] {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
    padding: 15px 15px 15px 45px;
    width: 100%;
    font-size: 18px;
    color: #000000;
}

.get-updates-dev input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgb(225,195,207,0.5);
    outline: none;
    border-color: rgb(225,195,207);
}

.get-updates-dev .join-us-dev {
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    padding: 12px 30px;
    background: linear-gradient(135deg, rgb(225,195,207), rgb(202,158,173));
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    align-self: center;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 4px 15px -5px rgb(225,195,207,0.5);
    z-index: 1;
}

.get-updates-dev .join-us-dev:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px -5px rgb(225,195,207);
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media only screen and (max-width: 800px) {.privacy-quarters-dev {
    padding: 30px;
    width: 95%;
}.privacy-quarters-dev h1 {
    font-size: calc(20px - 10px);
}.privacy-quarters-dev h2 {
    font-size: calc(20px - 5px);
}.privacy-quarters-dev ul, .privacy-quarters-dev ol {
    padding-left: 20px;
}.privacy-quarters-dev li:before {
    left: -15px;
}.privacy-quarters-dev button {
    padding: 10px 20px;
}}



@media (min-width: 768px) {.reach-out-info-dev .ask-question-dev {
    padding: 4rem;
}.reach-out-info-dev .form-edu-dev {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}.reach-out-info-dev .reach-team-dev {
    padding: 0.75rem 1.25rem;
}.reach-out-info-dev h3 {
    font-size: calc(36px * 1.2);
}
}



@media (max-width: 767px) {.reach-out-info-dev {
    padding: 4rem 0;
}.reach-out-info-dev .ask-question-dev {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.reach-out-info-dev h3 {
    font-size: calc(36px * 0.9);
}.reach-out-info-dev .reach-team-dev {
    font-size: 0.9rem;
}
}



@media (hover: none) {.reach-out-info-dev .ask-question-dev {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: none !important;
}.reach-out-info-dev div > p:hover {
    transform: none;
}.reach-out-info-dev .form-edu-dev li:hover {
    transform: none;
}
}



@media (max-width: 1100px) {.training-specialist-dev .client-voices-dev {
    flex-direction: column;
    align-items: center;
}.training-specialist-dev .media-image-dev {
    width: 250px;
    height: 320px;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-bottom: 4rem;
    left: auto;
    position: relative;
}.training-specialist-dev .past-jobs-dev {
    margin-left: 0;
    width: 100%;
    padding: 2rem;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
}}



@media (min-width: 768px) {.course-program-info-dev .knowledge-base-dev {
    align-items: stretch;
    flex-direction: row;
    max-height: 500px;
}.course-program-info-dev .media-image-dev {
    flex: 0 0 45%;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course-program-info-dev .message-wrap-dev {
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin: 30px 30px 30px 0;
    transform: translateY(0) translateX(-30px);
    flex: 0 0 55%;
}.course-program-info-dev .message-wrap-dev::before {
    height: 40px;
    top: 20px;
    left: -8px;
    width: 4px;
}.course-program-info-dev .message-wrap-dev h3 {
    font-size: 19px;
}.course-program-info-dev .message-wrap-dev p.description {
    max-height: 330px;
}
}



@media (max-width: 767px) {.course-program-info-dev {
    padding: 80px 0;
}.course-program-info-dev .message-wrap-dev {
    padding: 30px 25px;
}.course-program-info-dev .message-wrap-dev h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 1.2);
}.course-program-info-dev .message-wrap-dev p.description {
    font-size: calc(13px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}



@media (max-width: 1024px) {.contact-information-dev {
    padding: 70px 0;
}.contact-information-dev .support-reach-dev {
    padding: 45px;
}.contact-information-dev .media-image-dev {
    min-height: 450px;
}
}



@media (max-width: 480px) {.contact-information-dev {
    padding: 50px 0;
}.contact-information-dev h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.contact-information-dev .media-image-dev {
    min-height: 220px;
}.contact-information-dev .support-reach-dev {
    padding: 30px 20px;
}.contact-information-dev form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.contact-information-dev form input[type="text"] {
    padding: 14px 16px;
    font-size: calc(16px * 0.95);
    margin-bottom: 16px;
}.contact-information-dev .request-form-dev {
    padding: 16px;
}.contact-information-dev .contact-request-dev label {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 767px) {.opening-board-dev {
    min-height: 80vh;
}.opening-board-dev .course-home-dev {
    min-height: 80vh;
}.opening-board-dev .skill-learn-dev {
    width: 95%;
    padding: 2.5rem 1.5rem;
}.opening-board-dev .title_style_header {
    font-size: 38px;
}.opening-board-dev .skill-learn-dev > div:first-child,
  .opening-board-dev .skill-learn-dev > div:last-child,
  .opening-board-dev .skill-learn-dev:hover > div:first-child,
  .opening-board-dev .skill-learn-dev:hover > div:last-child {
    transform: none;
}
}



@media (max-width: 991px) {.price-list-dev {
    padding: 80px 0;
}.price-list-dev h2 {
    font-size: calc(35px * 0.9);
}.price-list-dev .learning-cost-dev {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.price-list-dev .premium-plan-dev {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.price-list-dev {
    padding: 50px 0;
}.price-list-dev h2 {
    font-size: calc(35px * 0.7);
}.price-list-dev .pricing-options-dev {
    font-size: calc(17px * 0.9);
}.price-list-dev .premium-plan-dev {
    padding: 20px 15px;
}.price-list-dev .premium-plan-dev p {
    max-height: 200px;
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}



@media (min-width: 992px) {.thxPanel-dev {
    padding: 8rem 0;
}.thxPanel-dev h2 {
    max-width: 80%;
    transform: translateZ(15px);
    font-size: calc(38px * 1.1);
}.thxPanel-dev h2::after {
    width: 100px;
}.thxPanel-dev .creds-sect-dev {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.thxPanel-dev li span {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}.thxPanel-dev li::before {
    width: 80px;
    height: 80px;
}
}



@media (max-width: 480px) {.thxPanel-dev {
    padding: 3rem 0;
}.thxPanel-dev .container {
    padding: 0 1.5rem;
}.thxPanel-dev h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.thxPanel-dev .creds-sect-dev {
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
}.thxPanel-dev li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 991px) {header .main-base-dev {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top-teach-dev {
    margin-bottom: 0;
    margin-right: 0;
}header .head-section-dev {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header-navbar-dev a {
    padding: 0.6rem 1rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 479px) {header .main-base-dev {
    padding: 0.7rem 1.2rem;
}header .top-teach-dev {
    max-width: 120px;
}header .header-navbar-dev a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}



@media (max-width: 992px) {.our-team-dev {
    padding: 80px 0;
}.our-team-dev .message-wrap-dev {
    padding: 30px 35px;
    transform: perspective(1000px) rotateY(-1deg);
}.our-team-dev h5 {
    font-size: calc(24px * 0.95);
}.our-team-dev p {
    font-size: 17px;
}.our-team-dev ol li {
    max-height: 50vh;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 576px) {.our-team-dev {
    padding: 50px 0;
}.our-team-dev .message-wrap-dev {
    border-left-width: 3px;
    padding: 20px 15px;
}.our-team-dev .message-wrap-dev::before,
    .our-team-dev .message-wrap-dev::after {
    width: 30px;
    height: 3px;
}.our-team-dev h5 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.85);
}.our-team-dev p {
    font-size: calc(17px * 0.9);
    margin-bottom: 15px;
}.our-team-dev ol li {
    line-height: 1.6;
    font-size: calc(17px * 0.85);
    max-height: 35vh;
}
}



@media screen and (max-width: 992px) {.news-feed-dev {
    padding: 4rem 0 2rem;
}.news-feed-dev .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.news-feed-dev .company_holder h3 {
    font-size: 31px;
}.news-feed-dev .nav-tutor-dev {
    gap: 3rem;
}
}



@media screen and (max-width: 768px) {.news-feed-dev .story-spot-dev {
    flex-direction: column;
    align-items: center;
}.news-feed-dev .nav-tutor-dev {
    width: 100%;
    gap: 2rem;
    flex-direction: column;
    max-width: 450px;
}.news-feed-dev .head-section-dev {
    width: 100%;
}
}



@media (max-width: 992px) {.take-a-spin-dev {
    padding: 4rem 0;
}.take-a-spin-dev h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.take-a-spin-dev .creds-sect-dev {
    padding: 1.5rem 2.5rem;
}
}



@media (max-width: 768px) {.take-a-spin-dev {
    padding: 3.5rem 0;
}.take-a-spin-dev h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.8rem;
}.take-a-spin-dev .creds-sect-dev {
    padding: 1.5rem 2rem;
    gap: 1.2rem;
    flex-direction: column;
}.take-a-spin-dev svg {
    width: 36px;
    height: 36px;
}.take-a-spin-dev .request-form-dev {
    padding: 0.8rem 1.8rem;
}
}



@media (prefers-reduced-motion: reduce) {.take-a-spin-dev h2,
    .take-a-spin-dev svg,
    .take-a-spin-dev .creds-sect-dev,
    .take-a-spin-dev .request-form-dev::before {
    transition: none;
}.take-a-spin-dev:hover h2,
    .take-a-spin-dev .creds-sect-dev:hover svg,
    .take-a-spin-dev .creds-sect-dev:hover {
    transform: none;
}.take-a-spin-dev .request-form-dev:hover::before {
    left: -100%;
}}



@media screen and (max-width: 767px) {.get-updates-dev {
    padding: 3rem 0;
}.get-updates-dev .creds-sect-dev {
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
}.get-updates-dev h3 {
    line-height: 1.4;
    font-size: calc(18px * 1.1);
}.get-updates-dev .join-us-dev {
    padding: 12px 20px;
    width: 100%;
}.get-updates-dev input[type="email"] {
    padding: 12px 12px 12px 40px;
}.get-updates-dev .input_holder div::before {
    width: 16px;
    left: 12px;
    height: 16px;
}
}

@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}



@keyframes tabContent {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}



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



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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

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



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



@keyframes widthPulse {
    0% {
        width: 30%;
        opacity: 0.3;
    }
    100% {
        width: 70%;
        opacity: 0.6;
    }
}

