* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.insta_feed {
    flex: 0 0 auto;
}

.insta_feed {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}

.top_nav {
    flex: 1 0 auto;
}


footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}

footer::after {
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    position: absolute;
    top: 0;
}

.insta_feed .company_holder h3::before {
    width: 30px;
    position: absolute;
    height: 30px;
    border-left: 3px solid #ffffff;
    top: -10px;
    content: "";
    border-top: 3px solid #ffffff;
    left: -10px;
}

.insta_feed .report_abuse {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}

.insta_feed .site_core {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}

.insta_feed .nav_mentor {
    transform: rotateX(-5deg);
    transform-style: preserve-3d;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
    transition: all 0.4s ease;
}

.insta_feed .nav_mentor .site_core {
    gap: 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    flex-direction: column;
    padding: 1rem;
    display: flex;
}

.insta_feed .nav_mentor .site_core a:hover {
    background: rgb(120,143,119,0.5);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.insta_feed .nav_mentor .site_core a:hover::before {
    left: 100%;
}

.gdpr_block::before {
    height: 20px;
    background: rgb(120,143,119);
    top: -20px;
    transform-origin: bottom;
    position: absolute;
    content: "";
    left: 0;
    transform: rotateX(45deg);
    width: 100%;
}

.learn_cookies {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}

#cookie_popup_toast:checked ~ .cookie_message_overlay {
    opacity: 0;
    visibility: hidden;
}

.cookies_tech {
    text-align: center;
    border-bottom: 2px solid rgb(163,177,164);
    color: rgb(163,177,164);
    font-size: 24px;
    line-height: 35px;
    white-space: nowrap;
    text-decoration: none;
    min-width: 120px;
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
}

.wrapper-bundle .privacy_ctrl svg, .wrapper-bundle .privacy_ctrl svg path, .wrapper-bundle .privacy_ctrl img {
    width: 40px;
    height: 40px;
    fill:#000000;
}

.our_background::after {
    background: rgb(120,143,119,0.5);
    bottom: -5%;
    left: -5%;
    position: absolute;
    filter: blur(35px);
    height: 25%;
    transform: rotate(15deg) translateZ(0);
    width: 25%;
    content: "";
    z-index: 0;
}

.our_background h1::after {
    left: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    position: absolute;
    bottom: -1rem;
    width: 6rem;
    background: linear-gradient(90deg, rgb(163,177,164) 0%, rgb(120,143,119) 100%);
    height: 0.35rem;
}

.our_background .knowledge_guides:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.our_background .knowledge_guides h4 {
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
    margin-top: 0;
    color: rgb(163,177,164);
    font-size: calc(20px * 1.2);
}

.privacy_sanctuary {
    margin: 0 auto;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.privacy_sanctuary ul {
    margin: 20px 0;
    padding-left: 40px;
    list-style-type: square;
}

.privacy_sanctuary p, .privacy_sanctuary span, .privacy_sanctuary div {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000000;
}

.developer_experience::before {
    z-index: 1;
    opacity: 0.4;
    height: 100%;
    top: 0;
    width: 100%;
    filter: blur(70px);
    animation: breatheGlow 15s ease-in-out infinite alternate;
    left: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(163,177,164,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(120,143,119,0.5) 0%, transparent 35%);
}

.developer_experience .img_header {
    transform: scale(1) rotate(0deg);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 18px;
    filter: contrast(1.1) brightness(1.05);
    grid-column: 2;
    z-index: 3;
    height: 100%;
    grid-row: 1 / span 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    position: relative;
}

.developer_experience .opinion_sharing:hover .name {
    transform: translateX(10px);
}

.developer_experience .name::after {
    transition: width 0.6s ease;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(163,177,164), rgb(120,143,119));
    position: absolute;
    width: 0;
    content: "";
    bottom: -10px;
}

.developer_experience .experience_block {
    overflow: hidden;
    color: #ffffff;
    border-radius: 18px;
    z-index: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-column: 1;
    transform: translateY(0);
    line-height: 1.8;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    grid-row: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-left: 4px solid rgb(120,143,119);
    font-size: 13px;
    padding: 2rem;
}

header::before {
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

header .nav_master:hover::before {
    opacity: 0;
}

header .nav_master:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}

header .top_primary:hover {
    transform: scale(1.05);
}

header .top_primary img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .main_navbar a {
    text-shadow: 0 0 5px #ffffff;
    align-items: center;
    position: relative;
    padding: 0 1.2rem;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    transition: all 0.3s ease;
    justify-content: center;
    color: #ffffff;
    height: 40px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

header .head_lead::after {
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: 0;
    width: 100%;
    left: 0;
}

.opening_board::after {
    top: 0;
    z-index: 2;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(120,143,119,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
}

.opening_board .learning_intro {
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.opening_board .learn_open::before {
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(120,143,119,0.5) 0%, transparent 75%);
    transition: opacity 1s ease;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    left: 0;
}

.opening_board .legend_holder h1::after {
    content: "";
    background: linear-gradient(to right, rgb(163,177,164) 0%, rgb(120,143,119) 100%);
    height: 4px;
    border-radius: 10px;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: -0.75rem;
}

.opening_board .legend_holder .feedback_form::before {
    content: "";
    width: 100%;
    left: -100%;
    transition: left 0.4s ease;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(120,143,119) 0%, rgb(163,177,164) 100%);
    top: 0;
}



.opening_board .learn_open::after {
    position: absolute;
    background: linear-gradient(to top, rgb(120,143,119,0.5) 0%, transparent 100%);
    z-index: 1;
    content: "";
    height: 50%;
    bottom: 0;
    width: 100%;
    left: 0;
}

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



.opening_board .legend_holder::before {
    height: 4px;
    top: 0;
    position: absolute;
    width: 40%;
    background: linear-gradient(to left, rgb(120,143,119) 0%, transparent 100%);
    border-radius: 10px;
    right: 0;
    content: "";
}

.opening_board .learning_dna::after {
    border: 2px solid rgb(120,143,119,0.5);
    opacity: 0.3;
    height: 150px;
    position: absolute;
    width: 150px;
    z-index: 2;
    content: "";
    bottom: 10%;
    animation: pulse-rotate 12s infinite linear reverse;
    border-radius: 50%;
    left: 5%;
}

.data_insights {
    position: relative;
    background: linear-gradient(135deg, rgb(205,210,188), rgb(205,210,188) 60%, rgb(120,143,119,0.5) 140%);
    padding: 6rem 1rem;
    overflow: hidden;
}

.data_insights h3 {
    transform: translateY(0);
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 37px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    opacity: 1;
    animation: fadeSlideUp 0.8s ease-out;
}

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

.data_insights .statistics_elevation:nth-child(2) {
    --delay: 2;
}

.data_insights .statistics_elevation:nth-child(4) {
    --delay: 4;
}

.data_insights .statistics_elevation:nth-child(6) {
    --delay: 6;
}

.data_insights .statistics_elevation::before {
    background: linear-gradient(90deg, rgb(163,177,164), rgb(120,143,119));
    height: 4px;
    top: 0;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
}

.data_insights .statistics_elevation span {
    color: #000000;
    margin-bottom: 1.5rem;
    display: block;
    font-size: calc(14px * 1.1);
    padding-left: 1rem;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
}

.data_insights .statistics_elevation p::before {
    width: 8px;
    display: inline-block;
    background: rgb(120,143,119);
    margin-right: 0.5rem;
    height: 8px;
    content: "";
    transform: rotate(45deg);
    opacity: 0.8;
}

.thanksSpace::before {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(120,143,119,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    top: 0;
}

.thanksSpace h2::after {
    background: linear-gradient(90deg, rgb(163,177,164) 0%, rgb(120,143,119) 100%);
    height: 3px;
    content: "";
    bottom: -15px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    animation: growLine 1.2s ease-out forwards 0.8s;
    width: 80px;
}

.thanksSpace ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thanksSpace li::before {
    content: "";
    background: rgb(163,177,164);
    top: 8px;
    width: 8px;
    box-shadow: 0 0 0 rgba(rgb(163,177,164), 0.4);
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    animation: pulse 2s infinite;
}

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

.contact_box::before {
    width: 100%;
    opacity: 0.03;
    content: "";
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(163,177,164,0.5),
        rgb(163,177,164,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    height: 100%;
}

.contact_box .img_header {
    position: relative;
    height: 200px;
    width: 100%;
}

.contact_box form h3 {
    display: inline-block;
    font-size: 21px;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.contact_box form input[type="text"]:focus {
    outline: none;
    border-color: rgb(163,177,164);
}

.contact_box .inquiry_list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_box .inquiry_list label::before {
    top: 2px;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: rgb(205,210,188);
}

.contact_box .inquiry_list label a:hover {
    text-decoration: underline;
}

.contact_box form .feedback_form:hover {
    background: rgb(120,143,119);
}

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

.service_contact::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    background: 
        radial-gradient(circle at 90% 20%, rgb(163,177,164,0.5) 0%, transparent 30%),
        linear-gradient(60deg, transparent 0%, rgb(120,143,119,0.5) 30%, transparent 70%);
    height: 100%;
    content: "";
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    left: 0;
}

.service_contact .reach_form::before {
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(163,177,164), rgb(120,143,119));
    width: 5px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.service_contact h5 {
    margin-top: 1.5rem;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 0.5rem;
    align-items: center;
    font-size: 23px;
    color: #000000;
    display: flex;
}

.service_contact .quick_contact:hover {
    border-left: 2px solid rgb(163,177,164);
    transform: translateX(5px);
    background: rgba(245, 245, 245, 1);
}

.service_contact .quick_contact:hover svg {
    transform: scale(1.1);
}

.service_contact .quick_contact:hover svg path {
    fill: rgb(120,143,119);
}

.course_overview::after {
    opacity: 0.3;
    z-index: 0;
    height: 350px;
    background: rgb(120,143,119,0.5);
    position: absolute;
    filter: blur(150px);
    content: "";
    bottom: -100px;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    right: -100px;
    width: 350px;
}

.course_overview .img_header {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 280px;
    position: relative;
    width: 100%;
}

.course_overview .img_header::after {
    background: linear-gradient(
        135deg,
        rgb(163,177,164,0.5) 0%,
        transparent 100%
    );
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0.7;
    inset: 0;
}

.course_overview .legend_holder h3 {
    transform: translateX(-10px);
    font-size: calc(21px * 1.05);
    opacity: 0;
    line-height: 1.4;
    color: #000000;
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.pricing_item {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.pricing_item::before {
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    right: 0;
}

.pricing_item .discount_price {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 700px;
    line-height: 1.6;
    font-size: 16px;
    color: rgb(255, 255, 255, 0.5);
}

.pricing_item .tuition_grid {
    height: 100%;
    overflow: hidden;
    border-left: 3px solid rgb(163,177,164);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    display: block;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.pricing_item .tuition_grid:hover .fee_deals h4::after {
    width: 60px;
}

.pricing_item .tuition_grid:hover .pay_options {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

.our_background .knowledge_guides div::-webkit-scrollbar {
    width: 4px;
}

.our_background .knowledge_guides div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.our_background .knowledge_guides div::-webkit-scrollbar-thumb {
    background: rgb(163,177,164,0.5);
    border-radius: 10px;
}

.course_overview .legend_holder p.description::-webkit-scrollbar {
    width: 4px;
}

.course_overview .legend_holder p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.course_overview .legend_holder p.description::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(163,177,164,0.5);
}

.course_overview .legend_holder p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(163,177,164);
}

.pricing_item .fee_deals p::-webkit-scrollbar {
    width: 4px;
}

.pricing_item .fee_deals p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(163,177,164);
}


@media only screen and (max-width: 1200px) {.cookie_message_overlay {
    padding: 20px;
}
}


@media only screen and (max-width: 800px){.wrapper-bundle .privacy_ctrl {
    margin: 0;
    margin-bottom: 14px;
}}



@media (min-width: 768px) {.our_background {
    padding: 8rem 0;
}.our_background h1 {
    margin-bottom: 4rem;
    font-size: calc(43px * 1.2);
}.our_background .edu_beliefs ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.our_background .knowledge_guides {
    padding: 3rem;
}.our_background .knowledge_guides div {
    max-height: 400px;
}
}



@media (max-width: 767px) {.our_background {
    padding: 4rem 0;
}.our_background h1 {
    margin-bottom: 2.5rem;
}.our_background .knowledge_guides {
    margin-bottom: 2rem;
    padding: 2rem;
}.our_background .knowledge_guides h4 {
    margin-bottom: 1rem;
    font-size: 20px;
}.our_background .knowledge_guides div {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 992px) {.developer_experience .opinion_sharing {
    grid-template-columns: 1fr;
    padding: 2rem;
    grid-template-rows: auto auto auto;
    gap: 20px;
}.developer_experience .img_header {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.developer_experience .name {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
}.developer_experience .opinion_sharing span:not(.name) {
    grid-column: 1;
    margin-top: 3.5rem;
    grid-row: 2;
}.developer_experience .experience_block {
    grid-row: 3;
    grid-column: 1;
}.developer_experience .opinion_sharing:hover .name,
    .developer_experience .opinion_sharing:hover span:not(.name) {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_lead {
    padding: 0.8rem 1.5rem;
}header .nav_master {
    max-width: 140px;
}header .nav_master::before, 
    header .nav_master::after {
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
}header .top_primary img {
    max-height: 35px;
}header .nav_mentor {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .nav_mentor::-webkit-scrollbar {
    height: 3px;
}header .nav_mentor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main_navbar {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main_navbar a {
    height: 32px;
    padding: 0 0.8rem;
    font-size: calc(12px - 2px);
    white-space: nowrap;
}header .main_navbar::after {
    display: none;
}
}



@media (max-width: 768px) {.data_insights {
    padding: 3rem 1rem;
}.data_insights h3 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.data_insights ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_insights .statistics_elevation span {
    font-size: 14px;
    margin-bottom: 1rem;
}.data_insights .statistics_elevation p {
    font-size: calc(37px * 1.1);
}
}



@media screen and (max-width: 768px) {.thanksSpace {
    padding: 60px 0 40px;
}.thanksSpace h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.thanksSpace .learning_dna {
    clip-path: none;
    padding: 25px;
    transform: none;
}.thanksSpace li {
    padding-left: 20px;
}.thanksSpace li::before {
    top: 7px;
    width: 6px;
    height: 6px;
}.thanksSpace li span {
    font-size: calc(13px * 0.95);
}
}



@media screen and (min-width: 1200px) {.contact_box .feedback_info {
    max-width: 1100px;
}.contact_box .img_header {
    min-height: 500px;
}
}



@media (min-width: 992px) {.service_contact {
    padding: 7rem 0;
}.service_contact .reach_form {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 3rem;
}.service_contact .reach_form > div:first-of-type {
    grid-column: 1 / -1;
}.service_contact h3 {
    grid-column: 1 / -1;
}.service_contact .reach_us {
    grid-column: 1 / -1;
}.service_contact .quick_contact {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.service_contact .quick_contact:hover {
    transform: translateX(8px);
}
}



@media (min-width: 992px) {.course_overview .education_flow {
    max-height: 450px;
}.course_overview .img_header {
    flex: 0 0 40%;
}.course_overview .legend_holder {
    padding: 50px;
    flex: 0 0 60%;
}.course_overview .legend_holder h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 30px;
}.course_overview .legend_holder p.description {
    line-height: 1.8;
    max-height: 250px;
}
}



@media (max-width: 767px) {.course_overview {
    padding: 80px 0;
}.course_overview .legend_holder {
    padding: 30px 25px;
}.course_overview .legend_holder h3 {
    font-size: calc(16px * 1.2);
    margin-bottom: 20px;
}.course_overview .legend_holder p.description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    max-height: 180px;
}}



@media (max-width: 480px) {.pricing_item {
    padding: 50px 0;
}.pricing_item h2 {
    font-size: calc(33px * 0.75);
}.pricing_item .study_offers {
    padding: 20px 15px;
}.pricing_item .fee_deals h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.pricing_item .fee_deals p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
    max-height: 150px;
}.pricing_item .pay_options {
    font-size: calc(23px * 0.9);
    padding: 8px 15px;
}
}



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

@keyframes pulse-rotate {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3) rotate(180deg);
        opacity: 0.5;
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 0.3;
    }
}



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



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

