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

.viewport-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.course_structure::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(30px);
    animation: morph 20s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    opacity: 0.2;
    background: linear-gradient(-45deg, rgb(195,122,138,0.5) 0%, rgb(219,163,176,0.5) 100%);
    left: -50px;
    width: 200px;
    bottom: -50px;
    height: 200px;
    transform: translateZ(0);
}

.course_structure .text_scroll::before {
    width: 4px;
    transition: transform 0.4s ease;
    height: 100%;
    transform-origin: center;
    left: 0;
    transform: scaleY(0.7);
    content: "";
    background: linear-gradient(to bottom, rgb(219,163,176), rgb(195,122,138));
    position: absolute;
    top: 0;
}

.course_structure .text_scroll:hover h3 {
    transform: translateX(10px);
}

.course_structure p.description {
    scrollbar-width: thin;
    scrollbar-color: rgb(219,163,176,0.5) rgb(243,215,221);
    padding-right: 15px;
    overflow-y: auto;
    display: block;
    max-height: 300px;
}

.education_framework .knowledge_experts {
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 900px;
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    aspect-ratio: 1/1;
    display: flex;
    padding: 0;
    height: 100%;
}

.education_framework .knowledge_experts::after {
    top: 10%;
    animation: rotateBorder 15s linear infinite reverse;
    height: 80%;
    border: 1px dashed rgb(195,122,138,0.5);
    z-index: -1;
    position: absolute;
    left: 10%;
    border-radius: 50%;
    width: 80%;
    content: "";
}

.education_framework span {
    background: #ffffff;
    font-size: 16px;
    padding: 2rem;
    border-radius: 16px;
    transform: translateY(20px);
    position: relative;
    width: 60%;
    line-height: 1.7;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: auto;
    z-index: 2;
    text-align: center;
    color: #000000;
}

.gratitudeBox .knowledge_experts {
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
    transform-origin: top center;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
}

.gratitudeBox a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}

.gratitudeBox a:hover p {
    color: #000000;
}

.our_team {
    position: relative;
    overflow: hidden;
    background: rgb(243,215,221);
    padding: 100px 0;
}

.our_team .knowledge_experts {
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 18px;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    align-items: center;
}

.our_team .knowledge_pro {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;
}

.our_team h2 {
    color: #000000;
    font-size: 33px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.leadership_experience::before {
    transform-origin: center;
    right: -5%;
    content: "";
    filter: blur(60px);
    width: 40%;
    opacity: 0.3;
    height: 40%;
    top: -5%;
    animation: floating 15s ease-in-out infinite;
    position: absolute;
    background: rgb(219,163,176,0.5);
    z-index: 0;
}

.leadership_experience .feedback_views > div:first-child {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.leadership_experience .feedback_views .image_section::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(219,163,176), 0.2) 100%
    );
    width: 100%;
    z-index: 1;
    position: absolute;
}

.leadership_experience .feedback_views .image_section:hover::after {
    opacity: 1;
}

.leadership_experience .feedback_views > div:nth-child(2) > div {
    font-size: calc(13px - 0.1rem);
    margin-top: 1rem;
    color: rgb(195,122,138);
    font-weight: 600;
}

.leadership_experience .feedback_views .experience_tasks::before {
    left: -15px;
    content: "";
    opacity: 0.2;
    font-size: 5rem;
    font-family: Georgia, serif;
    top: -20px;
    position: absolute;
    color: rgb(219,163,176,0.5);
}

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

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

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

.stay_informed::before {
    background-size: 100px 100px;
    z-index: -1;
    content: "";
    opacity: 0.5;
    animation: rotateBg 120s linear infinite;
    transform-origin: center;
    height: 200%;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 70% 60%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 40% 80%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 60% 20%, rgba(255,255,255,0.1) 1px, transparent 2px);
    top: -50%;
    width: 200%;
}

.stay_informed .input_holder input[type="email"] {
    outline: none;
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    width: 100%;
    color: #000000;
}

.stay_informed .input_holder .support_feedback:hover::before {
    left: 100%;
}

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



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

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

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

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

.take_a_spin::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
}

.take_a_spin .support_feedback:hover::before {
    left: 120%;
}

.take_a_spin .container::after {
    position: absolute;
    filter: blur(60px);
    width: 200px;
    height: 200px;
    background: rgb(219,163,176,0.5);
    z-index: -1;
    content: '';
    top: -50px;
    animation: pulse 8s infinite alternate;
    right: -50px;
    border-radius: 50%;
}

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

.pricing_row_item .basic_cost::before {
    z-index: -1;
    height: 40px;
    position: absolute;
    left: -20px;
    transform: rotate(45deg);
    top: 20px;
    width: 40px;
    content: "";
    background-color: rgb(219,163,176);
}

.pricing_row_item .plan_options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    perspective: 1000px;
}

.pricing_row_item .study_costs:nth-child(odd) .price_choices {
    transform: rotate(-1deg);
}

.pricing_row_item .learn_price {
    overflow-wrap: break-word;
    padding: 2rem;
    position: relative;
    display: flex;
    word-break: break-word;
    flex-direction: column;
    flex: 1;
    z-index: 2;
}

.pricing_row_item .learn_price h3::after {
    background: rgb(219,163,176);
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
}

.pricing_row_item .image_section {
    transition: transform 0.5s ease;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}

.pricing_row_item .study_costs:hover .image_section::before {
    opacity: 0.05;
}

.academy_info::after {
    animation: glowLine 3s infinite alternate;
    height: 3px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(219,163,176), transparent);
    z-index: 2;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
}

.academy_info .info_item:hover {
    transform: translateY(-5px);
}

.academy_info .info_item p, 
.academy_info .info_item a {
    text-decoration: none;
    padding: 0.75rem;
    color: #ffffff;
    border: 1px solid transparent;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    font-size: calc(16px - 2px);
    border-radius: 10px;
    gap: 0.5rem;
}

.academy_info .top_info h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    font-size: 21px;
    color: #ffffff;
    position: relative;
}

.academy_info .header_nav a::before {
    position: absolute;
    width: 5px;
    border-radius: 50%;
    background: rgb(195,122,138);
    left: 0;
    transform: translateY(-50%);
    content: '';
    height: 5px;
    top: 50%;
    transition: all 0.3s ease;
}

.academy_info .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(16px - 1px);
    opacity: 0.9;
}

.academy_info .input_holder input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgb(195,122,138,0.5);
    flex: 1;
    padding: 0.875rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.academy_info .sub_desc:hover::before {
    left: 100%;
}

.academy_info .mobile_cta::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(195,122,138,0.5), transparent);
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    top: -1px;
}


.privacySettingsWindow .cookie_option {
    flex-grow: 1;
}

.privacySettingsWindow .cookie_option p {
    color: #000000;
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
}


#cookieMessageAlert {
    display: none;
}

#cookieMessageAlert:checked ~ .privacySettingsWindow {
    visibility: hidden;
    opacity: 0;
}

.metrics_summary::after {
    left: 0;
    z-index: -2;
    height: 100%;
    top: 0;
    background: radial-gradient(ellipse at bottom right, rgb(219,163,176,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(195,122,138,0.5) 0%, transparent 60%);
    opacity: 0.4;
    content: '';
    position: absolute;
    width: 100%;
}

.metrics_summary .top_gain {
    z-index: 2;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.metrics_summary .pro_extra:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}

.metrics_summary .pro_extra::before {
    opacity: 0.2;
    right: -50px;
    content: '';
    height: 100px;
    border-radius: 50%;
    transition: all 0.4s ease;
    background: linear-gradient(to right, rgb(219,163,176,0.5), transparent);
    position: absolute;
    top: -50px;
    width: 100px;
}

.metrics_summary .pro_extra span {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    position: relative;
}

.metrics_summary .pro_extra:nth-child(1) {
    transform: rotate(-2deg);
}

.metrics_summary .pro_extra:nth-child(3) {
    transform: rotate(-1deg);
}

.metrics_summary .stat_item_inner {
    transform: rotate(0deg);
}

.privacy_retreat {
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(243,215,221), #ffffff);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.privacy_retreat h2 {
    opacity: 0;
    font-weight: 600;
    animation: slideUp 0.7s ease-out forwards 0.3s;
    font-size: 33px;
    color: #000000;
    transform: translateY(10px);
    position: relative;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
}

.privacy_retreat h4::before {
    background: rgb(195,122,138);
    left: 0;
    height: 75%;
    content: "";
    width: 2px;
    opacity: 0.7;
    border-radius: 1px;
    position: absolute;
    top: 0.25rem;
}

.privacy_retreat li {
    padding-left: 0.5rem;
    color: #000000;
    line-height: 1.75;
    margin-bottom: 1rem;
    position: relative;
    font-size: 16px;
}

.title_opener {
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.title_opener .text_scroll {
    padding: 40px 20px;
    flex: 1;
    transform: translateY(0);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 3;
}

.title_opener .text_scroll:hover h1::after {
    transform: scaleX(1);
}

.title_opener .page_title svg {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), filter 0.6s ease;
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.15));
}

.title_opener .text_scroll:hover .page_title svg path,
.title_opener .text_scroll:hover .page_title svg text {
    fill: rgb(219,163,176);
}

.title_opener ul {
    margin: 30px 0 0;
    display: flex;
    padding: 0;
    list-style: none;
}

.title_opener .support_feedback {
    text-decoration: none;
    z-index: 1;
    font-size: 17px;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.2);
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(135deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: translateY(0);
    padding: 15px 30px;
}

.client_feedback::before {
    content: "";
    background: linear-gradient(120deg, rgb(219,163,176,0.5) 0%, rgb(195,122,138,0.5) 100%);
    z-index: 0;
    width: 40%;
    opacity: 0.4;
    transform: rotate(-15deg);
    height: 60%;
    right: -5%;
    filter: blur(80px);
    position: absolute;
    top: -10%;
}

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

.client_feedback .feedback_views:nth-child(odd) {
    transform: translateY(5px);
}

.client_feedback .feedback_views div {
    align-items: center;
    display: flex;
    margin-bottom: 1.2rem;
}

.client_feedback .feedback_views:hover h4 {
    color: rgb(219,163,176);
}

.client_feedback a {
    display: inline-block;
    left: 50%;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    position: relative;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    margin-top: 3rem;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 17px;
    transform: translateX(-50%);
    padding: 0.8rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
}

.aspiring_learners div p {
    color: #000000;
    padding: 0 0 0 70px;
    display: flex;
    align-items: center;
    margin: 0;
    counter-increment: item;
    min-height: 50px;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
}

.aspiring_learners div p:last-child::after {
    display: none;
}

.aspiring_learners div p:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}

.aspiring_learners div p:hover {
    transform: translateX(5px);
    color: #000000;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.course_structure {
    padding: 150px 0;
}.course_structure .learn_business {
    gap: 70px;
}.course_structure .image_section {
    height: 550px;
}.course_structure .text_scroll {
    padding: 40px 50px;
}.course_structure p.description {
    max-height: 350px;
}
}



@media (min-width: 993px) {.education_framework .knowledge_experts:hover::before,
    .education_framework .knowledge_experts:hover::after {
    animation-play-state: paused;
}.education_framework .knowledge_experts:hover h3,
    .education_framework .knowledge_experts:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}



@media (max-width: 576px) {.education_framework .container {
    padding: 2.5rem 1rem;
}.education_framework .knowledge_experts {
    gap: 1.5rem;
    padding: 1rem 0;
}.education_framework h3 {
    padding: 0.7rem 1.2rem;
    font-size: calc(35px * 0.7);
}.education_framework span {
    padding: 1.2rem;
    font-size: calc(16px * 0.85);
    line-height: 1.6;
}.education_framework .knowledge_experts::before,
    .education_framework .knowledge_experts::after {
    border-width: 1px;
}}



@media (max-width: 992px) {.our_team {
    padding: 70px 0;
}.our_team .knowledge_experts {
    flex-direction: column;
}.our_team .method_ped {
    flex: 0 0 100%;
    padding: 40px 20px;
    width: 100%;
}.our_team .text_scroll {
    padding: 40px 20px;
    flex: 0 0 100%;
    width: 100%;
}
}



@media (min-width: 992px) {.leadership_experience .feedback_views {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.leadership_experience .feedback_views > div:first-child {
    max-width: 320px;
}.leadership_experience .feedback_views .image_section {
    height: 350px;
}.leadership_experience .feedback_views .experience_tasks {
    line-height: 1.8;
    font-size: calc(13px + 0.05rem);
}
}



@media screen and (min-width: 1200px) {.contact_us .feedback_query {
    max-width: 1100px;
}.contact_us .image_section {
    min-height: 500px;
}
}



@media screen and (min-width: 1200px) {.stay_informed .knowledge_experts {
    gap: 4rem;
}.stay_informed h4 {
    font-size: calc(23px * 1.4);
}.stay_informed .knowledge_experts > div {
    width: 45%;
}.stay_informed .input_holder {
    width: 55%;
}
}



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



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



@media (max-width: 480px) {.pricing_row_item .learn_price p {
    font-size: calc(12px * 0.9);
}.pricing_row_item .learn_price h3 {
    font-size: 20px;
}.pricing_row_item .rate_card {
    font-size: calc(20px * 1.3);
}.pricing_row_item .image_section {
    height: 160px;
}}



@media screen and (max-width: 992px) {.metrics_summary {
    padding: 100px 0 120px;
}.metrics_summary .smart_statistics {
    text-align: center;
}.metrics_summary .smart_statistics::after {
    transform: translateX(-50%);
    left: 50%;
}.metrics_summary .benefits_track {
    text-align: center;
    max-width: 100%;
}
}



@media screen and (max-width: 576px) {.metrics_summary {
    padding: 60px 0 80px;
}.metrics_summary .expert_pros svg {
    width: 70px;
    height: 70px;
}.metrics_summary .smart_statistics {
    font-size: calc(34px * 0.8);
}.metrics_summary .pro_extra {
    margin: 7px 0;
    flex: 1 1 100%;
}.metrics_summary .pro_extra span {
    font-size: calc(21px * 0.95);
}}



@media (min-width: 1200px) {.privacy_retreat {
    padding: 8rem 5rem;
}.privacy_retreat::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(195,122,138,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(219,163,176,0.5), transparent 45%);
}.privacy_retreat .container {
    padding: 0 4rem;
}.privacy_retreat h1 {
    font-size: calc(41px * 1.3);
}.privacy_retreat h1::after {
    bottom: -0.7rem;
    width: 5.5rem;
    height: 5px;
}.privacy_retreat ul {
    padding-left: 2.5rem;
}
}



@media (min-width: 768px) {.title_opener .knowledge_experts {
    flex-direction: row;
    gap: 30px;
    align-items: center;
}.title_opener .text_scroll {
    padding: 0 20px 0 0;
    flex: 1;
}.title_opener .image_section {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
    flex: 1;
    height: 450px;
    margin-bottom: 0;
}.title_opener .image_section:hover {
    transform: perspective(1000px) rotateY(-3deg) translateX(-5px);
}.title_opener h1 {
    font-size: calc(34px * 1.1);
}.title_opener .page_title svg {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 767px) {.client_feedback {
    padding: 3rem 0;
}.client_feedback h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.client_feedback .reviews_hub {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_feedback .feedback_views {
    padding: 1.5rem;
}.client_feedback .feedback_views:nth-child(odd) {
    transform: translateY(0);
}.client_feedback .feedback_views:hover,
    .client_feedback .feedback_views:nth-child(odd):hover {
    transform: translateY(-5px);
}.client_feedback a {
    padding: 0.7rem 1.8rem;
    margin-top: 2rem;
}
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}



@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}



@keyframes float {
    0% { transform: rotate(35deg) translateY(0); }
    50% { transform: rotate(32deg) translateY(-20px); }
    100% { transform: rotate(35deg) translateY(0); }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



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

