﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.study-bottom-56 {
    flex: 0 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
.main-pro-41 {
    flex: 1 0 auto;
}
.container {
    margin: auto;
    width: 1208px;
    max-width: 100%;
}

.framework-wrap-15 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
header,footer {
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}
.our-background-89 {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(183,207,189) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.our-background-89::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(183,207,189,0.5) 0%, transparent 50%);
    z-index: 1;
    animation: pulse 15s infinite alternate;
}

.our-background-89::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(125,174,134,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(183,207,189,0.5) 50%, transparent 52%) #000000;
    background-size: 100% 100%, 20px 20px;
    opacity: 0.3;
    z-index: 1;
}

.our-background-89 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.our-background-89 .founders-team-80 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease;
}

.our-background-89 .founders-team-80:hover {
    transform: perspective(1000px) rotateY(2deg);
}

.our-background-89 .skills-center-13 {
    flex: 0 0 280px;
    position: relative;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.our-background-89 .skills-center-13:hover {
    transform: translateY(-10px);
}

.our-background-89 .skills-center-13 .image-grid-49 {
    width: 280px;
    height: 360px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
}

.our-background-89 .skills-center-13 .image-grid-49::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.our-background-89 .learn-track-96 {
    background: rgb(183,207,189);
    padding: 20px 30px;
    border-radius: 10px;
    transform: translateY(-30px) translateX(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(125,174,134);
    position: relative;
    z-index: 2;
}

.our-background-89 .learn-track-96::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    background-size: 20px 20px;
    z-index: -1;
}

.our-background-89 .master-study-83 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
    position: relative;
}

.our-background-89 .online-mastery-40 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    opacity: 0.8;
}

.our-background-89 .caption-holder-35 {
    flex: 1;
    padding-left: 20px;
    position: relative;
}

.our-background-89 .caption-holder-35::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(183,207,189), rgb(125,174,134));
    border-radius: 2px;
}

.our-background-89 .instructor-bio-06 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.our-background-89 .instructor-bio-06:hover {
    transform: translateY(-5px);
}

.our-background-89 .instructor-bio-06 svg {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    fill: rgb(183,207,189);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

.our-background-89 .instructor-bio-06 svg:hover {
    fill: rgb(125,174,134);
    transform: scale(1.1);
}

.our-background-89 .instructor-bio-06 svg path {
    transition: all 0.3s ease;
}

.our-background-89 .instructor-bio-06 svg:hover path {
    fill: rgb(125,174,134);
}

.our-background-89 h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 15px;
}

.our-background-89 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(125,174,134);
    border-radius: 2px;
}

.our-background-89 p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    opacity: 0.9;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 992px) {
    .our-background-89 {
        padding: 80px 0;
    }
    
    .our-background-89 .founders-team-80 {
        flex-direction: column;
        gap: 40px;
        padding: 40px 30px;
    }
    
    .our-background-89 .skills-center-13 {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .our-background-89 .caption-holder-35 {
        padding-left: 0;
        text-align: center;
    }
    
    .our-background-89 .caption-holder-35::before {
        display: none;
    }
    
    .our-background-89 h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .our-background-89 .instructor-bio-06 {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .our-background-89 {
        padding: 60px 0;
    }
    
    .our-background-89 .founders-team-80 {
        padding: 30px 20px;
        gap: 30px;
    }
    
    .our-background-89 .skills-center-13 .image-grid-49 {
        width: 220px;
        height: 300px;
    }
    
    .our-background-89 .learn-track-96 {
        width: 80%;
        transform: translateY(-30px) translateX(0);
    }
    
    .our-background-89 h2 {
        font-size: calc(28px * 0.8);
    }
}

@media screen and (max-width: 480px) {
    .our-background-89 {
        padding: 40px 0;
    }
    
    .our-background-89 .founders-team-80 {
        padding: 20px 15px;
    }
    
    .our-background-89 .skills-center-13 .image-grid-49 {
        width: 180px;
        height: 240px;
    }
    
    .our-background-89 .learn-track-96 {
        padding: 15px 20px;
        width: 90%;
    }
    
    .our-background-89 .master-study-83 {
        font-size: calc(18px * 0.9);
    }
    
    .our-background-89 .online-mastery-40 {
        font-size: calc(14px * 0.9);
    }
    
    .our-background-89 .instructor-bio-06 svg {
        width: 45px;
        height: 45px;
    }
    
    .our-background-89 h2 {
        font-size: calc(28px * 0.7);
        margin-bottom: 15px;
    }
    
    .our-background-89 p {
        font-size: calc(14px * 0.9);
    }
}.advantages-highlights-25 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(150deg, rgb(125,174,134) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

.advantages-highlights-25::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,207,189,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 70%, rgb(125,174,134,0.5) 0%, transparent 35%);
    opacity: 0.15;
    z-index: 1;
    filter: blur(60px);
    animation: gradientShift 15s ease infinite alternate;
}

.advantages-highlights-25::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: 1;
    opacity: 0.4;
    animation: patternFloat 60s linear infinite;
}

.advantages-highlights-25 .training-plus-67 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.advantages-highlights-25 h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 4.5rem;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1px;
}

.advantages-highlights-25 h2::before {
    content: attr(textContent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    filter: blur(3px);
    transform: translateX(-3px) translateY(3px);
    opacity: 0.5;
}

.advantages-highlights-25 h2::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(183,207,189), transparent);
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

.advantages-highlights-25 .success-benefits-39 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    perspective: 1000px;
}

.advantages-highlights-25 .expert-reasons-49 {
    position: relative;
    flex: 0 0 calc(33.333% - 2.5rem);
    max-width: calc(33.333% - 2.5rem);
    backdrop-filter: blur(20px);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: 1;
    overflow: hidden;
}

.advantages-highlights-25 .expert-reasons-49::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.advantages-highlights-25 .expert-reasons-49::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.advantages-highlights-25 .expert-reasons-49:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                0 0 15px rgb(183,207,189,0.5);
}

.advantages-highlights-25 .expert-reasons-49:hover::after {
    opacity: 0.4;
}

.advantages-highlights-25 .knowledge-benefits-23 {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages-highlights-25 .knowledge-benefits-23::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: conic-gradient(
        from 0deg, 
        rgb(183,207,189,0.5),
        rgb(125,174,134,0.5),
        rgb(125,174,134,0.5),
        rgb(183,207,189,0.5)
    );
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.3;
    z-index: -1;
    animation: rotateConic 8s linear infinite;
}

.advantages-highlights-25 .knowledge-benefits-23 svg {
    width: 50px;
    height: 50px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 5px rgb(183,207,189,0.5));
}

.advantages-highlights-25 .expert-reasons-49:hover .knowledge-benefits-23 svg {
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px rgb(183,207,189));
}

.advantages-highlights-25 .knowledge-benefits-23 svg path {
    fill: #ffffff;
    transition: fill 0.5s ease;
}

.advantages-highlights-25 .expert-reasons-49:hover .knowledge-benefits-23 svg path {
    fill: rgb(183,207,189);
}

.advantages-highlights-25 .expert-reasons-49:nth-child(2n):hover .knowledge-benefits-23 svg path {
    fill: rgb(125,174,134);
}

.advantages-highlights-25 .expert-reasons-49 p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

@keyframes gradientShift {
    0% {
        opacity: 0.1;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
        background-position: 100% 100%;
    }
}

@keyframes patternFloat {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(-50px, -50px) rotate(5deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .advantages-highlights-25 .expert-reasons-49 {
        flex: 0 0 calc(50% - 2.5rem);
        max-width: calc(50% - 2.5rem);
    }
}

@media (max-width: 767px) {
    .advantages-highlights-25 {
        padding: 5rem 0;
    }
    
    .advantages-highlights-25 .expert-reasons-49 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .advantages-highlights-25 h2 {
        font-size: calc(30px * 0.9);
        margin-bottom: 3.5rem;
    }
    
    .advantages-highlights-25 .knowledge-benefits-23 {
        width: 70px;
        height: 70px;
        margin-bottom: 1.5rem;
    }
}

.advantages-highlights-25 .success-benefits-39:nth-of-type(odd) .expert-reasons-49 {
    border-radius: 15px;
}

.advantages-highlights-25 .success-benefits-39:nth-of-type(even) .expert-reasons-49 {
    border-radius: 50% 0 50% 0;
    transition: all 0.5s ease;
}

.advantages-highlights-25 .success-benefits-39:nth-of-type(even) .expert-reasons-49:hover {
    border-radius: 0 50% 0 50%;
}

.advantages-highlights-25 .success-benefits-39:nth-of-type(odd) .expert-reasons-49:nth-child(3n+1) {
    border-top: 2px solid rgb(183,207,189,0.5);
    border-left: 2px solid rgb(183,207,189,0.5);
}

.advantages-highlights-25 .success-benefits-39:nth-of-type(odd) .expert-reasons-49:nth-child(3n+2) {
    border-top: 2px solid rgb(125,174,134,0.5);
    border-right: 2px solid rgb(125,174,134,0.5);
}

.advantages-highlights-25 .success-benefits-39:nth-of-type(odd) .expert-reasons-49:nth-child(3n+3) {
    border-bottom: 2px solid rgb(183,207,189,0.5);
    border-right: 2px solid rgb(125,174,134,0.5);
}.course-benefits-59 {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, rgb(225,231,226) 100%);
  font-family: Ubuntu, sans-serif;
  overflow: hidden;
}

.course-benefits-59::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgb(183,207,189,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(125,174,134,0.5) 0%, transparent 30%);
  opacity: 0.4;
}

.course-benefits-59::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
  opacity: 0.1;
  animation: movePattern 60s linear infinite;
}

@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.course-benefits-59 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.course-benefits-59 .founders-team-80 {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
}

.course-benefits-59 .founders-team-80::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, 
    rgb(183,207,189), 
    rgb(125,174,134), 
    rgb(183,207,189));
  opacity: 0.7;
  animation: gradientShift 8s linear infinite;
  background-size: 200% 100%;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.course-benefits-59 .image-grid-49 {
  flex: 0 0 40%;
  max-width: 450px;
  border-radius: 12px;
  box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease;
  transform-origin: center;
}

.course-benefits-59 .image-grid-49:hover {
  transform: scale(1.03);
  box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
}

.course-benefits-59 .caption-holder-35 {
  flex: 1;
  position: relative;
}

.course-benefits-59 h3 {
  font-size: 38px;
  font-weight: 700;
  color: rgb(183,207,189);
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.course-benefits-59 h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, rgb(183,207,189), rgb(125,174,134));
  border-radius: 10px;
  transition: width 0.3s ease;
}

.course-benefits-59 .caption-holder-35:hover h3::after {
  width: 120px;
}

.course-benefits-59 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-benefits-59 li {
  margin-bottom: 16px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 12px;
  transform: translateX(0);
}

.course-benefits-59 li:last-child {
  margin-bottom: 0;
}

.course-benefits-59 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, rgb(183,207,189,0.5), rgb(125,174,134,0.5));
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.course-benefits-59 li:hover {
  transform: translateX(8px);
}

.course-benefits-59 li:hover::before {
  opacity: 1;
  width: 5px;
}

.course-benefits-59 li p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #000000;
  margin: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
  padding: 15px;
  border-radius: 10px;
  box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.course-benefits-59 li:hover p {
  box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}

.course-benefits-59 svg {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, rgb(183,207,189,0.5), rgb(125,174,134,0.5));
  padding: 10px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.course-benefits-59 svg path {
  fill: #ffffff;
  transition: fill 0.3s ease;
}

.course-benefits-59 li:hover svg {
  background: linear-gradient(135deg, rgb(183,207,189), rgb(125,174,134));
  transform: rotate(10deg);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
  .course-benefits-59 {
    padding: 60px 0;
  }
  
  .course-benefits-59 .founders-team-80 {
    flex-direction: column;
    padding: 30px;
  }
  
  .course-benefits-59 .image-grid-49 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .course-benefits-59 {
    padding: 50px 0;
  }
  
  .course-benefits-59 h3 {
    font-size: calc(38px * 0.9);
  }
}

@media (max-width: 576px) {
  .course-benefits-59 {
    padding: 40px 0;
  }
  
  .course-benefits-59 .founders-team-80 {
    padding: 25px 20px;
  }
  
  .course-benefits-59 h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  
  .course-benefits-59 li {
    margin-bottom: 12px;
  }
  
  .course-benefits-59 li p {
    padding: 12px;
    font-size: calc(16px * 1);
    gap: 12px;
  }
  
  .course-benefits-59 svg {
    width: 20px;
    height: 20px;
    padding: 8px;
    border-radius: 10px;
  }
}header .main-header-93 {
    position: relative;
    background: rgb(225,231,226);
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

header .main-header-93::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(183,207,189,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(125,174,134,0.5) 0%, transparent 30%);
    opacity: 0.2;
    z-index: -1;
}

header .main-header-93::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, transparent 25%, rgb(183,207,189,0.5) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    z-index: -1;
}

header .container {
    position: relative;
    padding: 1.8rem 2rem;
}

header .header-site-20 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
}

header .site-study-41 {
    position: relative;
    z-index: 2;
}

header .head-section-97 {
    display: block;
    position: relative;
    z-index: 2;
}

header .head-section-97::before,
header .head-section-97::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(183,207,189,0.5);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}

header .head-section-97::before {
    width: 50px;
    height: 50px;
    top: -15px;
    left: -15px;
}

header .head-section-97::after {
    width: 25px;
    height: 25px;
    bottom: -5px;
    right: -10px;
    background: rgb(125,174,134,0.5);
}

header .head-section-97:hover::before,
header .head-section-97:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}

header .head-section-97 svg {
    width: auto;
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
}

header .head-section-97:hover svg {
    transform: rotate(-5deg);
}

header .main-learn-49 {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    background: linear-gradient(to right, transparent, #ffffff);
    border-radius: 0 24px 24px 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

header .main-learn-49::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(183,207,189,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(183,207,189,0.5) 50%, rgb(183,207,189,0.5) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    opacity: 0.05;
    z-index: -1;
    animation: moveStripes 20s linear infinite;
}

header .top-class-40 {
    margin: 5px 8px;
    position: relative;
    perspective: 800px;
}

header .top-class-40::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(183,207,189);
    transform: translateY(-50%) scale(0);
    opacity: 0;
    transition: all 0.3s ease;
}

header .top-class-40:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    left: -15px;
}

header .top-class-40 a {
    display: block;
    padding: 10px 18px;
    color: #000000;
    text-decoration: none;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    border-radius: 10px;
    background: transparent;
    border: 1px solid transparent;
}

header .top-class-40 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    transform: translateZ(-1px);
}

header .top-class-40 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgb(183,207,189);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

header .top-class-40 a:hover {
    color: rgb(183,207,189);
    border-color: rgb(183,207,189,0.5);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .top-class-40 a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {
    header .header-site-20 {
        grid-template-columns: 1fr;
        gap: 2rem;
        justify-items: center;
    }

    header .main-learn-49 {
        width: 100%;
        justify-content: center;
        background: #ffffff;
        clip-path: none;
        border-radius: 24px;
    }
}

@media (max-width: 767px) {
    header .container {
        padding: 1.5rem 1rem;
    }

    header .top-class-40 {
        margin: 3px 5px;
    }

    header .top-class-40 a {
        padding: 8px 15px;
        font-size: calc(12px - 1px);
    }
}

@media (max-width: 480px) {
    header .main-learn-49 {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }

    header .top-class-40 {
        width: 100%;
        margin: 3px 0;
    }

    header .top-class-40 a {
        text-align: center;
        width: 100%;
    }

    header .top-class-40::before {
        display: none;
    }

    header .head-section-97 svg {
        height: 40px;
    }
}.title-board-92 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000000;
}

.title-board-92::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(183,207,189,0.5) 0,
        rgb(183,207,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
    z-index: 1;
}

.title-board-92 .founders-team-80 {
    position: relative;
    width: 100%;
    height: 75vh;
    z-index: 2;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.title-board-92 .class-online-53 {
    width: 100%;
    height: 75vh;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 25px 0;
}

.title-board-92 .class-online-53 input {
    display: none;
}

.title-board-92 .edu-title-28 {
    width: 500%;
    height: 100%;
    display: flex;
    transition: transform 0.7s cubic-bezier(0.5, 0, 0.2, 1);
}

.title-board-92 .page-hero-75 {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title-board-92 .page-hero-75 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    filter: contrast(1.05) brightness(0.9);
    transition: transform 1.2s ease-out, filter 0.7s ease;
}

.title-board-92 .main-first-59 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 0 25px 0 0;
}

.title-board-92 .main-first-59 label {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid rgb(125,174,134,0.5);
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
}

.title-board-92 .main-first-59 label::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    background: rgb(125,174,134);
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.title-board-92 .main-first-59 label:hover::after {
    transform: scale(0.5);
}

.title-board-92 .caption-holder-35 {
    position: relative;
    background: rgb(183,207,189);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem 0 3rem;
    overflow: hidden;
}

.title-board-92 .caption-holder-35::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(183,207,189,0.5) 0%, transparent 100%),
        radial-gradient(circle at 90% 90%, rgb(125,174,134,0.5) 0%, transparent 50%);
    opacity: 0.15;
    z-index: 0;
}

.title-board-92 .caption-holder-35 .container {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.title-board-92 .caption-holder-35 h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.title-board-92 .caption-holder-35 h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40%;
    height: 3px;
    background: rgb(125,174,134);
}

.title-board-92 .caption-holder-35 h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 600;
    opacity: 0.9;
}

.title-board-92 .caption-holder-35 p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.7;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.title-board-92 input:nth-of-type(1):checked ~ .edu-title-28 {
    transform: translateX(0);
}

.title-board-92 input:nth-of-type(2):checked ~ .edu-title-28 {
    transform: translateX(-20%);
}

.title-board-92 input:nth-of-type(3):checked ~ .edu-title-28 {
    transform: translateX(-40%);
}

.title-board-92 input:nth-of-type(4):checked ~ .edu-title-28 {
    transform: translateX(-60%);
}

.title-board-92 input:nth-of-type(5):checked ~ .edu-title-28 {
    transform: translateX(-80%);
}

.title-board-92 input:nth-of-type(6):checked ~ .edu-title-28 {
    transform: translateX(-100%);
}

.title-board-92 input:nth-of-type(7):checked ~ .edu-title-28 {
    transform: translateX(-120%);
}

.title-board-92 input:nth-of-type(8):checked ~ .edu-title-28 {
    transform: translateX(-140%);
}

.title-board-92 input:nth-of-type(9):checked ~ .edu-title-28 {
    transform: translateX(-160%);
}

.title-board-92 input:nth-of-type(10):checked ~ .edu-title-28 {
    transform: translateX(-180%);
}

.title-board-92 input:nth-of-type(1):checked ~ .main-first-59 label:nth-child(1)::after,
.title-board-92 input:nth-of-type(2):checked ~ .main-first-59 label:nth-child(2)::after,
.title-board-92 input:nth-of-type(3):checked ~ .main-first-59 label:nth-child(3)::after,
.title-board-92 input:nth-of-type(4):checked ~ .main-first-59 label:nth-child(4)::after,
.title-board-92 input:nth-of-type(5):checked ~ .main-first-59 label:nth-child(5)::after,
.title-board-92 input:nth-of-type(6):checked ~ .main-first-59 label:nth-child(6)::after,
.title-board-92 input:nth-of-type(7):checked ~ .main-first-59 label:nth-child(7)::after,
.title-board-92 input:nth-of-type(8):checked ~ .main-first-59 label:nth-child(8)::after,
.title-board-92 input:nth-of-type(9):checked ~ .main-first-59 label:nth-child(9)::after,
.title-board-92 input:nth-of-type(10):checked ~ .main-first-59 label:nth-child(10)::after {
    transform: scale(1);
}

.title-board-92 input:nth-of-type(1):checked ~ .main-first-59 label:nth-child(1),
.title-board-92 input:nth-of-type(2):checked ~ .main-first-59 label:nth-child(2),
.title-board-92 input:nth-of-type(3):checked ~ .main-first-59 label:nth-child(3),
.title-board-92 input:nth-of-type(4):checked ~ .main-first-59 label:nth-child(4),
.title-board-92 input:nth-of-type(5):checked ~ .main-first-59 label:nth-child(5),
.title-board-92 input:nth-of-type(6):checked ~ .main-first-59 label:nth-child(6),
.title-board-92 input:nth-of-type(7):checked ~ .main-first-59 label:nth-child(7),
.title-board-92 input:nth-of-type(8):checked ~ .main-first-59 label:nth-child(8),
.title-board-92 input:nth-of-type(9):checked ~ .main-first-59 label:nth-child(9),
.title-board-92 input:nth-of-type(10):checked ~ .main-first-59 label:nth-child(10) {
    border-color: rgb(125,174,134);
    transform: scale(1.1);
}

.title-board-92 input:checked ~ .edu-title-28 .page-hero-75 img {
    transform: scale(1);
    filter: contrast(1.1) brightness(1);
}

@media (max-width: 1199px) {
    .title-board-92 .caption-holder-35 {
        padding: 0 1.5rem 0 2.5rem;
    }
}

@media (max-width: 991px) {
    .title-board-92 .founders-team-80 {
        grid-template-columns: 1.5fr 1fr;
    }
    
    .title-board-92 .caption-holder-35 {
        padding: 0 1.2rem 0 2rem;
    }
    
    .title-board-92 .caption-holder-35 h2 {
        font-size: calc(30px * 0.9);
    }
    
    .title-board-92 .caption-holder-35 h3 {
        font-size: calc(20px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .title-board-92 .caption-holder-35 p {
        font-size: calc(17px * 0.95);
    }
}

@media (max-width: 767px) {
    .title-board-92 .founders-team-80 {
        height: auto;
        min-height: 80vh;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }
    
    .title-board-92 .class-online-53 {
        height: 50vh;
        border-radius: 0;
    }
    
    .title-board-92 .caption-holder-35 {
        padding: 2.5rem 2rem;
    }
    
    .title-board-92 .caption-holder-35 h2 {
        font-size: calc(30px * 0.85);
    }
    
    .title-board-92 .caption-holder-35 h3 {
        font-size: calc(20px * 0.85);
        margin-bottom: 1.2rem;
    }
    
    .title-board-92 .main-first-59 {
        border-radius: 0;
    }
}

@media (max-width: 575px) {
    .title-board-92 .class-online-53 {
        height: 45vh;
    }
    
    .title-board-92 .caption-holder-35 {
        padding: 2rem 1.5rem;
    }
    
    .title-board-92 .caption-holder-35 h2 {
        font-size: calc(30px * 0.8);
        margin-bottom: 1.2rem;
    }
    
    .title-board-92 .caption-holder-35 h3 {
        font-size: calc(18px * 1.1);
        margin-bottom: 1rem;
    }
    
    .title-board-92 .caption-holder-35 p {
        font-size: calc(17px * 0.9);
        line-height: 1.5;
        margin-bottom: 0.8rem;
    }
    
    .title-board-92 .main-first-59 {
        padding: 12px 15px;
    }
    
    .title-board-92 .main-first-59 label {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

@media (max-width: 480px) {
    .title-board-92 .class-online-53 {
        height: 40vh;
    }
}

@media (max-width: 400px) {
    .title-board-92 .class-online-53 {
        height: 35vh;
    }
}

@media (orientation: landscape) and (max-height: 600px) and (min-width: 768px) {
    .title-board-92 .founders-team-80 {
        height: 85vh;
    }
    
    .title-board-92 .class-online-53 {
        height: 85vh;
    }
}.join-list-17 {
    position: relative;
    background: rgb(225,231,226);
    padding: 4rem;
    overflow: hidden;
    isolation: isolate;
}

.join-list-17::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: rgb(183,207,189,0.5);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    z-index: -2;
    opacity: 0.2;
    transform-origin: center right;
    animation: clip-shift 10s ease-in-out infinite alternate;
}

.join-list-17::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: rgb(125,174,134,0.5);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    z-index: -2;
    opacity: 0.2;
    transform-origin: center left;
    animation: clip-shift 10s ease-in-out infinite alternate-reverse;
}

.join-list-17 .founders-team-80 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    transform: skewY(-1deg);
}

.join-list-17 .founders-team-80::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.02) 10px,
        rgba(0, 0, 0, 0.02) 20px
    );
    z-index: -1;
}

.join-list-17 p {
    font-family: Ubuntu, sans-serif;
    font-size: calc(19px * 1.1);
    font-weight: 700;
    color: #000000;
    line-height: 1.5;
    position: relative;
    margin: 0;
    transform: skewY(1deg);
}

.join-list-17 p::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    background: rgb(183,207,189);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.2;
    transform: rotate(45deg);
    animation: rotate-diamond 15s linear infinite;
}

.join-list-17 p::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 40px;
    width: 30px;
    height: 30px;
    background: rgb(125,174,134);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    opacity: 0.3;
    animation: rotate-hexagon 20s linear infinite reverse;
}

.join-list-17 .input_holder {
    position: relative;
    transform: skewY(1deg);
}

.join-list-17 .input_holder::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background: rgb(183,207,189,0.5);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.3;
    z-index: -1;
    animation: pulse-triangle 5s infinite alternate;
}

.join-list-17 .input_holder::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 30%;
    width: 40px;
    height: 40px;
    background: rgb(125,174,134,0.5);
    border-radius: 4px;
    transform: rotate(45deg);
    opacity: 0.2;
    z-index: -1;
    animation: rotate-square 15s linear infinite;
}

.join-list-17 .news-label-73 {
    width: 100%;
    padding: 1.3rem 1.5rem;
    border: 2px solid transparent;
    background-color: #ffffff;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.join-list-17 .news-label-73:focus {
    outline: none;
    border-color: rgb(183,207,189);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.join-list-17 .news-label-73::placeholder {
    color: #000000;
    opacity: 0.6;
}

.join-list-17 .join-wrap-02 {
    width: 100%;
    padding: 1.3rem 2rem;
    border: none;
    background-color: rgb(183,207,189);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.join-list-17 .join-wrap-02::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    z-index: -1;
}

.join-list-17 .join-wrap-02:hover {
    background-color: rgb(125,174,134);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.join-list-17 .join-wrap-02:hover::before {
    left: 100%;
}

@keyframes clip-shift {
    0% {
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    }
}

@keyframes rotate-diamond {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes rotate-hexagon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-triangle {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@keyframes rotate-square {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {
    .join-list-17 {
        padding: 3rem 1.5rem;
    }
    
    .join-list-17 .founders-team-80 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .join-list-17 p {
        font-size: 16px;
    }
    
    .join-list-17 .input_holder {
        margin-top: 1rem;
    }
    
    .join-list-17 .news-label-73,
    .join-list-17 .join-wrap-02 {
        padding: 1rem 1.5rem;
    }
}.privacy-fortress-26 {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: rgb(125,174,134,0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Ubuntu, sans-serif;
    color: #000000;
}

.privacy-fortress-26 h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 41px;
    font-weight: 700;
    color: rgb(183,207,189);
    border-bottom: 2px solid rgb(183,207,189,0.5);
    padding-bottom: 10px;
}

.privacy-fortress-26 h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    color: rgb(125,174,134);
}

.privacy-fortress-26 h3, .privacy-fortress-26 h4, .privacy-fortress-26 h5, .privacy-fortress-26 h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 400;
    color: rgb(183,207,189);
}

.privacy-fortress-26 ul, .privacy-fortress-26 ol {
    list-style-position: inside;
    padding-left: 20px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.6;
}

.privacy-fortress-26 li {
    margin-bottom: 12px;
    padding-left: 5px;
    border-left: 3px solid rgb(183,207,189);
}

.privacy-fortress-26 section {
    background: rgb(225,231,226);
    padding: 20px;
    border-radius: 10px;
}

.privacy-fortress-26 p, .privacy-fortress-26 span, .privacy-fortress-26 div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .privacy-fortress-26 {
        padding: 20px;
    }
    .privacy-fortress-26 h1 {
        font-size: calc(21px - 10px);
    }
    .privacy-fortress-26 h2 {
        font-size: calc(21px - 8px);
    }
    .privacy-fortress-26 h3, .privacy-fortress-26 h4, .privacy-fortress-26 h5, .privacy-fortress-26 h6 {
        font-size: calc(21px - 6px);
    }
    .privacy-fortress-26 ul, .privacy-fortress-26 ol {
        padding-left: 10px;
    }
}

.privacy-fortress-26 a {
    color: rgb(183,207,189);
    text-decoration: none;
    border-bottom: 1px solid rgb(183,207,189,0.5);
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.privacy-fortress-26 a:hover {
    color: rgb(125,174,134);
    border-bottom-color: rgb(125,174,134,0.5);
}.contact-32 {
    position: relative;
    padding: 110px 0;
    background: rgb(225,231,226);
    overflow: hidden;
}

.contact-32::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(183,207,189,0.5) 25%, rgb(183,207,189,0.5) 26%, transparent 27%, transparent 74%, rgb(183,207,189,0.5) 75%, rgb(183,207,189,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(183,207,189,0.5) 25%, rgb(183,207,189,0.5) 26%, transparent 27%, transparent 74%, rgb(183,207,189,0.5) 75%, rgb(183,207,189,0.5) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    opacity: 0.3;
    z-index: 0;
}

.contact-32 .image-grid-49 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.05;
    filter: saturate(0) contrast(1.2);
}

.contact-32::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 50%, rgb(225,231,226) 100%);
    z-index: 1;
}

.contact-32 .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-32 h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.contact-32 h3::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: rgb(183,207,189);
    border-radius: 50%;
}

.contact-32 h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: rgb(183,207,189);
    border-radius: 50%;
}

.message-widget-37 {
    position: relative;
    z-index: 10;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
}

.message-widget-37::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgb(183,207,189,0.5);
    border-radius: 50%;
    top: -150px;
    right: -150px;
    z-index: 0;
    filter: blur(70px);
}

.message-widget-37::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgb(125,174,134,0.5);
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
    z-index: 0;
    filter: blur(70px);
}

.message-widget-37 .connect-links-52 {
    float: left;
    width: 60%;
    padding: 70px;
    position: relative;
    z-index: 1;
}

.message-widget-37 .connect-links-52 h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
}

.message-widget-37 .connect-links-52 h3::before,
.message-widget-37 .connect-links-52 h3::after {
    display: none;
}

.message-widget-37 .connect-links-52 h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 30px;
    height: 2px;
    background: rgb(183,207,189);
}

.message-widget-37 .connect-links-52 form {
    display: flex;
    flex-direction: column;
}

.message-widget-37 .connect-links-52 input[type="text"],
.message-widget-37 .connect-links-52 textarea {
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 25px;
    border: none;
    border-radius: 30px;
    background: rgba(245, 245, 245, 0.7);
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    transition: all 0.3s ease;
}

.message-widget-37 .connect-links-52 input[type="text"]:focus,
.message-widget-37 .connect-links-52 textarea:focus {
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}

.message-widget-37 .connect-links-52 textarea {
    min-height: 160px;
    resize: vertical;
    border-radius: 25px;
}

.message-widget-37 .connect-links-52 .request-card-24 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative;
}

.message-widget-37 .connect-links-52 .request-card-24 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.message-widget-37 .connect-links-52 .request-card-24 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: calc(18px - 2px);
    color: #000000;
    line-height: 1.5;
}

.message-widget-37 .connect-links-52 .request-card-24 label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: rgba(245, 245, 245, 0.7);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.message-widget-37 .connect-links-52 .request-card-24 input[type="checkbox"]:checked + label::before {
    background: rgb(183,207,189);
}

.message-widget-37 .connect-links-52 .request-card-24 input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.message-widget-37 .connect-links-52 .request-card-24 a {
    color: rgb(183,207,189);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.message-widget-37 .connect-links-52 .request-card-24 a:hover {
    color: rgb(125,174,134);
}

.message-widget-37 .connect-links-52 .support-request-56 {
    display: inline-block;
    background: rgb(183,207,189);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 18px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
    align-self: flex-start;
}

.message-widget-37 .connect-links-52 .support-request-56:hover {
    background: rgb(125,174,134);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.message-widget-37 .support-section-95 {
    float: left;
    width: 40%;
    padding: 70px 50px;
    background: rgb(225,231,226);
    position: relative;
    z-index: 1;
}

.message-widget-37 .support-section-95::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,207,189,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(125,174,134,0.5) 0%, transparent 30%);
    z-index: -1;
}

.message-widget-37 .support-section-95 h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.message-widget-37 .support-section-95 h4::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 30px;
    height: 2px;
    background: rgb(183,207,189);
}

.message-widget-37 .support-section-95 .query-inquiry-37 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.message-widget-37 .support-section-95 .query-inquiry-37 li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.message-widget-37 .support-section-95 .query-inquiry-37 li:last-child {
    margin-bottom: 0;
}

.message-widget-37 .support-section-95 .query-inquiry-37 li:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.message-widget-37 .support-section-95 .query-inquiry-37 li svg {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.message-widget-37 .support-section-95 .query-inquiry-37 li:hover svg {
    transform: scale(1.2);
}

.message-widget-37 .support-section-95 .query-inquiry-37 li svg path {
    fill: rgb(183,207,189);
    transition: all 0.3s ease;
}

.message-widget-37 .support-section-95 .query-inquiry-37 li:hover svg path {
    fill: rgb(125,174,134);
}

.message-widget-37 .support-section-95 .query-inquiry-37 li span {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}

.message-widget-37 .support-section-95 .query-inquiry-37 li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.message-widget-37 .support-section-95 .query-inquiry-37 li a:hover {
    color: rgb(183,207,189);
}

@media screen and (max-width: 992px) {
    .contact-32 {
        padding: 80px 0;
    }
    
    .message-widget-37 {
        border-radius: 30px;
        display: block;
    }
    
    .message-widget-37 .connect-links-52,
    .message-widget-37 .support-section-95 {
        float: none;
        width: 100%;
        padding: 50px;
    }
}

@media screen and (max-width: 768px) {
    .contact-32 {
        padding: 60px 0;
    }
    
    .contact-32 h3 {
        font-size: calc(34px - 4px);
    }
    
    .message-widget-37 {
        border-radius: 25px;
    }
    
    .message-widget-37 .connect-links-52,
    .message-widget-37 .support-section-95 {
        padding: 40px 30px;
    }
    
    .message-widget-37 .connect-links-52 input[type="text"],
    .message-widget-37 .connect-links-52 textarea {
        padding: 15px 20px;
        border-radius: 20px;
    }
    
    .message-widget-37 .connect-links-52 .support-request-56 {
        padding: 15px 30px;
        width: 100%;
        text-align: center;
    }
    
    .message-widget-37 .support-section-95 .query-inquiry-37 li {
        padding: 15px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 480px) {
    .contact-32 {
        padding: 40px 0;
    }
    
    .message-widget-37 {
        border-radius: 20px;
    }
    
    .message-widget-37 .connect-links-52,
    .message-widget-37 .support-section-95 {
        padding: 30px 20px;
    }
}footer {
    background: rgb(125,174,134);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding: 50px 0;
    border-top: 4px solid rgb(183,207,189);
}
footer .study-bottom-56 {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
footer .res-connect-09 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}
footer .site-study-41 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(125,174,134,0.5);
    padding-right: 20px;
}
footer .site-study-41 svg, 
footer .site-study-41 img {
    height: 100px;
    width: 100px;
    fill: rgb(183,207,189);
}
footer .main-learn-49 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer .header-nav-21 {
    display: flex;
    gap: 30px;
}
footer .main-learn-49 a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
}
footer .main-learn-49 a:hover {
    border-color: rgb(183,207,189);
}
footer .hackathon-52 {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    width: 100%;
}
footer .math-tools-79 {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid rgb(125,174,134,0.5);
    padding-top: 10px;
}
footer .math-tools-79 a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}
footer .math-tools-79 a:hover {
    color: rgb(183,207,189);
}
@media only screen and (max-width: 1200px) {
    footer .res-connect-09 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    footer .site-study-41 {
        border-right: none;
        padding-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(125,174,134,0.5);
    }
    footer .main-learn-49 {
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .study-bottom-56 {
        padding: 30px 0;
    }
    footer .res-connect-09 {
        gap: 20px;
    }
    footer .header-nav-21 {
        flex-direction: column;
        gap: 10px;
    }
    footer .main-learn-49 a {
        font-size: 16px;
    }
}
.framework-wrap-15 footer .study-bottom-56 {
    padding: 0;
}
.framework-wrap-15 footer .res-connect-09 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.framework-wrap-15 footer .header-nav-21 {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
.framework-wrap-15 footer .main-learn-49 a {
    padding: 5px 15px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 10px;
    background: rgb(183,207,189,0.5);
    border: 1px solid rgb(183,207,189);
    transition: background 0.3s, border-color 0.3s;
}
.framework-wrap-15 footer .main-learn-49 a:hover {
    background: rgb(183,207,189);
    border-color: rgb(125,174,134);
}
.framework-wrap-15 footer .hackathon-52 {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}
.framework-wrap-15 footer .math-tools-79 {
    text-align: center;
    font-size: 14px;
    border-top: none;
}
.framework-wrap-15 footer .site-study-41 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.framework-wrap-15 footer .site-study-41 svg, 
.framework-wrap-15 footer .site-study-41 img {
    height: 80px;
    width: 80px;
    fill: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .framework-wrap-15 footer .site-study-41 {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .framework-wrap-15 footer .header-nav-21 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .framework-wrap-15 footer .main-learn-49 a {
        font-size: 16px;
    }
    .framework-wrap-15 footer .res-connect-09 {
        padding: 10px;
    }
    .framework-wrap-15 footer .math-tools-79 {
        font-size: 12px;
    }
}.tySpotlight-91 {
    background-color: rgb(225,231,226);
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tySpotlight-91::before,
.tySpotlight-91::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(183,207,189,0.5);
    border-radius: 50%;
    z-index: 1;
}
.tySpotlight-91::before {
    top: -50px;
    left: -50px;
}
.tySpotlight-91::after {
    bottom: -50px;
    right: -50px;
}
.tySpotlight-91 .container {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 29px;
    padding: 60px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    text-align: left;
}
.tySpotlight-91 .container h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgb(183,207,189);
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(125,174,134);
    padding-bottom: 15px;
    letter-spacing: 2px;
}
.tySpotlight-91 .container p {
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .tySpotlight-91 {
        padding: 40px 15px;
    }
    .tySpotlight-91 .container {
        padding: 40px;
    }
    .tySpotlight-91 .container h2 {
        font-size: calc(36px - 5px);
    }
    .tySpotlight-91 .container p {
        font-size: calc(12px - 2px);
    }
}
.course-highlights-30 {
    position: relative;
    overflow: hidden;
    background-color: rgb(225,231,226);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-highlights-30 .learn-tools-04 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.course-highlights-30 .ready-skills-34 {
    display: flex;
    height: 100%;
    width: 500%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.course-highlights-30 .learn-tools-04:hover .ready-skills-34 {
    animation-play-state: paused;
}

.course-highlights-30 .program-path-41 {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}

.course-highlights-30 .program-path-41 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.7s ease-out;
    filter: brightness(0.85) contrast(1.1);
}

.course-highlights-30 .program-path-41:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}

.course-highlights-30 .program-path-41::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    z-index: 2;
    animation: gradient-shift 8s infinite alternate;
}

.course-highlights-30 .program-path-41::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    z-index: 1;
}

.course-highlights-30 .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    padding: 2rem;
}

.course-highlights-30 .founders-team-80 {
    width: 100%;
    max-width: 800px;
    position: relative;
}

.course-highlights-30 .job-ready-74 {
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    backdrop-filter: blur(10px);
    border-radius: 29px;
    padding: 4rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.course-highlights-30 .job-ready-74::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    opacity: 0.7;
    animation: pulse-gradient 8s ease infinite;
}

.course-highlights-30 .job-ready-74::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    z-index: -1;
    transform: translateX(-100%);
    animation: shine-effect 10s ease-in-out infinite;
}

.course-highlights-30 .job-ready-74 h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.course-highlights-30 .job-ready-74 h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(183,207,189) 0%,
        rgb(125,174,134) 100%
    );
    transition: width 0.3s ease;
}

.course-highlights-30 .job-ready-74:hover h3::after {
    width: 60%;
}

.course-highlights-30 .job-ready-74 p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 2.5rem;
    opacity: 0.8;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.course-highlights-30 .job-ready-74 .support-request-56 {
    display: inline-block;
    background: linear-gradient(
        45deg,
        rgb(183,207,189) 0%,
        rgb(125,174,134) 100%
    );
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    box-shadow: 0 8px 25px rgb(183,207,189,0.5);
}

.course-highlights-30 .job-ready-74 .support-request-56::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(125,174,134) 0%,
        rgb(183,207,189) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.course-highlights-30 .job-ready-74 .support-request-56::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.course-highlights-30 .job-ready-74 .support-request-56:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(183,207,189,0.5);
}

.course-highlights-30 .job-ready-74 .support-request-56:hover::before {
    opacity: 1;
}

.course-highlights-30 .job-ready-74 .support-request-56:hover::after {
    transform: scale(1);
    opacity: 1;
    animation: ripple-out 1.5s ease;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.course-highlights-30::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    opacity: 0.7;
    z-index: 1;
}

.course-highlights-30::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    opacity: 0.8;
    z-index: 1;
}

@media (max-width: 992px) {
    .course-highlights-30 .job-ready-74 {
        padding: 3rem;
    }
    
    .course-highlights-30 .founders-team-80 {
        max-width: 700px;
    }
    
    .course-highlights-30 .job-ready-74 h3 {
        font-size: calc(29px * 0.9);
    }
    
    .course-highlights-30 .job-ready-74 p {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .course-highlights-30 .job-ready-74 {
        padding: 2.5rem;
    }
    
    .course-highlights-30 .founders-team-80 {
        max-width: 90%;
    }
    
    .course-highlights-30 .job-ready-74 h3 {
        font-size: calc(29px * 0.8);
        margin-bottom: 1.2rem;
    }

    .course-highlights-30 .job-ready-74 p {
        margin-bottom: 2rem;
        font-size: calc(17px * 0.95);
    }
    
    .course-highlights-30 .job-ready-74 .support-request-56 {
        padding: 0.85rem 2rem;
    }
}

@media (max-width: 576px) {
    .course-highlights-30 .ready-skills-34 {
        animation-duration: 25s;
    }
    
    .course-highlights-30 .job-ready-74 {
        padding: 2rem 1.5rem;
    }
    
    .course-highlights-30 .job-ready-74 h3 {
        font-size: calc(29px * 0.7);
        margin-bottom: 1rem;
    }

    .course-highlights-30 .job-ready-74 p {
        font-size: calc(17px * 0.9);
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    
    .course-highlights-30 .job-ready-74 .support-request-56 {
        padding: 0.75rem 1.75rem;
        font-size: calc(15px * 0.9);
    }
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.course-highlights-30 .program-path-41:nth-child(1)::before {
    animation-delay: 0s;
}

.course-highlights-30 .program-path-41:nth-child(2)::before {
    animation-delay: 2s;
}

.course-highlights-30 .program-path-41:nth-child(3)::before {
    animation-delay: 4s;
}

.course-highlights-30 .program-path-41:nth-child(4)::before {
    animation-delay: 6s;
}

.course-highlights-30 .program-path-41:nth-child(5)::before {
    animation-delay: 8s;
}

.course-highlights-30 .program-path-41::after {
    animation: tech-grid 15s linear infinite;
}

@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.education-experience-47 {
    position: relative;
    padding: 60px 30px;
    background: linear-gradient(135deg, rgb(225,231,226) 0%, rgb(183,207,189,0.5) 100%);
    overflow: hidden;
    min-height: 400px;
}

.education-experience-47::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgb(125,174,134,0.5);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
    animation: float 8s ease-in-out infinite;
}

.education-experience-47::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgb(183,207,189,0.5);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 0;
    animation: float 6s ease-in-out infinite reverse;
}

.education-experience-47 .client-feedback-73 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    transform: rotate(-3deg);
    z-index: 1;
    transition: all 0.5s ease;
}

.education-experience-47 .client-feedback-73:hover {
    transform: rotate(0deg) scale(1.02);
}

.education-experience-47 .image-grid-49 {
    position: relative;
    width: 280px;
    height: 350px;
    border-radius: 21px;
    box-shadow: 15px 15px 0 rgb(125,174,134,0.5);
    transform: translateY(20px);
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
}

.education-experience-47 .client-feedback-73:hover .image-grid-49 {
    box-shadow: 20px 20px 0 rgb(125,174,134);
    transform: translateY(0);
}

.education-experience-47 .job-box-31 {
    flex: 1;
    padding: 30px;
    background: #ffffff;
    border-radius: 21px;
    transform: translateX(-30px) rotate(3deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 280px;
}

.education-experience-47 .client-feedback-73:hover .job-box-31 {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.education-experience-47 .name {
    font-size: 31px;
    color: rgb(183,207,189);
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.education-experience-47 .name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, rgb(125,174,134) 0%, transparent 100%);
    border-radius: 2px;
}

.education-experience-47 .job-box-31 > div:nth-child(2) {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    opacity: 0.8;
}

.education-experience-47 .job-area-69 {
    font-size: calc(14px + 2px);
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(125,174,134,0.5);
}

.education-experience-47 .job-area-69::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -20px;
    font-size: 80px;
    opacity: 0.1;
    color: rgb(183,207,189);
    font-family: Ubuntu, sans-serif;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {
    .education-experience-47 {
        padding: 40px 20px;
    }
    
    .education-experience-47 .client-feedback-73 {
        flex-direction: column;
        gap: 20px;
    }
    
    .education-experience-47 .image-grid-49 {
        width: 220px;
        height: 280px;
        margin: 0 auto;
        transform: translateY(0) rotate(-3deg);
    }
    
    .education-experience-47 .job-box-31 {
        transform: translateX(0) rotate(0);
        margin-top: -30px;
    }
    
    .education-experience-47 .client-feedback-73:hover .image-grid-49 {
        transform: translateY(-10px) rotate(0);
    }
}

@media (max-width: 767px) {
    .education-experience-47 {
        padding: 30px 15px;
    }
    
    .education-experience-47 .image-grid-49 {
        width: 180px;
        height: 220px;
    }
    
    .education-experience-47 .job-box-31 {
        padding: 20px;
    }
    
    .education-experience-47 .name {
        font-size: calc(31px - 4px);
    }
    
    .education-experience-47 .job-area-69 {
        font-size: 14px;
    }
}