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

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

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

header,footer {
    width: 100%;
}

header {
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(208,202,191,0.5) 0%, rgb(173,166,152,0.5) 100%);
    padding: 0;
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    z-index: 100;
}

#privacyAlertWindow-dev {
    display: none;
}

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

.cookie-warning-banner-dev p {
    font-size: 18px;
}

.data-approval-dev svg, .data-approval-dev svg path, .data-approval-dev img {
    width: 100px;
    fill: rgb(208,202,191);
    height: 100px;
}

.cookie-warning-banner-dev p a {
    text-decoration: none;
    color: rgb(208,202,191);
}


.viewport-container-dev .cookie-warning-banner-dev {
    background: #ffffff;
    box-shadow: rgb(208,202,191,0.5) 0px 0px 40px 39px;
    border: none;
}

.viewport-container-dev .data-approval-dev {
    display: flex;
    background:rgb(208,202,191);
    height: 80px;
    width: 80px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.viewport-container-dev .cookie-box-dev h5, .viewport-container-dev .cookie-box-dev p {
    color: #000000;
}

.our-team-dev {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.our-team-dev .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}

.our-team-dev .word-wrapper-dev {
    transform-origin: left center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.our-team-dev h5 {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    color: rgb(208,202,191);
}

.our-team-dev h5::after {
    position: absolute;
    background: rgb(173,166,152);
    content: "";
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    transform-origin: left;
    left: 0;
    bottom: -5px;
    width: 70%;
    height: 3px;
}

.our-team-dev p b::after {
    bottom: -8px;
    height: 1px;
    background: linear-gradient(to right, rgb(208,202,191), transparent);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}

.our-team-dev ol li {
    line-height: 1.8;
    margin-bottom: 15px;
    column-gap: 40px;
    position: relative;
    font-size: 18px;
    text-align: justify;
    padding-left: 0;
    color: #000000;
    column-count: 1;
    hyphens: auto;
}

.ideal-participants-dev::before {
    width: 100%;
    background: radial-gradient(circle at 30% 40%, rgb(208,202,191,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(173,166,152,0.5) 0%, transparent 35%);
    position: absolute;
    height: 100%;
    opacity: 0.3;
    left: 0;
    top: 0;
    content: "";
}

.ideal-participants-dev h3::before {
    height: 100px;
    left: -30px;
    border: 2px solid rgb(208,202,191,0.5);
    position: absolute;
    z-index: -1;
    width: 100px;
    border-radius: 50%;
    top: -20px;
    content: "";
}

.ideal-participants-dev ul {
    justify-items: center;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    gap: 50px;
}

.ideal-participants-dev ul li::before {
    content: "";
    background: linear-gradient(135deg, rgb(208,202,191), rgb(173,166,152));
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
}

.ideal-participants-dev ul li::after {
    top: -10px;
    height: calc(100% + 20px);
    border: 2px dashed rgb(208,202,191,0.5);
    left: -10px;
    z-index: -2;
    border-radius: 50%;
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    opacity: 0.5;
    transition: all 0.4s ease;
}

.ideal-participants-dev ul li:hover::after {
    opacity: 0.7;
    transform: scale(1.1) rotate(15deg);
    border-color: rgb(173,166,152);
}

.ideal-participants-dev ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

.ideal-participants-dev ul li:hover svg path {
    fill: #ffffff;
}

.tariff-list-dev {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
    background-color: rgb(233,230,225);
}

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

.tariff-list-dev .learn-rates-dev {
    flex-direction: column;
    display: flex;
}

.tariff-list-dev .learning-deals-dev h2 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.tariff-list-dev .training-fees-dev {
    max-width: 800px;
    margin-top: 25px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}

.tariff-list-dev .basic-rates-dev {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
}

.tariff-list-dev .fee-board-dev:nth-child(1) {
    --i: 1;
}

.tariff-list-dev .fee-board-dev:nth-child(2) {
    --i: 2;
}

.tariff-list-dev .fee-board-dev:nth-child(3) {
    --i: 3;
}

.tariff-list-dev .package-price-dev {
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
    border-radius: 12px;
}

.tariff-list-dev .study-price-dev {
    z-index: 2;
    box-sizing: border-box;
    padding: 35px 30px;
    position: relative;
    min-height: 250px;
}

.tariff-list-dev .fee-board-dev:hover .study-price-dev h3 {
    transform: translateX(5px);
    color: rgb(208,202,191);
}

.tariff-list-dev .pricing-block-dev::before {
    left: 0;
    background: linear-gradient(90deg, rgb(173,166,152), transparent);
    content: "";
    border-radius: 2px;
    position: absolute;
    height: 3px;
    top: -10px;
    width: 40px;
}

.tariff-list-dev .study-price-dev p {
    transition: color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 15px;
    hyphens: auto;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 13px;
    line-height: 1.6;
    word-break: normal;
}

.tariff-list-dev .fee-board-dev:hover .hero-banner-dev {
    transform: scale(1.05);
}

.tariff-list-dev .fee-board-dev:hover .hero-banner-dev::after {
    opacity: 0.3;
}

header::before {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,202,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(173,166,152,0.5) 0%, transparent 30%);
    top: 0;
    content: '';
    width: 100%;
}

header .head-study-dev:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}

header .head-page-dev {
    transition: all 0.3s ease;
    display: block;
}

header .head-page-dev img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .main-learn-dev {
    margin: 0 0.3rem;
    position: relative;
}

header .main-learn-dev a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

header .main-learn-dev a::before {
    border-radius: 23px;
    content: '';
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    opacity: 0;
    left: 0;
    position: absolute;
}

header .main-learn-dev:hover::after {
    width: 70%;
}

header .head-master-dev::before {
    filter: blur(40px);
    width: 100px;
    content: '';
    position: absolute;
    height: 100px;
    right: -20px;
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
    top: -20px;
    background: rgb(208,202,191,0.5);
}

header .head-lead-dev {
    z-index: 1;
    background: rgb(233,230,225);
    padding-top: 2rem;
    position: relative;
}



header .head-study-dev::after {
    width: 100%;
    transition: all 0.4s ease;
    left: 0;
    opacity: 0.5;
    position: absolute;
    bottom: -20px;
    content: '';
    height: 20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
}

.contact-dev::before {
    width: 50%;
    right: 0;
    opacity: 0.05;
    position: absolute;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(208,202,191,0.5),
        rgb(208,202,191,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    height: 100%;
    content: "";
}

.contact-dev .reach-grid-dev {
    position: relative;
    align-items: center;
    background: transparent;
    grid-template-columns: 1fr 450px;
    display: grid;
    gap: 40px;
}

.contact-dev .hero-banner-dev {
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 28px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    height: 550px;
}

.contact-dev .query-box-dev:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-dev form {
    width: 100%;
}

.contact-dev form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-dev form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(208,202,191);
    outline: none;
}

.contact-dev form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact-dev .connect-map-dev input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-dev .connect-map-dev label::before {
    top: 2px;
    width: 22px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 4px;
    content: "";
    background: rgb(233,230,225);
    height: 22px;
}

.contact-dev .connect-map-dev input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    top: 6px;
    height: 10px;
    content: "";
    width: 6px;
}

.contact-dev form .request-widget-dev::after {
    width: 0;
    background: rgb(173,166,152);
    right: 0;
    height: 100%;
    z-index: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
}

.contact-dev form .request-widget-dev:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.contact-dev svg {
    width: 22px;
    height: 22px;
    fill: rgb(208,202,191);
}

.appZone-dev {
    background: linear-gradient(135deg, rgb(233,230,225) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.appZone-dev::after {
    content: "";
    bottom: -5%;
    position: absolute;
    height: 80%;
    background: rgb(173,166,152,0.5);
    width: 40%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    transform: rotate(3deg);
    right: -5%;
    opacity: 0.1;
    z-index: 1;
}

.appZone-dev .legacy-story-dev:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}

.appZone-dev .legacy-story-dev::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(208,202,191) 0%, rgb(173,166,152) 100%);
    height: 6px;
}

.appZone-dev h5 {
    position: relative;
    font-weight: 700;
    color: rgb(208,202,191);
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 21px;
    padding-left: 20px;
    transform: translateZ(0);
}

.appZone-dev h5::before {
    top: 0.4em;
    height: 8px;
    position: absolute;
    background: rgb(208,202,191);
    content: "";
    width: 8px;
    transform: rotate(45deg);
    left: 0;
}

.appZone-dev a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: rgba(rgb(233,230,225), 0.3);
    display: block;
    overflow: hidden;
    padding: 20px;
}

.appZone-dev a:hover::before {
    transform: scaleX(1);
}

.appZone-dev a:hover {
    background-color: rgba(rgb(233,230,225), 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.privacy-vaulting-dev {
    background-color: rgb(233,230,225);
    font-family: Arial, sans-serif;
    border: 1px solid rgb(208,202,191,0.5);
    color: #000000;
    padding: 50px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.privacy-vaulting-dev h2 {
    color: rgb(173,166,152);
    font-size: 33px;
    margin-bottom: 20px;
    font-weight: 600;
}

.privacy-vaulting-dev ul, .privacy-vaulting-dev ol {
    margin: 0;
    padding-left: 20px;
}

.privacy-vaulting-dev ul {
    counter-reset: item;
    list-style-type: none;
}

.privacy-vaulting-dev ul li::before {
    content: counter(item) ".";
    counter-increment: item;
    left: 0;
    position: absolute;
    font-weight: 700;
    color: rgb(208,202,191);
}

.privacy-vaulting-dev span {
    color: rgb(208,202,191);
    font-weight: 600;
}

.privacy-vaulting-dev div {
    margin-bottom: 20px;
}

.program-structure-dev::before {
    position: absolute;
    width: 300px;
    z-index: 1;
    animation: floatElement 15s infinite ease-in-out;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(208,202,191) 0%, rgb(208,202,191,0.5) 70%);
    height: 300px;
    top: -5%;
    content: "";
    right: -5%;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    opacity: 0.1;
}

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

.program-structure-dev .training-plan-dev {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}

.program-structure-dev .hero-banner-dev::before {
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    width: 100%;
}

.program-structure-dev .hero-banner-dev:hover {
    transform: perspective(1000px) rotateY(0);
}

.program-structure-dev .word-wrapper-dev {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.program-structure-dev h3 {
    position: relative;
    color: rgb(208,202,191);
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
    opacity: 0;
    padding-left: 1rem;
    transform: translateY(20px);
    font-weight: 700;
    animation: fadeSlideUp 0.8s forwards 0.3s;
}

.program-structure-dev .description {
    font-size: 13px;
    color: #000000;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    transform: translateY(20px);
    position: relative;
}

.program-structure-dev p.description {
    overflow-y: auto;
    scrollbar-color: rgb(173,166,152) transparent;
    max-height: 400px;
    scrollbar-width: thin;
    position: relative;
    display: block;
    padding-right: 1rem;
}

.title-welcome-dev::before {
    left: 0;
    height: 100%;
    position: absolute;
    animation: gradientShift 15s infinite alternate ease-in-out;
    width: 100%;
    opacity: 0.6;
    top: 0;
    z-index: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(173,166,152) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(208,202,191,0.5) 0%, transparent 30%);
    content: "";
}

.title-welcome-dev h1.online-tech-dev::after {
    transform-origin: left;
    background: rgb(208,202,191);
    width: 80px;
    position: absolute;
    content: "";
    transform: scaleX(0);
    bottom: -10px;
    left: 0;
    animation: lineGrow 1s 0.8s forwards ease-out;
    height: 3px;
}

.title-welcome-dev h1.online-tech-dev::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.title-welcome-dev .learn-entry-dev {
    overflow: hidden;
    transform: translateY(30px);
    margin-top: 2rem;
    opacity: 0;
    position: relative;
    animation: fadeUp 1s 0.6s forwards ease-out;
}

.title-welcome-dev .pro-program-dev {
    height: 400px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.title-welcome-dev .pro-program-dev {
    height: 350px;
}

.title-welcome-dev .pro-program-dev:hover {
    transform: translateY(-10px) scale(1.02);
}

.title-welcome-dev .pro-program-dev:hover span {
    transform: translateY(0);
}

.title-welcome-dev .pro-program-dev h3 {
    padding-left: 1rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 0;
    color: #ffffff;
    border-left: 3px solid rgb(208,202,191);
    font-size: calc(20px * 1.1);
    line-height: 1.5;
}

.brainstorm-dev::before {
    right: 0;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(208,202,191) 25%, 
                #ffffff 50%, 
                rgb(173,166,152) 75%, 
                transparent 100%);
    left: 0;
    height: 1px;
    content: "";
    animation: shimmer 8s linear infinite;
    position: absolute;
}

.brainstorm-dev .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(208,202,191,0.5);
}

.brainstorm-dev .company_holder h3 {
    display: inline-block;
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(30px * 0.85);
    position: relative;
}

.brainstorm-dev .company_holder:hover h3::after {
    transform: scaleX(1);
}

.brainstorm-dev .enroll-info-dev {
    margin-top: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    max-width: 450px;
}

.brainstorm-dev .equity-pledge-dev {
    flex: 1 1 450px;
    position: relative;
}

.brainstorm-dev .equity-pledge-dev .header-base-dev {
    justify-content: flex-end;
}

.brainstorm-dev .nav-block-dev h5 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 1.25rem;
}

.brainstorm-dev .nav-block-dev h5::before {
    background: rgb(208,202,191);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -6px;
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
}

.brainstorm-dev .nav-block-dev a {
    transition: all 0.3s ease;
    font-size: 15px;
    z-index: 1;
    padding: 0.25rem 0.5rem;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 10px;
    display: block;
}

.brainstorm-dev .nav-block-dev a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.qna-board-dev::before {
    right: 0;
    content: "";
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(173,166,152) 25%, 
                #ffffff 50%, 
                rgb(208,202,191) 75%, 
                transparent 100%);
    height: 1px;
    position: absolute;
    top: 0;
}

.qna-board-dev .abuse-ctrl-dev:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    box-shadow: 0 0 15px rgb(208,202,191,0.5);
}



.brainstorm-dev .header-base-dev a::after {
    left: -10px;
    transition: transform 0.3s ease;
    background: rgb(208,202,191);
    border-radius: 50%;
    width: 4px;
    content: "";
    transform: translateY(-50%) scale(0);
    top: 50%;
    position: absolute;
    height: 4px;
}

.brainstorm-dev .enroll-info-dev::after {
    position: absolute;
    right: -10px;
    border: 1px solid transparent;
    bottom: -10px;
    content: "";
    height: 0;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}

.brainstorm-dev .company_holder:hover .enroll-info-dev::after {
    width: calc(100% + 20px);
    border-left-color: rgb(173,166,152,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    border-bottom-color: rgb(173,166,152,0.5);
}

.teaching-experience-dev::before {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    content: "";
    left: -50px;
    width: 200px;
    z-index: 1;
    transform: rotate(-15deg);
    position: absolute;
    height: 200px;
    top: -50px;
    background: rgb(208,202,191,0.5);
}

.teaching-experience-dev .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.teaching-experience-dev .learning-views-dev:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.teaching-experience-dev .learning-views-dev > div:first-child {
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
}

.teaching-experience-dev .learning-views-dev .hero-banner-dev {
    position: relative;
    height: 300px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    width: 100%;
    transform: scale(1);
}

.teaching-experience-dev .learning-views-dev:hover .hero-banner-dev::after {
    opacity: 1;
}

.teaching-experience-dev .learning-views-dev > div:nth-child(2) {
    padding-left: 20px;
    position: relative;
    border-left: 3px solid rgb(208,202,191);
    transition: transform 0.4s ease;
    transform: translateX(0);
}

.teaching-experience-dev .name::after {
    bottom: -3px;
    height: 2px;
    transition: width 0.4s ease-out;
    width: 0;
    position: absolute;
    content: "";
    background: rgb(208,202,191);
    left: 0;
}

.teaching-experience-dev .work-wrap-dev {
    margin: 0;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    font-size: 13px;
    line-height: 1.7;
}

.info-hub-dev {
    position: relative;
    background: rgb(233,230,225);
    overflow: hidden;
    padding: 80px 0;
}

.info-hub-dev::before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(208,202,191,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(173,166,152,0.5) 0%, transparent 70%);
    top: 0;
}

.info-hub-dev .container {
    padding: 0 20px;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.info-hub-dev .reach-out-dev {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin: 0;
    font-weight: 700;
    padding: 35px 40px;
    font-size: 36px;
    color: rgb(208,202,191);
    grid-column: 1 / -1;
}

.info-hub-dev .reach-out-dev::after {
    content: '';
    bottom: 0;
    height: 3px;
    left: 40px;
    width: 60px;
    position: absolute;
    border-radius: 10px;
    background: rgb(208,202,191);
}

.info-hub-dev .hero-banner-dev::before {
    position: absolute;
    content: '';
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(208,202,191,0.5) 100%
    );
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



.info-hub-dev .submit-request-dev {
    background: rgba(255, 255, 255, 0.02);
    flex-direction: column;
    display: flex;
    padding: 40px;
    gap: 22px;
    position: relative;
}

.info-hub-dev .submit-request-dev p {
    padding: 0 0 22px 0;
    position: relative;
    flex-direction: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    margin: 0;
    gap: 15px;
    align-items: flex-start;
}

.info-hub-dev .submit-request-dev p {
    color: #ffffff;
}

.info-hub-dev .submit-request-dev p svg path {
    fill: rgb(208,202,191);
    transition: fill 0.3s ease;
}

.info-hub-dev .submit-request-dev p .content-wrapper {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    gap: 8px;
}

.info-hub-dev .submit-request-dev p:first-child span {
    font-size: calc(17px + 2px);
}

.info-hub-dev .submit-request-dev p span a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background: rgb(208,202,191,0.5);
}

.info-hub-dev .submit-request-dev p span b {
    font-weight: 700;
    color: rgb(208,202,191);
}

.info-hub-dev .assist-form-dev {
    padding-bottom: 15px;
    display: flex;
    font-weight: 600;
    color: rgb(208,202,191);
    position: relative;
    font-size: 21px;
    margin: 0 0 20px 0;
    gap: 12px;
    align-items: center;
}

.info-hub-dev .assist-form-dev:after {
    background: rgb(208,202,191);
    position: absolute;
    border-radius: 10px;
    left: 0;
    width: 40px;
    bottom: 0;
    content: '';
    height: 2px;
}

.info-hub-dev .submit-feedback-dev::before {
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(208,202,191);
    content: '';
    width: 4px;
    height: 100%;
    opacity: 0.7;
}

.info-hub-dev .submit-feedback-dev:hover {
    transform: translateX(5px);
}

.info-hub-dev .submit-feedback-dev:hover::after {
    opacity: 0.1;
}

.stay-updated-dev {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(208,202,191,0.5) 0%, rgb(173,166,152) 100%);
}

.stay-updated-dev .legacy-story-dev {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.stay-updated-dev .message-reach-dev {
    display: flex;
    transform: translateX(10%);
    flex-direction: column;
    max-width: 90%;
}

.stay-updated-dev .input_holder {
    flex-direction: row;
    border-radius: 26px;
    align-items: stretch;
    display: flex;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    transform: perspective(800px) rotateY(-5deg);
    max-width: 90%;
    overflow: hidden;
}

.stay-updated-dev input[type="email"]:focus {
    background: rgb(233,230,225);
    box-shadow: inset 0 0 0 3px rgb(208,202,191,0.5);
    outline: none;
}

.stay-updated-dev .sub-grids-dev:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}



.stay-updated-dev .sub-grids-dev:active {
    transform: translateY(2px);
    animation: pulse 1s forwards;
}

.metrics-summary-dev {
    padding: 120px 0;
    position: relative;
    isolation: isolate;
}

.metrics-summary-dev .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
}

.metrics-summary-dev .value-statistics-dev {
    position: relative;
}

.metrics-summary-dev .statistics-extra-dev svg {
    fill: rgb(208,202,191);
    height: 100%;
    width: 100%;
}

.metrics-summary-dev .statistics-extra-dev svg path {
    fill: rgb(208,202,191);
}

.metrics-summary-dev .boost-growth-dev {
    opacity: 0.9;
    color: #ffffff;
    margin-right: auto;
    font-size: 16px;
    border-left: 3px solid rgb(208,202,191);
    text-align: center;
    position: relative;
    margin-left: auto;
    line-height: 1.6;
    max-width: 50%;
    margin-bottom: 80px;
    padding-left: 20px;
}

.metrics-summary-dev .study-statistics-dev {
    border-radius: 0 24px 24px 0;
    transition: transform 0.3s ease;
    align-items: center;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.metrics-summary-dev .study-statistics-dev:nth-child(even)::before {
    background-color: rgb(173,166,152);
}

.metrics-summary-dev .edu-wins-dev svg {
    height: 50px;
    fill: #ffffff;
    width: 50px;
}

.metrics-summary-dev .edu-wins-dev svg path {
    fill: #ffffff;
}

.metrics-summary-dev .study-statistics-dev:nth-child(odd) .edu-wins-dev {
    background-color: rgba(rgb(208,202,191,0.5), 0.1);
}

.metrics-summary-dev .study-statistics-dev span {
    align-items: center;
    text-align: center;
    min-width: 100px;
    font-weight: 700;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    margin-right: 20px;
    display: flex;
    font-size: 3rem;
}

.metrics-summary-dev .study-statistics-dev::after {
    top: 0;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03));
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}


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


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


@media only screen and (max-width: 800px) {.data-approval-dev {
    display: none;
}.learn-consent-dev {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie-warning-banner-dev h5 {
    text-align: center;
}.cookie-warning-banner-dev p {
    text-align: center;
}.cookie-box-dev {
    margin-bottom: 20px;
}body .viewport-container-dev .cookie-reset-dev {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {.our-team-dev {
    padding: 80px 0;
}.our-team-dev .word-wrapper-dev {
    padding: 30px;
    transform: none;
}.our-team-dev .word-wrapper-dev::after {
    display: none;
}.our-team-dev h5 {
    font-size: 20px;
}.our-team-dev p b {
    font-size: calc(18px * 1.3);
}
}



@media (max-width: 1200px) {.ideal-participants-dev ul {
    gap: 40px;
}.ideal-participants-dev ul li {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 992px) {.ideal-participants-dev {
    padding: 100px 0;
}.ideal-participants-dev h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.9);
}.ideal-participants-dev ul {
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
}.ideal-participants-dev ul li {
    height: 220px;
    width: 220px;
}.ideal-participants-dev ul li svg {
    margin-top: 45px;
}
}



@media (max-width: 580px) {.ideal-participants-dev {
    padding: 60px 0;
}.ideal-participants-dev .legacy-story-dev {
    padding: 0 20px;
}.ideal-participants-dev h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
}.ideal-participants-dev ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.ideal-participants-dev ul li {
    width: 220px;
    height: 220px;
}
}



@media (max-width: 1199px) {.tariff-list-dev {
    padding: 80px 0;
}.tariff-list-dev .learning-deals-dev {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
}.tariff-list-dev .learning-deals-dev h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (hover: none) {.tariff-list-dev .fee-board-dev:hover .package-price-dev {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.tariff-list-dev .fee-board-dev:hover .study-price-dev h3 {
    transform: none;
}.tariff-list-dev .fee-board-dev:hover .pricing-block-dev {
    transform: none;
}.tariff-list-dev .fee-board-dev:hover .hero-banner-dev {
    transform: none;
}}



@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .head-master-dev {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .head-study-dev {
    padding: 0.6rem 1rem;
    margin-bottom: 0;
    border-radius: 10px;
}header .nav-block-dev {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .main-learn-dev a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(13px - 1px);
}header .head-master-dev::before,
    header .head-master-dev::after {
    display: none;
}
}



@media (max-width: 479px) {header .head-master-dev {
    padding: 0.7rem 1rem;
}header .head-study-dev {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .main-learn-dev a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}}



@media screen and (max-width: 1100px) {.contact-dev .reach-grid-dev {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact-dev .hero-banner-dev {
    height: 500px;
}.contact-dev .query-box-dev {
    padding: 40px;
}
}



@media screen and (max-width: 767px) {.contact-dev {
    padding: 60px 0;
}.contact-dev h2 {
    margin-bottom: 40px;
}.contact-dev .hero-banner-dev {
    height: 350px;
}
}



@media screen and (max-width: 576px) {.contact-dev {
    padding: 50px 0;
}.contact-dev h2 {
    font-size: calc(32px * 0.85);
}.contact-dev .hero-banner-dev {
    height: 250px;
}.contact-dev .query-box-dev {
    padding: 30px 25px;
}.contact-dev form h3 {
    font-size: calc(20px * 0.9);
}.contact-dev form .request-widget-dev {
    width: 100%;
}}



@media screen and (min-width: 992px) {.appZone-dev {
    padding: 180px 0;
}.appZone-dev .legacy-story-dev {
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
    padding: 100px 80px;
}.appZone-dev h5 {
    padding-left: 30px;
    font-size: calc(21px * 1.2);
}.appZone-dev h5::before {
    width: 10px;
    height: 10px;
}.appZone-dev p {
    font-size: calc(15px * 1.1);
    padding-left: 30px;
}.appZone-dev a {
    padding: 30px;
}
}


@media only screen and (max-width: 800px) {.privacy-vaulting-dev {
    padding: 30px 15px;
}.privacy-vaulting-dev h1 {
    font-size: calc(19px - 10px);
}.privacy-vaulting-dev h2 {
    font-size: calc(19px - 8px);
}.privacy-vaulting-dev p, .privacy-vaulting-dev li {
    font-size: calc(15px - 2px);
}}



@media (min-width: 768px) {.program-structure-dev .training-plan-dev {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.program-structure-dev .hero-banner-dev {
    height: 450px;
}.program-structure-dev h3 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.2);
}.program-structure-dev h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.program-structure-dev .word-wrapper-dev::before {
    left: -30px;
}
}



@media (min-width: 1200px) {.program-structure-dev .training-plan-dev {
    gap: 6rem;
}.program-structure-dev .hero-banner-dev {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.program-structure-dev .hero-banner-dev:hover {
    transform: perspective(1500px) rotateY(0);
}.program-structure-dev h3 {
    font-size: calc(32px * 0.8);
}.program-structure-dev p.description {
    max-height: 500px;
}
}




@media (min-width: 768px) {.title-welcome-dev > div {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title-welcome-dev h1.online-tech-dev {
    margin-bottom: 2rem;
    font-size: calc(39px * 1.5);
}.title-welcome-dev p {
    font-size: calc(18px * 1.2);
}.title-welcome-dev .learn-entry-dev {
    margin-top: 0;
}.title-welcome-dev .pro-program-dev {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
    height: 450px;
}
}



@media (max-width: 992px) {.brainstorm-dev {
    padding: 3.5rem 0 2rem;
}.brainstorm-dev .container {
    flex-direction: column;
}.brainstorm-dev .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.brainstorm-dev .equity-pledge-dev {
    flex: 1 1 100%;
}.brainstorm-dev .equity-pledge-dev .header-base-dev {
    justify-content: space-between;
}.brainstorm-dev .nav-block-dev {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 576px) {.brainstorm-dev {
    padding: 2.5rem 0 1rem;
}.brainstorm-dev .company_holder h3 {
    font-size: calc(30px * 0.75);
}.brainstorm-dev .enroll-info-dev {
    font-size: calc(15px * 0.9);
}.brainstorm-dev .nav-block-dev h5 {
    font-size: calc(23px * 0.9);
}.brainstorm-dev .nav-block-dev a {
    font-size: calc(15px * 0.9);
}.qna-board-dev .abuse-ctrl-dev {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 0.8rem;
}}



@media (min-width: 992px) {.teaching-experience-dev .learning-views-dev {
    gap: 2.5rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 350px 1fr;
}.teaching-experience-dev .hero-banner-dev {
    height: 400px;
}.teaching-experience-dev .work-wrap-dev {
    padding-left: 2rem;
    font-size: calc(13px * 1.05);
}.teaching-experience-dev .work-wrap-dev::before {
    font-size: 80px;
}
}



@media (min-width: 1200px) {.teaching-experience-dev .learning-views-dev {
    padding: 4rem;
    grid-template-columns: 400px 1fr;
}.teaching-experience-dev .hero-banner-dev {
    height: 450px;
}.teaching-experience-dev .name {
    font-size: calc(23px * 1.1);
}.teaching-experience-dev .learning-views-dev > div:nth-child(2) > div {
    font-size: 13px;
}.teaching-experience-dev .work-wrap-dev {
    line-height: 1.8;
}
}



@media (max-width: 1199px) {.info-hub-dev .join-conversation-dev {
    gap: 30px;
}.info-hub-dev .submit-request-dev {
    padding: 30px;
}
}



@media (max-width: 767px) {.info-hub-dev {
    padding: 50px 0;
}.info-hub-dev .reach-out-dev {
    padding: 25px;
    font-size: calc(36px - 4px);
}.info-hub-dev .reach-out-dev::after {
    left: 25px;
}.info-hub-dev .submit-request-dev {
    gap: 18px;
    padding: 25px;
}.info-hub-dev .submit-request-dev p {
    padding-bottom: 18px;
}.info-hub-dev .hero-banner-dev {
    min-height: 250px;
}.info-hub-dev .get-in-touch-dev {
    padding-top: 25px;
    margin-top: 25px;
}.info-hub-dev .learn-form-dev {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}



@media (max-width: 375px) {.info-hub-dev .join-conversation-dev {
    border-radius: 10px;
}.info-hub-dev .submit-request-dev {
    padding: 15px;
}.info-hub-dev .submit-request-dev p {
    padding-bottom: 15px;
}.info-hub-dev .hero-banner-dev {
    min-height: 180px;
}.info-hub-dev .get-in-touch-dev {
    padding-top: 20px;
    margin-top: 20px;
}
}



@media (prefers-reduced-motion: reduce) {.info-hub-dev .hero-banner-dev::after {
    animation: none;
}.info-hub-dev .submit-request-dev p span a:hover,
    .info-hub-dev .submit-feedback-dev:hover {
    transform: none;
}}



@media screen and (max-width: 992px) {.metrics-summary-dev {
    padding: 100px 0;
}.metrics-summary-dev .knowledge-upgrade-dev {
    font-size: calc(48px * 0.9);
    max-width: 80%;
}.metrics-summary-dev .boost-growth-dev {
    margin-bottom: 60px;
    max-width: 70%;
}.metrics-summary-dev .study-statistics-dev span {
    font-size: 2.5rem;
    min-width: 80px;
}
}



@media screen and (max-width: 768px) {.metrics-summary-dev {
    padding: 80px 0;
}.metrics-summary-dev .statistics-extra-dev {
    top: 10px;
    right: 10px;
    height: 80px;
    width: 80px;
}.metrics-summary-dev .knowledge-upgrade-dev {
    font-size: calc(48px * 0.8);
    max-width: 100%;
}.metrics-summary-dev .boost-growth-dev {
    max-width: 100%;
    margin-bottom: 50px;
}.metrics-summary-dev .study-statistics-dev {
    flex-direction: column;
    border-radius: 0 0 24px 24px;
}.metrics-summary-dev .study-statistics-dev::before {
    height: 5px;
    width: 100%;
}.metrics-summary-dev .study-statistics-dev:hover {
    transform: translateY(10px);
}.metrics-summary-dev .edu-wins-dev {
    width: 100%;
    min-width: auto;
}.metrics-summary-dev .stat_item_content {
    text-align: center;
    padding: 20px;
    width: 100%;
    flex-direction: column;
}.metrics-summary-dev .study-statistics-dev span {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 10px;
}.metrics-summary-dev .study-statistics-dev p {
    text-align: center;
}
}



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



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



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



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



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



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



@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(208,202,191,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

