﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.dev-top-pagebar {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1221px;
    margin: auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.dev-mentor-cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.dev-content-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: relative;
    width: 100%;
    background: linear-gradient(to right, rgb(170,149,93) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 99;
    overflow: visible;
}header::before {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(203,184,139,0.5) 10px,
        rgb(203,184,139,0.5) 11px
    );
    opacity: 0.1;
    z-index: -1;
    width: 100%;
}header .dev-main-train {
    justify-content: space-between;
    position: relative;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}header .dev-main-train::after {
    height: 1px;
    content: '';
    bottom: 0;
    box-shadow: 0 0 10px rgb(170,149,93), 0 0 20px rgb(170,149,93,0.5);
    position: absolute;
    left: 5%;
    width: 90%;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(203,184,139),
        rgb(170,149,93),
        rgb(203,184,139),
        transparent
    );
}header .dev-main-train .dev-nav-sitebar {
    padding: 5px 10px;
    position: relative;
    z-index: 2;
    margin-right: 20px;
}header .dev-main-train .dev-nav-sitebar::before {
    border-radius: 10px;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    border: 1px solid rgb(170,149,93,0.5);
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
    box-shadow: 0 0 15px rgb(170,149,93,0.5);
    opacity: 0;
}header .dev-main-train .dev-nav-sitebar:hover::before {
    opacity: 1;
}header .dev-main-train .dev-nav-sitebar .dev-top-tutor {
    display: block;
    transition: transform 0.3s ease;
}header .dev-main-train .dev-nav-sitebar:hover .dev-top-tutor {
    transform: scale(1.05);
}header .dev-main-train .dev-nav-sitebar .dev-top-tutor svg {
    filter: drop-shadow(0 0 5px rgb(170,149,93,0.5));
    height: 45px;
    width: auto;
}header .dev-main-train .dev-nav-learn {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 10px;
    position: relative;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    justify-content: flex-end;
}header .dev-main-train .dev-nav-learn::before {
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    border-radius: 10px;
    opacity: 0.2;
    background: radial-gradient(
        ellipse at center,
        rgb(170,149,93,0.5) 0%,
        transparent 70%
    );
    width: 100%;
}header .dev-main-train .dev-nav-learn .dev-top-master {
    margin: 0;
    position: relative;
}header .dev-main-train .dev-nav-learn .dev-top-master::after {
    bottom: -5px;
    content: '';
    left: 50%;
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    box-shadow: 0 0 8px rgb(203,184,139);
    position: absolute;
    height: 2px;
    background: rgb(203,184,139);
}header .dev-main-train .dev-nav-learn .dev-top-master:hover::after {
    left: 10%;
    width: 80%;
}header .dev-main-train .dev-nav-learn .dev-top-master a {
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    letter-spacing: 1px;
    display: block;
}header .dev-main-train .dev-nav-learn .dev-top-master:hover a {
    text-shadow: 0 0 5px rgb(203,184,139,0.5);
    color: rgb(203,184,139);
}

@media (max-width: 992px) {header .dev-main-train {
    flex-direction: column;
}header .dev-main-train .dev-nav-sitebar {
    align-self: center;
    margin: 0 0 15px 0;
}header .dev-main-train .dev-nav-learn {
    justify-content: center;
    width: 100%;
}header .dev-main-train .dev-nav-learn .dev-top-master a {
    font-size: calc(16px - 1px);
    padding: 10px 15px;
}}.dev-price-deck-grid {
    position: relative;
    background: linear-gradient(135deg, rgb(236,226,198) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
    overflow: hidden;
}.dev-price-deck-grid::before {
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    pointer-events: none;
    z-index: 1;
}.dev-price-deck-grid .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.dev-price-deck-grid .dev-fee-struct {
    display: flex;
    flex-direction: column-reverse;
}.dev-price-deck-grid .dev-pricing-rates {
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    text-align: center;
}.dev-price-deck-grid .dev-pricing-rates h2 {
    color: #000000;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 36px;
    position: relative;
    font-weight: 700;
}.dev-price-deck-grid .dev-pricing-rates h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    background: rgb(203,184,139);
    left: 50%;
}.dev-price-deck-grid .dev-study-rates {
    color: #000000;
    white-space: normal;
    line-height: 1.6;
    max-width: 700px;
    overflow-wrap: break-word;
    font-size: 16px;
    word-break: break-word;
    margin: 0 auto;
}.dev-price-deck-grid .dev-cost-summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.dev-price-deck-grid .dev-learn-price {
    display: block;
    overflow: hidden;
    position: relative;
    color: #000000;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}.dev-price-deck-grid .dev-learn-price:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.dev-price-deck-grid .dev-study-offers {
    display: flex;
    background-color: #ffffff;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    min-height: 450px;
}.dev-price-deck-grid .dev-plan-table {
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    z-index: 2;
    padding: 30px;
    flex-direction: column;
    display: flex;
    position: relative;
    flex: 1;
}.dev-price-deck-grid .dev-plan-table h3 {
    font-weight: 600;
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-size: calc(22px + 2px);
    color: #000000;
    position: relative;
    margin-bottom: 8px;
}.dev-price-deck-grid .dev-learn-price:hover .dev-plan-table h3 {
    transform: translateX(5px);
}.dev-price-deck-grid .dev-fee-plans {
    font-weight: 700;
    margin: 15px 0;
    font-size: calc(22px + 4px);
    color: rgb(203,184,139);
    display: inline-block;
    position: relative;
}.dev-price-deck-grid .dev-fee-plans::before {
    position: absolute;
    transform: translateX(-10px);
    left: -20px;
    top: 50%;
    content: "";
    background: rgb(203,184,139);
    transition: all 0.3s ease;
    height: 2px;
    opacity: 0;
    width: 10px;
}.dev-price-deck-grid .dev-learn-price:hover .dev-fee-plans::before {
    opacity: 1;
    transform: translateX(0);
}.dev-price-deck-grid .dev-plan-table p {
    word-break: break-word;
    line-height: 1.6;
    margin-top: 15px;
    overflow-wrap: break-word;
    flex: 1;
    white-space: normal;
    color: #000000;
    font-size: 16px;
}.dev-price-deck-grid .dev-profile-photo {
    position: relative;
    transition: transform 0.6s ease;
    height: 200px;
    width: 100%;
    overflow: hidden;
}.dev-price-deck-grid .dev-profile-photo::after {
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, rgba(rgb(203,184,139,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
}.dev-price-deck-grid .dev-learn-price:hover .dev-profile-photo {
    transform: scale(1.05);
}.dev-price-deck-grid .dev-learn-price:nth-child(odd) .dev-study-offers {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.dev-price-deck-grid .dev-learn-price:nth-child(even) .dev-study-offers {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.dev-price-deck-grid .dev-learn-price:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.dev-price-deck-grid .dev-learn-price:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.dev-price-deck-grid .dev-learn-price:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.dev-price-deck-grid .dev-learn-price:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.dev-price-deck-grid .dev-cost-summary {
    grid-template-columns: repeat(2, 1fr);
}.dev-price-deck-grid .dev-pricing-rates {
    margin-bottom: 60px;
}.dev-price-deck-grid .dev-plan-table h3 {
    font-size: 22px;
}.dev-price-deck-grid .dev-fee-plans {
    font-size: calc(22px + 2px);
}.dev-price-deck-grid .dev-plan-table p {
    font-size: calc(16px - 1px);
}
}

@media (min-width: 992px) {.dev-price-deck-grid .dev-fee-struct {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.dev-price-deck-grid .dev-pricing-rates {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.dev-price-deck-grid .dev-pricing-rates h2::after {
    transform: none;
    left: 0;
}.dev-price-deck-grid .dev-cost-summary {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.dev-price-deck-grid .dev-plan-table {
    padding: 35px;
}
}

@media (min-width: 1200px) {.dev-price-deck-grid .dev-cost-summary {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.dev-price-deck-grid .dev-study-offers {
    min-height: 500px;
}.dev-price-deck-grid .dev-profile-photo {
    height: 220px;
}.dev-price-deck-grid .dev-plan-table h3 {
    font-size: calc(22px + 2px);
}.dev-price-deck-grid .dev-fee-plans {
    font-size: calc(22px + 6px);
}}.dev-course-program-description {
    background-color: rgb(236,226,198);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.dev-course-program-description::before {
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(203,184,139,0.5) 0%, transparent 50%, rgb(170,149,93,0.5) 100%);
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
}.dev-course-program-description::after {
    content: "";
    height: 200px;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    top: -50px;
    z-index: 0;
    background-color: rgb(203,184,139,0.5);
    right: -50px;
    filter: blur(80px);
}.dev-course-program-description .dev-future-skills {
    z-index: 2;
    flex-direction: column;
    display: flex;
}.dev-course-program-description .dev-text-info-box {
    margin: 0 auto 60px;
    width: 80%;
    position: relative;
}.dev-course-program-description .dev-text-info-box::before {
    width: 80px;
    left: 0;
    top: -20px;
    content: "";
    background: linear-gradient(90deg, rgb(203,184,139), rgb(170,149,93));
    position: absolute;
    border-radius: 10px;
    height: 4px;
}.dev-course-program-description .dev-text-info-box h2 {
    background-image: repeating-linear-gradient(45deg, rgb(203,184,139,0.5) 0px, rgb(203,184,139,0.5) 2px, transparent 2px, transparent 8px);
    font-weight: 700;
    font-size: 32px;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 30px;
    transform: translateX(0);
    transition: transform 0.5s ease;
}.dev-course-program-description .dev-text-info-box h2:hover {
    transform: translateX(10px);
}.dev-course-program-description .dev-text-info-box .description {
    line-height: 1.7;
    border-left: 2px solid rgb(203,184,139);
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
    padding-left: 20px;
}.dev-course-program-description .dev-text-info-box .description:last-child {
    font-weight: 600;
    position: relative;
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 30px;
    color: #ffffff;
    border-left: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    backdrop-filter: blur(5px);
}.dev-course-program-description .dev-profile-photo {
    top: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}.dev-course-program-description .dev-future-skills:hover .dev-profile-photo {
    opacity: 0.3;
    transform: scale(1.05);
}.dev-course-program-description .dev-profile-photo::before {
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(203,184,139,0.5) 0%, transparent 80%);
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.dev-course-program-description .dev-profile-photo::after {
    bottom: 0;
    width: 80%;
    right: 0;
    height: 40%;
    position: absolute;
    background: linear-gradient(225deg, rgb(170,149,93,0.5) 0%, transparent 100%);
    z-index: 1;
    content: "";
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.dev-course-program-description .dev-future-skills::before {
    left: -50px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    z-index: -1;
    animation: pulseAnimation 10s infinite ease-in-out;
    content: "";
    position: absolute;
    background-color: rgb(170,149,93,0.5);
    filter: blur(100px);
    bottom: -100px;
}.dev-course-program-description .dev-future-skills::after {
    right: -20px;
    height: 40px;
    width: 40px;
    border: 4px solid rgb(203,184,139,0.5);
    z-index: -1;
    animation: rotateAnimation 20s infinite linear;
    top: 40px;
    border-radius: 10px;
    position: absolute;
    content: "";
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dev-course-program-description .dev-text-info-box::after {
    height: 100px;
    z-index: -1;
    border: 2px dashed rgb(203,184,139,0.5);
    animation: rotateAnimation 30s infinite linear reverse;
    content: "";
    position: absolute;
    top: -40px;
    right: -60px;
    width: 100px;
    border-radius: 50%;
}.dev-course-program-description .dev-text-info-box .description:first-of-type {
    border-left: none;
    border-radius: 10px;
    padding: 20px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(236,226,198) 10px,
        rgb(236,226,198) 12px
    );
    overflow: hidden;
    position: relative;
}.dev-course-program-description .dev-text-info-box .description:first-of-type::after {
    left: 0;
    background: linear-gradient(90deg, rgb(203,184,139), transparent);
    content: "";
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
}.dev-course-program-description .dev-text-info-box .description:last-child::before {
    left: 0;
    background-position: center;
    background-size: cover;
    filter: brightness(0.5) contrast(1.2);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    border-radius: 30px;
    z-index: -1;
    position: absolute;
}

@media (max-width: 1024px) {.dev-course-program-description {
    padding: 80px 0;
}.dev-course-program-description .dev-text-info-box {
    width: 90%;
}
}

@media (max-width: 768px) {.dev-course-program-description {
    padding: 60px 0;
}.dev-course-program-description .dev-text-info-box {
    width: 100%;
    margin-bottom: 40px;
}.dev-course-program-description .dev-text-info-box h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.9);
}.dev-course-program-description .dev-text-info-box .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.dev-course-program-description {
    padding: 40px 0;
}.dev-course-program-description .dev-text-info-box h2 {
    font-size: calc(32px * 0.8);
}.dev-course-program-description .dev-text-info-box .description {
    font-size: calc(13px * 0.95);
}.dev-course-program-description .dev-text-info-box .description:last-child {
    padding: 20px;
}.dev-course-program-description::after,
    .dev-course-program-description .dev-future-skills::before,
    .dev-course-program-description .dev-text-info-box::after {
    display: none;
}.dev-course-program-description .dev-text-info-box::before {
    width: 60px;
}}

.dev-course-program-description .dev-future-skills .dev-text-info-box .description strong {
    font-weight: 600;
    color: rgb(170,149,93);
}.dev-course-program-description .container::before {
    width: 150%;
    left: -25%;
    position: absolute;
    bottom: -40px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(203,184,139,0.5), transparent);
}.dev-course-program-description .dev-text-info-box h2::after {
    z-index: -1;
    border-radius: 50%;
    left: -15px;
    position: absolute;
    height: 30px;
    top: -15px;
    background-color: rgb(203,184,139,0.5);
    filter: blur(15px);
    width: 30px;
    content: "";
}.dev-title-greeting {
    background: linear-gradient(135deg, rgb(236,226,198), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    padding: 2rem;
    display: flex;
}.dev-title-greeting::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    pointer-events: none;
    background: 
    linear-gradient(45deg, rgb(203,184,139,0.5) 0%, transparent 40%),
    linear-gradient(225deg, rgb(170,149,93,0.5) 10%, transparent 70%);
    content: "";
    opacity: 0.85;
    position: absolute;
    z-index: 1;
}.dev-title-greeting::after {
    content: "";
    height: 35%;
    right: -10%;
    animation: float 12s ease-in-out infinite;
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    top: -10%;
    width: 35%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: rgb(203,184,139);
    position: absolute;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
}.dev-title-greeting .dev-start-welcome {
    transform: translateZ(0);
    gap: 3rem;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
    z-index: 2;
    position: relative;
}.dev-title-greeting .dev-start-welcome > div:first-child {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
}.dev-title-greeting .dev-start-welcome > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px) translateZ(0);
}.dev-title-greeting .dev-start-welcome > div:first-child::before {
    left: 0;
    transition: transform 0.4s ease;
    content: "";
    transform: scaleY(0.95);
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(203,184,139), rgb(170,149,93));
    transform-origin: top;
    height: 100%;
    top: 0;
}.dev-title-greeting .dev-start-welcome > div:first-child:hover::before {
    transform: scaleY(1);
}.dev-title-greeting .dev-start-welcome p {
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.02em;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(12px * 1.2);
    position: relative;
    line-height: 1.6;
}.dev-title-greeting .dev-expert-studio {
    position: relative;
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 10px;
    transform: translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.1);
}.dev-title-greeting .dev-expert-studio:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 15px 25px rgba(0, 0, 0, 0.15);
}.dev-title-greeting .dev-expert-studio > div {
    justify-content: space-between;
    padding: 3rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}.dev-title-greeting .dev-expert-studio > div::before {
    z-index: 1;
    transition: background 0.4s ease;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}.dev-title-greeting .dev-expert-studio:hover > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}.dev-title-greeting .dev-expert-studio h3 {
    z-index: 2;
    transform: translateY(0);
    color: #ffffff;
    opacity: 0.95;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
    position: relative;
    font-weight: 600;
    font-size: calc(23px * 1.1);
    max-width: 90%;
    line-height: 1.5;
    margin: 0 0 1.5rem;
}.dev-title-greeting .dev-expert-studio:hover h3 {
    transform: translateY(-5px);
    opacity: 1;
}.dev-title-greeting .dev-expert-studio div div {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}.dev-title-greeting .dev-expert-studio div div div {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    padding: 1.5rem;
    backdrop-filter: blur(8px);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.5s ease;
    transform: translateZ(0);
    position: relative;
    background: linear-gradient(120deg, rgb(203,184,139,0.5), rgb(203,184,139));
}.dev-title-greeting .dev-expert-studio:hover div div div {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    transform: translateY(-5px) translateZ(0);
}.dev-title-greeting .title_style_header {
    letter-spacing: 0.02em;
    transition: letter-spacing 0.4s ease, text-shadow 0.4s ease;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    transform: translateZ(0);
    font-size: 41px;
}.dev-title-greeting .dev-expert-studio:hover .title_style_header {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.03em;
}

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

@media (min-width: 768px) {.dev-title-greeting .dev-start-welcome {
    grid-template-columns: 0.5fr 1fr;
    gap: 2rem;
}.dev-title-greeting .dev-start-welcome > div:first-child {
    transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateZ(0);
    align-self: center;
}.dev-title-greeting .dev-start-welcome > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg) translateY(-5px) translateZ(0);
}.dev-title-greeting .dev-expert-studio {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
}.dev-title-greeting .dev-expert-studio:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.dev-title-greeting .dev-expert-studio > div {
    min-height: 500px;
    padding: 4rem 3rem;
}
}

@media (min-width: 992px) {.dev-title-greeting {
    padding: 3rem;
}.dev-title-greeting .dev-start-welcome > div:first-child {
    padding: 3rem;
}.dev-title-greeting .dev-start-welcome > div:first-child::after {
    bottom: 50%;
    content: "";
    z-index: -1;
    width: 40px;
    transition: transform 0.4s ease;
    transform: rotate(45deg) translateY(50%);
    position: absolute;
    right: -20px;
    background: rgb(170,149,93);
    height: 40px;
}.dev-title-greeting .dev-start-welcome > div:first-child:hover::after {
    transform: rotate(45deg) translateY(50%) scale(1.1);
}.dev-title-greeting .dev-expert-studio > div {
    min-height: 550px;
}.dev-title-greeting .title_style_header {
    font-size: calc(41px * 1.2);
}.dev-title-greeting .dev-expert-studio h3 {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 767px) {.dev-title-greeting {
    padding: 4rem 1rem;
    min-height: auto;
}.dev-title-greeting .dev-start-welcome {
    gap: 2rem;
}.dev-title-greeting .dev-start-welcome > div:first-child {
    padding: 1.5rem;
}.dev-title-greeting .dev-start-welcome p {
    font-size: 12px;
}.dev-title-greeting .dev-expert-studio > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.dev-title-greeting .dev-expert-studio h3 {
    font-size: 23px;
    max-width: 100%;
}.dev-title-greeting .title_style_header {
    font-size: calc(34px * 0.9);
}.dev-title-greeting .dev-expert-studio div div div {
    padding: 1rem;
}}.dev-company-overview {
    padding: 120px 0;
    background-color: rgb(236,226,198);
    overflow: hidden;
    position: relative;
}.dev-company-overview::before {
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(203,184,139,0.5) 0%, transparent 50%, rgb(170,149,93,0.5) 100%);
}.dev-company-overview::after {
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(203,184,139,0.5) 0%, transparent 40%);
    z-index: 2;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.dev-company-overview .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.dev-company-overview h2 {
    padding-bottom: 20px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 29px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.dev-company-overview h2::before {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(203,184,139), rgb(170,149,93));
    border-radius: 10px;
    bottom: 0;
    position: absolute;
}.dev-company-overview h2::after {
    content: "";
    bottom: -5px;
    transform: translateX(-50%);
    position: absolute;
    animation: pulse 3s infinite;
    border-radius: 10px;
    height: 3px;
    width: 40px;
    background: linear-gradient(90deg, rgb(170,149,93), rgb(203,184,139));
    left: 50%;
}.dev-company-overview .dev-knowledge-experts {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.dev-company-overview .dev-knowledge-experts::before {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(203,184,139,0.5), rgb(170,149,93,0.5), transparent);
    top: 0;
}.dev-company-overview .dev-master-program {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}.dev-company-overview .dev-master-program:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.dev-company-overview .dev-master-program::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(203,184,139), rgb(170,149,93));
    content: "";
    height: 5px;
    left: 0;
}.dev-company-overview .dev-master-program::after {
    bottom: 0;
    position: absolute;
    background: radial-gradient(circle at bottom right, rgb(203,184,139,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0;
    height: 30%;
    transition: opacity 0.3s ease;
    right: 0;
    content: "";
    width: 30%;
}.dev-company-overview .dev-master-program:hover::after {
    opacity: 1;
}.dev-company-overview .dev-master-program:first-child::before {
    background: linear-gradient(90deg, rgb(203,184,139), rgb(170,149,93));
}.dev-company-overview .dev-master-program:last-child::before {
    background: linear-gradient(90deg, rgb(170,149,93), rgb(203,184,139));
}.dev-company-overview .dev-master-program h3 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    font-size: 19px;
}.dev-company-overview .dev-master-program h3::before {
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(203,184,139);
    transform: translateY(-50%);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    top: 50%;
}.dev-company-overview .dev-master-program:first-child h3::before {
    background-color: rgb(203,184,139);
}.dev-company-overview .dev-master-program:last-child h3::before {
    background-color: rgb(170,149,93);
}.dev-company-overview .dev-master-program p {
    position: relative;
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.8;
}.dev-company-overview .dev-master-program p::first-letter {
    font-size: 1.2em;
    color: rgb(203,184,139);
    font-weight: 600;
}.dev-company-overview .dev-master-program:last-child p::first-letter {
    color: rgb(170,149,93);
}@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.dev-company-overview .container::before,
.dev-company-overview .container::after {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    filter: blur(60px);
    background: rgb(203,184,139,0.5);
}.dev-company-overview .container::before {
    top: -100px;
    animation: float 15s ease-in-out infinite;
    left: -100px;
}.dev-company-overview .container::after {
    animation: float 20s ease-in-out infinite reverse;
    bottom: -100px;
    right: -100px;
    background: rgb(170,149,93,0.5);
}.dev-company-overview::before {
    background-size: 30px 30px;
    top: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(203,184,139,0.5) 45%, rgb(203,184,139,0.5) 55%, transparent 55%);
    opacity: 0.3;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
}.dev-company-overview .dev-master-program:hover h3 {
    color: rgb(203,184,139);
    transition: color 0.3s ease;
}.dev-company-overview .dev-master-program:last-child:hover h3 {
    color: rgb(170,149,93);
}.dev-company-overview .dev-master-program:hover::before {
    background-size: 200% 200%;
    animation: gradient-shift 3s linear infinite;
}

@media (max-width: 991px) {.dev-company-overview {
    padding: 80px 0;
}.dev-company-overview h2 {
    margin-bottom: 40px;
}.dev-company-overview .dev-knowledge-experts {
    grid-template-columns: 1fr;
    gap: 30px;
}.dev-company-overview .dev-knowledge-experts::before {
    display: none;
}.dev-company-overview .dev-master-program {
    padding: 30px;
}.dev-company-overview .container::before,
    .dev-company-overview .container::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.dev-company-overview {
    padding: 60px 0;
}.dev-company-overview h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.dev-company-overview h2::before {
    width: 60px;
}.dev-company-overview h2::after {
    width: 30px;
}.dev-company-overview .dev-master-program {
    padding: 25px;
}.dev-company-overview .dev-master-program h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.dev-company-overview .dev-master-program p {
    font-size: calc(17px * 0.95);
}.dev-company-overview .container::before,
    .dev-company-overview .container::after {
    height: 100px;
    width: 100px;
    filter: blur(40px);
}
}

@media (max-width: 480px) {.dev-company-overview {
    padding: 40px 0;
}.dev-company-overview h2 {
    font-size: calc(29px * 0.8);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.dev-company-overview h2::before {
    width: 50px;
    height: 2px;
}.dev-company-overview h2::after {
    bottom: -3px;
    height: 2px;
    width: 25px;
}.dev-company-overview .dev-master-program {
    padding: 20px;
}.dev-company-overview .dev-master-program h3 {
    font-size: calc(19px * 0.85);
    margin-bottom: 12px;
    padding-left: 15px;
}.dev-company-overview .dev-master-program h3::before {
    width: 6px;
    height: 6px;
}.dev-company-overview .dev-master-program p {
    font-size: calc(17px * 0.9);
}.dev-company-overview .dev-master-program::before {
    height: 3px;
}.dev-company-overview .container::before,
    .dev-company-overview .container::after {
    height: 80px;
    filter: blur(30px);
    width: 80px;
}}.dev-customer-support {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,226,198) 0%, rgba(240, 242, 255, 0.9) 100%);
    padding: 5rem 0;
}.dev-customer-support::before {
    position: absolute;
    transform: rotate(-15deg) translateZ(-50px);
    top: -10%;
    background: linear-gradient(45deg, rgb(203,184,139,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    filter: blur(15px);
    right: -5%;
    height: 70%;
    width: 50%;
}.dev-customer-support::after {
    position: absolute;
    height: 60%;
    left: -2%;
    bottom: -5%;
    filter: blur(10px);
    width: 40%;
    transform: rotate(10deg) translateZ(-30px);
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgb(170,149,93,0.5) 0%, transparent 80%);
}.dev-customer-support .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.dev-customer-support .dev-msg-block {
    backdrop-filter: blur(8px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(203,184,139);
    transform: translateZ(20px);
    background: rgba(255, 255, 255, 0.85);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.dev-customer-support .dev-msg-block:hover {
    transform: translateZ(30px) translateY(-5px);
}.dev-customer-support h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 31px;
    transform: translateZ(10px);
    position: relative;
}.dev-customer-support h3::after {
    transform-origin: left;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.4s ease;
    width: 60px;
    background: rgb(203,184,139);
    position: absolute;
    content: "";
    height: 3px;
    bottom: -10px;
}.dev-customer-support .dev-msg-block:hover h3::after {
    transform: scaleX(1.5);
}.dev-customer-support p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 13px;
    transform: translateZ(5px);
    max-width: 90%;
    line-height: 1.6;
}.dev-customer-support h5 {
    color: #000000;
    display: flex;
    transform: translateZ(8px);
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 600;
    align-items: center;
    margin-bottom: 0.5rem;
}.dev-customer-support svg {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}.dev-customer-support svg path {
    fill: rgb(203,184,139);
    transition: fill 0.3s ease;
}.dev-customer-support .dev-join-community {
    transform: translateZ(15px);
    padding: 0;
    list-style: none;
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.dev-customer-support .dev-join-community li {
    transition: transform 0.3s ease;
}.dev-customer-support .dev-join-community li:hover {
    transform: translateX(5px);
}.dev-customer-support .dev-request-support {
    font-size: calc(13px * 0.95);
    transition: color 0.3s ease;
    display: flex;
    font-weight: 600;
    position: relative;
    color: #000000;
    text-decoration: none;
    align-items: center;
}.dev-customer-support .dev-request-support::before {
    width: 0;
    background: rgb(203,184,139);
    height: 1px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -3px;
    transition: width 0.3s ease;
}.dev-customer-support .dev-request-support:hover {
    color: rgb(203,184,139);
}.dev-customer-support .dev-request-support:hover::before {
    width: 100%;
}.dev-customer-support .dev-request-support:hover svg {
    transform: scale(1.2) rotate(5deg);
}.dev-customer-support .dev-request-support:hover svg path {
    fill: rgb(170,149,93);
}

@media (min-width: 768px) {.dev-customer-support .dev-msg-block {
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.dev-customer-support h3 {
    grid-column: 1 / -1;
}.dev-customer-support .dev-join-community {
    grid-row: 2 / span 2;
    margin: 0;
    grid-column: 2;
}
}

@media (min-width: 992px) {.dev-customer-support {
    padding: 7rem 0;
}.dev-customer-support .dev-msg-block {
    padding: 3.5rem;
    grid-gap: 3rem;
}.dev-customer-support h3 {
    font-size: calc(31px * 1.1);
}.dev-customer-support p {
    font-size: calc(13px * 1.05);
}.dev-customer-support .dev-join-community {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.dev-customer-support {
    padding: 3rem 0;
}.dev-customer-support .dev-msg-block {
    padding: 1.5rem;
}.dev-customer-support h3 {
    font-size: calc(31px * 0.9);
}.dev-customer-support p {
    max-width: 100%;
}.dev-customer-support h5 {
    font-size: calc(23px * 0.9);
}.dev-customer-support .dev-join-community {
    margin-top: 1.5rem;
}.dev-customer-support .dev-request-support {
    font-size: calc(13px * 0.9);
}}

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

.dev-customer-support .dev-msg-block {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.dev-privacy-enclosure {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
}.dev-privacy-enclosure h1 {
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 40px;
    font-size: 44px;
    text-align: center;
    font-weight: 700;
}.dev-privacy-enclosure h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 35px;
    font-size: 31px;
    font-weight: 600;
    text-align: left;
}.dev-privacy-enclosure h4,.dev-privacy-enclosure h3, .dev-privacy-enclosure h5 {
    color: #ffffff;
}.dev-privacy-enclosure ul {
    padding-left: 0;
    list-style-type: none;
}.dev-privacy-enclosure li {
    padding: 10px;
    color: #000000;
    border-radius: 10px;
    background: rgb(203,184,139,0.5);
    transition: background 0.3s ease;
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    line-height: 1.6;
}.dev-privacy-enclosure li:hover {
    background: rgb(203,184,139);
    color: #ffffff;
}.dev-privacy-enclosure div {
    background: rgb(236,226,198);
    padding: 15px;
    color: #000000;
    line-height: 1.8;
    border-radius: 16px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}.dev-privacy-enclosure p, .dev-privacy-enclosure span {
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.8;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.dev-privacy-enclosure {
    padding: 20px;
}.dev-privacy-enclosure h1 {
    margin-top: 30px;
    font-size: calc(19px - 4px);
    margin-bottom: 20px;
}.dev-privacy-enclosure h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: calc(19px - 4px);
}.dev-privacy-enclosure li {
    padding: 8px;
    margin-bottom: 10px;
}.dev-privacy-enclosure div {
    padding: 10px;
}}.dev-education-framework {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(236,226,198) 100%);
    overflow: hidden;
    position: relative;
}.dev-education-framework::before {
    position: absolute;
    background: linear-gradient(110deg, transparent 0%, rgb(170,149,93,0.5) 100%);
    height: 100%;
    width: 40%;
    opacity: 0.15;
    z-index: 1;
    right: 0;
    top: 0;
    transform: skewX(-15deg) translateX(10%);
    content: "";
}.dev-education-framework::after {
    height: 5px;
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(90deg, rgb(203,184,139) 0%, rgb(170,149,93) 50%, transparent 100%);
    left: 0;
}.dev-education-framework .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
}.dev-education-framework .dev-community-ed {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}.dev-education-framework .dev-community-ed > div {
    transform: perspective(1000px) rotateY(2deg);
    max-width: 800px;
    background: #ffffff;
    padding: 40px 50px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
}.dev-education-framework .dev-community-ed > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.05);
}.dev-education-framework .dev-community-ed > div::before {
    height: 100%;
    width: 100%;
    opacity: 0.05;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(170,149,93,0.5) 0%, transparent 100%);
    content: "";
    z-index: -1;
}.dev-education-framework h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.85);
    line-height: 1.3;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateX(-5px);
}.dev-education-framework h3::after {
    content: "";
    position: absolute;
    width: 80px;
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(203,184,139);
    height: 3px;
    bottom: 0;
    left: 0;
    transition: transform 0.5s ease;
}.dev-education-framework .dev-community-ed > div:hover h3::after {
    transform: scaleX(1.5);
}.dev-education-framework p {
    max-width: 100%;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
    opacity: 0.9;
    margin-bottom: 0;
    color: #000000;
}.dev-education-framework p span {
    transition: transform 0.4s ease;
    display: inline-block;
    position: relative;
}.dev-education-framework p span::before {
    opacity: 0.3;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    background: rgb(170,149,93);
    content: "";
}.dev-education-framework .dev-community-ed > div:hover p span::before {
    transform: scaleX(1);
}


@media (max-width: 991px) {.dev-education-framework {
    padding: 80px 0;
}.dev-education-framework .dev-community-ed > div {
    transform: perspective(800px) rotateY(1deg);
    padding: 30px 40px;
}.dev-education-framework h3 {
    font-size: calc(34px * 0.75);
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.dev-education-framework {
    padding: 60px 0;
}.dev-education-framework::before {
    width: 60%;
}.dev-education-framework .dev-community-ed > div {
    padding: 25px 30px;
    transform: none;
}.dev-education-framework .dev-community-ed > div:hover {
    transform: translateY(-3px);
}.dev-education-framework h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 12px;
}.dev-education-framework p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.dev-education-framework {
    padding: 50px 0;
}.dev-education-framework .dev-community-ed > div {
    padding: 20px 25px;
}.dev-education-framework h3 {
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: calc(34px * 0.65);
}.dev-education-framework h3::after {
    width: 60px;
    height: 2px;
}.dev-education-framework p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}
}

@media (hover: hover) {.dev-education-framework .dev-community-ed > div {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.dev-education-framework p span {
    transition: transform 0.3s ease;
}.dev-education-framework p span:hover {
    transform: translateY(-1px);
}}.dev-tyFrame {
    background: linear-gradient(135deg, rgb(203,184,139,0.5) 0%, rgb(236,226,198) 50%, rgb(170,149,93,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.dev-tyFrame::before {
    opacity: 0.7;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(203,184,139,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(170,149,93,0.5) 0%, transparent 40%);
    position: absolute;
    animation: pulse 10s infinite alternate ease-in-out;
    top: 0;
    content: "";
}.dev-tyFrame::after {
    z-index: 1;
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    filter: blur(80px);
    top: -50%;
    position: absolute;
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(35deg);
    content: "";
    right: -50%;
}.dev-tyFrame .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.dev-tyFrame .dev-community-ed {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding: 3.5rem;
    transform-origin: top center;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    gap: 2.5rem;
    display: flex;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
}.dev-tyFrame .dev-community-ed:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.dev-tyFrame .dev-community-ed > div:first-child {
    padding-left: 1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
    margin-left: -1.5rem;
    border-left: 4px solid rgb(203,184,139);
}.dev-tyFrame .dev-community-ed > div:first-child::before {
    background: rgb(203,184,139);
    border-radius: 50%;
    position: absolute;
    content: "";
    transform: translate(-50%, -50%);
    width: 1rem;
    top: 50%;
    left: -0.5rem;
    height: 1rem;
}.dev-tyFrame h5 {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin: 0;
    color: #000000;
    font-size: 22px;
}.dev-tyFrame .dev-community-ed > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}.dev-tyFrame a {
    padding: 1.5rem 2rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    display: block;
}.dev-tyFrame a::before {
    content: "";
    background: linear-gradient(to bottom, rgb(203,184,139), rgb(170,149,93));
    top: 0;
    height: 100%;
    position: absolute;
    transition: width 0.3s ease;
    width: 4px;
    left: 0;
}.dev-tyFrame a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}.dev-tyFrame a:hover::before {
    width: 8px;
}.dev-tyFrame p {
    line-height: 1.7;
    margin: 0;
    font-size: 15px;
    z-index: 1;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
}.dev-tyFrame a:hover p {
    color: #000000;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

@keyframes float {
    0% { transform: rotate(35deg) translateY(0); }
    50% { transform: rotate(32deg) translateY(-20px); }
    100% { transform: rotate(35deg) translateY(0); }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 991px) {.dev-tyFrame {
    padding: 5rem 0;
}.dev-tyFrame .dev-community-ed {
    padding: 2.5rem;
    gap: 2rem;
}.dev-tyFrame h5 {
    font-size: calc(22px * 0.95);
}
}

@media (max-width: 768px) {.dev-tyFrame {
    padding: 4rem 0;
}.dev-tyFrame .container {
    padding: 0 1.5rem;
}.dev-tyFrame .dev-community-ed {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
}.dev-tyFrame h5 {
    font-size: calc(22px * 0.9);
}.dev-tyFrame a {
    padding: 1.2rem 1.5rem;
}.dev-tyFrame p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.dev-tyFrame {
    padding: 3rem 0;
}.dev-tyFrame .container {
    padding: 0 1rem;
}.dev-tyFrame .dev-community-ed {
    gap: 1.5rem;
    padding: 1.5rem;
    transform: none;
}.dev-tyFrame .dev-community-ed > div:first-child {
    margin-left: -1rem;
    padding-left: 1rem;
    border-left-width: 3px;
}.dev-tyFrame h5 {
    font-size: calc(22px * 0.85);
}.dev-tyFrame a {
    padding: 1rem;
}.dev-tyFrame p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.dev-contact-us {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: rgb(236,226,198);
}.dev-contact-us::before {
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(203,184,139,0.5), rgb(170,149,93,0.5));
    z-index: 1;
    position: absolute;
    filter: blur(70px);
    width: 400px;
    height: 400px;
    right: -150px;
    top: -150px;
    content: "";
}.dev-contact-us::after {
    width: 300px;
    content: "";
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(170,149,93,0.5), rgb(203,184,139,0.5));
    bottom: -100px;
    position: absolute;
    z-index: 1;
    left: -100px;
    height: 300px;
    filter: blur(60px);
}.dev-contact-us .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}.dev-contact-us h2 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    position: relative;
}.dev-contact-us h2::before {
    position: absolute;
    left: calc(50% - 120px);
    background: rgb(203,184,139,0.5);
    content: "";
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: -25px;
    z-index: -1;
}.dev-contact-us h2::after {
    right: calc(50% - 100px);
    background: rgb(170,149,93,0.5);
    width: 30px;
    border-radius: 50%;
    z-index: -1;
    bottom: -15px;
    content: "";
    height: 30px;
    position: absolute;
}.dev-contact-us .dev-connect-box {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
}.dev-contact-us .dev-connect-box::before {
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(203,184,139,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(170,149,93,0.5) 99%
    );
    pointer-events: none;
    z-index: 0;
    inset: 0;
}.dev-contact-us .dev-profile-photo {
    position: relative;
    flex: 0 0 45%;
    transition: transform 0.5s ease;
    min-height: 500px;
}.dev-contact-us .dev-profile-photo::before {
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
}.dev-contact-us .dev-profile-photo::after {
    left: 20px;
    content: "";
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    right: 20px;
    z-index: 2;
    position: absolute;
    bottom: 20px;
}.dev-contact-us .dev-help-formjLEU {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}.dev-contact-us form {
    z-index: 3;
    position: relative;
}.dev-contact-us form h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}.dev-contact-us form input[type="text"] {
    width: 100%;
    padding: 18px 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    border: none;
    background: rgb(236,226,198);
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
}.dev-contact-us form input[type="text"]:focus {
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(203,184,139), 0.1);
    outline: none;
    background: linear-gradient(rgb(236,226,198), rgb(236,226,198)) padding-box,
                linear-gradient(to right, rgb(203,184,139), rgb(170,149,93)) border-box;
}.dev-contact-us form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.dev-contact-us .dev-reach-reach {
    margin-bottom: 30px;
    position: relative;
}.dev-contact-us .dev-reach-reach input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.dev-contact-us .dev-reach-reach label {
    cursor: pointer;
    color: #000000;
    align-items: center;
    position: relative;
    display: flex;
    padding-left: 35px;
    font-size: 16px;
}.dev-contact-us .dev-reach-reach label::before {
    width: 22px;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(236,226,198);
    content: "";
    border-radius: 6px;
    height: 22px;
    left: 0;
    top: 0;
}.dev-contact-us .dev-reach-reach input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(203,184,139), rgb(170,149,93));
}.dev-contact-us .dev-reach-reach input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 4px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    height: 12px;
    left: 8px;
}.dev-contact-us .dev-reach-reach label a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(203,184,139);
}.dev-contact-us .dev-reach-reach label a:hover {
    color: rgb(170,149,93);
}.dev-contact-us .dev-message-box {
    padding: 20px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    z-index: 1;
    background: linear-gradient(135deg, rgb(203,184,139), rgb(170,149,93));
    font-weight: 600;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    font-size: 19px;
    border-radius: 12px;
    width: 100%;
}.dev-contact-us .dev-message-box::before {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(170,149,93), rgb(203,184,139));
    content: "";
    position: absolute;
    left: 0;
    transform: scaleX(0);
    z-index: -1;
    transform-origin: right;
    top: 0;
}.dev-contact-us .dev-message-box:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.dev-contact-us svg {
    height: 24px;
    fill: none;
    stroke: rgb(203,184,139);
    margin-right: 12px;
    width: 24px;
    transition: all 0.3s ease;
}.dev-contact-us svg path {
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(203,184,139);
}.dev-contact-us svg:hover,
.dev-contact-us svg:hover path {
    stroke: rgb(170,149,93);
}

@media (max-width: 1024px) {.dev-contact-us {
    padding: 70px 0;
}.dev-contact-us .dev-help-formjLEU {
    padding: 45px;
}.dev-contact-us .dev-profile-photo {
    min-height: 450px;
}
}

@media (max-width: 768px) {.dev-contact-us {
    padding: 60px 0;
}.dev-contact-us h2 {
    margin-bottom: 40px;
}.dev-contact-us .dev-connect-box {
    flex-direction: column;
}.dev-contact-us .dev-profile-photo {
    flex: 0 0 300px;
    min-height: 300px;
    width: 100%;
}.dev-contact-us .dev-help-formjLEU {
    padding: 40px 30px;
    flex: 0 0 auto;
}.dev-contact-us form h3 {
    margin-bottom: 25px;
}.dev-contact-us form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.dev-contact-us {
    padding: 50px 0;
}.dev-contact-us h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.dev-contact-us .dev-profile-photo {
    min-height: 220px;
}.dev-contact-us .dev-help-formjLEU {
    padding: 30px 20px;
}.dev-contact-us form h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.dev-contact-us form input[type="text"] {
    font-size: calc(15px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.dev-contact-us .dev-message-box {
    padding: 16px;
}.dev-contact-us .dev-reach-reach label {
    font-size: calc(16px * 0.95);
}}.dev-teaching-history {
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(236,226,198) 100%);
    padding: 140px 0;
    position: relative;
}.dev-teaching-history::before {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(203,184,139,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(170,149,93,0.5) 0%, transparent 40%);
    mix-blend-mode: screen;
    animation: morphBackground 15s infinite alternate ease-in-out;
    position: absolute;
}.dev-teaching-history .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.dev-teaching-history .dev-testimonials {
    position: relative;
    grid-template-columns: 35% 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    gap: 20px 40px;
    grid-template-rows: auto auto 1fr;
    display: grid;
}.dev-teaching-history .dev-profile-photo {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(203,184,139,0.5);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    border-radius: 20px;
    grid-area: photo;
    position: relative;
    z-index: 3;
    transform: perspective(1000px) rotateY(-8deg);
    height: 420px;
}.dev-teaching-history .dev-profile-photo::before {
    inset: 0;
    content: "";
    position: absolute;
    border-radius: 20px;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    mix-blend-mode: multiply;
}.dev-teaching-history .dev-testimonials:hover .dev-profile-photo {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.dev-teaching-history .name {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    align-self: end;
    font-size: 37px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    margin: 0;
    transform-origin: left center;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    grid-area: name;
    font-weight: 700;
    color: #ffffff;
}.dev-teaching-history .name::after {
    content: "";
    transform-origin: left;
    left: 20px;
    transform: scaleX(0.6);
    width: 60px;
    background: rgb(203,184,139);
    bottom: -8px;
    height: 4px;
    position: absolute;
    transition: transform 0.5s ease;
}.dev-teaching-history .dev-testimonials:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.dev-teaching-history .dev-testimonials:hover .name::after {
    transform: scaleX(1);
}.dev-teaching-history .dev-testimonials > span:not(.name) {
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    grid-area: job;
    padding-left: 20px;
    color: rgb(170,149,93);
    margin-top: 5px;
    text-transform: uppercase;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
    transform: perspective(1000px) rotateY(5deg);
}.dev-teaching-history .dev-testimonials:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.dev-teaching-history .dev-employee-content {
    font-size: 17px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #ffffff;
    font-weight: 300;
    z-index: 2;
    position: relative;
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    margin: 30px 0 0;
    border-left: 4px solid rgb(203,184,139);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    grid-area: quote;
    padding: 35px;
    transform: translateY(0);
}.dev-teaching-history .dev-employee-content::before {
    content: "";
    font-size: calc(43px * 2);
    position: absolute;
    color: rgb(203,184,139);
    left: 25px;
    opacity: 0.7;
    top: -15px;
}.dev-teaching-history .dev-testimonials:hover .dev-employee-content {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.dev-teaching-history {
    padding: 80px 0;
}.dev-teaching-history .dev-testimonials {
    grid-template-columns: 1fr;
    grid-template-areas:
      "dev-profile-photo"
      "name"
      "dev-job-skills"
      "dev-employee-content";
    grid-template-rows: auto auto auto auto;
    gap: 15px;
}.dev-teaching-history .dev-profile-photo {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    margin: 0 auto;
    height: 320px;
    max-width: 320px;
}.dev-teaching-history .name,
  .dev-teaching-history .dev-testimonials > span:not(.name) {
    transform: none;
    text-align: center;
    padding-left: 0;
}.dev-teaching-history .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.dev-teaching-history .dev-testimonials:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.dev-teaching-history .dev-employee-content {
    margin-top: 20px;
}.dev-teaching-history .dev-testimonials:hover .dev-profile-photo,
  .dev-teaching-history .dev-testimonials:hover .name,
  .dev-teaching-history .dev-testimonials:hover > span:not(.name),
  .dev-teaching-history .dev-testimonials:hover .dev-employee-content {
    transform: none;
}
}

@media (max-width: 576px) {.dev-teaching-history {
    padding: 60px 0;
}.dev-teaching-history .dev-profile-photo {
    height: 250px;
    max-width: 250px;
}.dev-teaching-history .name {
    font-size: 24px;
}.dev-teaching-history .dev-employee-content {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}}footer {
    color: #ffffff;
    perspective: 1000px;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    left: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(203,184,139,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.85;
}footer::after {
    top: 0;
    z-index: -1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    left: 0;
    height: 100%;
    content: "";
    animation: scanline 10s linear infinite;
    width: 100%;
}.dev-mentor-cta {
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
}.dev-mentor-cta::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(170,149,93) 50%, 
                transparent 100%);
    animation: glowPulse 3s ease-in-out infinite alternate;
    width: 100%;
    height: 2px;
}.dev-mentor-cta .container {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}.dev-mentor-cta .company_holder {
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    border-left: 3px solid rgb(203,184,139);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border-radius: 22px;
}.dev-mentor-cta .company_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(203,184,139,0.5);
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}.dev-mentor-cta .company_holder h3 {
    font-size: calc(35px * 0.9);
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1.75rem;
    color: #ffffff;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
}.dev-mentor-cta .company_holder h3::after {
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    transition: width 0.4s ease-in-out;
    content: "";
    width: 60px;
    background: rgb(203,184,139);
}.dev-mentor-cta .company_holder:hover h3::after {
    width: 100%;
}.dev-mentor-cta .dev-skill-links {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 1rem;
    line-height: 1.7;
    max-width: 100%;
}.dev-mentor-cta .dev-skill-links::before {
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, 
                rgb(203,184,139) 0%, 
                transparent 100%);
    left: 0;
    width: 2px;
    content: "";
}.dev-mentor-cta .dev-study-group {
    position: relative;
}.dev-mentor-cta .dev-page-nav {
    display: grid;
    height: 100%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.dev-mentor-cta .dev-nav-learn {
    transition: all 0.4s ease;
    border-radius: 22px;
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
}.dev-mentor-cta .dev-nav-learn::before {
    content: "";
    width: 200%;
    transform: rotate(45deg);
    transition: all 0.6s ease;
    height: 200%;
    z-index: -1;
    position: absolute;
    top: -50%;
    left: -50%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
}.dev-mentor-cta .dev-nav-learn:hover::before {
    left: -100%;
    top: -100%;
}.dev-mentor-cta .dev-nav-learn::after {
    transform-style: preserve-3d;
    transform: translateZ(5px);
    position: absolute;
    content: "";
    border-color: transparent rgb(203,184,139) transparent transparent;
    border-style: solid;
    height: 0;
    top: 0;
    right: 0;
    width: 0;
    transition: all 0.4s ease;
    border-width: 0 25px 25px 0;
}.dev-mentor-cta .dev-nav-learn:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(170,149,93) transparent transparent;
}.dev-mentor-cta .dev-nav-learn:hover {
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.dev-mentor-cta .dev-nav-learn h5 {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 20px;
    position: relative;
    color: #ffffff;
}.dev-mentor-cta .dev-nav-learn h5::before {
    left: 0;
    content: "";
    height: 1px;
    background: rgb(170,149,93);
    position: absolute;
    bottom: -8px;
    width: 100%;
}.dev-mentor-cta .dev-nav-learn h5::after {
    transition: width 0.4s ease-in-out;
    content: "";
    bottom: -8px;
    background: rgb(203,184,139);
    left: 0;
    position: absolute;
    height: 3px;
    width: 30%;
}.dev-mentor-cta .dev-nav-learn:hover h5::after {
    width: 100%;
}.dev-mentor-cta .dev-nav-learn .dev-page-nav {
    gap: 0.875rem;
    display: flex;
    flex-direction: column;
}.dev-mentor-cta .dev-nav-learn a {
    font-size: 18px;
    text-decoration: none;
    transform-style: preserve-3d;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    display: block;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}.dev-mentor-cta .dev-nav-learn a::before {
    content: "→";
    transform: translateZ(5px);
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
}.dev-mentor-cta .dev-nav-learn a:hover {
    transform: translateX(20px);
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}.dev-mentor-cta .dev-nav-learn a:hover::before {
    opacity: 1;
    left: 0;
}.dev-copy-notice {
    padding: 1.5rem 0;
    backdrop-filter: blur(10px);
    margin-top: 3rem;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}.dev-copy-notice::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(203,184,139) 30%, 
                #ffffff 50%, 
                rgb(170,149,93) 70%, 
                transparent 100%);
}.dev-copy-notice .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.dev-copy-notice .dev-testimonial {
    border-radius: 30px;
    font-size: 16px;
    padding: 0.5rem 1.5rem;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}.dev-copy-notice .dev-testimonial:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(203,184,139), 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(170,149,93,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(170,149,93);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.dev-mentor-cta .company_holder::before,
.dev-mentor-cta .dev-nav-learn::before {
    transition: opacity 0.5s ease;
    width: 100px;
    background: radial-gradient(circle, rgb(203,184,139,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    height: 100px;
    filter: blur(30px);
    position: absolute;
    opacity: 0;
    z-index: -1;
}.dev-mentor-cta .company_holder::before {
    bottom: -20px;
    right: -20px;
}.dev-mentor-cta .dev-nav-learn::before {
    top: -20px;
    left: -20px;
}.dev-mentor-cta .company_holder:hover::before,
.dev-mentor-cta .dev-nav-learn:hover::before {
    opacity: 0.5;
}.dev-mentor-cta .company_holder::after {
    opacity: 0.7;
    border-right: 2px solid rgb(203,184,139);
    transition: all 0.4s ease;
    position: absolute;
    width: 30px;
    border-top: 2px solid rgb(203,184,139);
    top: 20px;
    right: 20px;
    content: "";
    height: 30px;
}.dev-mentor-cta .company_holder:hover::after {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.dev-mentor-cta {
    padding: 4rem 0 2rem;
}.dev-mentor-cta .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.dev-mentor-cta .company_holder,
    .dev-mentor-cta .dev-study-group {
    width: 100%;
}.dev-mentor-cta .dev-page-nav {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.dev-mentor-cta {
    padding: 3.5rem 0 1.5rem;
}.dev-mentor-cta .dev-page-nav {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.dev-mentor-cta .company_holder,
    .dev-mentor-cta .dev-nav-learn {
    padding: 1.5rem;
}.dev-mentor-cta .company_holder h3,
    .dev-mentor-cta .dev-nav-learn h5 {
    margin-bottom: 1.25rem;
}.dev-copy-notice {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.dev-mentor-cta {
    padding: 3rem 0 1rem;
}.dev-mentor-cta .company_holder {
    padding: 1.25rem;
}.dev-mentor-cta .company_holder h3 {
    font-size: calc(35px * 0.8);
}.dev-mentor-cta .dev-nav-learn h5 {
    font-size: calc(20px * 0.9);
}.dev-mentor-cta .dev-nav-learn a,
    .dev-mentor-cta .dev-skill-links {
    font-size: calc(18px * 0.9);
}.dev-copy-notice .dev-testimonial {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 1rem;
}}

.dev-mentor-cta .company_holder .dev-skill-links::after {
    background: linear-gradient(to right, rgb(203,184,139), transparent);
    bottom: -10px;
    height: 3px;
    content: "";
    position: absolute;
    left: 1rem;
    transition: width 0.4s ease;
    width: 70px;
}.dev-mentor-cta .company_holder:hover .dev-skill-links::after {
    width: calc(100% - 1rem);
}.dev-mentor-cta::after {
    opacity: 0.3;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    z-index: -2;
    background-size: 40px 40px;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    position: absolute;
}.dev-mentor-cta .dev-nav-learn:nth-child(1)::before {
    background: radial-gradient(circle, rgb(203,184,139,0.5) 0%, transparent 70%);
}.dev-mentor-cta .dev-nav-learn:nth-child(2)::before {
    background: radial-gradient(circle, rgb(170,149,93,0.5) 0%, transparent 70%);
}.dev-mentor-cta .dev-page-nav a::after {
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    background: linear-gradient(to right, rgb(203,184,139), rgb(170,149,93));
    left: 0;
    position: absolute;
}.dev-mentor-cta .dev-page-nav a:hover::after {
    width: 100%;
}.dev-course-rewards {
    background: linear-gradient(135deg, rgb(236,226,198) 0%, rgba(245, 248, 251, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.dev-course-rewards::before {
    opacity: 0.3;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%);
}.dev-course-rewards .container {
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.dev-course-rewards .dev-community-ed {
    display: flex;
    position: relative;
    gap: 2.5rem;
    flex-direction: column-reverse;
}.dev-course-rewards .dev-text-info-box {
    border-left: 4px solid rgb(203,184,139);
    transform: translateY(0);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.dev-course-rewards .dev-text-info-box:hover {
    transform: translateY(-5px);
}.dev-course-rewards h4 {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: calc(20px * 1.15);
    padding-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
}.dev-course-rewards h4::after {
    width: 60px;
    content: "";
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: rgb(203,184,139);
}.dev-course-rewards .dev-text-info-box > div {
    margin-bottom: 1.5rem;
}.dev-course-rewards ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.dev-course-rewards li {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-bottom: 1.25rem;
}.dev-course-rewards li:hover {
    transform: translateX(8px);
}.dev-course-rewards li p {
    color: #000000;
    line-height: 1.6;
    gap: 1rem;
    font-size: 14px;
    display: flex;
    margin: 0;
    align-items: flex-start;
}.dev-course-rewards li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.dev-course-rewards li p span:last-child {
    flex-grow: 1;
}.dev-course-rewards svg {
    transform: scale(1);
    transition: transform 0.3s ease-out;
    height: 22px;
    width: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.dev-course-rewards li:hover svg {
    transform: scale(1.15);
}.dev-course-rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,184,139);
}.dev-course-rewards li:hover svg path {
    fill: rgb(170,149,93);
}.dev-course-rewards .dev-profile-photo {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}.dev-course-rewards .dev-community-ed:hover .dev-profile-photo {
    transform: perspective(1000px) rotateY(3deg);
}

@media (min-width: 768px) {.dev-course-rewards .dev-community-ed {
    align-items: center;
    flex-direction: row;
}.dev-course-rewards .dev-text-info-box {
    padding: 3rem;
    flex: 1;
    margin-right: -4rem;
    z-index: 2;
}.dev-course-rewards .dev-profile-photo {
    max-width: 50%;
    margin-left: auto;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    flex: 1;
}.dev-course-rewards .dev-text-info-box > div {
    gap: 2rem;
    display: flex;
}.dev-course-rewards .dev-text-info-box > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.dev-course-rewards {
    padding: 9rem 0;
}.dev-course-rewards h4 {
    font-size: calc(20px * 1.3);
}.dev-course-rewards .dev-text-info-box {
    margin-right: -6rem;
    padding: 4rem;
}.dev-course-rewards .dev-profile-photo {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.dev-course-rewards li p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.dev-course-rewards h4 {
    font-size: calc(20px * 1.4);
    max-width: 90%;
}.dev-course-rewards .dev-text-info-box {
    margin-right: -8rem;
    padding: 4.5rem;
}.dev-course-rewards svg {
    width: 24px;
    height: 24px;
}.dev-course-rewards .dev-profile-photo {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {.dev-course-rewards {
    padding: 5rem 0;
}.dev-course-rewards .dev-text-info-box > div:first-of-type ul {
    margin-bottom: 0;
}.dev-course-rewards .dev-profile-photo {
    max-height: 360px;
    object-position: center;
}}.dev-cookie-window-dialog {
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(203,184,139);
    z-index: 90;
    width: 100%;
    bottom: 0;
    background: rgb(236,226,198);
    transition: transform 0.3s ease-in-out;
}.dev-consent-comply {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 15px;
    display: flex;
}.dev-manage-tracking {
    flex-shrink: 0;
    margin-right: 15px;
}.dev-manage-tracking svg {
    fill: rgb(203,184,139);
    transition: fill 0.3s ease;
    width: 60px;
    height: 60px;
}.dev-manage-tracking svg:hover {
    fill: rgb(170,149,93);
}.dev-visitor-controls {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.dev-cookie-window-dialog h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    color: rgb(203,184,139);
}.dev-cookie-window-dialog p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;
}.dev-cookie-necessary {
    padding: 10px 20px;
    background: rgb(203,184,139);
    text-decoration: none;
    cursor: pointer;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 23px;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.dev-cookie-necessary:hover {
    background: rgb(170,149,93);
    box-shadow: 0 0 10px rgb(170,149,93,0.5);
}#dev-cookies-grant-permission {
    background: rgb(203,184,139);
}#dev-rejectCookiesConsentOption {
    background: rgba(0, 0, 0, 0.5);
}.dev-cookie-window-dialog p a {
    text-decoration: underline;
    color: rgb(203,184,139);
    transition: color 0.3s ease;
}.dev-cookie-window-dialog p a:hover {
    color: rgb(170,149,93);
}
@media only screen and (max-width: 1200px) {.dev-consent-comply {
    flex-direction: column;
    align-items: center;
}.dev-manage-tracking {
    margin-bottom: 15px;
}.dev-visitor-controls {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.dev-cookie-necessary {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.dev-consent-comply {
    padding: 15px;
}.dev-manage-tracking {
    display: none;
}.dev-cookie-window-dialog h5 {
    font-size: 16px;
}.dev-cookie-window-dialog p {
    font-size: 16px;
}}
#dev-alertTrackingUsage {
    display: none;
}#dev-alertTrackingUsage:checked ~ .dev-cookie-window-dialog {
    opacity: 0;
    visibility: hidden;
}.dev-analysis-summary {
    position: relative;
    background: linear-gradient(135deg, rgb(236,226,198) 0%, rgba(rgb(203,184,139,0.5), 0.05) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.dev-analysis-summary::before {
    content: "";
    width: 120%;
    transform: skewY(-5deg);
    background: linear-gradient(110deg, transparent 0%, rgba(rgb(203,184,139,0.5), 0.02) 20%, transparent 60%);
    top: -5%;
    left: -10%;
    z-index: 0;
    height: 110%;
    position: absolute;
}.dev-analysis-summary .container {
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.dev-analysis-summary ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 0 3rem;
    padding: 0;
    display: grid;
    gap: 2.5rem;
}.dev-analysis-summary .dev-program-wins {
    padding: 2rem 1.5rem;
    border-left: 3px solid rgb(203,184,139);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
              box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.9) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 
    0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
    0 1px 0 rgba(rgb(203,184,139,0.5), 0.1);
    transform: translateZ(0);
}.dev-analysis-summary .dev-program-wins:nth-child(odd) {
    transform: translateY(10px);
}.dev-analysis-summary .dev-program-wins:nth-child(even) {
    transform: translateY(-10px);
}.dev-analysis-summary .dev-program-wins::before {
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(rgb(203,184,139,0.5), 0.03) 70%, rgba(rgb(203,184,139,0.5), 0.05) 100%);
}.dev-analysis-summary .dev-program-wins::after {
    bottom: 0;
    position: absolute;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    height: 40px;
    width: 40px;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(203,184,139,0.5), 0.1) 51%);
}.dev-analysis-summary .dev-program-wins:hover {
    transform: translateY(0) scale(1.03);
    box-shadow: 
    0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
    0 3px 0 rgba(rgb(203,184,139,0.5), 0.2);
}.dev-analysis-summary .dev-program-wins div {
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
}.dev-analysis-summary .dev-program-wins p {
    display: inline-block;
    margin-bottom: 0.5rem;
    line-height: 1;
    position: relative;
    transform-origin: left center;
    transition: transform 0.3s ease;
    font-size: calc(39px * 1.2);
    font-weight: 700;
    margin: 0;
    color: rgb(203,184,139);
}.dev-analysis-summary .dev-program-wins:hover p {
    transform: scale(1.05);
}.dev-analysis-summary .dev-program-wins p::after {
    position: absolute;
    height: 3px;
    width: 30px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    transform-origin: left;
    bottom: -5px;
    content: "";
    background: rgb(203,184,139);
    left: 0;
}.dev-analysis-summary .dev-program-wins:hover p::after {
    transform: scaleX(1);
}.dev-analysis-summary .dev-program-wins span {
    margin-top: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0);
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}.dev-analysis-summary .dev-program-wins:hover span {
    transform: translateX(5px);
}.dev-analysis-summary h4 {
    margin: 1rem 5rem 0 0;
    transform: perspective(500px) rotateX(-1deg);
    font-size: 20px;
    text-align: right;
    position: relative;
    color: #000000;
    padding-bottom: 1rem;
    font-weight: 700;
}.dev-analysis-summary h4::before {
    transform: scaleX(1.5) translateX(-10px);
    content: "";
    width: 100px;
    background: rgb(203,184,139);
    bottom: 0;
    height: 3px;
    position: absolute;
    right: -3rem;
}

@media (min-width: 992px) {.dev-analysis-summary .container {
    padding: 0 3rem;
}.dev-analysis-summary ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.dev-analysis-summary h4 {
    font-size: calc(20px * 1.2);
    margin: 2rem 10rem 0 0;
}.dev-analysis-summary .dev-program-wins:nth-child(3n+1) {
    transform: translateY(20px) rotate(-1deg);
}.dev-analysis-summary .dev-program-wins:nth-child(3n+2) {
    transform: translateY(-10px) rotate(0.5deg);
}.dev-analysis-summary .dev-program-wins:nth-child(3n+3) {
    transform: translateY(5px) rotate(0.2deg);
}.dev-analysis-summary .dev-program-wins:hover {
    transform: translateY(0) rotate(0) scale(1.05);
}
}

@media (max-width: 991px) {.dev-analysis-summary ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.dev-analysis-summary .dev-program-wins p {
    font-size: calc(33px * 1.1);
}
}

@media (max-width: 767px) {.dev-analysis-summary {
    padding: 3rem 0;
}.dev-analysis-summary ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.dev-analysis-summary .dev-program-wins {
    padding: 1.5rem 1rem;
}.dev-analysis-summary .dev-program-wins p {
    font-size: 33px;
}.dev-analysis-summary .dev-program-wins span {
    font-size: calc(14px * 0.9);
}.dev-analysis-summary h4 {
    text-align: center;
    margin: 1rem 0 0;
}.dev-analysis-summary h4::before {
    width: 80px;
    transform: translateX(50%);
    right: 50%;
}
}

@media (max-width: 480px) {.dev-analysis-summary ul {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
}.dev-analysis-summary .dev-program-wins {
    transform: none !important;
}.dev-analysis-summary .dev-program-wins:hover {
    transform: translateY(-5px) !important;
}}

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

.dev-analysis-summary .dev-program-wins {
    animation: floatIn 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
}.dev-analysis-summary .dev-program-wins:nth-child(1) {
    --i: 1;
}.dev-analysis-summary .dev-program-wins:nth-child(2) {
    --i: 2;
}.dev-analysis-summary .dev-program-wins:nth-child(3) {
    --i: 3;
}.dev-analysis-summary .dev-program-wins:nth-child(4) {
    --i: 4;
}.dev-analysis-summary .dev-program-wins:nth-child(5) {
    --i: 5;
}.dev-analysis-summary .dev-program-wins:nth-child(6) {
    --i: 6;
}.dev-analysis-summary .dev-program-wins:nth-child(7) {
    --i: 7;
}.dev-ideal-participants {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(236,226,198) 0%, rgb(203,184,139,0.5) 100%);
    overflow: hidden;
    position: relative;
}.dev-ideal-participants::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(170,149,93,0.5) 0%, 
            transparent 50%
        );
    z-index: 0;
    top: 0;
    opacity: 0.6;
    left: 0;
}.dev-ideal-participants::after {
    background: 
        linear-gradient(
            to top,
            rgb(236,226,198) 0%,
            transparent 100%
        );
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 200px;
    z-index: 0;
    bottom: 0;
}.dev-ideal-participants .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.dev-ideal-participants .dev-community-ed {
    overflow: visible;
    position: relative;
    padding: 0 50px;
}.dev-ideal-participants h4 {
    padding-left: 25px;
    color: #000000;
    font-size: 40px;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    max-width: 700px;
    margin-bottom: 80px;
}.dev-ideal-participants h4::before {
    width: 6px;
    background: linear-gradient(180deg, rgb(203,184,139), rgb(170,149,93));
    position: absolute;
    content: "";
    bottom: 15px;
    border-radius: 3px;
    left: 0;
    top: 15px;
}.dev-ideal-participants div {
    position: relative;
    display: flex;
    flex-direction: column;
}.dev-ideal-participants div::before {
    background: linear-gradient(180deg, rgb(203,184,139,0.5), rgb(170,149,93,0.5));
    opacity: 0.5;
    height: 100%;
    position: absolute;
    left: 36px;
    top: 0;
    content: "";
    width: 2px;
}.dev-ideal-participants div p {
    font-size: 12px;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    margin: 0 0 35px 0;
    line-height: 1.6;
    padding-left: 85px;
    align-items: flex-start;
    color: #000000;
}.dev-ideal-participants div p:last-child {
    margin-bottom: 0;
}.dev-ideal-participants div p:hover {
    transform: translateX(10px);
}.dev-ideal-participants div p svg {
    left: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    top: 0;
    position: absolute;
    background: #ffffff;
    height: 32px;
    padding: 8px;
    z-index: 2;
    width: 32px;
}.dev-ideal-participants div p:hover svg {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.dev-ideal-participants div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,184,139);
}.dev-ideal-participants div p:hover svg path {
    fill: rgb(170,149,93);
}.dev-ideal-participants div p::before {
    content: "";
    opacity: 0;
    top: 16px;
    transition: all 0.3s ease;
    background: rgb(203,184,139);
    left: 75px;
    width: 10px;
    height: 2px;
    position: absolute;
}.dev-ideal-participants div p:hover::before {
    opacity: 1;
    width: 20px;
}.dev-ideal-participants div p::after {
    content: "";
    background: #ffffff;
    transition: all 0.3s ease;
    z-index: -1;
    top: -10px;
    left: 60px;
    opacity: 0;
    height: calc(100% + 20px);
    width: calc(100% - 60px);
    transform: scale(0.95);
    border-radius: 21px;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.dev-ideal-participants div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.dev-ideal-participants {
    padding: 100px 0;
}.dev-ideal-participants .dev-community-ed {
    padding: 0 30px;
}.dev-ideal-participants h4 {
    font-size: calc(40px - 6px);
    margin-bottom: 60px;
}.dev-ideal-participants div p {
    margin-bottom: 30px;
    padding-left: 75px;
}.dev-ideal-participants div::before {
    left: 31px;
}.dev-ideal-participants div p svg {
    height: 28px;
    width: 28px;
    left: 17px;
}.dev-ideal-participants div p::before {
    left: 65px;
}.dev-ideal-participants div p::after {
    left: 50px;
    width: calc(100% - 50px);
}
}

@media (max-width: 767px) {.dev-ideal-participants {
    padding: 80px 0;
}.dev-ideal-participants .dev-community-ed {
    padding: 0 20px;
}.dev-ideal-participants h4 {
    margin-bottom: 50px;
    font-size: calc(40px - 12px);
    padding-left: 20px;
}.dev-ideal-participants h4::before {
    width: 4px;
}.dev-ideal-participants div p {
    margin-bottom: 25px;
    padding-left: 65px;
}.dev-ideal-participants div::before {
    left: 28px;
}.dev-ideal-participants div p svg {
    width: 24px;
    height: 24px;
    left: 16px;
}.dev-ideal-participants div p::before {
    top: 14px;
    left: 55px;
}.dev-ideal-participants div p::after {
    width: calc(100% - 45px);
    left: 45px;
}
}

@media (max-width: 479px) {.dev-ideal-participants {
    padding: 60px 0;
}.dev-ideal-participants .dev-community-ed {
    padding: 0 10px;
}.dev-ideal-participants h4 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(40px - 18px);
}.dev-ideal-participants div p {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: calc(12px - 1px);
}.dev-ideal-participants div::before {
    left: 23px;
}.dev-ideal-participants div p svg {
    height: 20px;
    left: 13px;
    padding: 6px;
    width: 20px;
}.dev-ideal-participants div p::before {
    top: 10px;
    left: 45px;
}.dev-ideal-participants div p::after {
    left: 40px;
    width: calc(100% - 40px);
}
}