* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.main_pagewrap_dev {
    flex: 1 0 auto;
}.framework-wrap_dev {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    auto
contain
touch-action: none;
    auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-snap-type: none;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1166px;
    margin: auto;
    max-width: 100%;
}.access_cta_dev {
    flex: 0 0 auto;
}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;
}}
.title_screen_dev {
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    align-items: center;
    display: flex;
    color: #ffffff;
}.title_screen_dev::before {
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.65) 40%,
    rgba(0, 0, 0, 0.45) 60%,
    rgba(0, 0, 0, 0.25)
  );
    right: 0;
}.title_screen_dev::after {
    animation: glowPulse 15s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    pointer-events: none;
    top: -100%;
    z-index: 2;
    height: 200%;
    right: -100%;
    width: 200%;
    background: radial-gradient(
    circle at 30% 70%,
    rgb(158,172,160,0.5) 0%,
    transparent 40%
  );
}.title_screen_dev > div {
    width: 100%;
    gap: 3rem;
    grid-template-columns: 1fr;
    z-index: 5;
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.title_screen_dev > div > div:first-child {
    transform: translateZ(40px);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}.title_screen_dev h1.title_style_header {
    animation: titleIn 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    opacity: 0;
    font-weight: 700;
    color: transparent;
    transform: translateY(-20px);
    line-height: 1.2;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(158,172,160) 50%,
    rgb(114,122,114) 100%
  );
    letter-spacing: 0.05em;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    margin: 0 0 1rem;
    font-size: clamp(2.5rem, 5vw, 44px);
}.title_screen_dev .learning_lead_dev {
    background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(23, 23, 40, 0.85) 100%
  );
    display: flex;
    animation: holderIn 1.5s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    padding: 2.5rem;
    opacity: 0;
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateZ(20px) translateY(20px);
    flex-direction: column;
    gap: 2rem;
    position: relative;
    backdrop-filter: blur(8px);
}.title_screen_dev .learning_lead_dev::before {
    content: "";
    right: 0;
    transform: scaleX(0);
    left: 0;
    top: 0;
    position: absolute;
    animation: lineGrow 1.2s 1.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    transform-origin: left;
    height: 1px;
    background: linear-gradient(
    90deg,
    transparent,
    rgb(158,172,160) 40%,
    rgb(158,172,160) 60%,
    transparent
  );
}.title_screen_dev .belief_core_dev {
    transform: translateZ(30px);
    position: relative;
}.title_screen_dev .belief_core_dev h3 {
    transform: translateY(10px);
    font-size: clamp(1.25rem, 3vw, 24px);
    color: rgb(114,122,114);
    line-height: 1.4;
    font-weight: 600;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeUp 1s 1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    margin: 0;
}.title_screen_dev .learning_lead_dev > div:last-child {
    transform: translateZ(10px);
    position: relative;
}.title_screen_dev .learning_lead_dev p {
    font-weight: 400;
    opacity: 0;
    padding-left: 1.5rem;
    position: relative;
    color: #ffffff;
    margin: 0;
    font-size: clamp(1rem, 2vw, 13px);
    line-height: 1.6;
    transform: translateY(10px);
    animation: fadeUp 1s 1.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}.title_screen_dev .learning_lead_dev p::before {
    height: 0.8rem;
    border-radius: 0;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    left: 0;
    width: 0.8rem;
    background: rgb(158,172,160);
    top: 50%;
    position: absolute;
}

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

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

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

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

@keyframes glowPulse {
  0% {
    opacity: 0.3;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05) rotate(5deg);
  }
  100% {
    opacity: 0.3;
    transform: scale(1) rotate(0deg);
  }
}

@media (min-width: 768px) {.title_screen_dev {
    padding: 3rem;
}.title_screen_dev > div {
    gap: 2rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_screen_dev > div > div:first-child {
    transform: translateZ(50px) translateX(-20px);
}.title_screen_dev .learning_lead_dev {
    margin-left: -2rem;
    z-index: 10;
}.title_screen_dev h1.title_style_header {
    max-width: 95%;
    font-size: calc(44px * 1.2);
}
}

@media (min-width: 1024px) {.title_screen_dev {
    padding: 0;
}.title_screen_dev > div {
    gap: 4rem;
}.title_screen_dev > div > div:first-child {
    transform: translateZ(80px) translateX(-40px);
}.title_screen_dev .learning_lead_dev {
    margin-left: -4rem;
    transform: translateZ(40px) rotateY(-5deg);
    padding: 3.5rem;
}.title_screen_dev h1.title_style_header {
    font-size: calc(44px * 1.4);
}.title_screen_dev .belief_core_dev h3 {
    font-size: calc(24px * 1.15);
}.title_screen_dev .learning_lead_dev p {
    font-size: calc(13px * 1.1);
}
}

@media (min-width: 1440px) {.title_screen_dev > div {
    grid-template-columns: 45% 55%;
}.title_screen_dev > div > div:first-child {
    transform: translateZ(100px) translateX(-60px);
}.title_screen_dev .learning_lead_dev {
    margin-left: -6rem;
}
}

@media (max-width: 767px) {.title_screen_dev {
    min-height: 90vh;
}.title_screen_dev > div {
    transform: perspective(800px) rotateX(0deg);
}.title_screen_dev .learning_lead_dev {
    padding: 2rem;
}}.appArea_dev {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(208,210,182) 60%, rgba(rgb(158,172,160,0.5), 0.05) 100%);
    overflow: hidden;
    perspective: 1000px;
}.appArea_dev::before,
.appArea_dev::after {
    position: absolute;
    pointer-events: none;
    content: '';
}.appArea_dev::before {
    background: linear-gradient(45deg, rgb(158,172,160,0.5) 10%, transparent 70%);
    opacity: 0.03;
    left: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(20px);
    height: 70%;
    width: 40%;
    top: -5%;
}.appArea_dev::after {
    transform: rotate(10deg) translateZ(-5px);
    filter: blur(15px);
    opacity: 0.04;
    height: 60%;
    right: -5%;
    width: 30%;
    background: linear-gradient(135deg, rgb(114,122,114,0.5) 10%, transparent 70%);
    bottom: -10%;
}.appArea_dev .container {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}.appArea_dev h2 {
    font-size: 37px;
    position: relative;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    color: #000000;
    font-weight: 700;
    transform: translateZ(10px);
    line-height: 1.3;
    margin-bottom: 3rem;
}.appArea_dev h2::after {
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
    transform: translateZ(15px) scaleX(1);
    height: 3px;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(158,172,160,0.5) 100%);
    left: 0;
    content: '';
    bottom: -0.8rem;
}.appArea_dev .class_space_dev {
    margin: 1rem 0;
    padding: 2.5rem 3rem;
    border-radius: 20px;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateZ(20px) rotateY(-2deg);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.appArea_dev .class_space_dev::before {
    top: -10px;
    content: '';
    bottom: -10px;
    transform: translateZ(5px);
    left: -10px;
    pointer-events: none;
    right: -10px;
    border: 1px solid rgb(158,172,160,0.5);
    opacity: 0.1;
    position: absolute;
    border-radius: 100px;
}.appArea_dev .class_space_dev:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.appArea_dev ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.appArea_dev li {
    padding-left: 0;
    position: relative;
}.appArea_dev li::before {
    border-radius: 50%;
    width: 60px;
    top: -20px;
    position: absolute;
    transition: all 0.4s ease-out;
    left: -30px;
    transform: translateZ(15px) scale(0.95);
    content: '';
    height: 60px;
    background: linear-gradient(135deg, rgb(158,172,160,0.5) 0%, transparent 80%);
    opacity: 0.2;
}.appArea_dev li span {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(5px);
    position: relative;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    display: block;
}

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

@media (max-width: 991px) {.appArea_dev {
    padding: 5rem 0;
}.appArea_dev h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.appArea_dev .class_space_dev {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}

@media (max-width: 767px) {.appArea_dev {
    padding: 4rem 0;
}.appArea_dev h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.appArea_dev h2::after {
    width: 60px;
    height: 2px;
}.appArea_dev .class_space_dev {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.appArea_dev li::before {
    width: 40px;
    height: 40px;
    top: -15px;
    left: -20px;
}
}

@media (max-width: 480px) {.appArea_dev {
    padding: 3rem 0;
}.appArea_dev .container {
    padding: 0 1.5rem;
}.appArea_dev h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.appArea_dev .class_space_dev {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.appArea_dev li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}

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

.appArea_dev .class_space_dev {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.pricing_layout_dev {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.pricing_layout_dev::before {
    width: 40%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(158,172,160,0.5) 20%, rgb(114,122,114,0.5) 80%);
    top: -10%;
    border-radius: 10px;
    height: 70%;
    right: -5%;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    opacity: 0.1;
}.pricing_layout_dev::after {
    height: 50%;
    bottom: -5%;
    width: 35%;
    background: linear-gradient(45deg, rgb(114,122,114,0.5) 30%, rgb(158,172,160,0.5) 70%);
    transform: rotate(10deg);
    position: absolute;
    left: -3%;
    opacity: 0.08;
    z-index: 0;
    border-radius: 10px;
    content: "";
}.pricing_layout_dev .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1400px;
}.pricing_layout_dev .value_rates_dev {
    flex-direction: column;
    display: flex;
}.pricing_layout_dev .skill_plans_dev {
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
    position: relative;
}.pricing_layout_dev .skill_plans_dev h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 31px;
    display: inline-block;
    position: relative;
    color: #000000;
}.pricing_layout_dev .skill_plans_dev h2::after {
    bottom: -0.75rem;
    width: 70%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(158,172,160), transparent);
    height: 3px;
    content: "";
    left: 50%;
}.pricing_layout_dev .offer_box_dev {
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.pricing_layout_dev .learning_price_dev {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    width: 100%;
}.pricing_layout_dev .edu_deals_dev {
    text-decoration: none;
    display: block;
    position: relative;
    color: #000000;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.pricing_layout_dev .edu_deals_dev:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing_layout_dev .edu_deals_dev::before {
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
    height: 5px;
    left: 0;
    transform: translateY(-5px);
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    content: "";
    top: 0;
}.pricing_layout_dev .edu_deals_dev:hover::before {
    transform: translateY(0);
}.pricing_layout_dev .discount_tier_dev {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}.pricing_layout_dev .member_fees_dev {
    padding: 2rem 1.75rem;
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1;
}.pricing_layout_dev .member_fees_dev h3 {
    font-size: calc(18px * 1.1);
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
}.pricing_layout_dev .member_fees_dev .rate_packages_dev {
    font-weight: 700;
    font-size: calc(18px * 1.3);
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(158,172,160);
}.pricing_layout_dev .member_fees_dev .rate_packages_dev::after {
    content: "";
    position: absolute;
    background: rgb(158,172,160,0.5);
    height: 2px;
    left: 0;
    width: 40px;
    bottom: -0.75rem;
}.pricing_layout_dev .member_fees_dev p {
    line-height: 1.65;
    word-wrap: break-word;
    margin-bottom: 1.5rem;
    font-size: 13px;
    overflow-wrap: break-word;
    word-break: break-word;
    flex-grow: 1;
    color: #000000;
}.pricing_layout_dev .img_caption_dev {
    transition: transform 0.5s ease;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 180px;
}.pricing_layout_dev .img_caption_dev::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 0;
    left: 0;
}.pricing_layout_dev .edu_deals_dev:hover .img_caption_dev {
    transform: scale(1.05);
}.pricing_layout_dev .edu_deals_dev:nth-child(odd) .member_fees_dev::before {
    opacity: 0.1;
    position: absolute;
    height: 2.5rem;
    right: 1rem;
    background: rgb(158,172,160,0.5);
    top: 1rem;
    width: 2.5rem;
    border-radius: 50%;
    z-index: -1;
    content: "";
}.pricing_layout_dev .edu_deals_dev:nth-child(even) .member_fees_dev::before {
    left: 1rem;
    height: 2.5rem;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    background: rgb(114,122,114,0.5);
    bottom: 1rem;
    width: 2.5rem;
}

@media (min-width: 992px) {.pricing_layout_dev .value_rates_dev {
    flex-direction: row;
}.pricing_layout_dev .skill_plans_dev {
    margin-bottom: 0;
    text-align: left;
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    order: 2;
    justify-content: center;
}.pricing_layout_dev .skill_plans_dev h2 {
    text-align: left;
    margin-bottom: 2rem;
}.pricing_layout_dev .skill_plans_dev h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.pricing_layout_dev .offer_box_dev {
    margin: 0;
    text-align: left;
}.pricing_layout_dev .learning_price_dev {
    flex: 0 0 70%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.pricing_layout_dev {
    padding: 5rem 0;
}.pricing_layout_dev .edu_deals_dev {
    margin-bottom: 1.5rem;
}.pricing_layout_dev .skill_plans_dev {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_layout_dev {
    padding: 4rem 0;
}.pricing_layout_dev .skill_plans_dev h2 {
    font-size: calc(31px * 0.9);
}.pricing_layout_dev .member_fees_dev h3 {
    font-size: 18px;
}.pricing_layout_dev .member_fees_dev .rate_packages_dev {
    font-size: calc(18px * 1.15);
}.pricing_layout_dev .img_caption_dev {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_layout_dev {
    padding: 3rem 0;
}.pricing_layout_dev .container {
    padding: 0 1.5rem;
}.pricing_layout_dev .learning_price_dev {
    gap: 1.5rem;
}.pricing_layout_dev .member_fees_dev {
    padding: 1.5rem;
}.pricing_layout_dev .img_caption_dev {
    height: 140px;
}
}

@media (hover: none) {.pricing_layout_dev .edu_deals_dev:hover {
    transform: none;
}.pricing_layout_dev .edu_deals_dev:hover .img_caption_dev {
    transform: none;
}}.contact_information_dev {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(208,210,182);
}.contact_information_dev::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(158,172,160,0.5) 0,
        rgb(158,172,160,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: 0;
    width: 100%;
    top: 0;
}.contact_information_dev::after {
    content: "";
    background-size: 30px 30px;
    width: 100%;
    background-image: 
        linear-gradient(rgb(114,122,114,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(114,122,114,0.5) 1px, transparent 1px);
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.07;
}.contact_information_dev .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.contact_information_dev h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 37px;
    color: #000000;
    left: 50%;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    transform: translateX(-50%);
}.contact_information_dev h2::before {
    background: rgb(158,172,160);
    width: 80px;
    position: absolute;
    height: 4px;
    bottom: 0;
    left: calc(50% - 40px);
    content: "";
}.contact_information_dev h2::after {
    content: "";
    height: 4px;
    left: calc(50% - 15px);
    position: absolute;
    bottom: 0;
    width: 30px;
    background: rgb(114,122,114);
}.contact_information_dev .message_list_dev {
    overflow: hidden;
    border-radius: 0;
    margin-top: 50px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    display: flex;
}.contact_information_dev .img_caption_dev {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.contact_information_dev .img_caption_dev::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(158,172,160), 0.4), 
        rgba(rgb(114,122,114), 0.4)
    );
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
}.contact_information_dev .feedback_help_dev {
    padding: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    flex: 0 0 55%;
}.contact_information_dev .feedback_help_dev::before {
    content: "";
    height: 150px;
    top: -75px;
    width: 150px;
    z-index: 0;
    right: -75px;
    border: 30px solid rgb(158,172,160,0.5);
    border-radius: 50%;
    position: absolute;
}.contact_information_dev .feedback_help_dev::after {
    bottom: -50px;
    position: absolute;
    background: rgb(114,122,114,0.5);
    transform: rotate(45deg);
    width: 100px;
    left: -50px;
    z-index: 0;
    border-radius: 0;
    height: 100px;
    content: "";
}.contact_information_dev form {
    position: relative;
    z-index: 2;
}.contact_information_dev form h3 {
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
}.contact_information_dev form h3::after {
    width: 50%;
    height: 2px;
    background: rgb(158,172,160);
    bottom: -15px;
    left: 0;
    content: "";
    position: absolute;
}.contact_information_dev form input[type="text"] {
    padding: 20px 25px;
    font-size: 13px;
    color: #000000;
    margin-bottom: 25px;
    background: transparent;
    border-bottom: 2px solid rgb(208,210,182);
    width: 100%;
    transition: all 0.3s ease;
    border: none;
}.contact_information_dev form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(158,172,160);
}.contact_information_dev form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_information_dev form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_information_dev .request_support_dev {
    position: relative;
    margin-bottom: 40px;
}.contact_information_dev .request_support_dev input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information_dev .request_support_dev label {
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    color: #000000;
    font-size: 16px;
}.contact_information_dev .request_support_dev label::before {
    left: 0;
    width: 22px;
    background: transparent;
    height: 22px;
    top: 0;
    transition: all 0.3s ease;
    border: 2px solid rgb(208,210,182);
    position: absolute;
    content: "";
}.contact_information_dev .request_support_dev input[type="checkbox"]:checked + label::before {
    background: rgb(158,172,160);
    border-color: rgb(158,172,160);
}.contact_information_dev .request_support_dev input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 8px;
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    content: "";
    transform: rotate(45deg);
    border: solid #ffffff;
}.contact_information_dev .request_support_dev label a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(158,172,160);
}.contact_information_dev .request_support_dev label a::after {
    bottom: -1px;
    transform: scaleX(1);
    left: 0;
    content: "";
    background: rgb(158,172,160);
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: left;
    height: 1px;
    position: absolute;
}.contact_information_dev .request_support_dev label a:hover {
    color: rgb(114,122,114);
}.contact_information_dev .request_support_dev label a:hover::after {
    transform: scaleX(0);
    background: rgb(114,122,114);
}.contact_information_dev .help_support_dev {
    z-index: 1;
    background: rgb(158,172,160);
    display: inline-block;
    transition: all 0.3s ease;
    padding: 18px 40px;
    font-size: 20px;
    position: relative;
    width: auto;
    border: none;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
}.contact_information_dev .help_support_dev::before {
    position: absolute;
    transform: skewX(-25deg);
    left: -10px;
    background: rgb(114,122,114);
    width: 0;
    z-index: -1;
    top: 0;
    content: "";
    transition: width 0.5s ease;
    height: 100%;
}.contact_information_dev .help_support_dev:hover::before {
    width: 150%;
}.contact_information_dev svg {
    fill: none;
    stroke: rgb(158,172,160);
    height: 24px;
    transition: all 0.3s ease;
    stroke-width: 2;
    width: 24px;
}.contact_information_dev svg path {
    stroke: rgb(158,172,160);
    transition: all 0.3s ease;
    fill: none;
}.contact_information_dev svg:hover,
.contact_information_dev svg:hover path {
    stroke: rgb(114,122,114);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_information_dev {
    padding: 80px 0;
}.contact_information_dev .img_caption_dev {
    min-height: 500px;
}.contact_information_dev .feedback_help_dev {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information_dev {
    padding: 60px 0;
}.contact_information_dev .message_list_dev {
    flex-direction: column;
}.contact_information_dev .img_caption_dev {
    min-height: 300px;
    width: 100%;
}.contact_information_dev .feedback_help_dev {
    width: 100%;
    padding: 40px 30px;
}.contact_information_dev form h3 {
    margin-bottom: 30px;
}.contact_information_dev form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_information_dev .request_support_dev {
    margin-bottom: 30px;
}.contact_information_dev .help_support_dev {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_information_dev {
    padding: 50px 0;
}.contact_information_dev h2 {
    font-size: calc(37px * 0.85);
}.contact_information_dev .message_list_dev {
    margin-top: 30px;
}.contact_information_dev .img_caption_dev {
    min-height: 200px;
}.contact_information_dev .feedback_help_dev {
    padding: 30px 20px;
}.contact_information_dev form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_information_dev form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_information_dev .request_support_dev {
    margin-bottom: 25px;
}.contact_information_dev .request_support_dev label {
    font-size: calc(16px * 0.9);
}.contact_information_dev .help_support_dev {
    padding: 12px 25px;
}}.learning_system_dev {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgba(rgb(114,122,114,0.5), 0.05) 100%);
    padding: 120px 0;
    position: relative;
}.learning_system_dev::before {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(158,172,160,0.5), 0.1) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(114,122,114,0.5), 0.15) 0%, transparent 50%);
    left: 0;
}.learning_system_dev::after {
    opacity: 0.07;
    position: absolute;
    content: "";
    animation: floatElement 18s ease-in-out infinite alternate;
    height: 250px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(158,172,160) 0%, transparent 70%);
    width: 250px;
    right: -5%;
    top: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.learning_system_dev .class_space_dev {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.learning_system_dev h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 28px;
    margin-bottom: 40px;
    display: inline-block;
    transform: translateX(-5px);
}.learning_system_dev h2::before {
    height: 4px;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 80px;
    bottom: -10px;
    transform-origin: left center;
    background: rgb(158,172,160);
}.learning_system_dev h2::after {
    opacity: 0.8;
    height: 4px;
    background: rgb(114,122,114);
    width: 20px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 85px;
}.learning_system_dev:hover h2::before {
    transform: scaleX(1.2);
}.learning_system_dev .section_content_dev {
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.02);
    transform: translateY(0);
    background: #ffffff;
    z-index: 2;
    position: relative;
    border-radius: 0 23px 23px 23px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    overflow: hidden;
}.learning_system_dev .section_content_dev::before {
    background: linear-gradient(to bottom, rgb(158,172,160), rgb(114,122,114));
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    width: 8px;
    position: absolute;
}.learning_system_dev .section_content_dev::after {
    pointer-events: none;
    z-index: 1;
    background: 
        linear-gradient(135deg, rgba(rgb(158,172,160,0.5), 0.05) 0%, transparent 100%),
        linear-gradient(45deg, rgba(rgb(114,122,114,0.5), 0.03) 0%, transparent 80%);
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}.learning_system_dev .section_content_dev p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin: 0;
    max-width: 95%;
    z-index: 3;
}.learning_system_dev:hover .section_content_dev {
    box-shadow: 
        0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(-5px);
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(15px, -15px) rotate(-5deg);
    }
}

@media (max-width: 991px) {.learning_system_dev {
    padding: 90px 0;
}.learning_system_dev h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.learning_system_dev .section_content_dev {
    padding: 35px;
}.learning_system_dev::after {
    width: 180px;
    height: 180px;
}
}

@media (max-width: 767px) {.learning_system_dev {
    padding: 70px 0;
}.learning_system_dev h2 {
    font-size: calc(28px * 0.8);
    transform: translateX(0);
    margin-bottom: 25px;
}.learning_system_dev h2::before {
    width: 60px;
}.learning_system_dev h2::after {
    width: 15px;
    left: 65px;
}.learning_system_dev .section_content_dev {
    padding: 30px 25px 30px 30px;
}.learning_system_dev .section_content_dev p {
    line-height: 1.6;
    max-width: 100%;
    font-size: calc(16px * 0.95);
}.learning_system_dev::after {
    right: -2%;
    top: -2%;
    height: 120px;
    width: 120px;
}
}

@media (max-width: 480px) {.learning_system_dev {
    padding: 50px 0;
}.learning_system_dev h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.7);
}.learning_system_dev h2::before {
    width: 50px;
    height: 3px;
}.learning_system_dev h2::after {
    width: 12px;
    left: 55px;
    height: 3px;
}.learning_system_dev .section_content_dev {
    padding: 25px 20px 25px 25px;
}.learning_system_dev .section_content_dev::before {
    width: 6px;
}.learning_system_dev .section_content_dev p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.course_beneficiaries_dev {
    background: rgb(208,210,182);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.course_beneficiaries_dev::before {
    width: 100%;
    background: rgb(158,172,160,0.5);
    height: 100%;
    content: "";
    top: -50%;
    z-index: 1;
    transform: rotate(35deg);
    position: absolute;
    right: -50%;
}.course_beneficiaries_dev::after {
    background: rgb(114,122,114,0.5);
    width: 100%;
    content: "";
    bottom: -50%;
    z-index: 1;
    left: -50%;
    height: 100%;
    transform: rotate(-35deg);
    position: absolute;
}.course_beneficiaries_dev .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.course_beneficiaries_dev .class_space_dev {
    background: #ffffff;
    position: relative;
    padding: 60px 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border-radius: 23px;
    overflow: hidden;
}.course_beneficiaries_dev .class_space_dev::before {
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    top: 0;
    position: absolute;
    height: 6px;
    width: 100%;
    content: "";
    left: 0;
}.course_beneficiaries_dev .class_space_dev::after {
    border-radius: 50%;
    border: 2px solid rgb(158,172,160,0.5);
    right: 20px;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    top: 20px;
    height: 120px;
    width: 120px;
    content: "";
}.course_beneficiaries_dev h4 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    font-weight: 700;
}.course_beneficiaries_dev h4::before {
    background: rgb(158,172,160);
    width: 40px;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    height: 4px;
    position: absolute;
}.course_beneficiaries_dev h4::after {
    background: rgb(114,122,114,0.5);
    bottom: -20px;
    border-radius: 10px;
    transform: translateX(-20px);
    content: "";
    width: 80px;
    left: 50%;
    height: 4px;
    position: absolute;
}.course_beneficiaries_dev div > div {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}.course_beneficiaries_dev div > div::before {
    opacity: 0.5;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(114,122,114,0.5) 20%, 
        rgb(114,122,114,0.5) 80%, 
        transparent 100%);
    z-index: -1;
    top: 50%;
    height: 1px;
    position: absolute;
    left: 0;
}.course_beneficiaries_dev p {
    align-items: center;
    z-index: 1;
    color: #000000;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0;
    position: relative;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.course_beneficiaries_dev p::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    content: "";
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(208,210,182) 100%);
    top: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
}.course_beneficiaries_dev p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
    border-color: rgb(158,172,160,0.5);
}.course_beneficiaries_dev p:hover::before {
    opacity: 1;
}.course_beneficiaries_dev p svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 18px;
    transition: all 0.4s ease;
}.course_beneficiaries_dev p svg path {
    fill: rgb(158,172,160);
    transition: fill 0.3s ease;
}.course_beneficiaries_dev p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.course_beneficiaries_dev p:hover svg path {
    fill: rgb(114,122,114);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.course_beneficiaries_dev .class_space_dev::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.course_beneficiaries_dev .class_space_dev > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.course_beneficiaries_dev .class_space_dev > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course_beneficiaries_dev .class_space_dev > div p:nth-child(2) {
    animation-delay: 0.3s;
}.course_beneficiaries_dev .class_space_dev > div p:nth-child(3) {
    animation-delay: 0.5s;
}.course_beneficiaries_dev .class_space_dev > div p:nth-child(4) {
    animation-delay: 0.7s;
}.course_beneficiaries_dev .class_space_dev > div p:nth-child(5) {
    animation-delay: 0.9s;
}.course_beneficiaries_dev .class_space_dev > div p:nth-child(6) {
    animation-delay: 1.1s;
}.course_beneficiaries_dev p::after {
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 50%;
    bottom: 10px;
    transition: all 0.4s ease;
    right: 10px;
    content: "";
    background: rgb(114,122,114,0.5);
    z-index: -1;
    opacity: 0;
}.course_beneficiaries_dev p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.course_beneficiaries_dev {
    padding: 90px 0 80px;
}.course_beneficiaries_dev .class_space_dev {
    padding: 50px 30px;
}.course_beneficiaries_dev h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.course_beneficiaries_dev div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.course_beneficiaries_dev p {
    padding: 20px;
}.course_beneficiaries_dev .class_space_dev::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.course_beneficiaries_dev {
    padding: 80px 0 70px;
}.course_beneficiaries_dev .class_space_dev {
    padding: 40px 25px;
}.course_beneficiaries_dev h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.course_beneficiaries_dev div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.course_beneficiaries_dev div > div::before {
    display: none;
}.course_beneficiaries_dev p {
    padding: 18px;
}.course_beneficiaries_dev p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.course_beneficiaries_dev .class_space_dev::after {
    height: 80px;
    left: 20px;
    right: auto;
    top: auto;
    bottom: 20px;
    width: 80px;
}
}

@media (max-width: 576px) {.course_beneficiaries_dev {
    padding: 60px 0 50px;
}.course_beneficiaries_dev .class_space_dev {
    padding: 35px 20px;
}.course_beneficiaries_dev h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.7);
}.course_beneficiaries_dev h4::before {
    height: 3px;
    width: 30px;
}.course_beneficiaries_dev h4::after {
    height: 3px;
    width: 60px;
}.course_beneficiaries_dev p {
    padding: 15px;
    font-size: calc(14px * 0.9);
}.course_beneficiaries_dev p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}.course_beneficiaries_dev p:hover {
    transform: translateY(-5px) scale(1.01);
}.course_beneficiaries_dev .class_space_dev::after {
    width: 60px;
    height: 60px;
}}.our_info_dev {
    position: relative;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.our_info_dev::before {
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    z-index: 0;
    left: 0;
    animation: pulse 15s infinite alternate;
    background: radial-gradient(circle at 10% 20%, transparent 0%, rgb(114,122,114,0.5) 40%, transparent 60%);
    top: 0;
}.our_info_dev::after {
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(158,172,160,0.5) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgb(114,122,114,0.5) 50%, transparent 100%);
    animation: gradientShift 20s infinite alternate;
    opacity: 0.3;
    content: '';
    width: 100%;
}.our_info_dev .container {
    position: relative;
    z-index: 1;
}.our_info_dev .message_request_dev {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}.our_info_dev .contact_faq_dev {
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 23px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.our_info_dev .contact_faq_dev::before {
    height: 5px;
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateY(-100%);
    width: 100%;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    top: 0;
}.our_info_dev .contact_faq_dev:hover::before {
    transform: translateY(0);
}.our_info_dev .contact_faq_dev::after {
    z-index: -1;
    opacity: 0.2;
    background: linear-gradient(135deg, transparent 50%, rgb(158,172,160,0.5) 100%);
    position: absolute;
    height: 100px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    content: '';
    width: 100px;
    transform: translate(50%, 50%);
}.our_info_dev .contact_faq_dev h2 {
    color: rgb(158,172,160);
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    display: inline-block;
}.our_info_dev .contact_faq_dev h2::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, transparent 100%);
    left: 0;
}.our_info_dev .reach_help_dev {
    margin-bottom: 20px;
    font-size: calc(14px * 1.2);
    color: rgb(114,122,114);
    font-weight: 600;
}.our_info_dev .join_us_dev {
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
}.our_info_dev .contact_faq_dev p {
    display: flex;
    align-items: center;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 15px;
}.our_info_dev .contact_faq_dev p span {
    font-weight: 600;
    margin-left: 5px;
}.our_info_dev .message_info_dev {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    position: relative;
    border-left: 3px solid rgb(158,172,160);
}.our_info_dev .message_info_dev h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(158,172,160);
}.our_info_dev .get_contactus_dev {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}.our_info_dev .get_contactus_dev span {
    font-size: calc(14px * 0.9);
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    padding: 8px 15px;
}.our_info_dev .get_contactus_dev span:hover {
    transform: translateY(-3px);
    background: rgb(158,172,160,0.5);
}.our_info_dev .contact_tile.get_contactinfo_dev {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.our_info_dev .get_contactinfo_dev a {
    transition: all 0.3s ease;
    flex-direction: column;
    display: flex;
    padding-left: 40px;
    text-decoration: none;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.our_info_dev .get_contactinfo_dev a:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}.our_info_dev .get_contactinfo_dev a::before {
    transition: all 0.3s ease;
    content: '';
    top: 5px;
    left: 0;
    width: 30px;
    background: rgb(158,172,160,0.5);
    border-radius: 50%;
    height: 30px;
    position: absolute;
}.our_info_dev .get_contactinfo_dev a:hover::before {
    transform: scale(1.2);
    background: rgb(158,172,160);
}.our_info_dev .get_contactinfo_dev a span {
    font-weight: 600;
    font-size: calc(14px * 0.9);
    color: rgb(114,122,114);
    margin-bottom: 5px;
}.our_info_dev .get_contactinfo_dev a p {
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
}.our_info_dev .get_contactinfo_dev a:hover p {
    transform: translateX(5px);
    color: rgb(158,172,160);
}.our_info_dev .contact_faq_dev .img_caption_dev {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 23px;
    height: 100%;
    width: 100%;
    position: relative;
}.our_info_dev .contact_faq_dev .img_caption_dev::after {
    left: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 70%,
        rgb(158,172,160,0.5) 100%
    );
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
}.our_info_dev .contact_faq_dev .img_caption_dev::before {
    opacity: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    content: '';
    z-index: 1;
    top: 0;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
}.our_info_dev .contact_faq_dev .img_caption_dev:hover::before {
    opacity: 1;
}.our_info_dev .get_contactinfo_dev svg {
    left: 5px;
    transition: all 0.3s ease;
    top: 10px;
    z-index: 2;
    height: 20px;
    position: absolute;
    width: 20px;
}.our_info_dev .contact_faq_dev > p svg {
    width: 20px;
    transition: all 0.3s ease;
    top: -2px;
    position: relative;
    margin-right: 10px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}.our_info_dev svg path {
    fill: #ffffff;
    transition: all 0.3s ease;
}.our_info_dev .get_contactinfo_dev a:hover svg {
    transform: rotate(5deg) scale(1.1);
}.our_info_dev .get_contactinfo_dev a:hover svg path {
    fill: #ffffff;
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 1200px) {.our_info_dev {
    padding: 60px 0;
}.our_info_dev .message_request_dev {
    grid-template-columns: 1fr 1fr;
}.our_info_dev .contact_faq_dev:first-child {
    grid-column: 1 / 3;
}.our_info_dev .contact_faq_dev {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_info_dev {
    padding: 50px 0;
}.our_info_dev .message_request_dev {
    grid-template-columns: 1fr;
}.our_info_dev .contact_faq_dev:first-child {
    grid-column: auto;
}.our_info_dev .contact_faq_dev .img_caption_dev {
    height: 300px;
}.our_info_dev .get_contactus_dev {
    flex-direction: column;
}.our_info_dev .get_contactus_dev span {
    width: 100%;
}
}

@media (max-width: 576px) {.our_info_dev {
    padding: 40px 0;
}.our_info_dev .contact_faq_dev {
    padding: 25px 20px;
}.our_info_dev .contact_faq_dev h2 {
    font-size: calc(30px * 0.8);
}.our_info_dev .contact_faq_dev .img_caption_dev {
    height: 250px;
}.our_info_dev .get_contactinfo_dev a {
    padding-left: 35px;
}.our_info_dev .get_contactinfo_dev a::before {
    height: 25px;
    width: 25px;
}.our_info_dev svg {
    width: 16px;
    left: 5px;
    height: 16px;
    top: 12px;
}}.access_cta_dev {
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
    background-position: center center;
    color: #ffffff;
}.access_cta_dev::before {
    width: 100%;
    top: 0;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
}.access_cta_dev::after {
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.5;
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
}.access_cta_dev .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.access_cta_dev .container::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgb(158,172,160) 0%, transparent 100%);
    opacity: 0.3;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    top: -80px;
    content: "";
    height: 80px;
}.access_cta_dev .company_holder {
    background: rgba(0, 0, 0, 0.4);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    position: relative;
    backdrop-filter: blur(5px);
    margin-bottom: 4rem;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(rgb(158,172,160), 0.3);
}.access_cta_dev .company_holder::before {
    opacity: 0.5;
    top: -5px;
    height: calc(100% + 10px);
    filter: blur(5px);
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    left: -5px;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(158,172,160), transparent 70%);
    width: calc(100% + 10px);
}.access_cta_dev .company_holder h3 {
    position: relative;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    font-size: calc(33px * 1.2);
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(158,172,160), 0 0 20px rgb(158,172,160), 0 0 30px rgb(158,172,160);
}.access_cta_dev .company_holder h3::before {
    z-index: -1;
    left: 2px;
    position: absolute;
    top: 2px;
    color: rgb(158,172,160);
    filter: blur(1px);
    content: attr(data-text);
    opacity: 0.7;
}.access_cta_dev .mod_tools_dev {
    font-size: 12px;
    color: #ffffff;
    border-left: 2px solid rgb(158,172,160);
    padding-left: 1rem;
    opacity: 0.8;
    margin-top: 1.5rem;
    line-height: 1.6;
}.access_cta_dev .rating_stars_dev {
    justify-content: space-between;
    position: relative;
    display: flex;
}.access_cta_dev .rating_stars_dev::before {
    content: "";
    left: 0;
    top: -20px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(158,172,160), transparent);
    width: 100%;
}.access_cta_dev .head_section_dev {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
}.access_cta_dev .head_know_dev {
    border-bottom: 2px solid rgb(158,172,160);
    padding: 1.5rem;
    position: relative;
    border-left: 2px solid rgb(158,172,160);
    transition: all 0.3s ease;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
}.access_cta_dev .head_know_dev:hover {
    background: rgba(rgb(158,172,160,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}.access_cta_dev .head_know_dev h5 {
    font-size: 23px;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    color: rgb(114,122,114);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}.access_cta_dev .head_know_dev h5::after {
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(158,172,160);
    height: 2px;
    left: 0;
    width: 40px;
    bottom: -8px;
    background: rgb(158,172,160);
}.access_cta_dev .head_know_dev .head_section_dev {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.access_cta_dev .head_know_dev .head_section_dev a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    opacity: 0.7;
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    padding: 0.5rem 0 0.5rem 1.5rem;
}.access_cta_dev .head_know_dev .head_section_dev a::before {
    left: 0;
    font-size: 0.8em;
    content: "//";
    position: absolute;
    color: rgb(158,172,160);
    transition: all 0.3s ease;
}.access_cta_dev .head_know_dev .head_section_dev a:hover {
    text-shadow: 0 0 5px rgb(158,172,160);
    color: rgb(158,172,160);
    opacity: 1;
}.access_cta_dev .head_know_dev .head_section_dev a:hover::before {
    color: rgb(114,122,114);
}.footnote_ref_dev {
    position: relative;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.footnote_ref_dev::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(158,172,160), transparent);
    content: "";
    height: 1px;
}.footnote_ref_dev .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.footnote_ref_dev .patent_info_dev {
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}.footnote_ref_dev .patent_info_dev::before,
.footnote_ref_dev .patent_info_dev::after {
    color: rgb(158,172,160);
    content: "//";
    margin: 0 10px;
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(158,172,160), 0 0 20px rgb(158,172,160);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.access_cta_dev .rating_stars_dev {
    flex-direction: column;
}.access_cta_dev .head_section_dev {
    flex-direction: column;
}.access_cta_dev .head_know_dev {
    width: 100%;
    margin-bottom: 1rem;
}.footnote_ref_dev {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.access_cta_dev {
    padding: 4rem 0 2rem;
}.access_cta_dev .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.access_cta_dev .company_holder h3 {
    font-size: 33px;
}.access_cta_dev .head_know_dev h5 {
    font-size: calc(23px * 0.9);
}.footnote_ref_dev {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.access_cta_dev {
    padding: 3rem 0 2rem;
}.access_cta_dev .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.access_cta_dev .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(33px * 0.85);
}.access_cta_dev .mod_tools_dev {
    font-size: calc(12px * 0.9);
}.access_cta_dev .head_know_dev {
    padding: 1rem;
}.access_cta_dev .head_know_dev .head_section_dev a {
    font-size: calc(12px * 0.9);
}.footnote_ref_dev {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.footnote_ref_dev .patent_info_dev::before,
    .footnote_ref_dev .patent_info_dev::after {
    display: none;
}}.customer_opinions_dev {
    position: relative;
    overflow: hidden;
    padding: 120px 0 150px;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
}.customer_opinions_dev::before {
    left: -50px;
    filter: blur(80px);
    content: "";
    background: rgb(114,122,114,0.5);
    animation: floatBubble 18s infinite ease-in-out;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    top: -50px;
    position: absolute;
}.customer_opinions_dev::after {
    content: "";
    position: absolute;
    height: 250px;
    background: rgb(158,172,160,0.5);
    width: 250px;
    right: -80px;
    filter: blur(100px);
    animation: floatBubble 15s infinite ease-in-out alternate;
    bottom: -80px;
    border-radius: 50%;
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.customer_opinions_dev .class_space_dev {
    padding: 0 20px;
    position: relative;
    max-width: 1300px;
    z-index: 1;
    margin: 0 auto;
}.customer_opinions_dev h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    left: 50%;
    transform: translateX(-50%) skew(-5deg);
    text-align: center;
    transform: skew(-5deg);
}.customer_opinions_dev h4::after {
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(158,172,160), transparent);
    content: "";
    left: 25%;
    height: 4px;
    position: absolute;
    bottom: -15px;
}.customer_opinions_dev .testimonials_pro_dev {
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
    display: grid;
    gap: 40px;
}.customer_opinions_dev .learner_feedback_dev {
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 15px;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    transition: all 0.5s ease;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.customer_opinions_dev .learner_feedback_dev:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
}.customer_opinions_dev .learner_feedback_dev::before {
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
}.customer_opinions_dev .learner_feedback_dev .img_caption_dev {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    height: 80px;
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
    width: 80px;
}.customer_opinions_dev .learner_feedback_dev:hover .img_caption_dev {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.customer_opinions_dev .learner_feedback_dev span {
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    color: #000000;
    position: relative;
}.customer_opinions_dev .learner_feedback_dev span::after {
    height: 2px;
    display: block;
    content: "";
    width: 30px;
    margin: 10px auto 0;
    background: rgb(158,172,160);
}.customer_opinions_dev .learner_feedback_dev p {
    text-align: center;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}.customer_opinions_dev .learner_feedback_dev p::before {
    font-family: serif;
    left: -5px;
    color: rgb(158,172,160,0.5);
    content: '"';
    z-index: -1;
    position: absolute;
    font-size: 80px;
    opacity: 0.2;
    top: -20px;
}

@media (max-width: 1200px) {.customer_opinions_dev {
    padding: 100px 0;
}.customer_opinions_dev .testimonials_pro_dev {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.customer_opinions_dev .learner_feedback_dev {
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
    padding: 25px;
}
}

@media (max-width: 768px) {.customer_opinions_dev {
    padding: 80px 0;
}.customer_opinions_dev h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
}.customer_opinions_dev .testimonials_pro_dev {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
    gap: 25px;
}.customer_opinions_dev .learner_feedback_dev {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.customer_opinions_dev .learner_feedback_dev .img_caption_dev {
    height: 70px;
    width: 70px;
}}.give_it_a_try_dev {
    position: relative;
    z-index: 1;
    background: linear-gradient(150deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    overflow: hidden;
    padding: 110px 0;
}.give_it_a_try_dev::before {
    height: 100%;
    opacity: 0.05;
    top: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            0deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
}.give_it_a_try_dev::after {
    content: '';
    z-index: -1;
    top: 0;
    background: linear-gradient(0deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.05) 75%, 
        rgba(255, 255, 255, 0.1) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    animation: dataFlow 8s linear infinite;
    opacity: 0.5;
    width: 100%;
}.give_it_a_try_dev .class_space_dev {
    margin: 0 auto;
    justify-content: center;
    z-index: 2;
    flex-direction: column;
    max-width: 1000px;
    padding: 0 30px;
    align-items: center;
    position: relative;
    display: flex;
}.give_it_a_try_dev .class_space_dev::before {
    content: '';
    opacity: 0.03;
    background: 
        radial-gradient(
            ellipse at center,
            #ffffff 0%,
            transparent 60%
        );
    transform-origin: center;
    z-index: -1;
    width: 300%;
    position: absolute;
    animation: rotateRadial 60s linear infinite;
    height: 300%;
    left: -100%;
    top: -100%;
}.give_it_a_try_dev .class_space_dev::after {
    content: '';
    animation: shiftPattern 40s linear infinite;
    opacity: 0.04;
    background-size: 60px 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 65%, #ffffff 65.5%, transparent 66%),
        linear-gradient(-45deg, transparent 65%, #ffffff 65.5%, transparent 66%);
}.give_it_a_try_dev h3 {
    text-transform: uppercase;
    text-shadow: 0 0 15px #ffffff;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 55px;
    color: #ffffff;
    position: relative;
    text-align: center;
    letter-spacing: 4px;
    font-family: Arial, sans-serif;
}.give_it_a_try_dev h3::before {
    box-shadow: 0 0 10px #ffffff;
    content: '';
    bottom: -18px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    left: 50%;
    width: 120px;
}.give_it_a_try_dev h3::after {
    width: 100%;
    background-image: 
        linear-gradient(0deg, 
            transparent 0%, 
            #ffffff 50%, 
            transparent 100%);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    top: -45px;
    content: '';
    opacity: 0.1;
    animation: scanLine 3s linear infinite;
    left: 0;
    background-size: 100% 3px;
    height: 40px;
}.give_it_a_try_dev .contact_question_dev {
    padding: 18px 50px;
    z-index: 1;
    background: rgb(114,122,114);
    transition: all 0.4s ease;
    letter-spacing: 3px;
    text-decoration: none;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(114,122,114,0.5);
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    overflow: hidden;
    color: #ffffff;
}.give_it_a_try_dev .contact_question_dev::before {
    position: absolute;
    width: 200%;
    content: '';
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    z-index: -1;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    left: -100%;
}.give_it_a_try_dev .contact_question_dev::after {
    height: calc(100% + 4px);
    position: absolute;
    z-index: -2;
    opacity: 0;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    width: 102%;
    background: linear-gradient(
        rgb(158,172,160),
        rgb(114,122,114)
    );
    left: -1%;
    transition: all 0.4s ease;
    top: -2px;
    content: '';
}.give_it_a_try_dev .contact_question_dev:hover {
    background: transparent;
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgb(114,122,114);
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}.give_it_a_try_dev .contact_question_dev:hover::before {
    left: 100%;
}.give_it_a_try_dev .contact_question_dev:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.give_it_a_try_dev {
    padding: 90px 0;
}.give_it_a_try_dev h3 {
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-size: calc(33px * 0.9);
}.give_it_a_try_dev h3::before {
    width: 100px;
}.give_it_a_try_dev .contact_question_dev {
    font-size: calc(18px * 0.95);
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.give_it_a_try_dev {
    padding: 70px 0;
}.give_it_a_try_dev h3 {
    letter-spacing: 2px;
    font-size: calc(33px * 0.8);
    margin-bottom: 45px;
}.give_it_a_try_dev h3::before {
    bottom: -15px;
    width: 90px;
    height: 2px;
}.give_it_a_try_dev h3::after {
    height: 30px;
    top: -35px;
}.give_it_a_try_dev .contact_question_dev {
    letter-spacing: 2px;
    padding: 14px 40px;
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.give_it_a_try_dev {
    padding: 50px 0;
}.give_it_a_try_dev h3 {
    font-size: calc(33px * 0.7);
    letter-spacing: 1px;
    margin-bottom: 40px;
}.give_it_a_try_dev h3::before {
    bottom: -12px;
    height: 2px;
    width: 70px;
}.give_it_a_try_dev h3::after {
    top: -25px;
    height: 20px;
}.give_it_a_try_dev .contact_question_dev {
    letter-spacing: 1px;
    padding: 12px 30px;
    font-size: calc(18px * 0.85);
}}

@keyframes dataFlow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shiftPattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes scanLine {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}.secure_depository_dev {
    padding: 5rem 1.5rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(208,210,182), rgba(0, 0, 0, 0.5));
}.secure_depository_dev::before {
    position: absolute;
    opacity: 0.15;
    pointer-events: none;
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(114,122,114,0.5) 0%, transparent 60%);
}.secure_depository_dev::after {
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 0;
    bottom: -50px;
    background: radial-gradient(circle, rgb(158,172,160,0.5) 0%, transparent 70%);
    width: 250px;
    height: 250px;
    content: "";
    opacity: 0.12;
    right: -50px;
    pointer-events: none;
}.secure_depository_dev .container {
    margin: 0 auto;
    transform: translateZ(0);
    border-left: 3px solid rgb(158,172,160);
    padding: 2.5rem;
    max-width: 1200px;
    position: relative;
    background: linear-gradient(to bottom right, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(5px);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}.secure_depository_dev h1 {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(158,172,160);
    opacity: 0;
    transform: translateX(-10px);
    display: inline-block;
    animation: slideInRight 0.7s forwards 0.2s ease-out;
}.secure_depository_dev h1::after {
    left: 0;
    position: absolute;
    content: "";
    background: rgb(158,172,160);
    width: 70px;
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    height: 3px;
    transform-origin: left;
    bottom: -8px;
    transform: scaleX(0);
}.secure_depository_dev h2 {
    animation: slideInUp 0.5s forwards 0.4s ease-out;
    opacity: 0;
    margin: 3rem 0 1.5rem;
    padding-left: 20px;
    font-size: 31px;
    transform: translateY(10px);
    color: rgb(114,122,114);
    font-weight: 600;
    position: relative;
}.secure_depository_dev h2::before {
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    height: 10px;
    left: 0;
    content: "";
    width: 10px;
    background: rgb(114,122,114);
}.secure_depository_dev h3 {
    color: #000000;
    transform: translateY(8px);
    margin: 2.5rem 0 1.25rem;
    padding-left: 18px;
    position: relative;
    font-weight: 600;
    animation: slideInUp 0.5s forwards 0.5s ease-out;
    font-size: calc(31px * 0.85);
    opacity: 0;
}.secure_depository_dev h3::before {
    top: 50%;
    width: 8px;
    position: absolute;
    content: "";
    left: 0;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    background: #000000;
}.secure_depository_dev h4 {
    padding-left: 16px;
    opacity: 0;
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-size: calc(31px * 0.75);
    animation: slideInUp 0.5s forwards 0.6s ease-out;
    position: relative;
    color: #000000;
    transform: translateY(6px);
}.secure_depository_dev h4::before {
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    width: 6px;
    position: absolute;
    background: #000000;
    top: 50%;
    content: "";
}.secure_depository_dev p {
    font-size: 18px;
    color: #000000;
    max-width: 100%;
    animation: fadeIn 0.7s forwards 0.7s ease-out;
    transform: translateY(15px);
    position: relative;
    line-height: 1.7;
    opacity: 0;
    margin-bottom: 1.5rem;
}.secure_depository_dev strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.secure_depository_dev strong::after {
    bottom: -2px;
    left: 0;
    height: 1px;
    background: rgb(158,172,160,0.5);
    position: absolute;
    width: 100%;
    content: "";
}.secure_depository_dev ul {
    margin: 1.5rem 0 2rem;
    position: relative;
    padding-left: 1.5rem;
    list-style: none;
}.secure_depository_dev ul::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(114,122,114,0.5), transparent);
    left: 0;
}.secure_depository_dev li {
    position: relative;
    animation: slideInRight 0.5s forwards ease-out;
    color: #000000;
    font-size: 18px;
    transform: translateX(10px);
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1rem;
    opacity: 0;
}.secure_depository_dev li:nth-child(1) {
    animation-delay: 0.8s;
}.secure_depository_dev li:nth-child(2) {
    animation-delay: 0.9s;
}.secure_depository_dev li:nth-child(3) {
    animation-delay: 1s;
}.secure_depository_dev li::before {
    height: 8px;
    border-radius: 50%;
    transform: scale(0);
    width: 8px;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    top: 10px;
    animation: popIn 0.3s forwards ease-out;
    background: rgb(114,122,114);
    content: "";
    left: -4px;
    position: absolute;
}.secure_depository_dev li:nth-child(1)::before {
    --order: 1;
}.secure_depository_dev li:nth-child(2)::before {
    --order: 2;
}.secure_depository_dev li:nth-child(3)::before {
    --order: 3;
}.secure_depository_dev span {
    opacity: 0;
    font-size: 18px;
    color: #000000;
    transform: translateY(10px);
    opacity: 0.9;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    display: block;
    animation: fadeIn 0.6s forwards 0.8s ease-out;
    border-left: 1px solid rgb(114,122,114,0.5);
}

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

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

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

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.12;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.secure_depository_dev {
    padding: 3rem 1rem;
}.secure_depository_dev .container {
    padding: 1.5rem;
}.secure_depository_dev h1 {
    font-size: calc(45px * 0.85);
    margin-bottom: 1.5rem;
}.secure_depository_dev h2 {
    margin: 2.25rem 0 1.25rem;
    font-size: calc(31px * 0.9);
}.secure_depository_dev h3 {
    font-size: calc(31px * 0.75);
    margin: 2rem 0 1rem;
}.secure_depository_dev h4 {
    font-size: calc(31px * 0.65);
    margin: 1.75rem 0 0.75rem;
}.secure_depository_dev p, 
    .secure_depository_dev li,
    .secure_depository_dev span {
    font-size: calc(18px * 0.95);
}.secure_depository_dev ul {
    padding-left: 1rem;
}.secure_depository_dev li {
    padding-left: 0.75rem;
}
}

@media (max-width: 480px) {.secure_depository_dev {
    padding: 2.5rem 0.75rem;
}.secure_depository_dev .container {
    padding: 1.25rem;
}.secure_depository_dev h1 {
    font-size: calc(45px * 0.75);
    margin-bottom: 1.25rem;
}.secure_depository_dev h1::after {
    height: 2px;
    width: 50px;
}.secure_depository_dev h2 {
    padding-left: 15px;
    margin: 2rem 0 1rem;
    font-size: calc(31px * 0.8);
}.secure_depository_dev h2::before {
    width: 8px;
    height: 8px;
}.secure_depository_dev h3, 
    .secure_depository_dev h4 {
    padding-left: 12px;
}.secure_depository_dev h3::before,
    .secure_depository_dev h4::before {
    width: 6px;
    height: 6px;
}.secure_depository_dev p, 
    .secure_depository_dev li,
    .secure_depository_dev span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.secure_depository_dev ul::before {
    width: 1px;
}.secure_depository_dev li::before {
    width: 6px;
    left: -3px;
    height: 6px;
    top: 8px;
}}.our_team_dev {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(208,210,182);
}.our_team_dev::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(158,172,160,0.5) 0%, transparent 50%, rgb(114,122,114,0.5) 100%);
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}.our_team_dev::after {
    top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(158,172,160,0.5) 0%, transparent 40%);
}.our_team_dev .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}.our_team_dev h2 {
    padding-bottom: 20px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 32px;
    margin-bottom: 60px;
}.our_team_dev h2::before {
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    bottom: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    position: absolute;
    width: 80px;
}.our_team_dev h2::after {
    height: 3px;
    position: absolute;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(114,122,114), rgb(158,172,160));
    transform: translateX(-50%);
    animation: pulse 3s infinite;
    bottom: -5px;
    left: 50%;
    width: 40px;
}.our_team_dev .virtual_study_dev {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.our_team_dev .virtual_study_dev::before {
    content: "";
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(158,172,160,0.5), rgb(114,122,114,0.5), transparent);
    left: 50%;
}.our_team_dev .training_classes_dev {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 40px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 18px;
}.our_team_dev .training_classes_dev:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our_team_dev .training_classes_dev::before {
    content: "";
    left: 0;
    height: 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    width: 100%;
}.our_team_dev .training_classes_dev::after {
    right: 0;
    background: radial-gradient(circle at bottom right, rgb(158,172,160,0.5) 0%, transparent 70%);
    bottom: 0;
    height: 30%;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
    width: 30%;
    content: "";
    position: absolute;
}.our_team_dev .training_classes_dev:hover::after {
    opacity: 1;
}.our_team_dev .training_classes_dev:first-child::before {
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
}.our_team_dev .training_classes_dev:last-child::before {
    background: linear-gradient(90deg, rgb(114,122,114), rgb(158,172,160));
}.our_team_dev .training_classes_dev h3 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-size: 19px;
}.our_team_dev .training_classes_dev h3::before {
    border-radius: 50%;
    top: 50%;
    position: absolute;
    width: 8px;
    content: "";
    background-color: rgb(158,172,160);
    left: 0;
    transform: translateY(-50%);
    height: 8px;
}.our_team_dev .training_classes_dev:first-child h3::before {
    background-color: rgb(158,172,160);
}.our_team_dev .training_classes_dev:last-child h3::before {
    background-color: rgb(114,122,114);
}.our_team_dev .training_classes_dev p {
    margin-bottom: 0;
    line-height: 1.8;
    position: relative;
    font-size: 14px;
    color: #000000;
}.our_team_dev .training_classes_dev p::first-letter {
    color: rgb(158,172,160);
    font-weight: 600;
    font-size: 1.2em;
}.our_team_dev .training_classes_dev:last-child p::first-letter {
    color: rgb(114,122,114);
}@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%;
    }
}

.our_team_dev .container::before,
.our_team_dev .container::after {
    content: "";
    filter: blur(60px);
    position: absolute;
    border-radius: 50%;
    background: rgb(158,172,160,0.5);
    height: 200px;
    width: 200px;
    z-index: -1;
}.our_team_dev .container::before {
    top: -100px;
    left: -100px;
    animation: float 15s ease-in-out infinite;
}.our_team_dev .container::after {
    right: -100px;
    bottom: -100px;
    background: rgb(114,122,114,0.5);
    animation: float 20s ease-in-out infinite reverse;
}.our_team_dev::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgb(158,172,160,0.5) 45%, rgb(158,172,160,0.5) 55%, transparent 55%);
    width: 100%;
    z-index: 1;
    content: "";
    opacity: 0.3;
    left: 0;
    background-size: 30px 30px;
}.our_team_dev .training_classes_dev:hover h3 {
    color: rgb(158,172,160);
    transition: color 0.3s ease;
}.our_team_dev .training_classes_dev:last-child:hover h3 {
    color: rgb(114,122,114);
}.our_team_dev .training_classes_dev:hover::before {
    background-size: 200% 200%;
    animation: gradient-shift 3s linear infinite;
}

@media (max-width: 991px) {.our_team_dev {
    padding: 80px 0;
}.our_team_dev h2 {
    margin-bottom: 40px;
}.our_team_dev .virtual_study_dev {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_team_dev .virtual_study_dev::before {
    display: none;
}.our_team_dev .training_classes_dev {
    padding: 30px;
}.our_team_dev .container::before,
    .our_team_dev .container::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 767px) {.our_team_dev {
    padding: 60px 0;
}.our_team_dev h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.our_team_dev h2::before {
    width: 60px;
}.our_team_dev h2::after {
    width: 30px;
}.our_team_dev .training_classes_dev {
    padding: 25px;
}.our_team_dev .training_classes_dev h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.our_team_dev .training_classes_dev p {
    font-size: calc(14px * 0.95);
}.our_team_dev .container::before,
    .our_team_dev .container::after {
    height: 100px;
    filter: blur(40px);
    width: 100px;
}
}

@media (max-width: 480px) {.our_team_dev {
    padding: 40px 0;
}.our_team_dev h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.our_team_dev h2::before {
    height: 2px;
    width: 50px;
}.our_team_dev h2::after {
    width: 25px;
    height: 2px;
    bottom: -3px;
}.our_team_dev .training_classes_dev {
    padding: 20px;
}.our_team_dev .training_classes_dev h3 {
    font-size: calc(19px * 0.85);
    margin-bottom: 12px;
    padding-left: 15px;
}.our_team_dev .training_classes_dev h3::before {
    width: 6px;
    height: 6px;
}.our_team_dev .training_classes_dev p {
    font-size: calc(14px * 0.9);
}.our_team_dev .training_classes_dev::before {
    height: 3px;
}.our_team_dev .container::before,
    .our_team_dev .container::after {
    width: 80px;
    height: 80px;
    filter: blur(30px);
}}.course_structure_dev {
    background: rgb(208,210,182);
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.course_structure_dev::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    opacity: 0.6;
    top: 0;
}.course_structure_dev::after {
    background-size: 4rem 4rem;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(114,122,114,0.5) 15px, rgb(114,122,114,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(158,172,160,0.5) 15px, rgb(158,172,160,0.5) 16px);
    position: absolute;
    opacity: 0.15;
    content: "";
    height: 100%;
    width: 100%;
    animation: gridShift 30s infinite linear;
    left: 0;
    z-index: 1;
    top: 0;
}.course_structure_dev .container {
    position: relative;
    z-index: 3;
}.course_structure_dev .class_space_dev {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
    display: grid;
    gap: 1rem;
    position: relative;
}.course_structure_dev .career_classes_dev {
    background: #ffffff;
    border-radius: 16px;
    grid-column: 1 / 9;
    padding: 3rem;
    grid-row: 2 / 8;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 5;
}.course_structure_dev .img_caption_dev {
    grid-row: 1 / 7;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    grid-column: 7 / 13;
    border-radius: 16px;
    overflow: hidden;
    z-index: 3;
}.course_structure_dev .img_caption_dev::before {
    height: 100%;
    background: linear-gradient(45deg, rgb(158,172,160,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
}.course_structure_dev .img_caption_dev::after {
    bottom: -5px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    border: 2px solid rgb(114,122,114);
    width: 70%;
    z-index: 1;
    position: absolute;
    height: 70%;
    border-radius: 10px;
    opacity: 0.6;
    right: -5px;
    content: "";
}.course_structure_dev .header_page_dev {
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 5rem;
    display: flex;
    transition: transform 0.3s ease-out;
    align-items: center;
    width: 5rem;
    z-index: 10;
    top: -2rem;
    position: absolute;
    justify-content: center;
    right: 3rem;
    transform: rotate(-5deg);
}.course_structure_dev .header_page_dev:hover {
    transform: rotate(0deg) scale(1.05);
}.course_structure_dev .header_page_dev svg {
    width: 3rem;
    transition: all 0.3s ease;
    height: 3rem;
}.course_structure_dev .header_page_dev:hover svg {
    transform: scale(1.1);
}.course_structure_dev .header_page_dev svg path {
    fill: rgb(158,172,160);
}.course_structure_dev h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    color: #000000;
    border-left: 4px solid rgb(158,172,160);
    position: relative;
    line-height: 1.3;
}.course_structure_dev p {
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
}.course_structure_dev .class_space_dev::before {
    z-index: 1;
    background: rgb(158,172,160,0.5);
    width: 12rem;
    filter: blur(100px);
    position: absolute;
    border-radius: 50%;
    left: -6rem;
    height: 12rem;
    content: "";
    top: -6rem;
    animation: moveCircle 20s infinite alternate;
    opacity: 0.6;
}.course_structure_dev .class_space_dev::after {
    animation: moveCircle 15s infinite alternate-reverse;
    width: 8rem;
    border-radius: 50%;
    bottom: -4rem;
    z-index: 1;
    background: rgb(114,122,114,0.5);
    content: "";
    height: 8rem;
    position: absolute;
    filter: blur(80px);
    right: -4rem;
    opacity: 0.5;
}.course_structure_dev .career_classes_dev::before {
    position: absolute;
    height: 5px;
    border-radius: 0 10px 0 10px;
    width: 100px;
    right: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
}.course_structure_dev .career_classes_dev::after {
    border-radius: 0 0 10px 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    width: 5px;
    right: 0;
    height: 100px;
    position: absolute;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course_structure_dev {
    padding: 7rem 0;
}.course_structure_dev .class_space_dev {
    gap: 0.75rem;
}.course_structure_dev .career_classes_dev {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course_structure_dev .img_caption_dev {
    grid-column: 6 / 13;
}.course_structure_dev .header_page_dev {
    right: 2rem;
}
}

@media (max-width: 992px) {.course_structure_dev {
    padding: 6rem 0;
}.course_structure_dev .class_space_dev {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    grid-template-rows: auto auto;
}.course_structure_dev .career_classes_dev {
    grid-column: auto;
    grid-row: 2 / 3;
    padding: 2.5rem;
}.course_structure_dev .img_caption_dev {
    height: 350px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
    grid-column: auto;
}.course_structure_dev .header_page_dev {
    right: 3rem;
    bottom: -2rem;
    top: auto;
}.course_structure_dev h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.course_structure_dev {
    padding: 5rem 0;
}.course_structure_dev .career_classes_dev {
    padding: 2rem;
}.course_structure_dev .img_caption_dev {
    height: 300px;
}.course_structure_dev .header_page_dev {
    right: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1.5rem;
}.course_structure_dev .header_page_dev svg {
    width: 2.5rem;
    height: 2.5rem;
}.course_structure_dev h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.25rem;
}.course_structure_dev p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.course_structure_dev .career_classes_dev::before {
    width: 70px;
}.course_structure_dev .career_classes_dev::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course_structure_dev {
    padding: 4rem 0;
}.course_structure_dev .career_classes_dev {
    padding: 1.5rem;
}.course_structure_dev .img_caption_dev {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.course_structure_dev .header_page_dev {
    bottom: -1.25rem;
    height: 4rem;
    width: 4rem;
    right: 1.5rem;
}.course_structure_dev .header_page_dev svg {
    width: 2.25rem;
    height: 2.25rem;
}.course_structure_dev h3 {
    padding-left: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(34px * 0.7);
}.course_structure_dev p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.course_structure_dev .career_classes_dev::before {
    width: 50px;
}.course_structure_dev .career_classes_dev::after {
    height: 50px;
}.course_structure_dev .class_space_dev::before,
    .course_structure_dev .class_space_dev::after {
    display: none;
}}.mentorship_profile_dev {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: rgb(208,210,182);
}.mentorship_profile_dev::before {
    top: 0;
    content: "";
    opacity: 0.4;
    height: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(114,122,114,0.5) 0deg,
        rgb(158,172,160,0.5) 90deg,
        rgb(208,210,182) 180deg,
        rgb(158,172,160,0.5) 270deg,
        rgb(114,122,114,0.5) 360deg
    );
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    filter: blur(60px);
}.mentorship_profile_dev .learner_feedback_dev {
    gap: 0;
    justify-content: space-between;
    display: flex;
    transform-style: preserve-3d;
    z-index: 2;
    align-items: center;
    position: relative;
    flex-direction: row;
}.mentorship_profile_dev .img_caption_dev {
    transform: rotateY(10deg) translateZ(50px);
    position: relative;
    height: 400px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 40%;
    border-radius: 22px;
    filter: saturate(0.8);
}.mentorship_profile_dev .img_caption_dev::after {
    opacity: 0.4;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    transition: opacity 0.6s ease;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(158,172,160,0.5) 100%
    );
    border-radius: 22px;
}.mentorship_profile_dev .img_caption_dev:hover {
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.mentorship_profile_dev .img_caption_dev:hover::after {
    opacity: 0;
}.mentorship_profile_dev .job_timeline_dev {
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
    width: 60%;
    transform: rotateY(-5deg) translateZ(30px);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.mentorship_profile_dev .job_timeline_dev::before {
    width: 200%;
    left: -50%;
    transition: transform 0.8s ease;
    content: "";
    position: absolute;
    transform: scale(0);
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(114,122,114,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    opacity: 0.1;
}.mentorship_profile_dev .job_timeline_dev:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.mentorship_profile_dev .job_timeline_dev:hover::before {
    transform: scale(1);
}.mentorship_profile_dev .name {
    position: relative;
    color: rgb(158,172,160);
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0.5rem;
}.mentorship_profile_dev .name::after {
    transition: width 0.4s ease-in-out;
    bottom: -5px;
    width: 0;
    content: "";
    position: absolute;
    background: rgb(114,122,114);
    left: 0;
    height: 3px;
}.mentorship_profile_dev .job_timeline_dev:hover .name::after {
    width: 100%;
}.mentorship_profile_dev .job_timeline_dev > div:nth-child(2) {
    color: rgb(114,122,114);
    font-size: 21px;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-weight: 600;
}.mentorship_profile_dev .experience_summary_dev {
    color: #000000;
    font-weight: 400;
    padding-left: 2rem;
    border-left: 3px solid rgb(158,172,160,0.5);
    font-style: italic;
    font-size: 12px;
    line-height: 1.7;
    position: relative;
}.mentorship_profile_dev .experience_summary_dev::before {
    opacity: 0.3;
    content: "";
    font-size: 5rem;
    font-family: serif;
    top: -20px;
    color: rgb(114,122,114,0.5);
    position: absolute;
    left: -10px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(158,172,160,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.mentorship_profile_dev .img_caption_dev:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.mentorship_profile_dev .learner_feedback_dev {
    flex-direction: column;
}.mentorship_profile_dev .img_caption_dev,
    .mentorship_profile_dev .job_timeline_dev {
    transform: none;
    width: 100%;
}.mentorship_profile_dev .img_caption_dev {
    margin-bottom: 2rem;
    height: 300px;
}.mentorship_profile_dev .img_caption_dev:hover,
    .mentorship_profile_dev .job_timeline_dev:hover {
    transform: translateY(-10px);
}}header .top_lead_dev {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: linear-gradient(120deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    position: relative;
    z-index: 100;
}header .top_lead_dev::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(114,122,114,0.5) 10px,
        rgb(114,122,114,0.5) 11px
    );
    height: 100%;
    top: 0;
    content: "";
    animation: slidePattern 25s linear infinite;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.1;
}header .top_lead_dev::after {
    position: absolute;
    top: -50px;
    height: 100px;
    width: 150%;
    transform: rotate(-2deg);
    opacity: 0.1;
    background: rgb(158,172,160);
    z-index: -2;
    left: -25%;
    content: "";
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .top_navbar_dev {
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    display: grid;
}header .header_page_dev {
    z-index: 2;
    position: relative;
}header .header_pro_dev {
    padding: 15px;
    background: #ffffff;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(158,172,160,0.5);
    transition: all 0.3s ease;
    display: block;
    position: relative;
    border-radius: 10px;
}header .header_pro_dev::before {
    border: 2px dashed rgb(158,172,160,0.5);
    right: -5px;
    left: -5px;
    opacity: 0;
    position: absolute;
    bottom: -5px;
    top: -5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    content: "";
}header .header_pro_dev:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(158,172,160);
}header .header_pro_dev:hover::before {
    opacity: 1;
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
}header .header_pro_dev svg {
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
}header .head_know_dev {
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    position: relative;
}header .head_know_dev::before {
    position: absolute;
    top: 0;
    width: 85%;
    opacity: 0.15;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(114,122,114,0.5) 100%);
    border-radius: 0 26px 26px 0;
    content: "";
    right: 0;
    transition: width 0.3s ease;
}header .head_know_dev:hover::before {
    width: 100%;
}header .head_nav_dev {
    position: relative;
    margin: 5px 3px;
}header .head_nav_dev:nth-child(odd) {
    transform: translateY(-3px);
}header .head_nav_dev:nth-child(even) {
    transform: translateY(3px);
}header .head_nav_dev a {
    transition: all 0.3s ease;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 0 10px 0 10px;
    border-left: 3px solid transparent;
    text-decoration: none;
    padding: 8px 16px;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    display: block;
}header .head_nav_dev a::before {
    content: "";
    height: 100%;
    transition: transform 0.3s ease;
    right: 0;
    top: 0;
    background: rgb(158,172,160);
    position: absolute;
    width: 5px;
    transform-origin: top;
    transform: scaleY(0);
}header .head_nav_dev a::after {
    transform-origin: left;
    transition: transform 0.3s ease 0.1s;
    content: "";
    transform: scaleX(0);
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    position: absolute;
    height: 2px;
    bottom: 0;
}header .head_nav_dev a:hover {
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(158,172,160);
    border-left-color: rgb(158,172,160);
}header .head_nav_dev a:hover::before {
    transform: scaleY(1);
}header .head_nav_dev a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .top_navbar_dev {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
}header .header_page_dev {
    justify-self: center;
}header .head_know_dev {
    justify-content: center;
}header .head_know_dev::before {
    opacity: 0.1;
    width: 100%;
    background: rgb(114,122,114,0.5);
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .head_know_dev {
    width: 100%;
    flex-direction: column;
}header .head_nav_dev {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .head_nav_dev a {
    border-left: none;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    text-align: center;
}header .head_nav_dev a:hover {
    transform: translateY(-3px);
    border-left-color: transparent;
    border-bottom-color: rgb(158,172,160);
}header .head_nav_dev a::before {
    height: 5px;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    transform: scaleX(0);
    width: 100%;
}header .head_nav_dev a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .header_pro_dev {
    transform: none;
    padding: 10px;
}header .header_pro_dev svg {
    height: 40px;
}header .header_pro_dev:hover {
    transform: translateY(-3px);
}
}