* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.desktop-app {
    flex: 0 0 auto;
}.first-expert {
    flex: 1 0 auto;
}.layer-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}.container {
    max-width: 100%;
    width: 1230px;
    margin: auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact {
    position: relative;
    padding: 70px 0;
    background: rgb(235,224,204);
    overflow: hidden;
}.contact::before {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    left: 0;
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
}.contact .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.contact h2 {
    text-align: center;
    position: relative;
    color: rgb(191,162,116);
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
}.contact h2::after {
    left: 50%;
    position: absolute;
    background: rgb(214,195,162);
    bottom: -15px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    width: 60px;
}.contact .inquiry-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
    gap: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
}.contact .img-overlay-box {
    min-height: 500px;
    grid-row: 1;
    height: 100%;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    grid-column: 2;
    transition: transform 0.6s ease;
}.contact .reach-info {
    grid-column: 1;
    padding: 50px 40px;
    grid-row: 1;
    background: #ffffff;
}.contact #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 21px;
    color: rgb(214,195,162);
}.contact input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    font-size: 17px;
    background: #ffffff;
    border: 1px solid rgb(235,224,204);
}.contact input[type="text"]:focus {
    border-color: rgb(214,195,162);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}.contact input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact .message-box {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}.contact .message-box input[type="checkbox"] {
    height: 24px;
    border: 2px solid rgb(235,224,204);
    flex-shrink: 0;
    margin-top: 2px;
    width: 24px;
    cursor: pointer;
    appearance: none;
    position: relative;
    border-radius: 10px;
}.contact .message-box input[type="checkbox"]:checked {
    border-color: rgb(214,195,162);
    background: rgb(214,195,162);
}.contact .message-box input[type="checkbox"]:checked::after {
    font-size: 16px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    content: "✓";
    position: absolute;
    color: #ffffff;
}.contact .message-box label {
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
}.contact .message-box a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(214,195,162);
    transition: all 0.3s ease;
}.contact .message-box a:hover {
    color: rgb(191,162,116);
}.contact .inquiry-query {
    letter-spacing: 1px;
    align-self: flex-start;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(214,195,162);
    font-weight: 600;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    padding: 15px 35px;
}.contact .inquiry-query::before {
    content: "";
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    top: 0;
    height: 100%;
}.contact .inquiry-query:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(191,162,116);
    transform: translateY(-3px);
}.contact .inquiry-query:hover::before {
    left: 100%;
}.contact svg {
    vertical-align: middle;
    fill: rgb(214,195,162);
    height: 22px;
    margin-right: 10px;
    width: 22px;
}.contact svg path {
    fill: rgb(214,195,162);
}

@media (max-width: 992px) {.contact .inquiry-info {
    grid-template-columns: 1fr;
}.contact .img-overlay-box {
    border-radius: 0;
    grid-row: 1;
    grid-column: 1;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    min-height: 300px;
}.contact .reach-info {
    padding: 40px 30px;
    grid-column: 1;
    grid-row: 2;
}
}

@media (max-width: 768px) {.contact {
    padding: 50px 0;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(32px - 4px);
}.contact .reach-info {
    padding: 30px 25px;
}.contact .img-overlay-box {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact {
    padding: 40px 0;
}.contact .container {
    padding: 0 15px;
}.contact h2::after {
    width: 40px;
}.contact .reach-info {
    padding: 25px 20px;
}.contact #contact {
    gap: 20px;
}.contact .inquiry-query {
    width: 100%;
    padding: 14px 20px;
}.contact .img-overlay-box {
    min-height: 200px;
}}.gratSpace {
    background: linear-gradient(135deg, rgb(191,162,116,0.5), rgb(214,195,162,0.5));
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.gratSpace::before {
    pointer-events: none;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}.gratSpace::after {
    bottom: -5px;
    opacity: 0.7;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(191,162,116) 25%, 
        rgb(214,195,162) 75%, 
        transparent 100%);
    content: "";
    height: 10px;
    animation: shimmer 4s infinite ease-in-out;
    left: 0;
    z-index: 2;
    position: absolute;
}.gratSpace .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    z-index: 3;
}.gratSpace .learning-space {
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    border-radius: 10px;
    transform-style: preserve-3d;
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease-out;
    padding: 4rem 3rem;
}.gratSpace .learning-space::before {
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgb(214,195,162,0.5) 0%, 
        transparent 70%);
    width: 200px;
    opacity: 0.7;
    top: -10%;
    filter: blur(20px);
    right: -10%;
    position: absolute;
    animation: float 8s infinite ease-in-out;
    z-index: -1;
    content: "";
}.gratSpace .learning-space:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.gratSpace .learning-space > div:first-child {
    position: relative;
    transform: translateY(0);
    margin-bottom: 2rem;
    animation: fadeSlideUp 0.8s ease-out;
    opacity: 1;
}.gratSpace .learning-space > div:last-child {
    opacity: 1;
    position: relative;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
}.gratSpace h5 {
    color: rgb(214,195,162);
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin: 0 0 1rem;
    font-size: 21px;
}.gratSpace h5::after {
    border-radius: 2px;
    width: 60%;
    position: absolute;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(191,162,116), transparent);
    transform: scaleX(0);
    transform-origin: left;
    height: 3px;
}.gratSpace a {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}.gratSpace a:hover p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: rgb(214,195,162);
    transform: translateY(-3px);
}.gratSpace p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    color: #000000;
    margin: 0;
    transition: all 0.4s ease;
    font-weight: 400;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.gratSpace {
    padding: 5rem 0;
}.gratSpace .learning-space {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2.5rem;
}.gratSpace h5 {
    font-size: calc(21px * 0.95);
}.gratSpace p {
    font-size: calc(14px * 0.98);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.gratSpace {
    padding: 4rem 0;
}.gratSpace .learning-space {
    padding: 2.5rem 2rem;
    transform: none;
}.gratSpace .learning-space::before {
    width: 150px;
    height: 150px;
}.gratSpace h5 {
    font-size: calc(21px * 0.9);
}.gratSpace h5::after {
    width: 50%;
}.gratSpace p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.gratSpace {
    padding: 3rem 0;
}.gratSpace .container {
    width: 92%;
}.gratSpace .learning-space {
    padding: 2rem 1.5rem;
}.gratSpace .learning-space > div:first-child {
    margin-bottom: 1.5rem;
}.gratSpace h5 {
    font-size: calc(21px * 0.85);
}.gratSpace p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.desktop-app {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 40px;
    z-index: 1;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.desktop-app .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}.desktop-app .company_holder {
    position: relative;
    flex: 0 0 30%;
    padding-right: 30px;
}.desktop-app .company_holder::after {
    background: linear-gradient(to bottom, transparent, rgb(214,195,162), transparent);
    height: 80%;
    position: absolute;
    right: 0;
    content: '';
    top: 10%;
    width: 1px;
}.desktop-app .company_holder h3 {
    display: inline-block;
    text-shadow: 0 0 10px rgb(214,195,162,0.5);
    position: relative;
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
    color: #ffffff;
    font-weight: 700;
}.desktop-app .company_holder h3::after {
    position: absolute;
    transition: width 0.3s ease-in-out;
    background: rgb(214,195,162);
    content: '';
    width: 40%;
    left: 0;
    bottom: -5px;
    height: 2px;
}.desktop-app .company_holder h3:hover::after {
    width: 100%;
}.desktop-app .teach-supp {
    line-height: 1.6;
    font-size: 12px;
    border-radius: 10px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 15px;
    color: #ffffff;
    backdrop-filter: blur(5px);
}.desktop-app .teach-supp:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}.desktop-app .citation {
    flex: 0 0 65%;
    display: flex;
    position: relative;
    justify-content: space-between;
}.desktop-app .site-study {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    display: flex;
}.desktop-app .first-pagebar {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    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);
    border-radius: 20px;
    flex: 0 0 45%;
}.desktop-app .first-pagebar::before {
    content: '';
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    inset: 0;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    position: absolute;
}.desktop-app .first-pagebar:hover::before {
    transform: translateX(100%);
}.desktop-app .first-pagebar h5 {
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}.desktop-app .first-pagebar h5::after {
    left: 0;
    position: absolute;
    content: '';
    transition: width 0.3s ease, box-shadow 0.3s ease;
    background: rgb(214,195,162);
    width: 40px;
    bottom: 0;
    height: 2px;
}.desktop-app .first-pagebar:hover h5::after {
    box-shadow: 0 0 8px rgb(214,195,162), 0 0 16px rgb(214,195,162,0.5);
    width: 70px;
}.desktop-app .first-pagebar .site-study {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.desktop-app .first-pagebar .site-study a {
    font-size: calc(12px * 0.95);
    opacity: 0.85;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    display: inline-block;
    padding-left: 0;
    position: relative;
}.desktop-app .first-pagebar .site-study a::before {
    position: absolute;
    height: 1px;
    transform-origin: left;
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    width: 0;
    bottom: -2px;
    left: 0;
    background: linear-gradient(90deg, rgb(214,195,162), transparent);
}.desktop-app .first-pagebar .site-study a:hover {
    padding-left: 5px;
    opacity: 1;
    color: #ffffff;
}.desktop-app .first-pagebar .site-study a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(214,195,162,0.5);
}.site-map {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.site-map::before {
    background: linear-gradient(90deg, transparent, rgb(214,195,162,0.5), transparent);
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 1px;
}.site-map .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.site-map .webinar-live {
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    transition: opacity 0.3s ease;
}.site-map .webinar-live:hover {
    opacity: 1;
}

@media (max-width: 991px) {.desktop-app {
    padding: 60px 0 30px;
}.desktop-app .container {
    flex-direction: column;
}.desktop-app .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
}.desktop-app .company_holder::after {
    display: none;
}.desktop-app .citation {
    flex: 0 0 100%;
}.desktop-app .first-pagebar {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.desktop-app {
    padding: 40px 0 20px;
}.desktop-app .site-study {
    flex-direction: column;
}.desktop-app .first-pagebar {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.desktop-app .company_holder h3 {
    font-size: calc(29px * 0.8);
}.desktop-app .first-pagebar h5 {
    font-size: calc(20px * 0.9);
}.site-map .webinar-live {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.desktop-app {
    padding: 30px 0 15px;
}.desktop-app .company_holder {
    margin-bottom: 30px;
}.desktop-app .company_holder h3 {
    font-size: calc(29px * 0.7);
}.desktop-app .first-pagebar h5 {
    font-size: calc(20px * 0.8);
}.site-map {
    padding: 10px 0;
}.site-map .webinar-live {
    font-size: calc(15px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    position: absolute;
    opacity: 0.3;
    left: 0;
    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);
    content: '';
    background-size: 50px 50px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}.desktop-app .company_holder h3 {
    position: relative;
    overflow: hidden;
}.desktop-app .company_holder h3::before {
    transition: 0.5s;
    left: -100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    pointer-events: none;
    content: '';
    height: 100%;
}.desktop-app .company_holder h3:hover::before {
    left: 100%;
}.developer-experience {
    background: linear-gradient(135deg, rgb(235,224,204) 0%, rgb(214,195,162,0.5) 100%);
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
}.developer-experience::before {
    height: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(214,195,162,0.5) 0px,
    rgb(214,195,162,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.08;
}.developer-experience::after {
    content: "";
    top: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(191,162,116,0.5) 0%, transparent 70%);
    right: -50%;
    opacity: 0.15;
    z-index: 0;
    width: 100%;
    height: 100%;
}.developer-experience .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.developer-experience .feedback-stories {
    background: #ffffff;
    grid-template-columns: 1fr;
    isolation: isolate;
    gap: 2rem;
    position: relative;
    padding: 3rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.developer-experience .feedback-stories::before {
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(214,195,162), rgb(191,162,116));
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
}.developer-experience .feedback-stories > div:first-child {
    justify-content: center;
    order: 1;
    align-items: center;
    display: flex;
}.developer-experience .feedback-stories .img-overlay-box {
    width: 200px;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateY(-10px) rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.developer-experience .feedback-stories .img-overlay-box::after {
    position: absolute;
    mix-blend-mode: overlay;
    inset: 0;
    content: "";
    background: linear-gradient(to top right, rgba(rgb(214,195,162), 0.2), transparent);
    z-index: 1;
}.developer-experience .feedback-stories .img-overlay-box:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.developer-experience .feedback-stories > div:nth-child(2) {
    padding-left: 1rem;
    order: 2;
    border-left: 1px solid rgb(214,195,162,0.5);
}.developer-experience .feedback-stories .name {
    color: rgb(214,195,162);
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.1);
}.developer-experience .feedback-stories .name::after {
    height: 2px;
    transform-origin: left;
    width: 60%;
    content: "";
    left: 0;
    transition: transform 0.3s ease-out;
    background: rgb(191,162,116);
    position: absolute;
    transform: scaleX(0.7);
    bottom: -4px;
}.developer-experience .feedback-stories .name:hover::after {
    transform: scaleX(1);
}.developer-experience .feedback-stories > div:nth-child(2) > div {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0.5rem;
    color: rgb(191,162,116);
    letter-spacing: 0.5px;
}.developer-experience .feedback-stories > div:nth-child(3) {
    margin-top: 1rem;
    order: 3;
    position: relative;
}.developer-experience .feedback-stories .job-exp {
    background: linear-gradient(to right, rgb(235,224,204) 0%, transparent 100%);
    line-height: 1.7;
    margin: 0;
    position: relative;
    padding: 1.5rem;
    color: #000000;
    font-size: 18px;
    border-radius: 10px;
}.developer-experience .feedback-stories .job-exp::before {
    line-height: 1;
    opacity: 0.3;
    top: -0.5rem;
    position: absolute;
    content: "";
    color: rgb(214,195,162,0.5);
    font-size: 5rem;
    left: 0;
}

@media (min-width: 768px) {.developer-experience .feedback-stories {
    grid-template-columns: 250px 1fr;
    grid-template-areas: 
      "photo info"
      "quote quote";
    padding: 4rem;
    gap: 3rem;
}.developer-experience .feedback-stories > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.developer-experience .feedback-stories > div:nth-child(2) {
    grid-area: info;
    padding-left: 0;
    align-self: center;
    border-left: none;
}.developer-experience .feedback-stories > div:nth-child(3) {
    grid-area: quote;
}.developer-experience .feedback-stories .job-exp {
    background: linear-gradient(135deg, rgb(235,224,204) 0%, transparent 100%);
    padding: 2rem;
}
}

@media (min-width: 992px) {.developer-experience .feedback-stories {
    gap: 3rem 4rem;
    grid-template-columns: 300px 1fr;
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
}.developer-experience .feedback-stories > div:first-child {
    align-self: start;
}.developer-experience .feedback-stories .img-overlay-box {
    height: 280px;
    width: 280px;
}.developer-experience .feedback-stories .name {
    font-size: calc(18px * 1.3);
}.developer-experience .feedback-stories > div:nth-child(2) > div {
    font-size: calc(18px * 1.1);
}.developer-experience .feedback-stories .job-exp {
    line-height: 1.8;
    padding: 2.5rem;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.developer-experience .feedback-stories {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
}.developer-experience .feedback-stories:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.developer-experience .feedback-stories .img-overlay-box {
    height: 320px;
    width: 320px;
}
}

@media (max-width: 767px) {.developer-experience {
    padding: 3rem 0;
}.developer-experience .container {
    padding: 0 1.5rem;
}.developer-experience .feedback-stories {
    transform: none;
    padding: 2rem 1.5rem;
}.developer-experience .feedback-stories .img-overlay-box {
    height: 180px;
    width: 180px;
}}.reach-out-info {
    background: linear-gradient(135deg, rgb(214,195,162,0.5) 0%, rgb(191,162,116,0.5) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.reach-out-info:before {
    position: absolute;
    width: 200%;
    opacity: 0.06;
    left: -50%;
    height: 200%;
    background: conic-gradient(from 90deg at 50% 50%, rgb(214,195,162) 0%, transparent 25%, rgb(191,162,116) 50%, transparent 75%);
    z-index: -1;
    top: -50%;
    animation: rotateConic 20s infinite linear;
    content: '';
}.reach-out-info:after {
    opacity: 0.12;
    z-index: -1;
    right: 0;
    background: radial-gradient(circle at 80% 80%, rgb(191,162,116,0.5) 0%, transparent 60%);
    content: '';
    animation: pulseWave 12s infinite ease-in-out;
    bottom: 0;
    position: absolute;
    height: 70%;
    width: 70%;
}.reach-out-info .container {
    display: flex;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1280px;
    gap: 60px;
}.reach-out-info .contact-form {
    border-radius: 21px;
    padding: 60px;
    display: flex;
    box-shadow: 0 20px 50px rgb(214,195,162,0.5);
    gap: 40px;
    background: #ffffff;
    flex-wrap: wrap;
    transition: all 0.5s ease;
}.reach-out-info .contact-form:hover {
    box-shadow: 0 30px 70px rgb(191,162,116,0.5);
}.reach-out-info .connect-experts {
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    color: rgb(214,195,162);
    font-size: 32px;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto 40px;
    font-weight: 700;
}.reach-out-info .connect-experts:after {
    height: 3px;
    border-radius: 10px;
    bottom: -15px;
    background: rgb(191,162,116);
    animation: expandLine 2s infinite ease;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    width: 80px;
}.reach-out-info .img-overlay-box {
    height: 300px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    max-width: 400px;
    flex: 0 0 40%;
    border-radius: 21px;
}.reach-out-info .img-overlay-box:before {
    background: linear-gradient(90deg, transparent 70%, rgb(214,195,162,0.5) 85%, transparent 100%);
    content: '';
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}.reach-out-info .img-overlay-box:hover:before {
    opacity: 0.3;
}.reach-out-info .img-overlay-box:hover {
    box-shadow: 0 15px 40px rgb(191,162,116,0.5);
    transform: translateY(-5px);
}.reach-out-info .message-infoAito {
    align-self: center;
    gap: 25px;
    flex: 1 1 55%;
    display: grid;
}.reach-out-info .message-infoAito p {
    line-height: 1.7;
    padding-left: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    color: #000000;
    margin: 0;
}.reach-out-info .message-infoAito p svg {
    margin: 0 15px;
    height: 22px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 22px;
}.reach-out-info .message-infoAito p svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,162,116);
}.reach-out-info .message-infoAito p span {
    color: rgb(214,195,162);
    font-weight: 600;
}.reach-out-info .message-infoAito p a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(191,162,116);
    text-decoration: none;
}.reach-out-info .message-infoAito p a:after {
    width: 100%;
    height: 1px;
    bottom: -3px;
    content: '';
    transform-origin: left;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    background: rgb(191,162,116);
}.reach-out-info .message-infoAito p a:hover:after {
    transform: scaleX(1);
}.reach-out-info .talk-team {
    padding: 40px;
    box-shadow: 0 15px 35px rgb(214,195,162,0.5);
    border-radius: 21px;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    transition: all 0.4s ease;
    width: 100%;
    background: rgb(235,224,204);
}.reach-out-info .talk-team:hover {
    background: #ffffff;
    box-shadow: 0 25px 55px rgb(191,162,116,0.5);
}.reach-out-info .support-contact {
    align-items: center;
    margin-bottom: 25px;
    font-size: 21px;
    display: flex;
    color: rgb(214,195,162);
    justify-content: center;
    font-weight: 600;
    position: relative;
}.reach-out-info .support-contact svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}.reach-out-info .support-contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(214,195,162);
}.reach-out-info .talk-team:hover .support-contact svg path {
    fill: rgb(191,162,116);
}.reach-out-info .support-contact:before {
    content: '';
    transform: translateX(-50%);
    top: -10px;
    animation: pulseLine 1.5s infinite ease;
    left: 50%;
    position: absolute;
    background: rgb(191,162,116);
    width: 40px;
    height: 1px;
}.reach-out-info .edu-reach {
    display: grid;
    gap: 20px;
}.reach-out-info .reach-section {
    align-items: center;
    background: #ffffff;
    padding: 15px 25px;
    font-weight: 400;
    display: flex;
    transition: all 0.3s ease;
    justify-content: center;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    position: relative;
}.reach-out-info .reach-section svg {
    height: 18px;
    margin-right: 0;
    width: 0;
    transition: all 0.3s ease;
    opacity: 0;
}.reach-out-info .reach-section svg path {
    fill: rgb(214,195,162);
}.reach-out-info .reach-section:hover {
    box-shadow: 0 10px 20px rgb(214,195,162,0.5);
    background: rgb(191,162,116,0.5);
    transform: translateY(-5px);
    padding-left: 15px;
}.reach-out-info .reach-section:hover svg {
    width: 18px;
    margin-right: 8px;
    opacity: 1;
}

@media screen and (max-width: 1024px) {.reach-out-info {
    padding: 100px 0;
}.reach-out-info .contact-form {
    gap: 30px;
    padding: 50px;
}.reach-out-info .img-overlay-box {
    height: 280px;
    flex: 0 0 35%;
}.reach-out-info .message-infoAito {
    flex: 1 1 60%;
}.reach-out-info .talk-team {
    padding: 35px;
}.reach-out-info .message-infoAito p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}
}

@media screen and (max-width: 768px) {.reach-out-info {
    padding: 80px 0;
}.reach-out-info .contact-form {
    padding: 40px;
    flex-direction: column;
}.reach-out-info .img-overlay-box {
    flex: unset;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}.reach-out-info .message-infoAito {
    flex: 0 0 100%;
}.reach-out-info .talk-team {
    padding: 30px;
}.reach-out-info .message-infoAito p svg {
    margin: 0 10px;
    width: 18px;
    height: 18px;
}.reach-out-info .support-contact svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}
}

@media screen and (max-width: 480px) {.reach-out-info {
    padding: 60px 0;
}.reach-out-info .contact-form {
    padding: 30px;
}.reach-out-info .img-overlay-box {
    height: 250px;
}.reach-out-info .connect-experts {
    font-size: calc(32px * 0.85);
}.reach-out-info .talk-team {
    padding: 25px;
}.reach-out-info .reach-section {
    padding: 12px 20px;
}.reach-out-info .message-infoAito p svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.reach-out-info .support-contact svg {
    height: 18px;
    width: 18px;
    margin-right: 6px;
}}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseWave {
    0% {
        transform: scale(1);
        opacity: 0.12;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.18;
    }
    100% {
        transform: scale(1);
        opacity: 0.12;
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@keyframes pulseLine {
    0% {
        width: 40px;
        opacity: 1;
    }
    50% {
        width: 60px;
        opacity: 0.6;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}header .main-lead {
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(214,195,162,0.5) 0%, rgb(191,162,116) 100%);
    border-bottom-left-radius: 20px;
    overflow: visible;
    display: flex;
    position: relative;
    padding: 1.5rem 2rem;
    border-bottom-right-radius: 0;
    left: 0;
    align-items: center;
    z-index: 100;
}header .main-lead .top-pro {
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}header .main-lead .top-pro .nav-wrap {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .main-lead .top-pro .nav-wrap:hover {
    transform: translateY(-8px) rotate(0deg);
}header .main-lead .top-pro svg {
    width: 80px;
    height: auto;
}header .main-lead .first-pagebar {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
}header .main-lead .first-pagebar::before {
    background: linear-gradient(45deg, transparent 0%, rgb(214,195,162,0.5) 100%);
    content: "";
    height: calc(100% + 20px);
    border-radius: 10px;
    top: -10px;
    left: -20px;
    opacity: 0;
    z-index: -1;
    width: calc(100% + 40px);
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}header .main-lead .main-page {
    position: relative;
    transition: transform 0.3s ease;
}header .main-lead .main-page a {
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    display: block;
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
    font-size: 20px;
}header .main-lead .main-page a::before {
    content: "";
    transform: scaleX(0) rotate(-2deg);
    position: absolute;
    background: rgb(191,162,116);
    transform-origin: right;
    transition: transform 0.3s ease;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
}header .main-lead .main-page a:hover {
    color: rgb(191,162,116);
}header .main-lead .main-page a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .main-lead {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    transform: skewX(0);
    padding: 1rem;
    flex-direction: column;
    box-sizing: border-box;
}header .main-lead .top-pro {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .main-lead .first-pagebar {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    transform: skewX(0);
}header .main-lead .first-pagebar::before {
    transform: skewX(0);
}header .main-lead .first-pagebar:hover::before {
    transform: skewX(0);
}header .main-lead .main-page {
    margin: 0.25rem;
}header .main-lead .main-page:nth-child(odd),
  header .main-lead .main-page:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .main-lead {
    padding: 0.75rem;
}header .main-lead .first-pagebar {
    flex-direction: column;
    align-items: center;
}header .main-lead .main-page {
    text-align: center;
    width: 100%;
}header .main-lead .top-pro svg {
    width: 100px;
}}.our-background {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}.our-background::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 20, 0.85) 0%, rgba(0, 20, 40, 0.75) 50%, rgba(0, 40, 80, 0.9) 100%);
    right: 0;
    bottom: 0;
    z-index: 1;
}.our-background::after {
    width: 40%;
    right: -10%;
    transform: rotate(-15deg) skew(20deg);
    background: rgb(214,195,162);
    filter: blur(50px);
    opacity: 0.1;
    height: 70%;
    top: -10%;
    content: "";
    position: absolute;
    animation: glow 20s infinite alternate;
    z-index: 1;
}.our-background .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.our-background .label-holder {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg);
    border-left: 4px solid rgb(214,195,162);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.our-background .label-holder:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our-background .label-holder > div:first-child {
    display: inline-block;
    margin-bottom: 0.5rem;
}.our-background .label-holder h5 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    background: rgb(214,195,162);
    position: relative;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(214,195,162) 0%, rgb(191,162,116) 100%);
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
    transform: translateX(-1.5rem);
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    font-size: 22px;
}.our-background .label-holder h5::before {
    bottom: -10px;
    width: 20px;
    content: "";
    filter: blur(10px);
    background: rgb(214,195,162);
    height: 20px;
    position: absolute;
    animation: pulse 3s infinite alternate;
    border-radius: 50%;
    left: -10px;
    opacity: 0.3;
}.our-background .label-holder > div:nth-child(2) {
    margin-bottom: 1.5rem;
    position: relative;
}.our-background .label-holder > div:nth-child(2) p {
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    margin: 0.5rem 0 1.5rem;
    position: relative;
    font-size: calc(22px * 1.2);
    line-height: 1.4;
}.our-background .label-holder > div:nth-child(2) p::after {
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(214,195,162) 0%, transparent 100%);
}.our-background .label-holder ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.our-background .label-holder ol li {
    column-count: 1;
    opacity: 0.85;
    position: relative;
    color: #ffffff;
    line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.our-background .label-holder ol li::first-letter {
    font-weight: 700;
    margin-right: 0.25rem;
    float: left;
    color: rgb(214,195,162);
    font-size: 1.5em;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes glow {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skew(20deg);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-12deg) skew(15deg) translateX(-5%);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-18deg) skew(25deg) translateX(5%);
    }
}

@media (min-width: 768px) {.our-background {
    padding: 150px 0;
}.our-background .label-holder {
    margin-left: 5%;
    padding: 4rem;
    width: 90%;
}.our-background .label-holder ol li {
    column-gap: 3rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.our-background .label-holder {
    width: 80%;
    margin-left: 10%;
}.our-background .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.our-background {
    padding: 80px 0;
}.our-background .label-holder {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.our-background .label-holder h5 {
    font-size: calc(22px * 0.9);
    padding: 0.4rem 1.2rem;
}.our-background .label-holder > div:nth-child(2) p {
    font-size: calc(22px * 1.1);
}.our-background .label-holder ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.our-background {
    padding: 60px 0;
}.our-background .label-holder {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.our-background .label-holder h5 {
    font-size: calc(22px * 0.8);
    padding: 0.3rem 1rem;
}}.offer-selection {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.offer-selection::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    position: absolute;
    content: "";
    right: 0;
}.offer-selection .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.offer-selection .package-price {
    position: relative;
}.offer-selection h2 {
    text-align: center;
    font-weight: 700;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 28px;
    transform: perspective(1000px) translateZ(30px);
    position: relative;
}.offer-selection h2::after {
    left: 50%;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(214,195,162,0.5), rgb(214,195,162), rgb(214,195,162,0.5));
    bottom: -15px;
}.offer-selection .pricing-catalog {
    color: #ffffff;
    font-weight: 300;
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    margin: 0 auto 50px;
    opacity: 0.9;
    max-width: 800px;
}.offer-selection .indv-cost {
    padding: 0;
    gap: 30px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
}.offer-selection .indv-cost li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.offer-selection .monthly-rate {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    display: block;
}.offer-selection .bundle-offer {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    transform-style: preserve-3d;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    overflow: hidden;
}.offer-selection .bundle-offer::before {
    content: "";
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(214,195,162), rgb(191,162,116));
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scaleX(0.8);
}.offer-selection .bundle-offer::after {
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    background: radial-gradient(circle, rgb(214,195,162,0.5) 0%, transparent 70%);
    transition: all 0.6s ease;
    content: "";
    transform: translate(30%, 30%);
    z-index: -1;
    height: 150px;
    opacity: 0.2;
}.offer-selection .cost-matrix {
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
}.offer-selection .cost-matrix h4 {
    transform: translateZ(10px);
    color: #ffffff;
    margin: 0 0 25px;
    padding-bottom: 15px;
    font-size: calc(24px * 1.2);
    font-weight: 600;
    position: relative;
}.offer-selection .cost-matrix h4::after {
    width: 50px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgb(191,162,116);
    transition: width 0.4s ease;
}.offer-selection .cost-matrix p {
    transform: translateZ(5px);
    overflow-wrap: break-word;
    opacity: 0.8;
    overflow-y: auto;
    padding-right: 5px;
    font-weight: 300;
    max-height: 250px;
    color: #ffffff;
    word-break: break-word;
    line-height: 1.7;
    font-size: 13px;
    margin: 0 0 30px;
}.offer-selection .cost-matrix p::-webkit-scrollbar {
    width: 4px;
}.offer-selection .cost-matrix p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(214,195,162,0.5);
}.offer-selection .cost-matrix p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.offer-selection .fee-chart {
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding: 10px 5px;
    color: #ffffff;
    transform: translateZ(15px);
    font-size: calc(24px * 1.5);
    transition: all 0.4s ease;
}.offer-selection .fee-chart::before {
    opacity: 0.6;
    transform-origin: center;
    content: "";
    transform: scaleX(0.5);
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(191,162,116), transparent);
    bottom: 5px;
    position: absolute;
    height: 2px;
}.offer-selection .monthly-rate:hover .bundle-offer {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
}.offer-selection .monthly-rate:hover .bundle-offer::before {
    opacity: 1;
    transform: scaleX(1);
}.offer-selection .monthly-rate:hover .bundle-offer::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}.offer-selection .monthly-rate:hover .cost-matrix h4::after {
    width: 80px;
}.offer-selection .monthly-rate:hover .fee-chart {
    transform: translateZ(25px) scale(1.05);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.offer-selection .monthly-rate:hover .fee-chart::before {
    transform: scaleX(0.8);
    opacity: 1;
}

@media (max-width: 1200px) {.offer-selection {
    padding: 80px 0;
}.offer-selection .indv-cost {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.offer-selection {
    padding: 70px 0;
}.offer-selection h2 {
    font-size: calc(28px * 0.9);
}.offer-selection .pricing-catalog {
    margin-bottom: 40px;
    font-size: 13px;
}.offer-selection .indv-cost {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.offer-selection .bundle-offer {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.offer-selection {
    padding: 60px 0;
}.offer-selection h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.offer-selection .pricing-catalog {
    margin-bottom: 30px;
}.offer-selection .indv-cost {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.offer-selection .cost-matrix h4 {
    font-size: 24px;
}.offer-selection .fee-chart {
    font-size: calc(24px * 1.3);
}
}

@media (max-width: 480px) {.offer-selection {
    padding: 50px 0;
}.offer-selection .bundle-offer {
    padding: 25px 20px;
}.offer-selection .cost-matrix p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    max-height: 200px;
}.offer-selection .fee-chart {
    font-size: calc(24px * 1.2);
}
}

@media (hover: none) {.offer-selection .bundle-offer {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.offer-selection .bundle-offer::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.offer-selection .cost-matrix h4::after {
    width: 60px;
}}.secure-citadel {
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(214,195,162,0.5);
    background-color: rgb(214,195,162);
    line-height: 1.6;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid rgb(214,195,162,0.5);
}.secure-citadel h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: rgb(191,162,116);
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 1px solid rgb(191,162,116,0.5);
    font-size: 43px;
    font-weight: 700;
}.secure-citadel h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 15px;
    border-left: 5px solid rgb(214,195,162);
    margin-top: 40px;
    margin-bottom: 20px;
    color: rgb(191,162,116);
}.secure-citadel ul {
    margin: 1rem 0;
    list-style-type: none;
    padding: 0;
}.secure-citadel li {
    font-size: 13px;
    display: flex;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    border-radius: 10px;
    align-items: center;
}.secure-citadel li::before {
    margin-right: 10px;
    color: rgb(191,162,116);
    content: '✦';
    font-size: 1.2em;
}.secure-citadel p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #ffffff;
}.secure-citadel span {
    font-weight: 600;
    color: rgb(214,195,162);
    background-color: rgb(214,195,162,0.5);
    border-radius: 10px;
    padding: 3px 6px;
}.secure-citadel a {
    font-weight: 600;
    color: rgb(191,162,116);
    text-decoration: none;
    border-bottom: 1px dashed rgb(191,162,116);
}.secure-citadel a:hover {
    color: rgb(214,195,162);
    border-bottom: 1px dashed rgb(214,195,162);
}
@media only screen and (max-width: 800px) {.secure-citadel {
    padding: 30px;
}.secure-citadel h1 {
    font-size: calc(23px * 0.8);
}.secure-citadel h2 {
    font-size: calc(23px * 0.8);
}.secure-citadel p {
    font-size: calc(13px * 0.9);
}.secure-citadel li {
    padding: 10px;
}}.program-outcomes {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(191,162,116,0.5), 0.05), rgba(rgb(214,195,162,0.5), 0.1));
    position: relative;
}.program-outcomes::before {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(214,195,162,0.5), 0.08), transparent 60%);
    z-index: 0;
    height: 100%;
}.program-outcomes::after {
    z-index: 0;
    right: -80px;
    height: 200px;
    position: absolute;
    width: 200px;
    content: "";
    bottom: -80px;
    background: radial-gradient(circle, rgba(rgb(191,162,116,0.5), 0.2), transparent 70%);
}.program-outcomes h5 {
    z-index: 1;
    font-size: calc(22px * 1.1);
    margin-bottom: 3rem;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    color: #000000;
    position: relative;
    font-weight: 700;
}.program-outcomes h5::after {
    content: "";
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(214,195,162), rgb(191,162,116));
    width: 60px;
    position: absolute;
    left: 50%;
    bottom: -12px;
}.program-outcomes .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.program-outcomes .learning-space {
    padding: 1.5rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    border-radius: 23px;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    display: flex;
    background-color: #ffffff;
    gap: 2.5rem;
}.program-outcomes .learning-space:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-5px);
}.program-outcomes .img-overlay-box {
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 300px;
    object-fit: cover;
    width: 100%;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: scale(1);
}.program-outcomes .learning-space:hover .img-overlay-box {
    transform: scale(1.02);
}.program-outcomes .label-holder {
    padding: 1rem 0 0.5rem;
}.program-outcomes ul {
    padding: 0;
    gap: 1.25rem;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
}.program-outcomes li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 2.5rem;
    transform: translateX(0);
}.program-outcomes li:hover {
    transform: translateX(5px);
}.program-outcomes li::before {
    z-index: -1;
    transform-origin: left;
    height: 100%;
    transform: scaleX(0.9);
    top: 0;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgba(rgb(214,195,162,0.5), 0.05), transparent);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}.program-outcomes li:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.program-outcomes li p {
    font-size: calc(12px * 0.95);
    margin: 0;
    line-height: 1.5;
    position: relative;
    display: flex;
    color: #000000;
    align-items: flex-start;
}.program-outcomes li svg {
    width: 22px;
    height: 22px;
    left: -2rem;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
}.program-outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.program-outcomes li svg path {
    fill: rgb(214,195,162);
    transition: fill 0.3s ease;
}.program-outcomes li:hover svg path {
    fill: rgb(191,162,116);
}

@media (min-width: 768px) {.program-outcomes {
    padding: 7rem 0;
}.program-outcomes h5 {
    margin-bottom: 4rem;
    font-size: calc(22px * 1.25);
}.program-outcomes h5::after {
    height: 4px;
    width: 80px;
}.program-outcomes .learning-space {
    align-items: center;
    gap: 3.5rem;
    flex-direction: row;
    padding: 2.5rem;
}.program-outcomes .learning-space > div:first-child {
    flex: 0 0 45%;
}.program-outcomes .img-overlay-box {
    height: 360px;
}.program-outcomes .label-holder {
    flex: 1;
    padding: 0;
}.program-outcomes ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
}.program-outcomes li p {
    font-size: 12px;
}
}

@media (min-width: 1024px) {.program-outcomes {
    padding: 8rem 0;
}.program-outcomes h5 {
    font-size: calc(22px * 1.4);
}.program-outcomes .learning-space {
    gap: 5rem;
    padding: 3rem;
}.program-outcomes .learning-space > div:first-child {
    flex: 0 0 42%;
}.program-outcomes .img-overlay-box {
    height: 420px;
}.program-outcomes ul {
    gap: 2rem 1.5rem;
}.program-outcomes li p {
    font-size: calc(12px * 1.05);
    line-height: 1.6;
}.program-outcomes li:nth-child(odd) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.program-outcomes li:nth-child(odd):hover {
    transform: translateY(-5px);
}.program-outcomes li:nth-child(even) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.program-outcomes li:nth-child(even):hover {
    transform: translateY(5px);
}
}

@media (max-width: 767px) {.program-outcomes h5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding: 0 1rem;
}.program-outcomes .learning-space {
    padding: 1.25rem;
}.program-outcomes .img-overlay-box {
    height: 240px;
}.program-outcomes li {
    padding-left: 2.25rem;
}.program-outcomes li svg {
    height: 20px;
    left: -1.75rem;
    width: 20px;
}.program-outcomes li p {
    font-size: calc(12px * 0.9);
    line-height: 1.4;
}}.welcome-board {
    padding: 5rem 1.5rem;
    position: relative;
    background: linear-gradient(135deg, rgb(235,224,204) 0%, rgba(94,170,168,0.15) 100%);
    overflow: hidden;
}.welcome-board::before {
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgba(94,170,168,0.1) 0%, transparent 60%);
}.welcome-board::after {
    top: -20vw;
    animation: rotate 60s linear infinite;
    content: "";
    border-radius: 50%;
    height: 40vw;
    right: -20vw;
    z-index: 0;
    position: absolute;
    border: 1px solid rgba(94,170,168,0.2);
    width: 40vw;
}.welcome-board h1 {
    font-size: calc(19px * 1.2);
    position: relative;
    text-align: center;
    letter-spacing: 0.05em;
    z-index: 5;
    margin-bottom: 2rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    color: rgb(214,195,162);
    transform: translateY(0);
}.welcome-board h1::after {
    background: rgb(191,162,116);
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    border-radius: 10px;
}.welcome-board .learning-space {
    gap: 3rem;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    position: relative;
}.welcome-board .label-holder {
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 20px 40px rgba(94, 170, 168, 0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 29px;
}.welcome-board .label-holder:hover {
    transform: translateY(-5px);
}.welcome-board ol {
    padding: 0;
    list-style: none;
    margin: 0;
}.welcome-board li {
    margin-bottom: 2rem;
}.welcome-board li:last-child {
    margin-bottom: 0;
}.welcome-board .master-expert {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}.welcome-board svg {
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.2));
    width: 120px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 1.5rem;
    height: 120px;
}.welcome-board svg:hover {
    transform: scale(1.05) rotate(2deg);
}.welcome-board svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.welcome-board svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.welcome-board .master-expert p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 13px;
    max-width: 540px;
}.welcome-board .inquiry-query {
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 29px;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,195,162) 0%, rgb(191,162,116) 100%);
    position: relative;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.2), 
                0 3px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}.welcome-board .inquiry-query::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
    transition: left 0.6s ease;
    top: 0;
    width: 100%;
}.welcome-board .inquiry-query:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.welcome-board .inquiry-query:hover::before {
    left: 100%;
}.welcome-board .img-overlay-box {
    border-radius: 29px;
    height: 350px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 30px 60px rgba(94, 170, 168, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
}.welcome-board .img-overlay-box::after {
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    background: linear-gradient(0deg, rgba(94, 170, 168, 0.3) 0%, transparent 50%);
    position: absolute;
    width: 100%;
}

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

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 768px) {.welcome-board {
    padding: 6rem 3rem;
}.welcome-board h1 {
    margin-bottom: 3rem;
    font-size: calc(36px * 0.8);
}.welcome-board .learning-space {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.welcome-board .label-holder {
    flex: 1;
    padding: 3rem;
}.welcome-board .img-overlay-box {
    transform: rotate(-2deg) translateY(-20px);
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    flex: 1;
    height: 450px;
}.welcome-board .img-overlay-box:hover {
    transform: rotate(0deg) translateY(-25px);
}.welcome-board .master-expert {
    align-items: flex-start;
    text-align: left;
}.welcome-board svg {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 992px) {.welcome-board {
    padding: 8rem 4rem;
}.welcome-board::before {
    background: radial-gradient(circle at 20% 30%, rgba(94,170,168,0.15) 0%, transparent 70%);
}.welcome-board .learning-space {
    gap: 6rem;
}.welcome-board h1 {
    font-size: 36px;
}.welcome-board .label-holder {
    opacity: 0.95;
    transform: translateX(-50px);
    padding: 3.5rem;
}.welcome-board .label-holder:hover {
    transform: translateX(-50px) translateY(-5px);
    opacity: 1;
}.welcome-board .img-overlay-box {
    transform: rotate(-3deg) translateY(-30px) translateX(50px);
    height: 550px;
}.welcome-board .img-overlay-box:hover {
    transform: rotate(-1deg) translateY(-35px) translateX(45px);
}.welcome-board svg {
    width: 180px;
    height: 180px;
    animation: float 6s ease-in-out infinite;
}
}

@media (min-width: 1200px) {.welcome-board h1 {
    font-size: calc(36px * 1.2);
}.welcome-board .learning-space {
    gap: 8rem;
}.welcome-board .label-holder {
    padding: 4rem;
}.welcome-board .img-overlay-box {
    height: 600px;
}
}

@media (max-width: 767px) {.welcome-board .img-overlay-box {
    clip-path: polygon(0 5%, 100% 0, 95% 95%, 5% 100%);
}.welcome-board .inquiry-query {
    text-align: center;
    display: block;
}}.course-program-description {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(235,224,204) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course-program-description::before {
    content: "";
    z-index: 1;
    opacity: 0.6;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(214,195,162,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(191,162,116,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(214,195,162,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(191,162,116,0.5) 4%, transparent 8%);
    top: 0;
    left: 0;
    width: 100%;
    animation: backgroundPulse 15s infinite alternate;
    position: absolute;
}.course-program-description::after {
    left: -50%;
    transform: rotate(45deg);
    width: 200%;
    z-index: 0;
    height: 200%;
    content: "";
    position: absolute;
    animation: gradientRotate 20s infinite linear;
    background: linear-gradient(45deg, rgb(214,195,162,0.5) 0%, transparent 70%);
    opacity: 0.2;
    top: -50%;
}.course-program-description .container {
    position: relative;
    z-index: 5;
}.course-program-description .learning-space {
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(214,195,162,0.5);
    display: flex;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 30px;
    flex-wrap: wrap;
    position: relative;
}.course-program-description .learning-space::before {
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(214,195,162,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    width: 100%;
}.course-program-description .skill-work {
    position: relative;
    padding: 40px 50px;
    z-index: 2;
    flex: 1 1 55%;
}.course-program-description .top-pro {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
}.course-program-description .top-pro:hover {
    transform: perspective(1000px) rotateY(10deg);
}.course-program-description .top-pro svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
}.course-program-description .top-pro svg path {
    fill: rgb(214,195,162);
    transition: fill 0.3s ease;
}.course-program-description .top-pro:hover svg path {
    fill: rgb(191,162,116);
}.course-program-description .skill-work h3 {
    transform-style: preserve-3d;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}.course-program-description .skill-work h3::after {
    position: absolute;
    height: 3px;
    transform: translateZ(-5px);
    bottom: -12px;
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(214,195,162) 0%, rgb(191,162,116) 100%);
    content: "";
    filter: blur(1px);
    left: 0;
}.course-program-description .skill-work p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.7;
    font-size: 13px;
    max-width: 100%;
}.course-program-description .img-overlay-box {
    transform-style: preserve-3d;
    perspective: 1000px;
    min-height: 450px;
    flex: 1 1 45%;
    position: relative;
    transition: all 0.5s ease;
}.course-program-description .img-overlay-box::before {
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(214,195,162,0.5) 0%, transparent 70%);
    top: 0;
    animation: overlayPulse 8s infinite alternate;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    z-index: 1;
}.course-program-description .img-overlay-box::after {
    border: 1px solid #ffffff;
    opacity: 0.2;
    z-index: 2;
    bottom: 20px;
    content: "";
    right: 20px;
    transform: translateZ(20px);
    top: 20px;
    position: absolute;
    left: 20px;
    box-shadow: 0 0 30px rgb(214,195,162,0.5);
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.course-program-description .learning-space:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(214,195,162);
}.course-program-description .img-overlay-box:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.course-program-description {
    padding: 60px 0;
}.course-program-description .skill-work {
    padding: 30px 40px;
}.course-program-description .img-overlay-box {
    min-height: 380px;
}.course-program-description .top-pro svg {
    width: 100px;
}.course-program-description .skill-work h3 {
    font-size: calc(35px * 0.9);
}
}

@media screen and (max-width: 768px) {.course-program-description {
    padding: 50px 0;
}.course-program-description .learning-space {
    flex-direction: column-reverse;
}.course-program-description .skill-work {
    flex: 1 1 100%;
    padding: 30px 25px;
}.course-program-description .img-overlay-box {
    min-height: 300px;
    flex: 1 1 100%;
    width: 100%;
}.course-program-description .skill-work h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.course-program-description .skill-work p {
    margin-bottom: 20px;
}.course-program-description .top-pro {
    margin-bottom: 15px;
}.course-program-description .top-pro svg {
    width: 90px;
}.course-program-description .skill-work h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}
}

@media screen and (max-width: 480px) {.course-program-description {
    padding: 40px 0;
}.course-program-description .img-overlay-box {
    min-height: 250px;
}.course-program-description .skill-work {
    padding: 25px 20px;
}.course-program-description .skill-work h3 {
    font-size: calc(22px * 1.2);
}.course-program-description .top-pro svg {
    width: 80px;
}}.cookieAgreementModal {
    background: #ffffff;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(214,195,162);
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 1050;
}.accept-cookies {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}.edu-accept {
    margin-right: 15px;
    flex-shrink: 0;
}.edu-accept svg {
    transition: fill 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    fill: rgb(214,195,162);
}.online-cookies {
    flex-grow: 1;
    margin-right: 15px;
}.online-cookies h5 {
    font-size: 18px;
    margin-bottom: 5px;
    color: rgb(214,195,162);
    font-weight: 700;
}.online-cookies p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}.user-tracker {
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    font-size: 19px;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
}.cookie_button.privacy-learn {
    color: #ffffff;
    background-color: rgb(214,195,162);
    border-color: rgb(214,195,162);
}#cookie-banner-alert {
    display: none;
}#cookie-banner-alert:checked ~ .cookieAgreementModal {
    visibility: hidden;
    opacity: 0;
}.cookie_button.privacy-learn:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.user-status {
    color: #000000;
    background-color: rgb(191,162,116);
    border-color: rgb(191,162,116);
}.cookie_button.user-status:hover {
    background-color: rgb(214,195,162);
    border-color: rgb(214,195,162);
    color: #ffffff;
}.cookieAgreementModal p a {
    text-decoration: underline;
    color: rgb(214,195,162);
}.cookieAgreementModal p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.online-cookies h5 {
    font-size: calc(18px - 2px);
}.online-cookies p {
    font-size: calc(15px - 2px);
}.user-tracker {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.accept-cookies {
    flex-direction: column;
    align-items: center;
}.edu-accept {
    margin-bottom: 10px;
}.online-cookies {
    margin-bottom: 15px;
    text-align: center;
}.user-tracker {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
}
