.academy_info {
    flex: 0 0 auto;
}

.academy_info {
    background: linear-gradient(135deg, #000000 0%, rgb(219,163,176,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 5rem 0 1rem;
    color: #ffffff;
}

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

.course_structure .image_section::after {
    position: absolute;
    animation: shimmer 5s infinite linear;
    width: 200%;
    top: -50%;
    transform: rotate(25deg);
    height: 200%;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    left: -50%;
}

.course_structure .text_scroll:hover h3::after {
    opacity: 1;
    left: -5px;
}

.course_structure span.description {
    display: none;
}

.education_framework {
    overflow: hidden;
    background: rgb(243,215,221);
    min-height: 65vh;
    position: relative;
}

.education_framework .container {
    z-index: 5;
    position: relative;
    max-width: 1100px;
    padding: 5rem 2rem;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.education_framework .knowledge_experts::before {
    border: 2px solid rgb(219,163,176,0.5);
    border-radius: 50%;
    position: absolute;
    width: 90%;
    content: "";
    z-index: -1;
    height: 90%;
    top: 5%;
    animation: rotateBorder 20s linear infinite;
    left: 5%;
}

.education_framework h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: linear-gradient(to bottom, rgb(219,163,176), transparent);
    height: 30px;
    width: 2px;
}

.gratitudeBox {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(219,163,176,0.5) 0%, rgb(243,215,221) 50%, rgb(195,122,138,0.5) 100%);
    overflow: hidden;
}

.gratitudeBox::after {
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(35deg);
    right: -50%;
    filter: blur(80px);
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    width: 100%;
    top: -50%;
    height: 100%;
    z-index: 1;
}

.gratitudeBox .knowledge_experts > div:first-child {
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
    padding-left: 1.5rem;
    margin-left: -1.5rem;
    border-left: 4px solid rgb(219,163,176);
}

.gratitudeBox a {
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    position: relative;
    overflow: hidden;
    transform-origin: center;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    padding: 1.5rem 2rem;
    text-decoration: none;
}

.our_team .method_ped {
    flex: 0 0 30%;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 40px;
    align-items: center;
    background-color: rgb(219,163,176);
}

.our_team .text_scroll {
    flex: 0 0 70%;
    padding: 50px;
}

.our_team .founder_vision {
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.leadership_experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgb(195,122,138,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}

.leadership_experience .feedback_views {
    opacity: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    grid-template-columns: 1fr;
    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.15) inset;
    display: grid;
    border-radius: 4px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
}

.leadership_experience .feedback_views > div:nth-child(2) {
    text-align: center;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    opacity: 0;
}

.leadership_experience .feedback_views > div:nth-child(3) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
    opacity: 0;
}

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

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

.contact_us .message_widget {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact_us .message_widget label::before {
    border-radius: 10px;
    content: "";
    height: 22px;
    position: absolute;
    left: 0;
    width: 22px;
    transition: all 0.3s ease;
    top: 2px;
    background: rgb(243,215,221);
}

.contact_us form .support_feedback:hover {
    background: rgb(195,122,138);
}

.contact_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(219,163,176);
}

.stay_informed::after {
    content: "";
    background: radial-gradient(ellipse at 30% 50%, rgb(219,163,176,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.stay_informed .knowledge_experts:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.stay_informed .input_holder {
    transform: translateZ(10px);
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.stay_informed .input_holder span {
    display: block;
    width: 100%;
    position: relative;
}

.stay_informed .input_holder input[type="email"]:focus {
    transform: scale(1.02);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 2px rgb(219,163,176);
}

.stay_informed .input_holder .support_feedback:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgb(219,163,176), rgb(195,122,138));
    transform: translateY(-3px) scale(1.02);
}

.stay_informed .input_holder .support_feedback:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

header .head_learning {
    padding: 0.5rem;
    margin-right: 2rem;
    overflow: visible;
    flex: 0 0 auto;
    position: relative;
}

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

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

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

header .main_know {
    position: relative;
    margin: 0 0.4rem;
}

header .main_know a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(219,163,176);
    text-shadow: none;
    border-color: #ffffff;
    transform: translateY(-3px);
}

header .main_know:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

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

.take_a_spin .knowledge_experts {
    padding: 0;
    position: relative;
    flex-direction: row;
    z-index: 10;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.take_a_spin .support_feedback::before {
    position: absolute;
    height: 150%;
    transition: all 0.6s ease;
    transform: rotate(35deg) translateY(-50px);
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 10px;
    left: -50px;
}

.pricing_row_item {
    padding: 6rem 0;
    background-color: rgb(243,215,221);
    position: relative;
    overflow: hidden;
}

.pricing_row_item::after {
    bottom: -5rem;
    width: 20rem;
    transform: rotate(-15deg);
    right: -5rem;
    background: linear-gradient(225deg, rgb(195,122,138) 0%, transparent 80%);
    pointer-events: none;
    z-index: 1;
    content: "";
    height: 20rem;
    opacity: 0.15;
    position: absolute;
}

.pricing_row_item .basic_cost h2::after {
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(219,163,176), rgb(195,122,138));
    width: 80px;
    content: "";
}

.pricing_row_item .study_costs:hover {
    transform: translateY(-10px);
}

.pricing_row_item .study_costs:hover .price_choices {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(219,163,176,0.5);
}

.pricing_row_item .study_costs:hover .price_choices {
    transform: rotate(0) translateZ(20px);
}

.pricing_row_item .learn_price h3 {
    position: relative;
    transform: translateZ(10px);
    color: #000000;
    font-size: calc(20px * 1.2);
    margin-bottom: 1rem;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.pricing_row_item .learn_price p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 1rem;
    flex: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
}

.pricing_row_item .image_section::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 1;
    position: absolute;
}



.academy_info .container {
    position: relative;
    z-index: 2;
}

.academy_info .msg_block::before {
    content: '';
    animation: scanLine 4s infinite linear;
    top: -2px;
    background: linear-gradient(90deg, transparent, rgb(195,122,138), transparent);
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    position: absolute;
}

.academy_info .info_item a:hover {
    box-shadow: 0 0 15px rgb(219,163,176,0.5);
    background: #000000;
    border-color: rgb(219,163,176,0.5);
}

.academy_info .head_learning svg:hover {
    filter: drop-shadow(0 0 10px rgb(219,163,176));
}

.academy_info .top_info {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}

.academy_info .top_info:hover h5::after {
    width: 80px;
}

.academy_info .header_nav a {
    font-size: 16px;
    opacity: 0.8;
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.academy_info .subscribe_holder::before {
    left: 0;
    bottom: 0;
    opacity: 0.1;
    content: '';
    top: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    background: radial-gradient(circle at top right, rgb(219,163,176,0.5) 0%, transparent 70%);
}

.academy_info .input_holder input[type="email"]:focus {
    border-color: rgb(219,163,176);
    outline: none;
    box-shadow: 0 0 10px rgb(219,163,176,0.5);
}

.academy_info .sub_desc:hover {
    box-shadow: 0 0 15px rgb(195,122,138,0.5);
    transform: translateY(-2px);
    background: rgb(195,122,138);
}

.academy_info .mobile_cta {
    padding-top: 1.5rem;
    margin-top: 3rem;
    position: relative;
    border-top: 1px solid rgb(195,122,138,0.5);
    text-align: center;
}

.privacySettingsWindow .cookie_protect svg {
    width: 60px;
    height: 60px;
    fill: rgb(219,163,176);
}

.privacySettingsWindow .cookie_option h5 {
    font-size: 23px;
    color: rgb(219,163,176);
    margin-bottom: 6px;
}

.privacySettingsWindow .user_dialog:active {
    transform: translateY(1px);
    box-shadow: none;
}

.metrics_summary::before {
    background-color: #000000;
    top: 0;
    content: '';
    opacity: 0.92;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
}

.metrics_summary .expert_pros {
    z-index: 2;
    position: relative;
}

.metrics_summary .smart_statistics {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 34px;
    color: #ffffff;
    padding-bottom: 20px;
}

.metrics_summary .pro_extra {
    backdrop-filter: blur(5px);
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    position: relative;
    transform: translateY(0);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    flex: 1 1 calc(25% - 20px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.metrics_summary .top_gain::after {
    height: 120px;
    content: '';
    position: absolute;
    border-radius: 50%;
    left: -10%;
    width: 120%;
    background: rgb(219,163,176,0.5);
    opacity: 0.05;
}

.metrics_summary .top_gain::after {
    background: rgb(195,122,138,0.5);
    top: -70px;
}

.privacy_retreat .container {
    z-index: 1;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
    opacity: 0;
    max-width: 1140px;
    position: relative;
}

.privacy_retreat h1::after {
    background: rgb(219,163,176);
    bottom: -0.5rem;
    height: 3px;
    transform: scaleX(0);
    content: "";
    position: absolute;
    left: 0;
    width: 3.5rem;
    animation: expandLine 0.7s ease-out forwards 0.7s;
    transform-origin: left;
}

.privacy_retreat h4 {
    opacity: 0;
    font-size: calc(33px * 0.75);
    position: relative;
    transform: translateY(10px);
    padding-left: 0.7rem;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
}

.privacy_retreat li::marker {
    color: rgb(219,163,176);
    font-size: 1.2em;
}

.privacy_retreat span {
    opacity: 0;
    max-width: 90ch;
    color: #000000;
    transform: translateY(10px);
    display: block;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    border-left: 1px solid rgb(195,122,138,0.5);
}

.title_opener .text_scroll:hover {
    transform: translateY(-5px);
}

.title_opener h1::after {
    transform: scaleX(0.7);
    transform-origin: left;
    height: 3px;
    bottom: -10px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    left: 0;
}

.title_opener .page_title svg text {
    letter-spacing: 0.5px;
    transition: fill 0.4s ease;
    font-family: Arial, sans-serif;
}

.title_opener .text_scroll:hover .page_title p {
    transform: translateX(5px);
}

.title_opener ul li {
    margin-right: 15px;
}

.title_opener .support_feedback::before {
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(195,122,138) 0%, rgb(219,163,176) 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: -100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.title_opener .image_section:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}

.client_feedback::after {
    left: -5%;
    content: "";
    filter: blur(60px);
    height: 50%;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(195,122,138,0.5) 0%, rgb(219,163,176,0.5) 100%);
    bottom: -10%;
    transform: rotate(12deg);
    width: 30%;
    z-index: 0;
}

.client_feedback .feedback_views {
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    background: #ffffff;
}

.client_feedback .feedback_views h4 {
    margin: 0;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 19px;
}

.client_feedback a::before {
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(195,122,138) 0%, rgb(219,163,176) 100%);
    z-index: -1;
}

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

.aspiring_learners h4 {
    margin-bottom: 60px;
    position: relative;
    line-height: 1.3;
    border-left: 4px solid rgb(219,163,176);
    color: #000000;
    padding-left: 20px;
    font-size: 30px;
    font-weight: 600;
}

.aspiring_learners div p::after {
    width: 1px;
    top: 75px;
    position: absolute;
    content: "";
    height: calc(100% - 25px);
    background: rgb(219,163,176,0.5);
    opacity: 0.3;
    left: 25px;
}

.aspiring_learners div p svg path {
    fill: #ffffff;
}

::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-track {
    background: repeating-linear-gradient(45deg, rgb(243,215,221), rgb(243,215,221) 8px, rgb(243,215,221) 8px, rgb(243,215,221) 14px);
    margin: 5px 0;
    border-radius: 5rem;
}

::-webkit-scrollbar-thumb {
    box-shadow: 0px -4px 4px 7px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    background: rgb(195,122,138,0.5);
    box-shadow: -5px 1px 1px 5px rgba(0, 0, 0, 0.4);
}

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

.course_structure p.description::-webkit-scrollbar-track {
    background: rgb(243,215,221);
    border-radius: 10px;
}

.course_structure p.description::-webkit-scrollbar-thumb {
    background-color: rgb(219,163,176,0.5);
    border-radius: 10px;
}



@media (max-width: 991px) {.gratitudeBox {
    padding: 5rem 0;
}.gratitudeBox .knowledge_experts {
    gap: 2rem;
    padding: 2.5rem;
}.gratitudeBox h5 {
    font-size: calc(23px * 0.95);
}
}



@media (max-width: 576px) {.gratitudeBox {
    padding: 3rem 0;
}.gratitudeBox .container {
    padding: 0 1rem;
}.gratitudeBox .knowledge_experts {
    gap: 1.5rem;
    transform: none;
    padding: 1.5rem;
}.gratitudeBox .knowledge_experts > div:first-child {
    border-left-width: 3px;
    padding-left: 1rem;
    margin-left: -1rem;
}.gratitudeBox h5 {
    font-size: calc(23px * 0.85);
}.gratitudeBox a {
    padding: 1rem;
}.gratitudeBox p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 767px) {.leadership_experience {
    padding: 4rem 0;
}.leadership_experience .container {
    padding: 0 1rem;
}.leadership_experience .feedback_views {
    padding: 2rem;
}.leadership_experience .feedback_views .image_section {
    height: 240px;
}}



@media screen and (min-width: 768px) {.contact_us .feedback_query {
    max-width: 1000px;
    flex-direction: row;
}.contact_us .image_section {
    min-height: 400px;
    height: auto;
    width: 40%;
}.contact_us .reach_card {
    width: 60%;
}
}



@media screen and (min-width: 992px) {.stay_informed {
    padding: 6rem 0;
}.stay_informed .knowledge_experts {
    padding: 4rem;
    flex-direction: row;
    gap: 3rem;
}.stay_informed .knowledge_experts > div {
    margin-bottom: 0;
    width: 40%;
}.stay_informed h4 {
    text-align: left;
    font-size: calc(23px * 1.3);
}.stay_informed .input_holder {
    width: 60%;
}
}



@media (max-width: 991px) {header .head_edu {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_learning {
    margin-bottom: 0;
    margin-right: 0;
}header .top_info {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .main_know a {
    font-size: calc(13px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.take_a_spin {
    background: #000000;
    padding: 70px 0;
}.take_a_spin .knowledge_experts {
    flex-direction: column;
    gap: 30px;
}.take_a_spin .container p {
    padding-right: 0;
    font-size: 19px;
    width: 100%;
    text-align: center;
}.take_a_spin .support_feedback {
    transform: skewX(0);
    height: 70px;
    width: 80%;
}.take_a_spin .support_feedback:hover {
    transform: skewX(0) translateY(-5px);
}
}



@media (max-width: 767px) {.pricing_row_item {
    padding: 3rem 0;
}.pricing_row_item .container {
    padding: 0 1.5rem;
}.pricing_row_item .plan_options {
    grid-template-columns: 1fr;
}.pricing_row_item .basic_cost h2 {
    font-size: calc(33px * 0.8);
}.pricing_row_item .learn_price {
    padding: 1.5rem;
}.pricing_row_item .rate_card {
    font-size: calc(20px * 1.5);
}.pricing_row_item .image_section {
    height: 180px;
}
}


@media (max-width: 768px) {.privacySettingsWindow .cookie_protect {
    margin-right: 0;
    margin-bottom: 15px;
}.privacySettingsWindow .user_dialog {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}



@media screen and (max-width: 768px) {.metrics_summary {
    padding: 80px 0 100px;
}.metrics_summary .expert_pros svg {
    width: 80px;
    height: 80px;
}.metrics_summary .smart_statistics {
    padding-bottom: 15px;
    font-size: calc(34px * 0.9);
    margin-bottom: 15px;
}.metrics_summary .benefits_track {
    font-size: calc(16px * 0.95);
}.metrics_summary .pro_extra {
    min-width: 200px;
    flex: 1 1 calc(50% - 20px);
}
}



@media (min-width: 992px) {.privacy_retreat {
    background: linear-gradient(165deg, rgb(243,215,221), #ffffff);
    padding: 7rem 4rem;
}.privacy_retreat .container {
    padding: 0 3rem;
}.privacy_retreat h1 {
    margin-bottom: 3.5rem;
    font-size: calc(41px * 1.2);
}.privacy_retreat h1::after {
    width: 5rem;
    height: 4px;
}.privacy_retreat p {
    margin-bottom: 2rem;
}.privacy_retreat h2::before {
    background: linear-gradient(to bottom, rgb(219,163,176), rgb(195,122,138));
}.privacy_retreat li {
    margin-bottom: 1.2rem;
}.privacy_retreat span {
    border-left: 2px solid rgb(195,122,138,0.5);
    padding-left: 1.5rem;
}
}



@media (min-width: 992px) {.title_opener {
    padding: 120px 0;
}.title_opener .knowledge_experts {
    gap: 60px;
}.title_opener .text_scroll {
    padding: 0 40px 0 0;
}.title_opener .image_section {
    height: 550px;
}.title_opener h1 {
    margin-bottom: 35px;
    font-size: calc(48px * 0.95);
}.title_opener .page_title {
    gap: 35px;
    margin-bottom: 40px;
}.title_opener .page_title p {
    font-size: calc(18px * 1.2);
}.title_opener .page_title svg {
    width: 120px;
    height: 120px;
}.title_opener .support_feedback {
    padding: 16px 36px;
}
}



@media (max-width: 480px) {.client_feedback {
    padding: 2.5rem 0;
}.client_feedback h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.client_feedback .feedback_views {
    padding: 1.2rem;
}.client_feedback .feedback_views img {
    width: 50px;
    height: 50px;
}.client_feedback a {
    width: 100%;
    padding: 0.6rem 1.5rem;
}
}



@media (max-width: 767px) {.aspiring_learners {
    padding: 80px 0;
}.aspiring_learners h4 {
    margin-bottom: 40px;
    font-size: calc(30px - 4px);
}.aspiring_learners div {
    gap: 20px;
}.aspiring_learners div p {
    padding-left: 60px;
}.aspiring_learners div p::before {
    width: 45px;
    height: 45px;
}.aspiring_learners div p::after {
    left: 22px;
    top: 67px;
}.aspiring_learners div p svg {
    top: 12px;
    left: 12px;
    width: 21px;
    height: 21px;
}
}



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



@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

