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

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

.wrapper-bundle {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: auto;
}

.insta_feed::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(163,177,164) 0px,
        rgb(163,177,164) 40px,
        rgb(120,143,119) 40px,
        rgb(120,143,119) 80px
    );
    position: absolute;
    height: 20px;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}

.insta_feed .company_holder:hover {
    transform: rotateX(0deg);
}

.insta_feed .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    display: inline-block;
    font-size: 36px;
    position: relative;
    transform: translateZ(20px);
}

.insta_feed .grant_cta {
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    transform: translateZ(10px);
}

.insta_feed .nav_mentor h5 {
    min-width: 200px;
    position: relative;
    background: rgb(120,143,119,0.5);
    transform: translateZ(15px);
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
    color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
}

.insta_feed .nav_mentor .site_core a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
}

.gdpr_block .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.gdpr_block .partner_logo {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    padding: 0.8rem 2rem;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

.cookie_message_overlay p {
    font-size: 18px;
}

.privacy_ctrl svg, .privacy_ctrl svg path, .privacy_ctrl img {
    width: 100px;
    fill: rgb(163,177,164);
    height: 100px;
}


.wrapper-bundle .cookie_message_overlay {
    background: #ffffff;
    box-shadow: rgb(163,177,164,0.5) 0px 0px 40px 39px;
    border: none;
}

.wrapper-bundle .privacy_ctrl {
    align-items: center;
    border-radius: 50%;
    display: flex;
    background:rgb(163,177,164);
    justify-content: center;
    width: 80px;
    height: 80px;
}

.our_background::before {
    filter: blur(40px);
    content: "";
    position: absolute;
    background: rgb(163,177,164,0.5);
    top: -5%;
    right: -5%;
    height: 30%;
    width: 30%;
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
}

.our_background h1 {
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    color: #000000;
    transform: translateX(-0.5rem);
    font-size: 43px;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
}

.our_background .knowledge_guides {
    padding: 2.5rem;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 10px;
}

.our_background .knowledge_guides h4::after {
    left: 0;
    bottom: 0;
    transform-origin: left;
    background: rgb(163,177,164,0.5);
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 3rem;
    height: 3px;
}

.privacy_sanctuary h1 {
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 2px solid rgb(163,177,164);
    font-size: 38px;
    color: rgb(163,177,164);
}

.privacy_sanctuary li {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.developer_experience {
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(205,210,188) 0%, #000000 100%);
    position: relative;
    min-height: 700px;
}

.developer_experience .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.developer_experience .opinion_sharing::before {
    opacity: 0.2;
    height: 100%;
    background-size: 200% 200%;
    background: linear-gradient(135deg, transparent, rgb(163,177,164,0.5), transparent);
    animation: shimmerEffect 10s ease-in-out infinite;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
}

.developer_experience .img_header::before {
    z-index: 1;
    content: "";
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
}

.developer_experience .opinion_sharing:hover .name::after {
    width: 120px;
}

.developer_experience .opinion_sharing span:not(.name) {
    color: rgb(120,143,119);
    font-weight: 600;
    padding: 0.7rem 1.5rem;
    transform: translateX(0);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 4rem;
    font-size: 24px;
    backdrop-filter: blur(10px);
    z-index: 3;
    width: max-content;
    grid-row: 1;
    grid-column: 1;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.developer_experience .container::after {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    filter: blur(80px);
    opacity: 0.2;
    height: 400px;
    content: "";
    left: -200px;
    background: conic-gradient(from 135deg, rgb(163,177,164,0.5) 0%, rgb(120,143,119,0.5) 50%, rgb(163,177,164,0.5) 100%);
    width: 400px;
    bottom: -200px;
    animation: rotateGlow 25s linear infinite;
}

header .nav_master::before {
    bottom: -5px;
    transform: skew(-5deg);
    position: absolute;
    content: '';
    opacity: 0.1;
    right: -5px;
    z-index: -1;
    border: 2px solid #ffffff;
    top: -5px;
    transition: all 0.3s ease;
    left: -5px;
}



header .top_primary {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

header .nav_mentor {
    position: relative;
    list-style: none;
    display: flex;
    padding: 0;
    z-index: 2;
    margin: 0;
}

header .main_navbar a::before {
    top: -2px;
    left: -2px;
    background: #ffffff;
    bottom: -2px;
    transition: opacity 0.3s ease;
    transform: scale(0.9);
    z-index: -1;
    right: -2px;
    opacity: 0;
    position: absolute;
    content: '';
}

header .main_navbar::after {
    bottom: -10px;
    position: absolute;
    left: 10%;
    width: 80%;
    transition: all 0.3s ease;
    height: 5px;
    filter: blur(3px);
    opacity: 0;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

header .top_nav {
    z-index: 1;
    background: rgb(205,210,188);
    padding-top: 2rem;
    position: relative;
}

.opening_board::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(163,177,164,0.5) 0%, rgb(120,143,119,0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.75;
    content: "";
}



.opening_board::before {
    background-size: 400% 400%;
    animation: bg-flow 25s infinite alternate;
}

.opening_board .learn_open {
    height: 100%;
    width: 20%;
    overflow: hidden;
    position: relative;
}

.opening_board .legend_holder {
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(30px);
    z-index: 4;
    border-radius: 0 19px 19px 0;
    border-left: 4px solid rgb(163,177,164);
    backdrop-filter: blur(8px);
    position: relative;
    margin-left: 10%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: text-fade-in 1s forwards 0.5s;
    background: linear-gradient(to right, rgb(120,143,119,0.5) 0%, transparent 100%);
    max-width: 650px;
}

.opening_board .legend_holder .feedback_form {
    display: inline-block;
    position: relative;
    box-shadow: 0 5px 20px rgba(rgb(163,177,164,0.5), 0.5);
    font-weight: 600;
    background: linear-gradient(135deg, rgb(163,177,164) 0%, rgb(120,143,119) 100%);
    font-size: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0.85rem 2.25rem;
    color: #ffffff;
    z-index: 1;
    border-radius: 19px;
    text-decoration: none;
}

.opening_board .learn_open:nth-child(2) {
    animation: scale-rotate-effect 25s ease infinite 5s;
}

.opening_board .learn_open:nth-child(5) {
    animation: scale-rotate-effect 25s ease infinite 20s;
}

.opening_board .learning_dna::before {
    content: "";
    opacity: 0.4;
    position: absolute;
    animation: pulse-rotate 15s infinite linear;
    right: 15%;
    height: 200px;
    width: 200px;
    z-index: 2;
    top: 15%;
    border-radius: 50%;
    border: 3px solid rgb(163,177,164,0.5);
}

.opening_board .learning_intro::after {
    z-index: 2;
    opacity: 0.2;
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(163,177,164,0.5) 0%,
        transparent 70%
    );
    left: 0;
    top: 0;
}

.data_insights::before {
    content: "";
    background: linear-gradient(to bottom, rgb(163,177,164,0.5) 0%, transparent 100%);
    z-index: 1;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.05;
}

.data_insights .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.data_insights .statistics_elevation {
    overflow: hidden;
    display: flex;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    flex-direction: column;
    animation-delay: calc(var(--delay, 0) * 150ms);
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    animation: statEntry 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    transform: translateY(0);
    background: #ffffff;
    justify-content: space-between;
}

.data_insights .statistics_elevation:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 15px 20px rgba(0, 0, 0, 0.05);
}

.data_insights .statistics_elevation span::before {
    height: 70%;
    width: 4px;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: rgb(163,177,164);
    content: "";
}

.data_insights .statistics_elevation:hover p {
    color: rgb(163,177,164);
}

.thanksSpace {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(205,210,188) 0%, rgb(163,177,164,0.5) 100%);
    overflow: hidden;
}

.thanksSpace .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.thanksSpace h2 {
    color: #000000;
    transform: translateX(-20px);
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
    opacity: 0;
    position: relative;
    max-width: 800px;
    animation: slideInTitle 1s ease-out forwards 0.3s;
}

.thanksSpace .learning_dna:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.thanksSpace li {
    position: relative;
    transform: translateY(20px);
    padding-left: 25px;
    animation: fadeInUp 0.8s ease forwards 1s;
    opacity: 0;
}




.thanksSpace .container::before,
.thanksSpace .container::after {
    height: 4px;
    position: absolute;
    width: 4px;
    border-radius: 50%;
    opacity: 0.7;
    content: "";
    background: rgb(163,177,164);
}

.thanksSpace .container::before {
    box-shadow: 
        30px 50px 0 -1px rgb(120,143,119),
        80px -20px 0 -1px rgb(163,177,164),
        120px 60px 0 -1px rgb(120,143,119),
        200px 40px 0 -1px rgb(163,177,164);
    top: 30px;
    right: 15%;
}

.contact_box .feedback_info {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    background: #ffffff;
    display: flex;
    border-radius: 18px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 800px;
}

.contact_box form {
    width: 100%;
}

.contact_box form input[type="text"] {
    border: 2px solid transparent;
    width: 100%;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 15px 20px;
    background: rgb(205,210,188);
}

.contact_box .inquiry_list label {
    padding-left: 35px;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.contact_box .inquiry_list input[type="checkbox"]:checked + label::after {
    top: 5px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
    position: absolute;
    border-right: 2px solid #ffffff;
    height: 12px;
    left: 8px;
    width: 6px;
}

.contact_box svg {
    width: 20px;
    height: 20px;
    fill: rgb(163,177,164);
}

.service_contact {
    background: linear-gradient(135deg, rgb(205,210,188) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

.service_contact .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.service_contact .reach_form {
    box-shadow: 0 10px 40px rgba(0,0,0,0.05), 0 2px 10px rgba(0,0,0,0.02);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    padding: 3rem;
    transform: translateY(0);
    position: relative;
}

.service_contact h3::after {
    bottom: -8px;
    left: 0;
    content: "";
    transition: width 0.4s ease;
    width: 40%;
    background: linear-gradient(90deg, rgb(163,177,164) 0%, rgb(120,143,119) 100%);
    position: absolute;
    height: 3px;
}

.service_contact .reach_us {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}

.service_contact svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}

.service_contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,177,164);
}

.course_overview {
    position: relative;
    background: rgb(205,210,188);
    padding: 120px 0;
    overflow: hidden;
}

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

.course_overview .education_flow {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}

.course_overview .legend_holder {
    margin: 0 15px;
    position: relative;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 40px;
    transform: translateY(-30px);
}

.course_overview .legend_holder p.description {
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    overflow-y: auto;
    font-size: 18px;
    color: #000000;
    max-height: 200px;
    transform: translateY(10px);
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding-right: 15px;
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

.pricing_item .bundle_rate {
    position: relative;
}

.pricing_item h2 {
    position: relative;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
}

.pricing_item .qtr_cost {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    gap: 30px;
}

.pricing_item .tuition_grid::before {
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(163,177,164), 0.05) 100%);
}

.pricing_item .fee_deals h4 {
    word-break: break-word;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    overflow-wrap: break-word;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
}

.pricing_item .pay_options {
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: calc(23px * 1.5);
    display: inline-block;
    padding: 10px 25px;
    align-self: flex-start;
    font-weight: 700;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(163,177,164) 0%, rgb(120,143,119) 100%);
    transform: translateZ(10px);
}



@media (max-width: 1200px) {.insta_feed .container {
    gap: 3rem;
}.insta_feed .company_holder {
    flex: 1 1 350px;
}.insta_feed .report_abuse {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.insta_feed .site_core {
    gap: 2rem;
}
}



@media (max-width: 768px) {.insta_feed {
    padding: 3.5rem 0 1.5rem;
}.insta_feed .site_core {
    gap: 1.5rem;
}.insta_feed .company_holder h3 {
    font-size: calc(36px - 2px);
}.insta_feed .company_holder h3::before,
    .insta_feed .company_holder h3::after {
    width: 20px;
    height: 20px;
}.gdpr_block {
    margin-top: 2rem;
}.gdpr_block::before {
    top: -15px;
    height: 15px;
}
}



@media (max-width: 420px) {.insta_feed::before {
    height: 10px;
}.insta_feed .company_holder h3::before,
    .insta_feed .company_holder h3::after {
    display: none;
}.insta_feed .nav_mentor h5 {
    min-width: auto;
    width: 100%;
}.gdpr_block .partner_logo {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (min-width: 992px) {.our_background {
    padding: 10rem 0;
}.our_background .container {
    padding: 0 2rem;
}.our_background h1 {
    font-size: calc(43px * 1.4);
    transform: translateX(-1rem);
}.our_background h1::after {
    height: 0.4rem;
    width: 8rem;
}.our_background .edu_beliefs ul {
    gap: 3rem;
}.our_background .knowledge_guides {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 3.5rem;
}.our_background .knowledge_guides::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(163,177,164,0.5), 0.02) 100%);
    content: "";
    border-radius: 50%;
    height: 10rem;
    bottom: 0;
    transition: opacity 0.5s ease;
    transform: translate(50%, 50%);
    opacity: 0;
    position: absolute;
    width: 10rem;
    right: 0;
    z-index: -1;
}.our_background .knowledge_guides:hover::after {
    opacity: 1;
}.our_background .knowledge_guides h4 {
    font-size: calc(20px * 1.4);
    margin-bottom: 2rem;
}.our_background .knowledge_guides div {
    max-height: 450px;
    font-size: calc(16px * 1.05);
}
}



@media (min-width: 1400px) {header .head_lead {
    margin: 0 auto;
    max-width: 1320px;
}header .main_navbar {
    margin: 0 0.6rem;
}header .main_navbar a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .head_lead {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_master {
    margin-right: 0;
    margin-bottom: 0;
}header .nav_mentor {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .main_navbar a {
    font-size: calc(12px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}



@media (max-width: 991px) {.opening_board {
    min-height: unset;
    height: auto;
}.opening_board .legend_holder {
    max-width: 550px;
    margin-left: 5%;
}.opening_board .legend_holder h1 {
    font-size: calc(45px * 0.9);
}
}



@media (max-width: 575px) {.opening_board .learning_dna {
    padding: 5rem 0;
}.opening_board .legend_holder {
    padding: 1.25rem;
    max-width: 95%;
}.opening_board .legend_holder h1 {
    font-size: calc(45px * 0.75);
}.opening_board .legend_holder p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
}.opening_board .legend_holder .feedback_form {
    font-size: calc(16px * 0.9);
    padding: 0.7rem 1.75rem;
}}



@media (max-width: 992px) {.data_insights {
    padding: 4rem 1rem;
}.data_insights h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.data_insights ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.data_insights .statistics_elevation {
    padding: 1.5rem;
}.data_insights .statistics_elevation p {
    font-size: calc(39px * 1);
}
}



@media screen and (max-width: 992px) {.thanksSpace {
    padding: 80px 0 60px;
}.thanksSpace h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.thanksSpace .learning_dna {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}
}



@media screen and (min-width: 768px) {.contact_box .feedback_info {
    max-width: 1000px;
    flex-direction: row;
}.contact_box .img_header {
    min-height: 400px;
    width: 40%;
    height: auto;
}.contact_box .reach_box {
    width: 60%;
}
}



@media screen and (min-width: 992px) {.contact_box .img_header {
    width: 50%;
}.contact_box .reach_box {
    width: 50%;
    padding: 60px;
}
}



@media (min-width: 768px) {.service_contact .reach_form {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
    padding: 4rem;
}.service_contact h3 {
    font-size: calc(35px * 1.1);
    margin-bottom: 2rem;
}.service_contact .reach_us {
    margin-top: 2.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}.service_contact .quick_contact {
    padding: 12px 20px;
}
}



@media (max-width: 480px) {.service_contact {
    padding: 3rem 0;
}.service_contact .reach_form {
    padding: 1.5rem;
}.service_contact h3 {
    font-size: calc(35px * 0.8);
}.service_contact .quick_contact {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 1200px) {.course_overview {
    padding: 150px 0;
}.course_overview .education_flow {
    max-height: 480px;
}.course_overview .img_header {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_overview .legend_holder {
    padding: 60px;
}.course_overview .legend_holder h3 {
    margin-bottom: 35px;
    font-size: calc(21px * 1.2);
}.course_overview .legend_holder p.description {
    max-height: 280px;
}
}



@media (max-width: 991px) {.pricing_item {
    padding: 80px 0;
}.pricing_item .qtr_cost {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_item .study_offers {
    padding: 25px 20px;
}.pricing_item .fee_deals h4 {
    font-size: 23px;
}.pricing_item .pay_options {
    font-size: 23px;
    padding: 8px 20px;
}
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



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



@keyframes carousel-auto-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



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

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



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



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



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

