header,footer {
    width: 100%;
}

header {
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
    background: linear-gradient(to bottom, rgb(172,200,198), rgba(0, 0, 0, 0.5));
}

.nav_guide {
    flex: 1 0 auto;
}


.enroll_instantly {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(125deg, rgb(102,125,120) 0%, rgb(137,163,161) 100%);
    padding: 120px 0;
}

.enroll_instantly .study_classes {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    z-index: 2;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}

.enroll_instantly h3 {
    color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #ffffff;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 28px;
    font-family: Arial, sans-serif;
}

.enroll_instantly h3::after {
    border: 1px solid #ffffff;
    box-shadow: 0 0 20px #ffffff;
    width: 60px;
    left: 50%;
    bottom: -80px;
    animation: pulseCircle 4s ease-in-out infinite;
    height: 60px;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.1;
    content: '';
    position: absolute;
}

.enroll_instantly .get_assist::after {
    left: 50%;
    width: 15px;
    background: linear-gradient(
        to bottom,
        transparent,
        #ffffff,
        transparent
    );
    opacity: 0;
    z-index: -1;
    content: '';
    transition: all 0.6s ease;
    transform: translateX(-50%) rotate(20deg);
    height: 300%;
    top: -100%;
    position: absolute;
}

.enroll_instantly .get_assist:hover::after {
    animation: lightBeam 1.5s ease-in-out;
    opacity: 0.6;
}

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

.price_item_element h2::after {
    position: absolute;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    background: rgb(137,163,161);
    height: 3px;
    left: 50%;
    bottom: -10px;
}

.price_item_element .pricing_list li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.price_item_element .plan_pricing:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.price_item_element .learning_cost {
    height: 100%;
    padding: 35px 25px;
}

.price_item_element .plan_fees {
    position: relative;
    z-index: 2;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.price_item_element .plan_fees h4::after {
    bottom: 0;
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(137,163,161);
    transition: width 0.3s ease;
}

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

.title_greeting h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
    opacity: 0;
    max-width: 800px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    position: relative;
    font-size: clamp(2rem, 5vw, 39px);
    line-height: 1.2;
}

.title_greeting p {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 15px);
    color: #ffffff;
    position: relative;
}

.title_greeting .learn_hero {
    margin: 2rem 0;
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    align-items: center;
    opacity: 0;
    display: flex;
    justify-content: center;
    transform: translateY(20px);
}

.title_greeting svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.5s ease;
}

.title_greeting svg:hover text {
    fill: #ffffff;
}

.title_greeting .support_map::before {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(94, 170, 168), rgb(102,125,120));
}

.cookie_popup_warning {
    border-top: 2px solid rgb(137,163,161);
    background: rgb(172,200,198);
    z-index: 90;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#cookie_popup_info {
    display: none;
}

.cookie_popup_warning h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

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

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

.gratPage::after {
    position: absolute;
    opacity: 0.05;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    right: -50%;
    top: -50%;
    transform: rotate(25deg);
    content: "";
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
}

.gratPage .study_classes {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    opacity: 0;
    backdrop-filter: blur(10px);
    animation: slide-up 0.8s ease-out forwards 0.2s;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    position: relative;
    padding: 3rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}



.gratPage .study_classes:hover {
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.teaching_experience::before {
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(137,163,161,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(137,163,161,0.5) 1px, transparent 1px);
    z-index: 0;
    opacity: 0.05;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    pointer-events: none;
    background-size: 60px 60px;
    height: 100%;
}

.teaching_experience .opinion_ratings > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.teaching_experience .opinion_ratings:hover .img_caption {
    transform: translateZ(40px) translateY(-10px);
}

.teaching_experience .img_caption::before {
    left: 12px;
    transition: all 0.4s ease;
    right: -12px;
    border: 2px solid rgb(137,163,161);
    bottom: -12px;
    top: 12px;
    content: "";
    opacity: 0.2;
    position: absolute;
    z-index: -1;
}

.teaching_experience .name::after {
    transform: scaleX(0.6);
    height: 3px;
    bottom: -6px;
    left: 0;
    transition: transform 0.5s ease;
    transform-origin: left;
    width: 40px;
    position: absolute;
    background: rgb(137,163,161);
    content: "";
}

.teaching_experience .employee_info::before {
    left: -20px;
    content: "";
    z-index: -1;
    position: absolute;
    color: rgb(137,163,161);
    font-size: 120px;
    line-height: 1;
    font-family: serif;
    opacity: 0.08;
    top: -40px;
}

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

.our_team .text_box_item {
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
    position: relative;
}

.our_team h5::after {
    width: 50%;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(137,163,161), transparent);
    transition: width 0.5s ease;
    height: 3px;
    content: "";
    bottom: 0;
}

.our_team p b {
    padding-right: 5px;
    display: inline-block;
    letter-spacing: 0.5px;
    color: rgb(102,125,120);
    font-weight: 700;
    font-size: calc(17px * 1.1);
    position: relative;
}

.our_team ol li:hover::before {
    opacity: 1;
    transform: scale(1.2);
}

.study_process::before {
    content: "";
    background-repeat: no-repeat;
    background: 
        linear-gradient(135deg, transparent 20px, rgba(255,255,255,0.03) 0) top left,
        linear-gradient(225deg, transparent 20px, rgba(255,255,255,0.03) 0) top right,
        linear-gradient(315deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom right,
        linear-gradient(45deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom left;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    left: 0;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    height: 100%;
    background-size: 50% 50%;
    top: 0;
    width: 100%;
}

.study_process .text_box_item::before {
    top: 0;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(137,163,161), rgb(102,125,120));
    left: 0;
    animation: growVertical 0.7s 0.8s forwards ease-in-out;
    content: "";
    height: 0;
}

.study_process p {
    line-height: 1.8;
    color: #000000;
    transform: translateZ(0);
    margin: 0;
    position: relative;
    font-size: 18px;
    z-index: 2;
}

footer {
    width: 100%;
    position: relative;
}

footer .program_foot {
    position: relative;
    z-index: 1;
}

footer .info_item {
    transition: all 0.3s ease;
    border-radius: 10px;
    max-width: 300px;
    flex: 1 1 200px;
    padding: 10px 20px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
}

footer .info_item svg {
    margin-right: 15px;
    fill: #ffffff;
    height: 22px;
    width: 22px;
    flex-shrink: 0;
}

footer .nav_site {
    padding-top: 60px;
    text-align: center;
}

footer .nav_site svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}

footer .main_info {
    background-color: rgb(172,200,198);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    position: relative;
    margin: 0 20px;
}

footer .head_sitebar {
    flex-wrap: wrap;
    display: flex;
    gap: 10px 30px;
    flex-direction: column;
    margin-bottom: 25px;
}

footer .head_sitebar a::after {
    width: 0;
    left: 0;
    height: 1px;
    position: absolute;
    background-color: rgb(137,163,161);
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
}

footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
    color: #ffffff;
}

footer .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

footer .updates_item {
    cursor: pointer;
    color: #ffffff;
    padding: 15px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #000000;
    border-radius: 10px;
}

.course_highlights::before {
    width: 300px;
    content: "";
    transform: translateZ(0);
    right: -100px;
    opacity: 0.3;
    height: 300px;
    filter: blur(40px);
    border-radius: 50%;
    top: -100px;
    position: absolute;
    animation: float 15s infinite alternate ease-in-out;
    background: linear-gradient(45deg, rgb(137,163,161,0.5) 0%, rgb(102,125,120,0.5) 100%);
}

.course_highlights .img_caption {
    position: relative;
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.course_highlights .text_box_item::before {
    transition: transform 0.4s ease;
    content: "";
    width: 4px;
    transform-origin: center;
    transform: scaleY(0.7);
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(137,163,161), rgb(102,125,120));
    height: 100%;
    left: 0;
}

.course_highlights .text_box_item:hover h3 {
    transform: translateX(10px);
}

.course_highlights .text_box_item:hover h3::after {
    opacity: 1;
    left: -5px;
}

.course_highlights .description {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-size: 15px;
}

.get_in_touchIvh .container {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}

.get_in_touchIvh .img_caption {
    margin-left: -5%;
    min-height: 600px;
    flex: 0 0 45%;
    position: relative;
    z-index: 2;
    transform: skew(-10deg);
}

.get_in_touchIvh .connect_panel {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
}

.get_in_touchIvh h2::before {
    box-shadow: 0 0 15px rgb(137,163,161,0.5);
    position: absolute;
    left: 0;
    background: rgb(137,163,161);
    width: 1rem;
    height: 1rem;
    top: 50%;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
}

.get_in_touchIvh .connect_panel input:not([type="checkbox"]):not([type="submit"])::after {
    content: '';
    background: rgb(137,163,161);
    width: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    left: 0;
    height: 2px;
}

.get_in_touchIvh .connect_panel .message_support {
    gap: 1rem;
    align-items: center;
    display: flex;
}

.get_in_touchIvh .connect_panel .message_support input[type="checkbox"]:checked::after {
    top: 50%;
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
    content: '✔';
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.get_in_touchIvh .connect_panel .support_map {
    border: none;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    padding: 1rem;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(137,163,161);
    font-size: 20px;
    border-radius: 10px;
}

header::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.1;
}

header .head_study .nav_site .header_tutor:hover::before {
    transform: scale(1);
    opacity: 0.1;
}

header .head_study .main_info {
    margin: 0;
    perspective: 1000px;
    padding: 0;
    list-style: none;
    display: flex;
}

header .head_study .main_info .head_site a {
    text-transform: uppercase;
    padding: 12px 20px;
    color: #000000;
    background: linear-gradient(to bottom, transparent, transparent);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    position: relative;
    letter-spacing: 0.5px;
    transform-style: preserve-3d;
    transition: color 0.3s ease, transform 0.3s ease;
}

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

.privacy_area::before {
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
}

.privacy_area h1 {
    margin-bottom: 2rem;
    position: relative;
    letter-spacing: -0.02em;
    font-weight: var(--font-weight-bold, 700);
    color: var(--dark-color, #252525);
    font-size: var(--h1-font-size, 2.5rem);
    transform: translateX(-10px);
}



.privacy_area h2 {
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 16px;
    position: relative;
    color: var(--dark-color, #252525);
    border-left: 3px solid var(--primary-color, #4154f1);
    margin: 3rem 0 1.5rem;
    font-size: var(--h2-font-size, 1.8rem);
}

.privacy_area p {
    transform: translateZ(0);
    max-width: 90%;
    margin-bottom: 1.5rem;
    color: var(--p-color, #444444);
    font-size: var(--p-font-size, 1rem);
    line-height: 1.7;
    position: relative;
}

.privacy_area ul::before {
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    border-radius: var(--border-radius-small, 3px);
    content: "";
    top: 0;
    width: 3px;
    position: absolute;
    left: -20px;
}

.price_item_element .plan_fees p::-webkit-scrollbar {
    width: 4px;
}

.price_item_element .plan_fees p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(137,163,161);
}

.course_highlights p.description::-webkit-scrollbar {
    width: 5px;
}

.course_highlights p.description::-webkit-scrollbar-track {
    background: rgb(172,200,198);
    border-radius: 10px;
}

.course_highlights p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(137,163,161,0.5);
}



@media screen and (max-width: 576px) {.enroll_instantly {
    padding: 60px 0;
}.enroll_instantly .study_classes {
    padding: 30px 20px;
}.enroll_instantly h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.enroll_instantly h3::after {
    height: 30px;
    bottom: -50px;
    width: 30px;
}.enroll_instantly .get_assist {
    padding: 14px 35px;
    font-size: calc(16px * 0.9);
    letter-spacing: 1px;
    margin-top: 15px;
}}



@media (max-width: 480px) {.price_item_element {
    padding: 50px 0;
}.price_item_element h2 {
    font-size: calc(37px * 0.75);
}.price_item_element .learning_cost {
    padding: 20px 15px;
}.price_item_element .plan_fees h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.price_item_element .plan_fees p {
    margin-bottom: 20px;
    max-height: 150px;
    font-size: calc(15px * 0.9);
}.price_item_element .learn_offers {
    padding: 8px 15px;
    font-size: calc(24px * 0.9);
}}


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



@media (max-width: 991px) {.gratPage {
    padding: 4rem 1.5rem;
}.gratPage h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.gratPage .study_classes {
    padding: 2rem;
}
}



@media (max-width: 575px) {.gratPage {
    padding: 2rem 0.8rem;
}.gratPage h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.2rem;
}.gratPage .study_classes {
    padding: 1.2rem;
}.gratPage li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@media (min-width: 768px) {.teaching_experience .opinion_ratings {
    grid-template-columns: auto 1fr;
    row-gap: 30px;
    grid-template-rows: auto 1fr;
    column-gap: 40px;
}.teaching_experience .opinion_ratings > div:first-child {
    grid-row: 1 / 3;
}.teaching_experience .img_caption {
    height: 260px;
    width: 220px;
}.teaching_experience .employee_info {
    grid-column: 2;
    padding-left: 30px;
}
}



@media (hover: none) {.teaching_experience .opinion_ratings {
    transform: none !important;
}.teaching_experience .img_caption,
    .teaching_experience .opinion_ratings:hover .img_caption {
    transform: none;
}}



@media (max-width: 767px) {.our_team {
    padding: 80px 0;
}.our_team .text_box_item {
    padding: 2rem;
}.our_team h5 {
    font-size: calc(24px * 0.9);
}.our_team p b {
    font-size: calc(17px * 0.9);
}.our_team ol li {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.our_team .text_box_item::after {
    width: 60px;
    height: 60px;
}
}



@media (min-width: 768px) {.study_process {
    padding: 10rem 4rem;
}.study_process .study_classes {
    gap: 4rem;
    grid-template-columns: 1fr;
}.study_process h2 {
    margin-bottom: 3rem;
    font-size: calc(32px * 1.2);
}.study_process h2::before {
    height: 4px;
    width: 120px;
    bottom: -20px;
}.study_process .text_box_item {
    width: 90%;
    padding: 3.5rem;
    transition: transform 0.4s ease-out;
    margin-left: 5%;
}.study_process .text_box_item:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.08), 
                    inset 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-5px);
}.study_process p {
    max-width: 90%;
    font-size: calc(18px * 1.05);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates_item {
    white-space: nowrap;
}footer .nav_site {
    padding-top: 80px;
}
}



@media (min-width: 768px) {.course_highlights .learn_explore {
    gap: 50px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_highlights .img_caption {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.course_highlights .text_box_item {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course_highlights .img_caption:hover,
    .course_highlights .text_box_item:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course_highlights h3 {
    font-size: 36px;
}
}



@media screen and (max-width: 768px) {.get_in_touchIvh {
    padding: 3rem 0;
}.get_in_touchIvh h2 {
    padding-left: 1.5rem;
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.get_in_touchIvh h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.get_in_touchIvh .connect_panel h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.get_in_touchIvh .connect_panel input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 767px) {.privacy_area {
    padding: 3rem 0;
}.privacy_area::after {
    width: 70%;
    top: -5%;
    right: -25%;
    height: 40%;
}.privacy_area .container {
    padding: 0 15px;
}.privacy_area h1 {
    transform: translateX(-5px);
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.privacy_area h1::after {
    width: 60px;
}.privacy_area h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
}.privacy_area h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy_area h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_area p {
    max-width: 100%;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.privacy_area ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy_area li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.privacy_area span {
    padding: 1rem;
    transform: translateX(0);
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}
}



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



@keyframes gridScale {
    0% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
    50% {
        background-size: 45px 45px;
        opacity: 0.2;
    }
    100% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
}



@keyframes lightBeam {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(20deg);
    }
    25% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateX(300%) rotate(20deg);
    }
}

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



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



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



@keyframes backgroundPulse {
    0% { opacity: 0.5; }
    50% { opacity: 0.7; }
    100% { opacity: 0.6; }
}



@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

