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

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

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

.enroll_instantly::before {
    height: 100%;
    top: 0;
    opacity: 0.05;
    width: 100%;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgb(137,163,161,0.5) 0deg,
        transparent 5deg,
        transparent 55deg,
        rgb(137,163,161,0.5) 60deg
    );
    animation: rotatePortal 20s linear infinite;
}

.enroll_instantly .study_classes::before {
    right: -10px;
    left: -10px;
    top: -10px;
    opacity: 0.2;
    content: '';
    background: linear-gradient(45deg, 
        rgb(137,163,161,0.5), 
        rgb(102,125,120,0.5), 
        rgb(137,163,161,0.5)
    );
    position: absolute;
    animation: gradientFlow 8s ease infinite;
    filter: blur(20px);
    z-index: -1;
    bottom: -10px;
}

.enroll_instantly h3::before {
    top: 0;
    content: '';
    animation: pulseGlow 4s ease-in-out infinite;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    filter: blur(15px);
    opacity: 0.1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.enroll_instantly .get_assist::before {
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    content: '';
    height: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.enroll_instantly .get_assist:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
    color: rgb(137,163,161);
}

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

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

.price_item_element .plan_pricing {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    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);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    border-left: 3px solid rgb(137,163,161);
    backdrop-filter: blur(10px);
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    text-decoration: none;
}

.price_item_element .plan_pricing:hover .plan_fees h4::after {
    width: 60px;
}

.price_item_element .plan_pricing:hover .learn_offers {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

.title_greeting {
    position: relative;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #000000, rgb(137,163,161,0.5));
    display: flex;
    overflow: hidden;
}

.title_greeting:hover .img_caption {
    transform: scale(1.1);
}

.title_greeting .study_classes {
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 2rem;
    position: relative;
    margin: auto;
    justify-content: center;
    gap: 2rem;
    display: flex;
    width: 100%;
}

.title_greeting .study_classes {
    text-align: center;
    padding: 3rem 1.5rem;
    align-items: center;
}

.title_greeting .text_box_item {
    flex-direction: column;
    opacity: 0;
    max-width: 600px;
    animation: fadeInUp 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 2rem;
    display: flex;
    transform: translateY(20px);
}


    
    .title_greeting .text_box_item {
    align-items: center;
}

.title_greeting svg:hover {
    filter: drop-shadow(0 10px 20px rgba(94, 170, 168, 0.5));
    transform: translateY(-5px) scale(1.05);
}

.title_greeting svg text {
    transition: fill 0.5s ease;
    font-family: Arial, sans-serif;
}

.title_greeting .support_map {
    font-size: 20px;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(102,125,120), rgb(94, 170, 168));
    border-radius: 10px;
    text-decoration: none;
    padding: 0.8rem 1.8rem;
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    position: relative;
    color: #ffffff;
}

#cookie_popup_info:checked ~ .cookie_popup_warning {
    opacity: 0;
    visibility: hidden;
}

.track_bar {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_popup_warning p a {
    color: rgb(137,163,161);
    text-decoration: none;
}

.wrapper-border .data_consent {
    background: rgb(137,163,161);
    margin-left: 30px;
    border: none;
    font-weight: 400;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
}

.wrapper-border .cookie_panel h5, .wrapper-border .cookie_panel p {
    color: #000000;
}

.gratPage {
    background: linear-gradient(135deg, rgb(172,200,198) 0%, rgb(102,125,120,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}

.gratPage .container {
    perspective: 1000px;
    transform: translateZ(0);
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.gratPage h2 {
    font-size: 35px;
    transform: translateY(30px);
    text-align: left;
    margin-bottom: 3rem;
    border-left: 5px solid rgb(137,163,161);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    animation: slide-up 0.8s ease-out forwards;
    font-weight: 700;
    color: #000000;
    max-width: 90%;
    padding-left: 1.5rem;
    opacity: 0;
    position: relative;
}

.gratPage li::before {
    width: 3px;
    transform-origin: top;
    opacity: 0;
    left: -1.5rem;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    content: "";
    background: rgb(137,163,161,0.5);
    top: 0;
    transform: scaleY(0);
    height: 100%;
    position: absolute;
}

.teaching_experience {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(172,200,198) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    position: relative;
}

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

.teaching_experience .opinion_ratings:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}

.teaching_experience .img_caption {
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 2px;
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(30px);
}

.teaching_experience .opinion_ratings:hover .img_caption::before {
    left: 18px;
    bottom: -18px;
    right: -18px;
    top: 18px;
    opacity: 0.3;
}

.teaching_experience .opinion_ratings:hover .name::after {
    transform: scaleX(1);
}

.teaching_experience .opinion_ratings:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}

.teaching_experience .employee_info {
    font-size: 14px;
    color: #000000;
    position: relative;
    margin: 0;
    line-height: 1.7;
    border-left: 3px solid rgb(137,163,161,0.5);
    padding-left: 25px;
}

.our_team::after {
    animation: float 12s infinite ease-in-out;
    width: 40%;
    background: linear-gradient(45deg, transparent, rgb(102,125,120,0.5), transparent);
    content: "";
    right: -10%;
    top: -10%;
    transform: rotate(-15deg) skewX(30deg);
    position: absolute;
    height: 70%;
    filter: blur(20px);
    opacity: 0.6;
    z-index: 2;
}

.our_team .text_box_item:hover::before {
    transform: scaleY(1);
}

.our_team .text_box_item::after {
    right: 20px;
    position: absolute;
    transform: rotate(25deg);
    opacity: 0.3;
    width: 80px;
    content: "";
    z-index: -1;
    top: 20px;
    border: 1px solid rgb(102,125,120,0.5);
    height: 80px;
}

.our_team .text_box_item:hover h5::after {
    width: 100%;
}

.our_team p {
    line-height: 1.5;
    font-weight: 400;
    font-size: calc(15px * 1.2);
    margin-bottom: 2rem;
    color: #000000;
}

.our_team ol li {
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
    hyphens: auto;
    column-count: 1;
    margin-bottom: 0.5rem;
    text-align: justify;
    position: relative;
    column-gap: 2.5rem;
}

.study_process {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(150deg, rgb(172,200,198) 45%, rgb(137,163,161,0.5) 100%);
    padding: 8rem 2rem;
}

.study_process .study_classes {
    gap: 3rem;
    max-width: 1200px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    z-index: 2;
}

.study_process h2 {
    margin-bottom: 2rem;
    color: rgb(137,163,161);
    position: relative;
    font-size: 32px;
    animation: slideInText 0.8s 0.2s forwards ease-out;
    opacity: 0;
    transform: translateX(-20px);
    font-weight: 700;
}

.study_process .text_box_item {
    backdrop-filter: blur(10px);
    background: linear-gradient(140deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.03) 100%);
    animation: fadeUpIn 1s 0.4s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    transform: translateY(20px);
    padding: 2.5rem;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05), 
                inset 0 0 0 1px rgba(255,255,255,0.1);
}

.study_process p::first-letter {
    font-size: 1.5em;
    color: rgb(137,163,161);
    font-weight: 600;
}

footer .help_now::after {
    height: 100%;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .text_main_holder::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}

footer .main_info h5 {
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 23px;
    display: inline-block;
}

footer .head_sitebar a {
    font-size: 14px;
    text-decoration: none;
    flex: 1 0 calc(50% - 30px);
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    padding: 8px 0;
}

footer .subscribe_holder {
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(137,163,161);
    margin: 0 20px;
    padding: 30px;
    color: #ffffff;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .volunteer {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.course_highlights {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(172,200,198) 0%, rgba(240, 242, 245, 0.9) 100%);
}

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

.course_highlights .learn_explore {
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
    gap: 40px;
}

.course_highlights .img_caption::before {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    content: "";
    inset: 0;
    z-index: 1;
}

.course_highlights .text_box_item {
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}

.course_highlights h3 {
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
    font-size: calc(24px + 0.2rem);
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    position: relative;
    margin-bottom: 24px;
    z-index: 1;
}

.course_highlights p.description {
    padding-right: 15px;
    overflow-y: auto;
    max-height: 300px;
    display: block;
    scrollbar-color: rgb(137,163,161,0.5) rgb(172,200,198);
    scrollbar-width: thin;
}

.get_in_touchIvh .message_feedback {
    background: rgb(102,125,120,0.5);
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 23px;
    align-items: stretch;
    box-shadow: 0 25px 50px rgb(137,163,161,0.5);
}

.get_in_touchIvh h2 {
    font-size: 47px;
    text-align: left;
    padding-left: 2rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
}

.get_in_touchIvh .connect_panel h3::after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(137,163,161);
    width: 50px;
}

.get_in_touchIvh .connect_panel input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    background: rgb(102,125,120,0.5);
    outline: none;
    border: 1px solid rgb(137,163,161,0.5);
}

.get_in_touchIvh .connect_panel .message_support input[type="checkbox"] {
    border-radius: 10px;
    width: 22px;
    background: rgb(102,125,120,0.5);
    cursor: pointer;
    position: relative;
    border: 2px solid rgb(137,163,161,0.5);
    transition: all 0.3s ease;
    appearance: none;
    height: 22px;
}

.get_in_touchIvh .connect_panel .message_support a:hover {
    text-decoration: underline;
}

.get_in_touchIvh .connect_panel .support_map::before {
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(137,163,161,0.5), 
        transparent
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    position: absolute;
    width: 200%;
    top: -50%;
    content: '';
    left: -50%;
    height: 200%;
    opacity: 0;
}

header .head_study::before {
    content: "";
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(137,163,161), transparent);
    height: 1px;
    left: 10%;
    width: 80%;
    position: absolute;
}

header .head_study .nav_site .header_tutor::before {
    bottom: -5px;
    top: -5px;
    right: -5px;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    content: "";
    transform: scale(0.9);
    opacity: 0;
    left: -5px;
}

header .head_study .main_info .head_site a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(102,125,120,0.5), transparent);
    transform-origin: bottom center;
    opacity: 0;
}

header .head_study .main_info .head_site:hover a {
    color: rgb(137,163,161);
    transform: translateZ(10px);
}

header .head_study .main_info .head_site:hover a::before,
header .head_study .main_info .head_site:hover a::after {
    opacity: 0.1;
}

header .head_study .main_info .head_site:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.privacy_area::after {
    width: 40%;
    content: "";
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    top: -10%;
    z-index: 0;
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    height: 70%;
}

.privacy_area h3 {
    color: var(--dark-color, #252525);
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 14px;
    margin: 2.5rem 0 1.25rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    position: relative;
    border-left: 2px solid var(--secondary-color, #4655fa);
}

.privacy_area strong {
    color: var(--dark-color, #252525);
    position: relative;
    display: inline-block;
    font-weight: var(--font-weight-semibold, 600);
}

.privacy_area ul {
    padding-left: 20px;
    position: relative;
    margin: 1.5rem 0 2rem 1rem;
}

.privacy_area li {
    position: relative;
    color: var(--p-color, #444444);
    font-size: var(--p-font-size, 1rem);
    padding-left: 8px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.privacy_area span {
    font-size: var(--p-font-size, 1rem);
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    transform: translateX(8px);
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    padding: 1.5rem;
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    color: var(--p-color, #444444);
    padding: 0.5rem 0 1.5rem;
}



@media screen and (max-width: 768px) {.enroll_instantly {
    padding: 80px 0;
}.enroll_instantly .study_classes {
    padding: 40px 25px;
}.enroll_instantly h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
    font-size: calc(28px * 0.8);
}.enroll_instantly h3::after {
    height: 40px;
    bottom: -60px;
    width: 40px;
}.enroll_instantly .get_assist {
    font-size: calc(16px * 0.95);
    margin-top: 20px;
    letter-spacing: 2px;
    padding: 16px 45px;
}
}



@media (max-width: 767px) {.price_item_element {
    padding: 60px 0;
}.price_item_element h2 {
    font-size: calc(37px * 0.85);
}.price_item_element .payment_plans {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.price_item_element .pricing_list {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.price_item_element .plan_fees p {
    max-height: 180px;
}
}



@media (min-width: 992px) {.title_greeting .study_classes {
    padding: 5rem;
}.title_greeting h1 {
    max-width: 60%;
}.title_greeting .text_box_item {
    max-width: 50%;
}.title_greeting svg {
    height: 180px;
    width: 180px;
}.title_greeting .img_caption {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%);
    opacity: 0.35;
}
}



@media (max-width: 767px) {.gratPage {
    padding: 3rem 1rem;
}.gratPage h2 {
    padding-left: 1rem;
    font-size: calc(35px * 0.8);
    border-left: 3px solid rgb(137,163,161);
    margin-bottom: 1.5rem;
}.gratPage .study_classes {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.gratPage li::before {
    left: -1rem;
}
}



@media (hover: hover) {.gratPage .study_classes {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}



@media (min-width: 992px) {.teaching_experience {
    padding: 150px 0;
}.teaching_experience .opinion_ratings {
    gap: 50px;
    grid-template-columns: auto 250px 1fr;
    padding: 60px;
}.teaching_experience .opinion_ratings > div:first-child {
    grid-row: 1;
}.teaching_experience .opinion_ratings > div:nth-child(2) {
    padding-top: 20px;
    grid-row: 1;
}.teaching_experience .employee_info {
    padding-left: 40px;
    font-size: calc(14px + 1px);
    grid-column: 1 / 4;
    grid-row: 2;
}.teaching_experience .img_caption {
    width: 240px;
    height: 280px;
}
}



@media (max-width: 480px) {.our_team {
    padding: 60px 0;
}.our_team .text_box_item {
    padding: 1.5rem;
}.our_team h5 {
    margin-bottom: 1rem;
}.our_team p {
    margin-bottom: 1.5rem;
}.our_team .text_box_item::after {
    display: none;
}.our_team ol {
    padding-left: 1rem;
}.our_team ol li::before {
    left: -1rem;
}
}



@media (min-width: 1024px) {.study_process {
    padding: 12rem 5rem;
}.study_process::before {
    background-size: 25% 25%;
}.study_process .study_classes {
    gap: 2rem;
    align-items: center;
    grid-template-columns: 0.4fr 0.6fr;
}.study_process h2 {
    margin-bottom: 0;
    font-size: calc(32px * 1.3);
}.study_process h2::before {
    bottom: -25px;
    width: 140px;
}.study_process .text_box_item {
    margin-left: 0;
    padding: 4rem;
    width: 100%;
}.study_process p {
    max-width: 100%;
}
}



@media (max-width: 767px) {.study_process {
    padding: 6rem 1.5rem;
}.study_process .study_classes {
    gap: 2rem;
}.study_process h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.study_process .text_box_item {
    padding: 2rem;
}.study_process p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 576px) {footer .help_now {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .main_info h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .head_sitebar a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .updates_item {
    padding: 12px;
}}



@media (max-width: 767px) {.course_highlights {
    padding: 80px 0;
}.course_highlights .container {
    padding: 0 15px;
}.course_highlights .img_caption {
    height: 250px;
}.course_highlights .text_box_item {
    padding: 25px 20px;
}.course_highlights h3 {
    margin-bottom: 15px;
    font-size: calc(24px - 0.1rem);
}.course_highlights p.description {
    max-height: 250px;
    font-size: calc(15px - 0.1rem);
}}



@media screen and (max-width: 480px) {.get_in_touchIvh .message_feedback {
    border-radius: 0;
}.get_in_touchIvh .connect_panel {
    padding: 2rem 1.5rem;
}}



@media (max-width: 992px) {header .head_study {
    flex-direction: column;
    padding: 15px;
}header .head_study .nav_site {
    margin: 0 0 15px 0;
}header .head_study .main_info {
    justify-content: center;
    width: 100%;
    perspective: none;
    flex-wrap: wrap;
}header .head_study .main_info .head_site a {
    font-size: calc(16px - 1px);
    padding: 10px 15px;
    transform-style: flat;
}header .head_study .main_info .head_site:hover a {
    transform: none;
}header .head_study .main_info .head_site a::before,
    header .head_study .main_info .head_site a::after {
    display: none;
}
}



@media (max-width: 480px) {.privacy_area {
    padding: 2rem 0;
}.privacy_area h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy_area h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 12px;
}.privacy_area h3 {
    padding-left: 10px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_area h4 {
    padding-left: 8px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
}.privacy_area p, .privacy_area li, .privacy_area span {
    line-height: 1.6;
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
}.privacy_area span {
    padding: 0.875rem;
}
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes pulseCircle {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
}



@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}



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



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



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

@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

