.container {
    width: 1158px;
    max-width: 100%;
    margin: auto;
}

.nav-begin-51 {
    flex: 1 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

svg {
    width: 30px;
    height: 30px;
}

.homepage-52::before {
    right: -10%;
    animation: float 15s infinite ease-in-out;
    top: -10%;
    width: 40%;
    opacity: 0.4;
    height: 40%;
    z-index: 1;
    content: '';
    filter: blur(60px);
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(194,184,163,0.5) 0%, rgb(161,152,130) 100%);
}

.homepage-52 h1 {
    font-size: 33px;
    position: relative;
    opacity: 0;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 1.5rem;
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    transform: translateY(-20px);
}

.homepage-52 svg {
    width: 100px;
    margin-bottom: 1rem;
    animation: pulse 6s infinite ease-in-out;
    height: 100px;
    transform-origin: center;
}

.homepage-52 svg:hover path {
    fill: rgb(161,152,130);
}

.homepage-52 ul {
    padding: 0;
    animation: fadeUp 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    transform: translateY(-20px);
    margin: 0;
    list-style: none;
    opacity: 0;
}

.homepage-52 .feedback-inquiry-37:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.homepage-52 .img-panel-94::before {
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.4) 0%, rgba(94, 170, 168, 0) 50%);
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
}

header .nav-study-12 {
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .nav-study-12 {
    flex-direction: column;
    padding: 20px 15px;
}

header .nav-study-12 .page-top-67 .top-learning-84 svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
    height: 40px;
}

header .nav-study-12 .header-mentor-28 .nav-mentor-56 a {
    display: block;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 400;
}

header .nav-study-12 .header-mentor-28 .nav-mentor-56 a {
    font-size: calc(18px - 1px);
    padding: 5px 0;
}

.privacy-haven-16 h1, .privacy-haven-16 h2, .privacy-haven-16 h3, .privacy-haven-16 h4, .privacy-haven-16 h5, .privacy-haven-16 h6 {
    margin-bottom: 20px;
    color: rgb(194,184,163);
}

.privacy-haven-16 h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(194,184,163);
    font-weight: 700;
    font-size: 40px;
}


.privacy-haven-16 a {
    color: rgb(194,184,163);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

.privacy-haven-16 hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}

.contact-us-82::before {
    height: 100%;
    position: absolute;
    right: 0;
    content: "";
    width: 50%;
    opacity: 0.05;
    top: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(194,184,163,0.5),
        rgb(194,184,163,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}

.contact-us-82 .img-panel-94:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-us-82 form {
    width: 100%;
}

.contact-us-82 form input[type="text"] {
    color: #000000;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    width: 100%;
    padding: 16px 20px;
    background: rgb(232,217,197);
    transition: all 0.3s ease;
}

.contact-us-82 .query-box-96 input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-right: 2px solid #ffffff;
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffffff;
    top: 6px;
    transform: rotate(45deg);
    left: 8px;
    height: 10px;
}

.contact-us-82 form .feedback-inquiry-37 span {
    z-index: 1;
    position: relative;
}

.contact-us-82 svg path {
    fill: rgb(194,184,163);
    transition: fill 0.3s ease;
}

.tariff-block-19 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
}

.tariff-block-19 .group-rates-37 h2 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.tariff-block-19 .study-costs-81 {
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    overflow: hidden;
    animation-delay: calc(var(--index, 0) * 0.1s);
    height: 100%;
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
    text-decoration: none;
}

.tariff-block-19 .payment-option-57 {
    position: relative;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    word-break: break-word;
    display: inline-block;
    font-size: calc(21px * 1.2);
    overflow-wrap: break-word;
    padding: 8px 16px;
    margin: 10px 0 20px;
    font-weight: 700;
    border-radius: 10px;
    color: rgb(194,184,163);
}

.our-story-19 h4::after {
    position: absolute;
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(194,184,163);
    transition: width 0.4s ease;
    content: "";
    left: 50%;
    width: 60px;
}

.our-story-19 .text-inner-34 {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    border-radius: 10px;
    position: relative;
    padding: 3.5rem;
    max-width: 900px;
}

.our-story-19 .text-inner-34:hover h6 {
    transform: translateX(10px);
}

.appContent-07 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(194,184,163,0.5), 0.05), rgba(rgb(161,152,130,0.5), 0.1));
}

.appContent-07 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 30px;
}

.appContent-07 h2::after {
    height: 4px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    width: 120px;
    content: "";
    border-radius: 10px;
    transform: scaleX(0.8);
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(194,184,163), rgb(161,152,130));
}

.appContent-07 li::before {
    content: "";
    height: 8px;
    transform: translateY(-50%);
    top: 24px;
    left: 0;
    background: rgb(194,184,163);
    width: 8px;
    box-shadow: 0 0 10px rgba(rgb(194,184,163,0.5), 0.5);
    border-radius: 50%;
    position: absolute;
}

.appContent-07 .skill-space-39:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

.learning-process-72 {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(232,217,197) 0%, rgb(161,152,130,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}

.learning-process-72 .container.skill-space-39:hover {
    transform: translateY(-5px) rotateX(2deg);
}

.learning-process-72 .container.skill-space-39 > div {
    position: relative;
    padding: 3.5rem;
    overflow: hidden;
}

.learning-process-72 h3 {
    line-height: 1.2;
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(10px);
    color: #000000;
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.developer-experience-87 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(232,217,197) 0%, #ffffff 100%);
    padding: 120px 0;
}

.developer-experience-87 .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1140px;
}

.developer-experience-87 .review-quotes-54 > div:nth-child(1) {
    order: 1;
    width: 100%;
    position: relative;
}

.developer-experience-87 .img-panel-94 {
    width: 100%;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding-bottom: 60%;
    height: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.developer-experience-87 .review-quotes-54 > div:nth-child(2) > div {
    font-weight: 600;
    transform: translateZ(10px);
    opacity: 0.9;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    color: rgb(161,152,130);
    margin-bottom: 1rem;
    font-size: calc(17px * 0.95);
}

.ssl-info-58 .container {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-gap: 30px;
    display: grid;
}

.ssl-info-58 .company_holder h3::after {
    bottom: -8px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(194,184,163);
    width: 100%;
}

.ssl-info-58 .header-mentor-28 h5 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
}

.ssl-info-58 .header-mentor-28 h5,
.ssl-info-58 .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.level-up-18 {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    position: relative;
    padding: 25px 0;
    margin-top: 40px;
}

.ssl-info-58 .company_holder::before {
    position: absolute;
    content: "";
    left: 0;
    background: rgb(194,184,163);
    opacity: 0.5;
    height: 100%;
    width: 5px;
    top: 0;
}

.ssl-info-58 .first-section-85 {
    position: relative;
}

.ssl-info-58 .first-section-85::after {
    width: 100%;
    background: rgb(161,152,130,0.5);
    bottom: -15px;
    position: absolute;
    height: 1px;
    opacity: 0.2;
    content: "";
    left: 0;
}

.program-overview-03 {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    position: relative;
}

.program-overview-03::after {
    right: -50%;
    opacity: 0.1;
    top: -50%;
    transform: scale(2);
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgb(194,184,163,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
}

.program-overview-03 .img-panel-94::after {
    animation: floatOrbit 15s infinite ease-in-out;
    content: "";
    border-radius: 50%;
    position: absolute;
    filter: blur(30px);
    top: -10%;
    background: rgb(161,152,130);
    width: 50px;
    opacity: 0.15;
    height: 50px;
    right: -10%;
}

.program-overview-03 .description {
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 15px;
    transition: color 0.3s ease;
}

.program-overview-03 .img-panel-94:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.reach-out-info-68 .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.reach-out-info-68 h2 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.reach-out-info-68 .contact-map-89 {
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    background: #2a2a2a;
    width: 70px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.reach-out-info-68 p svg path {
    fill: rgb(194,184,163);
}



.reach-out-info-68 .contact-map-89:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(194,184,163,0.5);
}

.reach-out-info-68 .container::after {
    top: -10px;
    color: rgb(194,184,163);
    left: 15px;
    position: absolute;
    font-size: 12px;
    content: attr(data-text);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cookie-alert-overlay-49 h5 {
    font-weight: 700;
    color: rgb(194,184,163);
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
}

.learn-prefs-78:hover {
    background: rgb(161,152,130);
}

.cookie_button.edu-cookie-28:hover {
    background: rgb(161,152,130,0.5);
}

#dialogPolicyNotice-45 {
    display: none;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 575px) {.homepage-52 {
    padding: 2rem 0;
}.homepage-52 .skill-space-39 {
    gap: 1rem;
    padding: 1rem;
}.homepage-52 .text-inner-34 {
    padding: 1.25rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.homepage-52 h1 {
    font-size: calc(33px * 0.7);
}.homepage-52 .page-base-89 {
    margin-bottom: 1.5rem;
    gap: 1rem;
}.homepage-52 svg {
    width: 60px;
    margin-bottom: 0.5rem;
    height: 60px;
}.homepage-52 .page-base-89 p {
    font-size: calc(13px * 0.9);
    padding-left: 0.75rem;
}.homepage-52 .img-panel-94 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    min-height: 200px;
}}



@media screen and (max-width: 767px) {.contact-us-82 {
    padding: 60px 0;
}.contact-us-82 h2 {
    margin-bottom: 40px;
}.contact-us-82 .img-panel-94 {
    height: 350px;
}
}



@media (min-width: 992px) {.tariff-block-19 .discount-price-21 {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.tariff-block-19 .learning-plan-52 {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.tariff-block-19 .group-rates-37 {
    text-align: left;
    margin: 0;
    width: 35%;
}.tariff-block-19 .group-rates-37 h2::after {
    transform: none;
    left: 0;
}.tariff-block-19 .rate-options-31 {
    margin: 0;
}
}



@media screen and (max-width: 767px) {.our-story-19 {
    padding: 80px 0;
}.our-story-19 h4 {
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
}.our-story-19 .text-inner-34 {
    padding: 2rem;
}.our-story-19 h6 {
    margin-bottom: 1rem;
    font-size: 16px;
}.our-story-19 span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.our-story-19 .text-inner-34::before {
    width: 3px;
}
}



@media (max-width: 480px) {.appContent-07 {
    padding: 60px 0;
}.appContent-07 h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.appContent-07 .skill-space-39 {
    padding: 25px 15px;
}.appContent-07 span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 767.98px) {.learning-process-72 {
    padding: 4rem 0;
}.learning-process-72 .container.skill-space-39 {
    margin: 0 15px;
}.learning-process-72 .container.skill-space-39 > div {
    padding: 2.5rem 1.5rem;
}.learning-process-72 h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}.learning-process-72 p span {
    padding-left: 0.75rem;
    border-left-width: 1px;
}
}



@media (prefers-reduced-motion: reduce) {.learning-process-72 .container.skill-space-39:hover {
    transform: translateY(-5px);
}.learning-process-72::before {
    animation: none;
}.learning-process-72 p span {
    transform: none;
    opacity: 1;
    animation: none;
}}



@media (max-width: 767px) {.developer-experience-87 {
    padding: 80px 0;
}.developer-experience-87 .review-quotes-54 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.developer-experience-87 .img-panel-94 {
    margin-bottom: 1.5rem;
}.developer-experience-87 .name {
    margin-bottom: 0.5rem;
}.developer-experience-87 .exp-progress-72 {
    padding-left: 1rem;
}
}



@media (max-width: 767px) {.ssl-info-58 {
    padding: 40px 0 30px;
}.ssl-info-58 .insta-feed-69 {
    grid-template-columns: 1fr;
}.ssl-info-58 .company_holder {
    padding: 25px;
}.ssl-info-58 .header-mentor-28 {
    padding: 25px;
}.ssl-info-58 .company_holder h3 {
    font-size: calc(38px - 2px);
}.ssl-info-58 .header-mentor-28 h5 {
    font-size: calc(21px - 1px);
}
}



@media (min-width: 1200px) {.program-overview-03 .img-panel-94 {
    height: 600px;
}.program-overview-03 h3 {
    margin-bottom: 2rem;
}.program-overview-03 .text-inner-34::before {
    width: 200px;
}
}



@media (max-width: 991px) {.reach-out-info-68 {
    padding: 60px 0;
}.reach-out-info-68 h2 {
    font-size: calc(31px * 0.9);
    padding: 25px;
}.reach-out-info-68 p,
  .reach-out-info-68 p:nth-last-child(2) {
    padding: 20px 25px;
}.reach-out-info-68 .get-contactbox-01 {
    padding: 25px;
}.reach-out-info-68 .contact-map-89 {
    width: 60px;
    height: 60px;
}.reach-out-info-68 .contact-map-89 svg {
    width: 24px;
    height: 24px;
}
}



@keyframes colorPulse {
    0%, 100% {
        fill: rgb(194,184,163);
    }
    50% {
        fill: rgb(161,152,130);
    }
}



@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}



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



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



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

