* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1169px;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.devnav_top {
    flex: 1 0 auto;
}.devfund_cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.devlayer-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.devprivacy_zone {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    background: linear-gradient(145deg, rgb(232,225,227), rgba(245, 245, 250, 0.9));
    overflow: hidden;
    padding: 4rem 2rem;
}.devprivacy_zone::before {
    opacity: 0.3;
    z-index: 0;
    top: -10%;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    filter: blur(60px);
    right: -5%;
    width: 250px;
    height: 250px;
    background: linear-gradient(120deg, rgb(196,171,177,0.5), rgb(173,130,142,0.5));
}.devprivacy_zone::after {
    z-index: 0;
    content: "";
    transform: rotate(15deg);
    bottom: -10%;
    height: 200px;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(230deg, rgb(173,130,142,0.5), rgb(196,171,177,0.5));
    left: -5%;
    width: 200px;
    filter: blur(50px);
}.devprivacy_zone .container {
    transform: translateZ(0);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    backdrop-filter: blur(10px) saturate(120%);
    max-width: 1140px;
    padding: 3rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    background: rgba(255, 255, 255, 0.85);
    margin: 0 auto;
}.devprivacy_zone .container:hover {
    transform: translateY(-5px) translateZ(0);
}.devprivacy_zone h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
    font-size: 44px;
    padding-bottom: 1rem;
    position: relative;
    transform: translateZ(0);
    letter-spacing: -0.02em;
}.devprivacy_zone h1::after {
    transition: width 0.3s ease-out;
    bottom: 0;
    background: linear-gradient(90deg, rgb(196,171,177), rgb(173,130,142));
    content: "";
    left: 0;
    position: absolute;
    height: 4px;
    transform-origin: left center;
    width: 80px;
}.devprivacy_zone .container:hover h1::after {
    width: 120px;
}.devprivacy_zone h2 {
    display: inline-block;
    position: relative;
    font-size: 29px;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    letter-spacing: -0.01em;
    font-weight: 600;
}.devprivacy_zone h2::before {
    transform: skewX(-15deg);
    left: 0;
    width: 100%;
    bottom: 5px;
    content: "";
    position: absolute;
    height: 12px;
    background-color: rgb(196,171,177,0.5);
    transition: height 0.3s, opacity 0.3s;
    z-index: -1;
    opacity: 0.25;
}.devprivacy_zone h2:hover::before {
    opacity: 0.4;
    height: 8px;
}.devprivacy_zone h3 {
    font-weight: 600;
    position: relative;
    margin: 2rem 0 1rem;
    color: #000000;
    padding-left: 15px;
    font-size: calc(29px * 0.8);
}.devprivacy_zone h3::before {
    height: 70%;
    border-radius: 1px;
    left: 0;
    content: "";
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(196,171,177), rgb(173,130,142));
    top: 0.25em;
}.devprivacy_zone h4 {
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.85;
    font-size: calc(29px * 0.7);
    margin: 1.5rem 0 0.75rem;
}.devprivacy_zone p {
    color: #000000;
    position: relative;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-size: 17px;
    z-index: 1;
}.devprivacy_zone strong {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
}.devprivacy_zone strong::after {
    background: rgb(196,171,177,0.5);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
}.devprivacy_zone ul {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}.devprivacy_zone ul::before {
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(196,171,177,0.5),
        rgb(173,130,142,0.5),
        transparent);
    width: 1px;
    position: absolute;
}.devprivacy_zone li {
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
}.devprivacy_zone li::before {
    background-color: #ffffff;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    content: "";
    left: -1.5rem;
    position: absolute;
    border: 1px solid rgb(196,171,177);
    top: 0.7em;
    transition: transform 0.3s, background-color 0.3s;
}.devprivacy_zone li:hover::before {
    background-color: rgb(196,171,177,0.5);
    transform: rotate(135deg);
}.devprivacy_zone span {
    border-left: 1px dashed rgb(173,130,142,0.5);
    display: block;
    padding-left: 1rem;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    color: #000000;
}

@media (max-width: 992px) {.devprivacy_zone {
    padding: 3rem 1.5rem;
}.devprivacy_zone .container {
    padding: 2.5rem;
}.devprivacy_zone h1 {
    font-size: calc(44px * 0.9);
}.devprivacy_zone h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.devprivacy_zone {
    padding: 2.5rem 1rem;
}.devprivacy_zone .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    padding: 2rem;
}.devprivacy_zone h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
}.devprivacy_zone h2 {
    font-size: calc(29px * 0.8);
    margin: 2rem 0 1rem;
}.devprivacy_zone h3 {
    font-size: calc(29px * 0.7);
}.devprivacy_zone h4 {
    font-size: calc(29px * 0.6);
}.devprivacy_zone p, 
    .devprivacy_zone li,
    .devprivacy_zone span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.devprivacy_zone {
    padding: 2rem 0.75rem;
}.devprivacy_zone .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
    padding: 1.5rem;
}.devprivacy_zone h1 {
    font-size: calc(44px * 0.7);
    padding-bottom: 0.75rem;
}.devprivacy_zone h1::after {
    height: 3px;
    width: 60px;
}.devprivacy_zone h2 {
    font-size: calc(29px * 0.7);
}.devprivacy_zone h2::before {
    height: 8px;
}.devprivacy_zone h3 {
    font-size: calc(29px * 0.6);
    padding-left: 12px;
}.devprivacy_zone h3::before {
    width: 3px;
}.devprivacy_zone h4 {
    font-size: calc(29px * 0.55);
}.devprivacy_zone p, 
    .devprivacy_zone li,
    .devprivacy_zone span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.devprivacy_zone ul {
    padding-left: 1.25rem;
}.devprivacy_zone span {
    padding-left: 0.75rem;
}}.devour_mission {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.devour_mission::before {
    content: "";
    background-image: linear-gradient(135deg, 
    rgba(22, 28, 45, 0.85) 0%, 
    rgba(22, 28, 45, 0.7) 50%, 
    rgba(22, 28, 45, 0.6) 100%);
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}.devour_mission::after {
    right: 0;
    pointer-events: none;
    bottom: 0;
    z-index: 2;
    content: "";
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    top: 0;
}.devour_mission .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
}.devour_mission .devtext_frame_wrap {
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    padding: 40px;
    animation: slide-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.devour_mission .devtext_frame_wrap::before {
    content: "";
    width: 4px;
    top: 0;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgb(196,171,177) 0%,
    rgb(173,130,142) 100%
  );
    left: 0;
    height: 100%;
}.devour_mission h1 {
    margin: 0 0 40px;
    font-weight: 700;
    transform: translateX(-20px);
    position: relative;
    animation: slide-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    opacity: 0;
    font-size: 47px;
    color: #ffffff;
    display: inline-block;
}.devour_mission h1::after {
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    content: "";
    left: 0;
    bottom: -10px;
    animation: line-grow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    background: rgb(173,130,142);
    width: 70px;
    position: absolute;
}.devour_mission ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.devour_mission li {
    transform: translateY(20px);
    animation: fade-in 0.7s ease-out 0.4s forwards;
    margin-bottom: 15px;
    opacity: 0;
}.devour_mission h4 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: calc(23px + 2px);
    position: relative;
    color: rgb(173,130,142);
    margin: 0 0 15px;
}.devour_mission h4::after {
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    background-color: rgb(173,130,142,0.5);
    position: absolute;
    width: 40px;
}.devour_mission span {
    text-align: justify;
    display: block;
    column-count: 1;
    color: #ffffff;
    position: relative;
    font-size: calc(12px + 1px);
    opacity: 0.9;
    column-gap: 40px;
    line-height: 1.8;
}

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

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

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.devour_mission {
    padding: 150px 0;
}.devour_mission .devtext_frame_wrap {
    transform: translateY(0);
    padding: 60px;
}.devour_mission h1 {
    font-size: calc(47px + 10px);
    margin-bottom: 50px;
}.devour_mission span {
    column-gap: 50px;
    column-count: 2;
}.devour_mission h4 {
    font-size: calc(23px + 4px);
}
}

@media (min-width: 992px) {.devour_mission .devtext_frame_wrap {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    padding: 70px;
}.devour_mission .devtext_frame_wrap::before {
    width: 6px;
}.devour_mission span {
    font-size: calc(12px + 2px);
}.devour_mission h1::after {
    width: 90px;
    height: 4px;
}
}

@media (max-width: 767px) {.devour_mission {
    padding: 80px 0;
}.devour_mission .devtext_frame_wrap {
    padding: 30px 20px;
}.devour_mission h1 {
    font-size: calc(47px - 2px);
    margin-bottom: 30px;
}.devour_mission span {
    font-size: 12px;
    line-height: 1.6;
}.devour_mission h4 {
    font-size: 23px;
    margin-bottom: 10px;
}
}

@media (max-width: 480px) {.devour_mission {
    padding: 60px 0;
}.devour_mission .devtext_frame_wrap {
    padding: 25px 15px;
}.devour_mission h1 {
    margin-bottom: 25px;
    font-size: calc(47px - 4px);
}.devour_mission h4::after {
    width: 30px;
}.devour_mission span {
    font-size: calc(12px - 1px);
    line-height: 1.5;
}}.deveducation_framework {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(145deg, rgb(232,225,227) 0%, rgba(rgb(196,171,177,0.5), 0.05) 100%);
    position: relative;
}.deveducation_framework::before {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(196,171,177,0.5), 0.15) 0%, transparent 60%);
}.deveducation_framework::after {
    opacity: 0.4;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background: 
        radial-gradient(2px at 20% 30%, rgb(196,171,177) 0%, transparent 1px),
        radial-gradient(2px at 40% 70%, rgb(196,171,177) 0%, transparent 1px),
        radial-gradient(2px at 60% 20%, rgb(196,171,177) 0%, transparent 1px),
        radial-gradient(2px at 80% 60%, rgb(196,171,177) 0%, transparent 1px);
    width: 100%;
    z-index: 2;
    position: absolute;
}.deveducation_framework .devstudent_voice {
    margin: 0 auto;
    transform-origin: center bottom;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 3;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.deveducation_framework h2 {
    font-size: 35px;
    color: #000000;
    animation: fadeSlideDown 0.8s ease-out 0.3s forwards;
    transform: translateY(-10px);
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
    text-align: center;
}.deveducation_framework h2::after {
    position: absolute;
    height: 3px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    background: rgb(196,171,177);
    transition: width 0.4s ease;
    content: "";
}.deveducation_framework:hover h2::after {
    width: 120px;
}.deveducation_framework .devtext_frame_wrap {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07), 
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 0 10px 10px 0;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    opacity: 0;
    position: relative;
    border-left: 4px solid rgb(196,171,177);
    padding: 2.5rem;
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
    background: #ffffff;
}.deveducation_framework .devtext_frame_wrap::before {
    left: -9.5px;
    position: absolute;
    width: 15px;
    box-shadow: 0 0 0 5px rgba(rgb(196,171,177,0.5), 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 15px;
    top: -7.5px;
    background: rgb(196,171,177);
    border-radius: 50%;
    content: "";
}.deveducation_framework:hover .devtext_frame_wrap::before {
    box-shadow: 0 0 0 8px rgba(rgb(196,171,177,0.5), 0.1), 
                0 0 20px rgba(rgb(196,171,177,0.5), 0.3);
    transform: scale(1.2);
}.deveducation_framework .devtext_frame_wrap::after {
    top: -75px;
    z-index: -1;
    right: -75px;
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(196,171,177,0.5), 0.03) 0%, transparent 70%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    content: "";
}.deveducation_framework .devtext_frame_wrap p {
    font-size: 12px;
    position: relative;
    margin: 0;
    z-index: 2;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
}

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

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

@media (max-width: 991px) {.deveducation_framework {
    padding: 6rem 0;
}.deveducation_framework .devstudent_voice {
    transform: perspective(800px) rotateX(1deg);
}.deveducation_framework h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.deveducation_framework .devtext_frame_wrap {
    padding: 2rem;
}
}

@media (max-width: 767px) {.deveducation_framework {
    padding: 5rem 0;
}.deveducation_framework .devstudent_voice {
    padding: 0 1.5rem;
    transform: none;
}.deveducation_framework h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.deveducation_framework h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.deveducation_framework:hover h2::after {
    width: 80px;
}.deveducation_framework .devtext_frame_wrap {
    border-left-width: 3px;
    padding: 1.5rem;
}.deveducation_framework .devtext_frame_wrap::before {
    width: 12px;
    left: -7.5px;
    top: -6px;
    height: 12px;
}
}

@media (max-width: 480px) {.deveducation_framework {
    padding: 4rem 0;
}.deveducation_framework .devstudent_voice {
    padding: 0 1rem;
}.deveducation_framework h2 {
    font-size: calc(35px * 0.7);
}.deveducation_framework .devtext_frame_wrap {
    padding: 1.25rem;
}.deveducation_framework .devtext_frame_wrap p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.devcourse_highlights {
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.devcourse_highlights::before {
    height: 70%;
    top: -10%;
    background: linear-gradient(45deg, rgb(196,171,177,0.5) 0%, rgb(173,130,142,0.5) 100%);
    position: absolute;
    z-index: 0;
    width: 40%;
    right: -5%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    opacity: 0.2;
    content: "";
    filter: blur(30px);
    transform: rotate(-15deg) skewX(15deg);
}.devcourse_highlights::after {
    left: -5%;
    filter: blur(25px);
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    height: 60%;
    opacity: 0.15;
    transform: rotate(10deg) skewX(-15deg);
    content: "";
    background: linear-gradient(225deg, rgb(173,130,142,0.5) 0%, rgb(196,171,177,0.5) 100%);
    z-index: 0;
    bottom: -10%;
    width: 35%;
    position: absolute;
}.devcourse_highlights .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
}.devcourse_highlights h2 {
    margin-bottom: 2.5rem;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease;
    font-size: 37px;
    transform: perspective(1000px) rotateX(0deg);
}.devcourse_highlights h2::after {
    height: 4px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    bottom: -12px;
    transition: transform 0.5s ease;
    transform: translateX(-50%) scaleX(0.8);
    width: 80px;
    left: 50%;
}.devcourse_highlights h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.devcourse_highlights h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.devcourse_highlights .devnext_skill {
    grid-template-columns: 1fr;
    perspective: 1500px;
    display: grid;
    gap: 2.5rem;
    position: relative;
}.devcourse_highlights .devimg_effect {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    height: 350px;
    border-radius: 20px;
    transform: perspective(1000px) rotateY(-4deg) translateZ(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
               0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.devcourse_highlights .devimg_effect::before {
    opacity: 0.5;
    content: "";
    transition: opacity 0.6s ease;
    background: linear-gradient(
        135deg,
        rgba(rgb(196,171,177), 0.3) 0%,
        rgba(rgb(173,130,142), 0.2) 100%
    );
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.devcourse_highlights .devimg_effect:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
               0 8px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}.devcourse_highlights .devimg_effect:hover::before {
    opacity: 0.7;
}.devcourse_highlights .devtext_frame_wrap {
    position: relative;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    border-radius: 20px;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 2.5rem;
}.devcourse_highlights .devtext_frame_wrap::before {
    position: absolute;
    left: 0;
    transition: height 0.8s ease;
    content: "";
    background: linear-gradient(to bottom, rgb(196,171,177), rgb(173,130,142));
    height: 0;
    top: 0;
    width: 3px;
}.devcourse_highlights .devtext_frame_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.devcourse_highlights .devtext_frame_wrap:hover::before {
    height: 100%;
}.devcourse_highlights .description {
    color: #000000;
    padding-right: 10px;
    max-height: 300px;
    font-size: 12px;
    margin-bottom: 1.5rem;
    overflow-y: auto;
    position: relative;
    line-height: 1.8;
}.devcourse_highlights .description:last-child {
    margin-bottom: 0;
}.devcourse_highlights .description:first-child::first-letter {
    font-weight: 700;
    color: rgb(196,171,177);
    padding: 0.1em 0.1em 0 0;
    font-size: 2.2em;
    float: left;
    line-height: 0.8;
}.devcourse_highlights .description::-webkit-scrollbar {
    width: 4px;
}.devcourse_highlights .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.devcourse_highlights .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(196,171,177), rgb(173,130,142));
    border-radius: 10px;
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-13deg) skewX(12deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(-5px, 5px);
    }
}

@media (min-width: 768px) {.devcourse_highlights {
    padding: 8rem 0;
}.devcourse_highlights h2 {
    font-size: calc(37px * 1.1);
    margin-bottom: 3.5rem;
}.devcourse_highlights .devnext_skill {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.devcourse_highlights .devimg_effect {
    height: 500px;
}.devcourse_highlights .devtext_frame_wrap {
    padding: 3rem;
}
}

@media (min-width: 992px) {.devcourse_highlights {
    padding: 10rem 0;
}.devcourse_highlights h2 {
    max-width: 80%;
    font-size: calc(37px * 1.2);
    margin-right: auto;
    margin-bottom: 4rem;
    margin-left: auto;
}.devcourse_highlights .devnext_skill {
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
}.devcourse_highlights .devimg_effect {
    height: 550px;
}.devcourse_highlights .devtext_frame_wrap {
    padding: 3.5rem;
}.devcourse_highlights .description {
    max-height: 350px;
    font-size: calc(12px * 1.1);
    line-height: 1.9;
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.devcourse_highlights {
    padding: 4rem 0;
}.devcourse_highlights h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.devcourse_highlights .devimg_effect {
    height: 250px;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.devcourse_highlights .devtext_frame_wrap {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    padding: 1.5rem;
}.devcourse_highlights .description {
    line-height: 1.6;
    max-height: 250px;
    margin-bottom: 1rem;
    font-size: calc(12px * 0.95);
}}.devwelcome {
    overflow: hidden;
    background: rgb(232,225,227);
    position: relative;
    width: 100%;
}.devwelcome::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(
        circle at 70% 30%,
        rgb(173,130,142,0.5) 0%,
        transparent 60%
    );
    width: 100%;
    height: 100%;
    z-index: 1;
}.devwelcome::after {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(196,171,177,0.5) 0%,
        transparent 60%
    );
    content: "";
    z-index: 1;
    height: 100%;
}.devwelcome .devstudent_voice {
    height: 80vh;
    width: 100%;
    position: relative;
    z-index: 2;
}.devwelcome .devstart_home {
    position: absolute;
    top: 0;
    height: 80vh;
    overflow: hidden;
    width: 100%;
    left: 0;
}.devwelcome .devstart_home input {
    display: none;
}.devwelcome .devedu_head {
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    width: 500%;
}.devwelcome .devtech_study {
    width: 20%;
    overflow: hidden;
    height: 100%;
    position: relative;
}.devwelcome .devtech_study::before {
    height: 100%;
    z-index: 2;
    top: 0;
    opacity: 0.85;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgb(196,171,177,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(173,130,142,0.5) 100%
    );
    content: "";
}.devwelcome .devtech_study img {
    height: 100%;
    object-fit: cover;
    will-change: transform;
    filter: brightness(0.8) contrast(1.1);
    width: 100%;
    transform: translateZ(0) scale(1.1);
    transition: transform 2s ease;
}.devwelcome .devlearning_main {
    left: 40px;
    gap: 15px;
    position: absolute;
    z-index: 10;
    display: flex;
    bottom: 40px;
}.devwelcome .devlearning_main label {
    height: 15px;
    border: 2px solid #ffffff;
    width: 15px;
    transition: all 0.4s ease;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}.devwelcome .devlearning_main label::before {
    transform: scale(0);
    content: "";
    position: absolute;
    background: #ffffff;
    inset: 2px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}.devwelcome .devlearning_main label:hover::before {
    transform: scale(0.6);
}.devwelcome .devtext_frame_wrap {
    max-width: 1000px;
    width: 95%;
    bottom: 0;
    right: 0;
    z-index: 5;
    padding: 0 0 50px 0;
    position: absolute;
}.devwelcome .devtext_frame_wrap .container {
    background: linear-gradient(
        -135deg,
        rgb(196,171,177) 0%,
        rgb(173,130,142) 100%
    );
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    position: relative;
    padding: 3rem;
}.devwelcome .devtext_frame_wrap .container::before {
    top: 5px;
    right: 5px;
    position: absolute;
    left: 5px;
    background: #ffffff;
    content: "";
    z-index: -1;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    bottom: 5px;
}.devwelcome .devtext_frame_wrap h1 {
    border-left: 4px solid rgb(196,171,177);
    margin-bottom: 1.2rem;
    padding-left: 15px;
    font-size: 44px;
    font-weight: 700;
    color: rgb(196,171,177);
}.devwelcome .devtext_frame_wrap h3 {
    margin-bottom: 1.8rem;
    font-size: 22px;
    font-weight: 600;
    color: rgb(173,130,142);
}.devwelcome .devtext_frame_wrap p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0.5rem;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
}.devwelcome input:nth-of-type(1):checked ~ .devedu_head {
    transform: translateX(0);
}.devwelcome input:nth-of-type(2):checked ~ .devedu_head {
    transform: translateX(-20%);
}.devwelcome input:nth-of-type(3):checked ~ .devedu_head {
    transform: translateX(-40%);
}.devwelcome input:nth-of-type(4):checked ~ .devedu_head {
    transform: translateX(-60%);
}.devwelcome input:nth-of-type(5):checked ~ .devedu_head {
    transform: translateX(-80%);
}.devwelcome input:nth-of-type(6):checked ~ .devedu_head {
    transform: translateX(-100%);
}.devwelcome input:nth-of-type(7):checked ~ .devedu_head {
    transform: translateX(-120%);
}.devwelcome input:nth-of-type(8):checked ~ .devedu_head {
    transform: translateX(-140%);
}.devwelcome input:nth-of-type(9):checked ~ .devedu_head {
    transform: translateX(-160%);
}.devwelcome input:nth-of-type(10):checked ~ .devedu_head {
    transform: translateX(-180%);
}.devwelcome input:nth-of-type(1):checked ~ .devlearning_main label:nth-child(1)::before,
.devwelcome input:nth-of-type(2):checked ~ .devlearning_main label:nth-child(2)::before,
.devwelcome input:nth-of-type(3):checked ~ .devlearning_main label:nth-child(3)::before,
.devwelcome input:nth-of-type(4):checked ~ .devlearning_main label:nth-child(4)::before,
.devwelcome input:nth-of-type(5):checked ~ .devlearning_main label:nth-child(5)::before,
.devwelcome input:nth-of-type(6):checked ~ .devlearning_main label:nth-child(6)::before,
.devwelcome input:nth-of-type(7):checked ~ .devlearning_main label:nth-child(7)::before,
.devwelcome input:nth-of-type(8):checked ~ .devlearning_main label:nth-child(8)::before,
.devwelcome input:nth-of-type(9):checked ~ .devlearning_main label:nth-child(9)::before,
.devwelcome input:nth-of-type(10):checked ~ .devlearning_main label:nth-child(10)::before {
    transform: scale(1);
}.devwelcome input:nth-of-type(1):checked ~ .devlearning_main label:nth-child(1),
.devwelcome input:nth-of-type(2):checked ~ .devlearning_main label:nth-child(2),
.devwelcome input:nth-of-type(3):checked ~ .devlearning_main label:nth-child(3),
.devwelcome input:nth-of-type(4):checked ~ .devlearning_main label:nth-child(4),
.devwelcome input:nth-of-type(5):checked ~ .devlearning_main label:nth-child(5),
.devwelcome input:nth-of-type(6):checked ~ .devlearning_main label:nth-child(6),
.devwelcome input:nth-of-type(7):checked ~ .devlearning_main label:nth-child(7),
.devwelcome input:nth-of-type(8):checked ~ .devlearning_main label:nth-child(8),
.devwelcome input:nth-of-type(9):checked ~ .devlearning_main label:nth-child(9),
.devwelcome input:nth-of-type(10):checked ~ .devlearning_main label:nth-child(10) {
    border-color: rgb(196,171,177);
    background: rgb(196,171,177);
    transform: scale(1.2);
}.devwelcome input:nth-of-type(1):checked ~ .devedu_head .devtech_study:nth-child(1) img,
.devwelcome input:nth-of-type(2):checked ~ .devedu_head .devtech_study:nth-child(2) img,
.devwelcome input:nth-of-type(3):checked ~ .devedu_head .devtech_study:nth-child(3) img,
.devwelcome input:nth-of-type(4):checked ~ .devedu_head .devtech_study:nth-child(4) img,
.devwelcome input:nth-of-type(5):checked ~ .devedu_head .devtech_study:nth-child(5) img,
.devwelcome input:nth-of-type(6):checked ~ .devedu_head .devtech_study:nth-child(6) img,
.devwelcome input:nth-of-type(7):checked ~ .devedu_head .devtech_study:nth-child(7) img,
.devwelcome input:nth-of-type(8):checked ~ .devedu_head .devtech_study:nth-child(8) img,
.devwelcome input:nth-of-type(9):checked ~ .devedu_head .devtech_study:nth-child(9) img,
.devwelcome input:nth-of-type(10):checked ~ .devedu_head .devtech_study:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

@media (max-width: 1199px) {.devwelcome .devtext_frame_wrap {
    padding-bottom: 70px;
    max-width: 900px;
    width: 95%;
}.devwelcome .devtext_frame_wrap .container {
    padding: 2rem;
}
}

@media (max-width: 991px) {.devwelcome .devstudent_voice {
    height: 70vh;
}.devwelcome .devstart_home {
    height: 70vh;
}.devwelcome .devtext_frame_wrap {
    width: 98%;
    padding-bottom: 40px;
    max-width: 900px;
}.devwelcome .devtext_frame_wrap .container {
    padding: 2.2rem;
}.devwelcome .devtext_frame_wrap h1 {
    font-size: calc(44px * 0.9);
}.devwelcome .devtext_frame_wrap h3 {
    font-size: calc(22px * 0.9);
}.devwelcome .devlearning_main {
    left: 30px;
    gap: 12px;
    bottom: 25px;
}.devwelcome .devlearning_main label {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.devwelcome .devstudent_voice {
    height: 60vh;
}.devwelcome .devstart_home {
    height: 60vh;
}.devwelcome .devtext_frame_wrap {
    width: 98%;
    padding-bottom: 40px;
    max-width: 700px;
}.devwelcome .devtext_frame_wrap .container {
    padding: 1.8rem;
}.devwelcome .devtext_frame_wrap h1 {
    padding-left: 12px;
    font-size: calc(44px * 0.85);
    border-left-width: 3px;
}.devwelcome .devtext_frame_wrap h3 {
    margin-bottom: 1.2rem;
    font-size: calc(22px * 0.85);
}.devwelcome .devtext_frame_wrap p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.devwelcome .devlearning_main {
    bottom: 20px;
    left: 25px;
    gap: 10px;
}.devwelcome .devlearning_main label {
    height: 10px;
    width: 10px;
}
}

@media (max-width: 575px) {.devwelcome .devstudent_voice {
    flex-direction: column;
    display: flex;
    height: 90vh;
}.devwelcome .devstart_home {
    height: 50%;
    position: relative;
}.devwelcome .devtext_frame_wrap {
    position: relative;
    height: 50%;
    padding: 0.5rem;
    width: 100%;
    max-width: 100%;
}.devwelcome .devtext_frame_wrap .container {
    padding: 1.5rem;
    clip-path: none;
    height: 100%;
    flex-direction: column;
    display: flex;
}.devwelcome .devtext_frame_wrap .container::before {
    clip-path: none;
}.devwelcome .devtext_frame_wrap h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 0.6rem;
}.devwelcome .devtext_frame_wrap h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 1rem;
}.devwelcome .devtext_frame_wrap p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.devwelcome .devlearning_main {
    gap: 8px;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}.devwelcome .devlearning_main label {
    height: 8px;
    width: 8px;
}
}

@media (max-width: 480px) {.devwelcome .devtext_frame_wrap .container {
    padding: 1rem;
}.devwelcome .devtext_frame_wrap h1 {
    padding-left: 10px;
    border-left-width: 2px;
}
}

@media (max-height: 700px) and (min-width: 576px) {.devwelcome .devstudent_voice {
    height: 85vh;
}.devwelcome .devstart_home {
    height: 85vh;
}.devwelcome .devtext_frame_wrap {
    padding-bottom: 80px;
}
}

@media (max-height: 600px) and (min-width: 576px) {.devwelcome .devstudent_voice {
    height: 90vh;
}.devwelcome .devstart_home {
    height: 90vh;
}.devwelcome .devtext_frame_wrap {
    padding-bottom: 70px;
}
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {.devwelcome .devstudent_voice {
    height: 100vh;
}.devwelcome .devstart_home {
    height: 100vh;
}.devwelcome .devtext_frame_wrap {
    padding-bottom: 60px;
}}.devnewsletter_subscription {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    padding: 4rem;
    background: rgb(232,225,227);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}.devnewsletter_subscription::before {
    content: "";
    opacity: 0.3;
    inset: 0;
    position: absolute;
    z-index: -1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(196,171,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(173,130,142,0.5) 0%, transparent 40%);
}.devnewsletter_subscription::after {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(196,171,177,0.5) 10px, rgb(196,171,177,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(173,130,142,0.5) 10px, rgb(173,130,142,0.5) 11px);
    width: 100%;
    position: absolute;
    opacity: 0.05;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    left: 0;
}.devnewsletter_subscription .devstudent_voice {
    position: relative;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    display: grid;
    gap: 3rem;
}.devnewsletter_subscription .devstudent_voice::before {
    background: rgb(196,171,177);
    width: 100px;
    animation: rotate-shape 20s linear infinite;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    opacity: 0.15;
    top: -30px;
    position: absolute;
    content: "";
    height: 100px;
    right: -30px;
}.devnewsletter_subscription .devstudent_voice::after {
    background: rgb(173,130,142);
    bottom: -30px;
    width: 100px;
    opacity: 0.15;
    position: absolute;
    content: "";
    animation: rotate-shape 20s linear infinite reverse;
    left: -30px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    height: 100px;
}.devnewsletter_subscription p {
    margin: 0;
    line-height: 1.6;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    z-index: 1;
}.devnewsletter_subscription p::before {
    opacity: 0.5;
    border: 2px solid rgb(196,171,177,0.5);
    animation: square-pulse 5s infinite alternate;
    z-index: -1;
    left: -15px;
    height: 50px;
    top: -15px;
    width: 50px;
    position: absolute;
    content: "";
}.devnewsletter_subscription p::after {
    width: 50px;
    z-index: -1;
    bottom: -10px;
    background: rgb(173,130,142);
    left: 20px;
    height: 3px;
    position: absolute;
    animation: line-extend 3s infinite alternate;
    content: "";
}.devnewsletter_subscription .input_holder {
    display: flex;
    perspective: 1000px;
    align-items: stretch;
    height: 60px;
    position: relative;
}.devnewsletter_subscription .input_holder::before {
    content: "";
    left: -10px;
    filter: blur(5px);
    top: -10px;
    right: -10px;
    z-index: -1;
    background: linear-gradient(45deg, transparent, rgb(196,171,177,0.5), transparent);
    transform: rotateX(10deg) rotateY(-10deg);
    opacity: 0.2;
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
}.devnewsletter_subscription .devmail_block {
    font-size: 13px;
    border-top-left-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 0 1.5rem;
    border-bottom-left-radius: 10px;
    height: 100%;
    flex: 1;
    color: #000000;
}.devnewsletter_subscription .devmail_block:focus {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    outline: none;
    border-color: rgb(196,171,177);
}.devnewsletter_subscription .devmail_block::placeholder {
    color: #000000;
    opacity: 0.6;
}.devnewsletter_subscription .devemail_submit {
    border-top-right-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    border-bottom-right-radius: 10px;
    position: relative;
    background: rgb(196,171,177);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 0 2rem;
    color: #ffffff;
    height: 100%;
    border: none;
    isolation: isolate;
}.devnewsletter_subscription .devemail_submit::before {
    inset: 0;
    z-index: -1;
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateY(100%);
    background: rgb(173,130,142);
    content: "";
}.devnewsletter_subscription .devemail_submit:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.devnewsletter_subscription .devemail_submit:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.devnewsletter_subscription {
    padding: 3rem 1.5rem;
}.devnewsletter_subscription .devstudent_voice {
    grid-template-columns: 1fr;
    gap: 2rem;
}.devnewsletter_subscription p {
    font-size: 20px;
}.devnewsletter_subscription .input_holder {
    flex-direction: column;
    height: auto;
}.devnewsletter_subscription .devmail_block {
    margin-bottom: 1rem;
    height: 60px;
    border-radius: 10px;
    width: 100%;
}.devnewsletter_subscription .devemail_submit {
    width: 100%;
    height: 60px;
    border-radius: 10px;
}}.devlocate {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: rgb(232,225,227);
}.devlocate::before {
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.6;
}.devlocate .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.devlocate .devcontact_team {
    border-radius: 23px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
}.devlocate .devcontact_team h3 {
    display: inline-block;
    font-size: 28px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}.devlocate .devcontact_team h3::after {
    border-radius: 10px;
    left: 0;
    width: 80px;
    background: rgb(196,171,177);
    position: absolute;
    height: 3px;
    bottom: -10px;
    content: "";
}.devlocate .devquery_form {
    color: #000000;
    margin-bottom: 40px;
    max-width: 80%;
    font-size: 18px;
    line-height: 1.7;
}.devlocate .devlearn_chat {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}.devlocate .devlearn_chat span {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    padding: 25px;
    background: #ffffff;
    flex-direction: column;
    margin-bottom: 6px;
}.devlocate .devlearn_chat span:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: rgb(196,171,177);
}.devlocate .devlearn_chat span p {
    color: #000000;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: calc(18px * 1.05);
}.devlocate .devlearn_chat span {
    color: #000000;
}.devlocate .devlearn_chat span svg {
    width: 24px;
    fill: rgb(196,171,177);
    height: 24px;
    margin: 10px 10px 10px 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.devlocate .devlearn_chat span:hover svg {
    transform: translateY(-2px);
    fill: rgb(173,130,142);
}.devlocate .devlearn_chat span svg path {
    transition: all 0.3s ease;
    stroke-width: 1;
    stroke: #ffffff;
}.devlocate .devlearn_chat span:hover svg path {
    stroke-width: 1.5;
}.devlocate .devlearn_chat span span {
    text-align: left;
    margin: 0;
    display: flex;
    background: transparent;
    color: #000000;
    border: none;
    font-size: 18px;
    align-items: flex-start;
    box-shadow: none;
    padding: 5px 0 0 0;
}.devlocate .devlearn_chat span span:hover {
    box-shadow: none;
    border-color: transparent;
}.devlocate .devlearn_chat span a {
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(196,171,177);
}.devlocate .devlearn_chat span a:hover {
    color: rgb(173,130,142);
}.devlocate .devlearn_chat span a svg {
    margin-right: 8px;
}.devlocate .devget_connected {
    margin-top: 20px;
    border-radius: 10px;
    grid-column: 1 / -1;
    padding: 30px;
    background: rgb(232,225,227);
}.devlocate .devget_connected h4 {
    margin-bottom: 20px;
    align-items: center;
    font-size: 19px;
    display: flex;
    color: #000000;
    font-weight: 700;
}.devlocate .devget_connected h4 svg {
    height: 22px;
    margin-right: 10px;
    width: 22px;
    fill: rgb(196,171,177);
}.devlocate .devget_connected span {
    font-size: 18px;
    display: block;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.devlocate .devget_connected span:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {.devlocate {
    padding: 60px 0;
}.devlocate .devcontact_team {
    padding: 40px 30px;
}.devlocate .devquery_form {
    max-width: 100%;
}.devlocate .devlearn_chat {
    grid-template-columns: repeat(2, 1fr);
}.devlocate .devlearn_chat span svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 768px) {.devlocate {
    padding: 40px 0;
}.devlocate .devcontact_team {
    padding: 30px 20px;
}.devlocate .devcontact_team h3 {
    font-size: calc(28px * 0.85);
}.devlocate .devlearn_chat {
    gap: 20px;
    grid-template-columns: 1fr;
}.devlocate .devlearn_chat span {
    padding: 20px;
}.devlocate .devlearn_chat span svg {
    height: 18px;
    width: 18px;
}.devlocate .devget_connected {
    padding: 20px;
}.devlocate .devget_connected h4 svg {
    width: 18px;
    height: 18px;
}}.devpayment_plan {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.devpayment_plan::before {
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(196,171,177,0.5) 100%);
    top: 0;
    z-index: 1;
}.devpayment_plan .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.devpayment_plan .devlearning_pricing {
    position: relative;
}.devpayment_plan h2 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-10px);
    font-size: 30px;
    animation: slideInTitle 0.8s forwards 0.2s;
    margin-bottom: 20px;
}.devpayment_plan .devprice_tiers {
    transform: translateX(-10px);
    margin-bottom: 40px;
    opacity: 0;
    line-height: 1.6;
    font-size: 15px;
    color: #ffffff;
    max-width: 800px;
    animation: slideInDesc 0.8s forwards 0.4s;
}.devpayment_plan .devdiscount_tier {
    display: grid;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}.devpayment_plan .devdiscount_tier li {
    animation: fadeIn 0.8s forwards;
    perspective: 1000px;
    opacity: 0;
}.devpayment_plan .devdiscount_tier li:nth-child(1) {
    animation-delay: 0.5s;
}.devpayment_plan .devdiscount_tier li:nth-child(2) {
    animation-delay: 0.7s;
}.devpayment_plan .devdiscount_tier li:nth-child(3) {
    animation-delay: 0.9s;
}.devpayment_plan .devdiscount_tier li:nth-child(4) {
    animation-delay: 1.1s;
}.devpayment_plan .devplan_details {
    transform-style: preserve-3d;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    text-decoration: none;
}.devpayment_plan .devlearning_fee {
    transition: all 0.4s ease;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(232,225,227) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    border-left: 4px solid rgb(196,171,177);
}.devpayment_plan .devlearning_fee::before {
    background: rgb(173,130,142);
    position: absolute;
    top: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 80px;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    opacity: 0.8;
    width: 80px;
}.devpayment_plan .devcost_summary {
    height: 100%;
    position: relative;
    z-index: 2;
    flex-direction: column;
    display: flex;
}.devpayment_plan .devcost_summary h4 {
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: calc(18px + 2px);
}.devpayment_plan .devcost_summary h4::after {
    transition: width 0.3s ease;
    width: 40px;
    bottom: -10px;
    background: rgb(196,171,177);
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
}.devpayment_plan .devcost_summary p {
    flex-grow: 1;
    margin: 0 0 25px;
    line-height: 1.6;
    font-size: calc(15px - 1px);
    white-space: normal;
    color: #000000;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}.devpayment_plan .devaccess_cost {
    font-size: 21px;
    align-self: flex-start;
    padding: 10px 20px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    transform: translateY(0);
    border-radius: 10px;
    margin-top: auto;
    position: relative;
    background: rgb(196,171,177);
    font-weight: 700;
    display: inline-block;
}.devpayment_plan .devaccess_cost::before {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
}.devpayment_plan .devplan_details:hover {
    transform: translateY(-8px);
}.devpayment_plan .devplan_details:hover .devlearning_fee {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-left-width: 8px;
}.devpayment_plan .devplan_details:hover .devlearning_fee::before {
    transform: translate(40%, -40%) rotate(45deg);
}.devpayment_plan .devplan_details:hover .devcost_summary h4::after {
    width: 70px;
}.devpayment_plan .devplan_details:hover .devaccess_cost {
    transform: translateY(-5px);
    background: rgb(173,130,142);
}.devpayment_plan .devplan_details:hover .devaccess_cost::before {
    transform: translateX(100%);
}.devpayment_plan .devplan_details:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

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

@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

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

@media (max-width: 1200px) {.devpayment_plan {
    padding: 80px 0;
}.devpayment_plan .devdiscount_tier {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.devpayment_plan h2 {
    font-size: calc(30px - 4px);
}.devpayment_plan .devprice_tiers {
    margin-bottom: 30px;
}.devpayment_plan .devdiscount_tier {
    gap: 20px;
}.devpayment_plan .devlearning_fee {
    padding: 25px;
}
}

@media (max-width: 768px) {.devpayment_plan {
    padding: 60px 0;
}.devpayment_plan h2 {
    font-size: calc(30px - 6px);
}.devpayment_plan .devprice_tiers {
    font-size: calc(15px - 1px);
}.devpayment_plan .devdiscount_tier {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.devpayment_plan .devcost_summary h4 {
    font-size: 18px;
}.devpayment_plan .devcost_summary p {
    font-size: calc(15px - 2px);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.devpayment_plan {
    padding: 50px 0;
}.devpayment_plan .container {
    padding: 0 15px;
}.devpayment_plan h2 {
    margin-bottom: 15px;
    font-size: calc(30px - 8px);
}.devpayment_plan .devprice_tiers {
    margin-bottom: 25px;
}.devpayment_plan .devdiscount_tier {
    grid-template-columns: 1fr;
    gap: 20px;
}.devpayment_plan .devlearning_fee {
    padding: 20px;
}.devpayment_plan .devcost_summary p {
    margin-bottom: 15px;
}.devpayment_plan .devaccess_cost {
    padding: 8px 16px;
    font-size: calc(21px - 1px);
}}.devaspiring_learners {
    overflow: hidden;
    padding: 100px 0;
    background-color: #edf0f8;
    position: relative;
}.devaspiring_learners::before {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: '';
    opacity: 0.4;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    left: 0;
}.devaspiring_learners .devstudent_voice {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    padding: 0 30px;
    position: relative;
}.devaspiring_learners h3 {
    font-size: 36px;
    padding: 20px 40px;
    margin-bottom: 60px;
    color: #000000;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    background-color: #edf0f8;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-weight: 700;
}.devaspiring_learners h3::after {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    height: 5px;
    border-radius: 10px;
    content: '';
    width: 60px;
    background: linear-gradient(90deg, rgb(196,171,177), rgb(173,130,142));
    left: 50%;
}.devaspiring_learners ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    padding: 0;
    list-style: none;
}.devaspiring_learners ul li {
    position: relative;
    gap: 20px;
    display: flex;
    border-radius: 20px;
    text-align: left;
    align-items: flex-start;
    width: calc(33.333% - 24px);
    background-color: #edf0f8;
    transition: all 0.4s ease;
    min-width: 280px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    padding: 35px 30px;
}.devaspiring_learners ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.devaspiring_learners ul li::before {
    width: 12px;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 15px;
    content: '';
    opacity: 0.5;
    top: 15px;
    border-radius: 50%;
    height: 12px;
    background: linear-gradient(135deg, rgb(196,171,177), rgb(173,130,142));
}.devaspiring_learners ul li:hover::before {
    opacity: 1;
}.devaspiring_learners ul li svg {
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    width: 50px;
    height: 50px;
    padding: 10px;
    transition: all 0.4s ease;
}.devaspiring_learners ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.devaspiring_learners ul li svg path {
    fill: rgb(196,171,177);
    transition: fill 0.4s ease;
}.devaspiring_learners ul li:hover svg path {
    fill: rgb(173,130,142);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.devaspiring_learners ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.devaspiring_learners ul li:nth-child(1) {
    animation-delay: 0.1s;
}.devaspiring_learners ul li:nth-child(2) {
    animation-delay: 0.2s;
}.devaspiring_learners ul li:nth-child(3) {
    animation-delay: 0.3s;
}.devaspiring_learners ul li:nth-child(4) {
    animation-delay: 0.4s;
}.devaspiring_learners ul li:nth-child(5) {
    animation-delay: 0.5s;
}.devaspiring_learners ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.devaspiring_learners {
    padding: 80px 0;
}.devaspiring_learners h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.devaspiring_learners ul {
    gap: 25px;
}.devaspiring_learners ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.devaspiring_learners ul li {
    width: 100%;
    max-width: 400px;
}
}

@media (max-width: 576px) {.devaspiring_learners {
    padding: 60px 0;
}.devaspiring_learners h3 {
    padding: 15px 20px;
    font-size: calc(36px * 0.85);
    margin-bottom: 40px;
}.devaspiring_learners ul li {
    padding: 25px 20px;
    gap: 15px;
}.devaspiring_learners ul li svg {
    width: 40px;
    height: 40px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.devaspiring_learners ul li {
    opacity: 1;
    animation: none;
}.devaspiring_learners ul li:hover {
    transform: none;
}}.devfund_cta {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.devfund_cta .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}.devfund_cta .company_holder {
    padding-right: 30px;
    flex: 0 0 30%;
    position: relative;
}.devfund_cta .company_holder::after {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(196,171,177), transparent);
    top: 10%;
    height: 80%;
    width: 1px;
    right: 0;
}.devfund_cta .company_holder h3 {
    font-weight: 700;
    text-shadow: 0 0 10px rgb(196,171,177,0.5);
    display: inline-block;
    color: #ffffff;
    font-size: calc(30px * 0.9);
    position: relative;
    margin-bottom: 20px;
}.devfund_cta .company_holder h3::after {
    bottom: -5px;
    width: 40%;
    content: '';
    left: 0;
    transition: width 0.3s ease-in-out;
    background: rgb(196,171,177);
    height: 2px;
    position: absolute;
}.devfund_cta .company_holder h3:hover::after {
    width: 100%;
}.devfund_cta .devreview_block {
    color: #ffffff;
    transform: translateZ(0);
    transition: all 0.3s ease;
    margin-top: 15px;
    font-size: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    backdrop-filter: blur(5px);
    padding: 15px;
}.devfund_cta .devreview_block:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.devfund_cta .devcompliance {
    position: relative;
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between;
}.devfund_cta .devheader_bar {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}.devfund_cta .devtop_learning {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 45%;
    padding: 20px;
    border-radius: 27px;
}.devfund_cta .devtop_learning::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    inset: 0;
    transform: translateX(-100%);
    position: absolute;
    z-index: -1;
    transition: transform 0.6s ease;
}.devfund_cta .devtop_learning:hover::before {
    transform: translateX(100%);
}.devfund_cta .devtop_learning h5 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}.devfund_cta .devtop_learning h5::after {
    transition: width 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    bottom: 0;
    background: rgb(196,171,177);
    height: 2px;
    content: '';
    width: 40px;
    left: 0;
}.devfund_cta .devtop_learning:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(196,171,177), 0 0 16px rgb(196,171,177,0.5);
}.devfund_cta .devtop_learning .devheader_bar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.devfund_cta .devtop_learning .devheader_bar a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    opacity: 0.85;
    font-size: calc(15px * 0.95);
    position: relative;
    padding-left: 0;
    color: #ffffff;
}.devfund_cta .devtop_learning .devheader_bar a::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(196,171,177), transparent);
    height: 1px;
    transition: width 0.3s ease, transform 0.3s ease;
    left: 0;
    transform-origin: left;
    width: 0;
    bottom: -2px;
    content: '';
}.devfund_cta .devtop_learning .devheader_bar a:hover {
    padding-left: 5px;
    color: #ffffff;
    opacity: 1;
}.devfund_cta .devtop_learning .devheader_bar a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(196,171,177,0.5);
}.devtrial_offer {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
}.devtrial_offer::before {
    background: linear-gradient(90deg, transparent, rgb(196,171,177,0.5), transparent);
    left: 0;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 1px;
}.devtrial_offer .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.devtrial_offer .devcontest_info {
    opacity: 0.8;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 12px;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.devtrial_offer .devcontest_info:hover {
    opacity: 1;
}

@media (max-width: 991px) {.devfund_cta {
    padding: 60px 0 30px;
}.devfund_cta .container {
    flex-direction: column;
}.devfund_cta .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
}.devfund_cta .company_holder::after {
    display: none;
}.devfund_cta .devcompliance {
    flex: 0 0 100%;
}.devfund_cta .devtop_learning {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.devfund_cta {
    padding: 40px 0 20px;
}.devfund_cta .devheader_bar {
    flex-direction: column;
}.devfund_cta .devtop_learning {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.devfund_cta .company_holder h3 {
    font-size: calc(30px * 0.8);
}.devfund_cta .devtop_learning h5 {
    font-size: calc(20px * 0.9);
}.devtrial_offer .devcontest_info {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.devfund_cta {
    padding: 30px 0 15px;
}.devfund_cta .company_holder {
    margin-bottom: 30px;
}.devfund_cta .company_holder h3 {
    font-size: calc(30px * 0.7);
}.devfund_cta .devtop_learning h5 {
    font-size: calc(20px * 0.8);
}.devtrial_offer {
    padding: 10px 0;
}.devtrial_offer .devcontest_info {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    z-index: 0;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    background-size: 50px 50px;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
}.devfund_cta .company_holder h3 {
    position: relative;
    overflow: hidden;
}.devfund_cta .company_holder h3::before {
    pointer-events: none;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    content: '';
    transition: 0.5s;
}.devfund_cta .company_holder h3:hover::before {
    left: 100%;
}.devprivacyAgreementDialog {
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-top: 3px solid rgb(196,171,177);
    transition: transform 0.3s ease-in-out;
    background: rgb(232,225,227);
    width: 100%;
    z-index: 90;
}.devsecure_cookies {
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    padding: 20px 15px;
}.devuser_default {
    flex-shrink: 0;
    margin-right: 15px;
}.devuser_default svg {
    transition: fill 0.3s ease;
    fill: rgb(196,171,177);
    width: 60px;
    height: 60px;
}.devuser_default svg:hover {
    fill: rgb(173,130,142);
}.devdata_agree {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.devprivacyAgreementDialog h5 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    color: rgb(196,171,177);
    font-size: 24px;
}.devprivacyAgreementDialog p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 17px;
}.devcookie_compl {
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: rgb(196,171,177);
    font-size: 19px;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 28px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}.devcookie_compl:hover {
    box-shadow: 0 0 10px rgb(173,130,142,0.5);
    background: rgb(173,130,142);
}#devcookies_confirmation_btn {
    background: rgb(196,171,177);
}#devdeclinePrivacyCookieUsage {
    background: rgba(0, 0, 0, 0.5);
}.devprivacyAgreementDialog p a {
    color: rgb(196,171,177);
    transition: color 0.3s ease;
    text-decoration: underline;
}.devprivacyAgreementDialog p a:hover {
    color: rgb(173,130,142);
}
@media only screen and (max-width: 1200px) {.devsecure_cookies {
    align-items: center;
    flex-direction: column;
}.devuser_default {
    margin-bottom: 15px;
}.devdata_agree {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.devcookie_compl {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.devsecure_cookies {
    padding: 15px;
}.devuser_default {
    display: none;
}.devprivacyAgreementDialog h5 {
    font-size: 16px;
}.devprivacyAgreementDialog p {
    font-size: 16px;
}}
#devconsentNoticePanel {
    display: none;
}#devconsentNoticePanel:checked ~ .devprivacyAgreementDialog {
    visibility: hidden;
    opacity: 0;
}.devcontact_section {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(232,225,227) 0%, 
        rgb(173,130,142,0.5) 100%
    );
}.devcontact_section .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}.devcontact_section .devinquiry_request {
    align-items: stretch;
    position: relative;
    box-shadow: 0 25px 50px rgb(196,171,177,0.5);
    overflow: hidden;
    background: rgb(173,130,142,0.5);
    border-radius: 25px;
    display: flex;
}.devcontact_section .devimg_effect {
    flex: 0 0 45%;
    z-index: 2;
    transform: skew(-10deg);
    margin-left: -5%;
    min-height: 600px;
    position: relative;
}.devcontact_section .devimg_effect::before {
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(196,171,177,0.5) 0%, 
        rgb(173,130,142,0.5) 100%
    );
    left: 0;
    opacity: 0.7;
    transform: skew(10deg);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 120%;
}.devcontact_section .devfeedback_widget {
    z-index: 3;
    justify-content: center;
    flex: 0 0 55%;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 4rem 3rem 4rem 10%;
}.devcontact_section h2 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: left;
    color: #ffffff;
    font-size: 39px;
    position: relative;
    padding-left: 2rem;
}.devcontact_section h2::before {
    width: 1rem;
    background: rgb(196,171,177);
    box-shadow: 0 0 15px rgb(196,171,177,0.5);
    border-radius: 50%;
    content: '';
    top: 50%;
    position: absolute;
    height: 1rem;
    transform: translateY(-50%);
    left: 0;
}.devcontact_section .devfeedback_widget h3 {
    position: relative;
    padding-bottom: 1rem;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
}.devcontact_section .devfeedback_widget h3::after {
    position: absolute;
    content: '';
    background: rgb(196,171,177);
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
}.devcontact_section .devfeedback_widget form {
    gap: 1.5rem;
    display: grid;
}.devcontact_section .devfeedback_widget input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(196,171,177,0.5);
    background: rgb(173,130,142,0.5);
    border-radius: 10px;
}.devcontact_section .devfeedback_widget input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    content: '';
    background: rgb(196,171,177);
    bottom: -2px;
}.devcontact_section .devfeedback_widget input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(196,171,177);
    box-shadow: 0 0 15px rgb(196,171,177,0.5);
}.devcontact_section .devfeedback_widget input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.devcontact_section .devfeedback_widget .devsupport_widget {
    display: flex;
    align-items: center;
    gap: 1rem;
}.devcontact_section .devfeedback_widget .devsupport_widget input[type="checkbox"] {
    cursor: pointer;
    height: 22px;
    position: relative;
    border: 2px solid rgb(196,171,177,0.5);
    background: rgb(173,130,142,0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 22px;
    appearance: none;
}.devcontact_section .devfeedback_widget .devsupport_widget input[type="checkbox"]:checked {
    border-color: rgb(196,171,177);
    background: rgb(196,171,177);
}.devcontact_section .devfeedback_widget .devsupport_widget input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ffffff;
    top: 50%;
    content: '✔';
    left: 50%;
}.devcontact_section .devfeedback_widget .devsupport_widget label {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}.devcontact_section .devfeedback_widget .devsupport_widget a {
    text-decoration: none;
    color: rgb(196,171,177);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}.devcontact_section .devfeedback_widget .devsupport_widget a:hover {
    text-decoration: underline;
}.devcontact_section .devfeedback_widget .devhelp_section {
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    background: rgb(196,171,177);
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
}.devcontact_section .devfeedback_widget .devhelp_section::before {
    opacity: 0;
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(196,171,177,0.5), 
        transparent
    );
    height: 200%;
    transition: all 0.5s ease;
    width: 200%;
    transform: rotate(-45deg);
}.devcontact_section .devfeedback_widget .devhelp_section:hover::before {
    opacity: 1;
}.devcontact_section .devfeedback_widget .devhelp_section:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(196,171,177,0.5);
}

@media screen and (max-width: 1200px) {.devcontact_section .devimg_effect {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.devcontact_section .devinquiry_request {
    flex-direction: column;
}.devcontact_section .devimg_effect {
    margin-left: 0;
    transform: none;
    min-height: 300px;
    flex: 0 0 100%;
}.devcontact_section .devimg_effect::before {
    transform: none;
    width: 100%;
}.devcontact_section .devfeedback_widget {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.devcontact_section {
    padding: 3rem 0;
}.devcontact_section h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.devcontact_section h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.devcontact_section .devfeedback_widget h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 1.5rem;
}.devcontact_section .devfeedback_widget input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.devcontact_section .devinquiry_request {
    border-radius: 0;
}.devcontact_section .devfeedback_widget {
    padding: 2rem 1.5rem;
}}.devclient_comments {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(232,225,227) 0%, rgba(rgb(173,130,142,0.5), 0.08) 100%);
    padding: 120px 0;
}.devclient_comments::before {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(196,171,177,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(173,130,142,0.5), 0.12) 0%, transparent 60%);
    height: 100%;
}.devclient_comments::after {
    content: "";
    border: 2px solid rgba(rgb(196,171,177,0.5), 0.15);
    position: absolute;
    height: 200px;
    transform: rotate(-15deg);
    top: -50px;
    right: -50px;
    z-index: 0;
    width: 200px;
}.devclient_comments .container {
    position: relative;
    z-index: 2;
}.devclient_comments h2 {
    transform: translateY(0);
    margin-bottom: 60px;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    position: relative;
}.devclient_comments h2::after {
    left: 50%;
    content: "";
    bottom: -20px;
    width: 80px;
    background: linear-gradient(90deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
    height: 4px;
}.devclient_comments .devlearning_quotes {
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    display: grid;
}.devclient_comments .devlearner_stories {
    flex-direction: column;
    border-left: 3px solid rgb(196,171,177);
    display: flex;
    transform-origin: center bottom;
    padding: 30px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.devclient_comments .devlearner_stories:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.devclient_comments .devlearner_stories::before {
    top: 10px;
    right: 20px;
    position: absolute;
    font-size: 120px;
    line-height: 0.7;
    color: rgba(rgb(173,130,142,0.5), 0.08);
    font-family: serif;
    z-index: 0;
    content: "";
}.devclient_comments .devlearner_stories div {
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    z-index: 1;
}.devclient_comments .devlearner_stories img {
    height: 60px;
    object-fit: cover;
    border: 3px solid rgba(rgb(196,171,177,0.5), 0.2);
    margin-right: 15px;
    transition: transform 0.5s ease;
    width: 60px;
    border-radius: 50%;
}.devclient_comments .devlearner_stories:hover img {
    transform: scale(1.1) rotate(5deg);
}.devclient_comments .devlearner_stories h4 {
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}.devclient_comments .devlearner_stories .description {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    z-index: 1;
}.devclient_comments a {
    background: linear-gradient(135deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 14px 32px;
    margin-top: 50px;
    border-radius: 14px;
    box-shadow: 0 6px 15px rgba(rgb(196,171,177,0.5), 0.2);
    position: relative;
    transform: translateY(0);
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
    text-decoration: none;
}.devclient_comments a:hover {
    box-shadow: 0 10px 25px rgba(rgb(196,171,177,0.5), 0.3);
    transform: translateY(-3px);
}.devclient_comments a::before {
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
}.devclient_comments a:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.devclient_comments {
    padding: 150px 0;
}.devclient_comments .devlearning_quotes {
    grid-template-columns: repeat(2, 1fr);
}.devclient_comments h2 {
    font-size: calc(38px * 1.1);
    margin-bottom: 80px;
}.devclient_comments .devlearner_stories {
    padding: 35px;
}
}

@media (min-width: 992px) {.devclient_comments .devlearning_quotes {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}.devclient_comments h2 {
    font-size: calc(38px * 1.2);
}.devclient_comments .devlearner_stories:nth-child(3n-1) {
    transform: translateY(20px);
}.devclient_comments .devlearner_stories:nth-child(3n) {
    transform: translateY(40px);
}.devclient_comments .devlearner_stories:nth-child(3n-1):hover {
    transform: translateY(15px) scale(1.01);
}.devclient_comments .devlearner_stories:nth-child(3n):hover {
    transform: translateY(35px) scale(1.01);
}.devclient_comments .devlearner_stories img {
    height: 70px;
    width: 70px;
}.devclient_comments .devlearner_stories .description {
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.devclient_comments {
    padding: 180px 0;
}.devclient_comments .devlearning_quotes {
    grid-template-columns: repeat(4, 1fr);
}.devclient_comments .devlearner_stories:nth-child(3n-1),
    .devclient_comments .devlearner_stories:nth-child(3n) {
    transform: translateY(0);
}.devclient_comments .devlearner_stories:nth-child(4n-2) {
    transform: translateY(15px);
}.devclient_comments .devlearner_stories:nth-child(4n-1) {
    transform: translateY(30px);
}.devclient_comments .devlearner_stories:nth-child(4n) {
    transform: translateY(45px);
}.devclient_comments .devlearner_stories:nth-child(4n-2):hover {
    transform: translateY(10px) scale(1.01);
}.devclient_comments .devlearner_stories:nth-child(4n-1):hover {
    transform: translateY(25px) scale(1.01);
}.devclient_comments .devlearner_stories:nth-child(4n):hover {
    transform: translateY(40px) scale(1.01);
}.devclient_comments h2::after {
    width: 100px;
}
}

@media (prefers-reduced-motion: reduce) {.devclient_comments .devlearner_stories,
    .devclient_comments .devlearner_stories:hover,
    .devclient_comments .devlearner_stories img,
    .devclient_comments a,
    .devclient_comments a:hover,
    .devclient_comments a::before {
    transition: none;
    animation: none;
    transform: none;
}}.deveducation_history {
    background-color: rgb(232,225,227);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.deveducation_history::before {
    position: absolute;
    right: 0;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(196,171,177,0.5));
}.deveducation_history .devlearner_stories {
    box-shadow: none;
    max-width: 1200px;
    background: transparent;
    position: relative;
    z-index: 2;
    display: flex;
    border-radius: 0;
    margin: 0 auto;
}.deveducation_history .devimg_effect {
    border-radius: 0;
    height: 480px;
    box-shadow: 15px 15px 0 rgb(196,171,177,0.5);
    position: relative;
    width: 45%;
    transition: all 0.5s ease;
    transform: rotate(-2deg);
}.deveducation_history .devcareer_overview {
    position: relative;
    justify-content: center;
    width: 55%;
    flex-direction: column;
    padding: 3rem 0 3rem 4rem;
    display: flex;
}.deveducation_history .devcareer_overview::before {
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(173,130,142,0.5), transparent);
    left: 2.5rem;
    content: "";
    width: 1px;
}.deveducation_history .name {
    font-size: calc(45px * 1.2);
    font-weight: 700;
    position: relative;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #000000;
}.deveducation_history .devcareer_overview > div:nth-child(2) {
    transform: translateX(-10px);
    padding: 0.5rem 1.5rem;
    background-color: rgb(173,130,142);
    color: #ffffff;
    display: inline-block;
    margin-bottom: 2.5rem;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
}.deveducation_history .devjob_overview {
    padding-left: 0;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    max-width: 90%;
}.deveducation_history .devjob_overview::before {
    content: "";
    width: 60px;
    background-color: rgb(196,171,177);
    height: 3px;
    position: absolute;
    top: -1.5rem;
    left: 0;
}.deveducation_history .devlearner_stories:hover .devimg_effect {
    box-shadow: 10px 10px 0 rgb(173,130,142);
    transform: rotate(0deg);
}

@media (max-width: 992px) {.deveducation_history::before {
    right: 0;
    width: 100%;
    height: 40%;
    top: 0;
    background: linear-gradient(180deg, rgb(196,171,177,0.5), transparent);
}.deveducation_history .devlearner_stories {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}.deveducation_history .devimg_effect {
    width: 90%;
    height: 400px;
}.deveducation_history .devcareer_overview {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.deveducation_history .devcareer_overview::before {
    display: none;
}.deveducation_history .devjob_overview {
    max-width: 100%;
}
}

@media (max-width: 576px) {.deveducation_history {
    padding: 4rem 1rem;
}.deveducation_history .devimg_effect {
    height: 320px;
}.deveducation_history .name {
    font-size: 31px;
}.deveducation_history .devcareer_overview > div:nth-child(2) {
    font-size: 14px;
}.deveducation_history .devjob_overview {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}header {
    background-color: rgb(232,225,227);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    z-index: 1000;
    padding: 1.2rem 0;
    position: relative;
}header::before {
    content: '';
    left: 0;
    opacity: 0.15;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    animation: gridMove 40s linear infinite;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(196,171,177,0.5) 49.5%, rgb(196,171,177,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(173,130,142,0.5) 49.5%, rgb(173,130,142,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
}header::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(196,171,177) 0%, 
        rgb(173,130,142) 50%, 
        rgb(196,171,177) 100%);
    z-index: 1;
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .devmain_navbar {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .devtop_learning {
    position: relative;
    gap: 0.5rem;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 23px;
}header .devnav_header {
    font-size: 13px;
    padding: 0.7rem 1.2rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-weight: 400;
}header .devnav_header::before {
    position: absolute;
    z-index: -1;
    right: -2px;
    transform: scale(0.95);
    content: '';
    background: linear-gradient(45deg, rgb(196,171,177), rgb(173,130,142));
    border-radius: calc(10px + 2px);
    top: -2px;
    opacity: 0;
    left: -2px;
    transition: all 0.3s ease;
    bottom: -2px;
}header .devnav_header::after {
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    content: '';
    position: absolute;
    left: 0;
    background: rgb(196,171,177);
    top: 0;
}header .devnav_header:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .devnav_header:hover::before {
    transform: scale(1);
    opacity: 1;
}header .devtop_pagewrap {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    text-decoration: none;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
}header .devtop_pagewrap::before {
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    position: absolute;
    transition: 0.5s;
    height: 100%;
    left: -100%;
}header .devtop_pagewrap:hover::before {
    left: 100%;
}header .devtop_pagewrap svg {
    z-index: 2;
    height: auto;
    position: relative;
    width: 160px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .devtop_learning {
    gap: 0.3rem;
}header .devnav_header {
    font-size: calc(13px - 1px);
    padding: 0.6rem 0.8rem;
}header .devtop_pagewrap svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .devmain_navbar {
    flex-direction: column;
}header .devtop_learning {
    justify-content: center;
    gap: 0.5rem;
    padding: 10px;
    flex-wrap: wrap;
    width: 100%;
    order: 2;
    margin-top: 1rem;
}header .devnav_header {
    padding: 0.5rem 0.7rem;
    font-size: calc(13px - 2px);
}header .devtop_pagewrap {
    margin-bottom: 0.5rem;
    order: 1;
}header .devtop_pagewrap svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .devtop_learning {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .devtop_learning::-webkit-scrollbar {
    height: 3px;
}header .devtop_learning::-webkit-scrollbar-thumb {
    background: rgb(196,171,177);
    border-radius: 10px;
}header .devnav_header {
    white-space: nowrap;
}header .devtop_pagewrap svg {
    width: 110px;
}}.devgratFrame {
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}.devgratFrame::before {
    filter: blur(30px);
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.3;
    top: -30%;
    height: 70%;
    width: 60%;
    z-index: 0;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    right: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(145deg, rgb(196,171,177,0.5) 0%, rgb(173,130,142,0.5) 100%);
}.devgratFrame::after {
    background: linear-gradient(225deg, rgb(173,130,142,0.5) 0%, rgb(196,171,177,0.5) 100%);
    opacity: 0.2;
    transform: rotate(10deg);
    width: 40%;
    bottom: -20%;
    height: 60%;
    filter: blur(25px);
    position: absolute;
    z-index: 0;
    left: -5%;
    content: "";
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
}.devgratFrame .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.devgratFrame .devstudent_voice {
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-color: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(5px);
}.devgratFrame .devstudent_voice:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.devgratFrame .devstudent_voice > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.devgratFrame .devstudent_voice > div:first-child::after {
    transform-origin: left;
    height: 3px;
    border-radius: 10px;
    content: "";
    left: 0;
    width: 80px;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    transition: width 0.3s ease;
    position: absolute;
}.devgratFrame .devstudent_voice:hover > div:first-child::after {
    width: 120px;
}.devgratFrame h5 {
    display: inline-block;
    margin: 0;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
}.devgratFrame h5::before {
    background: linear-gradient(135deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    height: 26px;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    top: 50%;
    display: flex;
    color: #ffffff;
    transition: opacity 0.5s ease, transform 0.5s ease;
    content: "✓";
    transform: translateY(-50%);
    width: 26px;
    position: absolute;
    opacity: 0;
    left: -35px;
    font-size: 14px;
}.devgratFrame .devstudent_voice:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.devgratFrame p {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    transition: color 0.3s ease;
}.devgratFrame a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}.devgratFrame a::before {
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    content: "";
    transform-origin: right;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgb(196,171,177,0.5) 0%, rgb(173,130,142) 100%);
    left: 0;
}.devgratFrame a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.devgratFrame a:hover {
    transform: translateY(-2px);
}.devgratFrame a:hover p {
    color: rgb(196,171,177);
}

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

@media (max-width: 991px) {.devgratFrame {
    padding: 3rem 0;
}.devgratFrame .devstudent_voice {
    padding: 2.5rem;
}.devgratFrame h5 {
    font-size: calc(20px - 2px);
}
}

@media (max-width: 767px) {.devgratFrame {
    padding: 2.5rem 0;
}.devgratFrame .devstudent_voice {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.devgratFrame h5 {
    font-size: calc(20px - 4px);
    padding-left: 20px;
}.devgratFrame h5::before {
    height: 22px;
    left: -15px;
    font-size: 12px;
    width: 22px;
}.devgratFrame p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 576px) {.devgratFrame {
    padding: 2rem 0;
}.devgratFrame .devstudent_voice {
    border-radius: 10px;
    padding: 1.5rem;
    transform: none;
}.devgratFrame h5 {
    font-size: calc(20px - 6px);
}.devgratFrame .devstudent_voice > div:first-child::after {
    height: 2px;
    width: 60px;
}.devgratFrame .devstudent_voice:hover > div:first-child::after {
    width: 90px;
}.devgratFrame h5::before {
    height: 20px;
    width: 20px;
    font-size: 10px;
}.devgratFrame p {
    font-size: calc(14px - 2px);
    line-height: 1.6;
}}.devcheck_it_out_now {
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(196,171,177) 100%);
    padding: 80px 0;
    position: relative;
}.devcheck_it_out_now::before {
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(196,171,177,0.5),
        rgb(196,171,177,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}.devcheck_it_out_now::after {
    width: 200%;
    left: -50%;
    position: absolute;
    opacity: 0.05;
    animation: pulse 15s infinite alternate;
    height: 200%;
    z-index: 0;
    top: -50%;
    content: '';
    background: radial-gradient(
        circle,
        rgb(173,130,142) 0%,
        transparent 70%
    );
}.devcheck_it_out_now .devstudent_voice {
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    justify-content: center;
}.devcheck_it_out_now h3 {
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 28px;
    transform: translateY(0);
    letter-spacing: 1px;
    margin-bottom: 40px;
    transition: transform 0.5s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.devcheck_it_out_now h3::after {
    height: 4px;
    background: rgb(173,130,142);
    width: 80px;
    content: '';
    bottom: -15px;
    box-shadow: 0 0 15px rgb(173,130,142);
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
}.devcheck_it_out_now .devjoin_community {
    background: rgb(173,130,142);
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 17px;
    z-index: 2;
    border: 2px solid transparent;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    padding: 16px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}.devcheck_it_out_now .devjoin_community::before {
    transition: all 0.6s ease;
    left: -100%;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}.devcheck_it_out_now .devjoin_community:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-color: rgb(173,130,142);
    background: transparent;
}.devcheck_it_out_now .devjoin_community:hover::before {
    left: 100%;
}.devcheck_it_out_now .devstudent_voice::before {
    background-size: 30px 30px;
    height: calc(100% + 200px);
    top: -100px;
    width: calc(100% + 200px);
    position: absolute;
    background-image: 
        linear-gradient(to right, rgb(196,171,177,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(196,171,177,0.5) 1px, transparent 1px);
    z-index: -1;
    opacity: 0.1;
    left: -100px;
    content: '';
}.devcheck_it_out_now .devstudent_voice::after {
    position: absolute;
    border-radius: 50%;
    width: 200px;
    bottom: -100px;
    opacity: 0.2;
    height: 200px;
    border: 2px solid rgb(173,130,142,0.5);
    animation: rotate 20s linear infinite;
    right: -50px;
    content: '';
}

@media screen and (max-width: 992px) {.devcheck_it_out_now {
    padding: 60px 0;
}.devcheck_it_out_now h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.devcheck_it_out_now .devstudent_voice::after {
    bottom: -70px;
    width: 150px;
    right: -30px;
    height: 150px;
}
}

@media screen and (max-width: 768px) {.devcheck_it_out_now {
    padding: 50px 0;
}.devcheck_it_out_now h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.devcheck_it_out_now .devjoin_community {
    padding: 14px 30px;
}.devcheck_it_out_now .devstudent_voice::after {
    width: 100px;
    bottom: -50px;
    right: -20px;
    height: 100px;
}
}

@media screen and (max-width: 576px) {.devcheck_it_out_now {
    padding: 40px 0;
}.devcheck_it_out_now h3 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.7);
}.devcheck_it_out_now .devjoin_community {
    font-size: calc(14px * 0.9);
    padding: 12px 25px;
}.devcheck_it_out_now h3::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.05;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}