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

header,footer {
    width: 100%;
}

header {
    position: relative;
    padding: 0;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(195,122,138) 0%, rgb(219,163,176) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    overflow: visible;
}

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

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

.course_structure .text_scroll {
    background: #ffffff;
    padding: 30px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    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;
}

.course_structure h3::after {
    height: 30%;
    background: rgb(219,163,176,0.5);
    transform: translateY(-50%);
    z-index: -1;
    width: 8px;
    opacity: 0;
    transition: opacity 0.4s ease, left 0.4s ease;
    position: absolute;
    left: -10px;
    top: 50%;
    content: "";
}

.education_framework::after {
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    left: 0;
    content: "";
    width: 100%;
}

.education_framework h3::before {
    background: linear-gradient(135deg, rgb(219,163,176,0.5), transparent);
    left: 0;
    content: "";
    opacity: 0.2;
    border-radius: inherit;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.education_framework span::before {
    height: 30px;
    position: absolute;
    content: "";
    left: 50%;
    background: linear-gradient(to top, rgb(195,122,138), transparent);
    transform: translateX(-50%);
    bottom: 100%;
    width: 2px;
}

.gratitudeBox::before {
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(219,163,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(195,122,138,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.7;
    animation: pulse 10s infinite alternate ease-in-out;
}

.gratitudeBox .knowledge_experts > div:first-child::before {
    left: -0.5rem;
    border-radius: 50%;
    top: 50%;
    background: rgb(219,163,176);
    transform: translate(-50%, -50%);
    height: 1rem;
    width: 1rem;
    position: absolute;
    content: "";
}

.gratitudeBox a::before {
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(to bottom, rgb(219,163,176), rgb(195,122,138));
    width: 4px;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}

.our_team::before {
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.6;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(219,163,176,0.5) 0%, transparent 70%);
}

.our_team .founders_team {
    width: 100%;
    text-align: center;
}

.our_team .training_classes {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
}

.our_team .founder_vision svg path {
    fill: rgb(219,163,176);
}

.our_team h2::after {
    height: 3px;
    background: rgb(219,163,176);
    bottom: 0;
    width: 60px;
    content: '';
    left: 0;
    position: absolute;
}

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

.leadership_experience .feedback_views:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.leadership_experience .feedback_views .image_section::after {
    left: -10%;
    z-index: 2;
    position: absolute;
    width: 120%;
    content: "";
    top: -10%;
    opacity: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    transition: opacity 0.5s ease;
    height: 120%;
}

.leadership_experience .feedback_views .name::after {
    bottom: -8px;
    width: 40px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: rgb(219,163,176);
    content: "";
    border-radius: 1px;
    height: 3px;
}

.contact_us {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(243,215,221) 0%, rgb(219,163,176,0.5) 100%);
}

.contact_us h2 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 46px;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.contact_us .reach_card {
    width: 100%;
    position: relative;
    padding: 50px;
}

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

.contact_us form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.contact_us .message_widget label {
    line-height: 1.6;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    color: #000000;
    padding-left: 35px;
}

.contact_us .message_widget label a {
    text-decoration: none;
    color: rgb(219,163,176);
    transition: all 0.3s ease;
}

.contact_us svg {
    fill: rgb(219,163,176);
    width: 20px;
    height: 20px;
}

.stay_informed {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(219,163,176,0.5), rgb(195,122,138), rgb(219,163,176));
    position: relative;
    padding: 4rem 0;
}

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

.stay_informed .knowledge_experts > div {
    transform: translateZ(20px);
    width: 100%;
    margin-bottom: 2rem;
}

.stay_informed h4 {
    font-size: calc(23px * 1.1);
    margin: 0;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    transform: translateZ(30px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.stay_informed .input_holder input[type="email"]::placeholder {
    font-weight: 300;
    transition: opacity 0.3s;
    color: rgba(0, 0, 0, 0.4);
}

.stay_informed .input_holder .support_feedback::before {
    transition: all 0.6s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
}

header .head_edu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding: 1.2rem 2.5rem;
}

header .head_learning::before {
    top: -5px;
    z-index: -1;
    right: -5px;
    left: -5px;
    border: 2px solid #ffffff;
    bottom: -5px;
    transform: skew(-5deg);
    position: absolute;
    opacity: 0.1;
    transition: all 0.3s ease;
    content: '';
}

header .top_info {
    display: flex;
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
    list-style: none;
}

header .main_know a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .main_know::after {
    height: 5px;
    left: 10%;
    content: '';
    width: 80%;
    transition: all 0.3s ease;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    bottom: -10px;
    filter: blur(3px);
}

header .nav_tutor {
    padding-top: 2rem;
    background: rgb(243,215,221);
    z-index: 1;
    position: relative;
}

.take_a_spin .container p {
    width: 60%;
    padding-right: 30px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    font-size: 33px;
    z-index: 5;
    position: relative;
}

.take_a_spin .support_feedback:hover {
    background: rgb(195,122,138);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    transform: skewX(-10deg) translateY(-8px);
}

.take_a_spin .container::before {
    z-index: -1;
    filter: blur(50px);
    border-radius: 50%;
    animation: pulse 8s infinite alternate-reverse;
    bottom: -50px;
    content: '';
    left: -50px;
    height: 150px;
    background: rgb(195,122,138,0.5);
    width: 150px;
    position: absolute;
}

.pricing_row_item .study_pricing {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.pricing_row_item .basic_cost h2 {
    color: #000000;
    transform: perspective(800px) translateZ(30px);
    font-size: 33px;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}

.pricing_row_item .basic_cost .learn_fees {
    max-width: 80%;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}

.pricing_row_item .price_choices {
    position: relative;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    display: flex;
}

.pricing_row_item .study_costs:hover .learn_price h3 {
    transform: translateZ(25px);
}

.pricing_row_item .study_costs:hover .learn_price h3::after {
    width: 60px;
}

.pricing_row_item .rate_card::before {
    bottom: -8px;
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(219,163,176,0.5), transparent);
    width: 80px;
}

.pricing_row_item .image_section::before {
    left: 0;
    background: rgb(219,163,176);
    z-index: 1;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

.academy_info .enroll_info {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}



.academy_info .info_item {
    max-width: 300px;
    min-width: 200px;
    flex: 1;
    text-align: center;
    transition: transform 0.3s ease;
}

.academy_info .info_item svg {
    width: 1.25rem;
    fill: rgb(195,122,138);
    transition: fill 0.3s ease;
    height: 1.25rem;
}

.academy_info .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}

.academy_info .head_learning svg {
    transition: filter 0.3s ease;
    height: auto;
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(219,163,176,0.5));
}

.academy_info .top_info h5::after {
    background: rgb(195,122,138);
    bottom: 0;
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
}

.academy_info .header_nav a:hover::before {
    width: 7px;
    background: rgb(219,163,176);
    box-shadow: 0 0 8px rgb(219,163,176);
    height: 7px;
}

.academy_info .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}

.academy_info .input_holder {
    gap: 0.75rem;
    flex-direction: column;
    position: relative;
    display: flex;
}

.academy_info .sub_desc {
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
    border: none;
    font-weight: 600;
    overflow: hidden;
    font-size: 19px;
    background: rgb(219,163,176);
    padding: 0.875rem 1.5rem;
    cursor: pointer;
    position: relative;
}

.academy_info .grant_cta {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
}

.privacySettingsWindow .cookie_protect {
    flex-shrink: 0;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
}

.privacySettingsWindow .user_dialog {
    transition: transform 0.3s, box-shadow 0.3s;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 20px;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    background-color: rgb(219,163,176);
    margin-right: 15px;
}

.metrics_summary .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
}

.metrics_summary .expert_pros svg {
    fill: rgb(219,163,176);
    height: 100px;
    width: 100px;
    filter: drop-shadow(0 0 15px rgb(219,163,176,0.5));
}

.metrics_summary .benefits_track {
    line-height: 1.7;
    opacity: 0.9;
    max-width: 90%;
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    color: #ffffff;
}

.metrics_summary .pro_extra:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.metrics_summary .pro_extra:hover {
    transform: translateY(-10px) rotate(0deg);
}

.metrics_summary .edu_wins svg path {
    fill: rgb(219,163,176);
    stroke: #ffffff;
    stroke-width: 0.5;
}



.metrics_summary .pro_extra::after {
    transition: all 0.4s ease;
    height: 30px;
    bottom: -15px;
    background: linear-gradient(to right, rgb(195,122,138,0.5), transparent);
    left: -15px;
    border-radius: 50%;
    position: absolute;
    width: 30px;
    opacity: 0.2;
    content: '';
}

.privacy_retreat h1 {
    position: relative;
    transform: translateY(10px);
    margin-bottom: 2rem;
    font-size: 41px;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.2s;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}

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

.privacy_retreat h3::before {
    opacity: 0.8;
    border-radius: 1.5px;
    width: 3px;
    height: 80%;
    position: absolute;
    background: rgb(195,122,138);
    content: "";
    top: 0.25rem;
    left: 0;
}

.privacy_retreat ul {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    margin-bottom: 2rem;
    max-width: 85ch;
    padding-left: 2rem;
}

.privacy_retreat strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.title_opener .knowledge_experts {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
}

.title_opener h1 {
    line-height: 1.3;
    position: relative;
    color: #000000;
    font-size: 34px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 25px;
}

.title_opener .text_scroll:hover .page_title svg {
    filter: drop-shadow(0 6px 12px rgba(94, 170, 168, 0.25));
    transform: scale(1.05) rotate(2deg);
}

.title_opener .page_title p::before {
    border-radius: 2px;
    top: 0;
    left: 0;
    width: 3px;
    bottom: 0;
    content: "";
    opacity: 0.7;
    background: linear-gradient(to bottom, rgb(219,163,176), rgb(195,122,138));
    position: absolute;
}

.title_opener .support_feedback:hover::before {
    transform: translateX(100%);
}

.title_opener .image_section {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    position: relative;
    border-radius: 14px;
    height: 300px;
    overflow: hidden;
    z-index: 2;
}

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

.client_feedback h2::after {
    height: 4px;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
    width: 60px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
}

.client_feedback .feedback_views:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

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

.client_feedback .feedback_views:hover img {
    border-color: rgb(219,163,176,0.5);
    transform: scale(1.05);
}

.client_feedback .feedback_views .description {
    font-size: 18px;
    font-style: italic;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    z-index: 2;
    position: relative;
}

.client_feedback a:hover::before {
    opacity: 1;
}

.aspiring_learners::before {
    background-size: 40px 40px;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 0;
    top: 0;
    opacity: 0.03;
    background-image: linear-gradient(rgb(219,163,176,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(219,163,176,0.5) 1px, transparent 1px);
    height: 100%;
}

.aspiring_learners div p:hover::before {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(rgb(219,163,176), 0.3);
    color: #ffffff;
    background: rgb(219,163,176);
}

.aspiring_learners div p svg {
    z-index: 1;
    top: 13px;
    height: 24px;
    left: 13px;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    width: 24px;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



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



@media (max-width: 992px) {.education_framework {
    min-height: auto;
}.education_framework .container {
    padding: 4rem 1.5rem;
}.education_framework .knowledge_experts {
    aspect-ratio: auto;
    border-radius: 0;
    gap: 3rem;
    padding: 2rem 0;
    height: auto;
}.education_framework .knowledge_experts::before,
    .education_framework .knowledge_experts::after {
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    height: 100%;
}.education_framework h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 0;
    max-width: 90%;
    transform: none;
}.education_framework h3::after {
    display: none;
}.education_framework span {
    width: 90%;
    transform: none;
}.education_framework span::before {
    display: none;
}
}



@media (max-width: 768px) {.our_team {
    padding: 50px 0;
}.our_team .image_section {
    height: 150px;
    width: 150px;
}.our_team h2 {
    font-size: calc(33px - 0.2rem);
}
}



@media (min-width: 768px) {.leadership_experience {
    padding: 7rem 0;
}.leadership_experience .feedback_views {
    column-gap: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    row-gap: 1.5rem;
    padding: 3rem;
}.leadership_experience .feedback_views > div:first-child {
    grid-row: 1 / span 2;
}.leadership_experience .feedback_views > div:nth-child(2) {
    align-self: flex-end;
    text-align: left;
}.leadership_experience .feedback_views .name::after {
    left: 0;
    transform: none;
}
}



@media screen and (max-width: 576px) {.contact_us {
    padding: 60px 0;
}.contact_us h2 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.7);
}.contact_us .reach_card {
    padding: 30px 20px;
}.contact_us form h3 {
    font-size: calc(23px * 0.9);
}}



@media (prefers-reduced-motion: reduce) {.stay_informed::before {
    animation: none;
}.stay_informed .knowledge_experts,
    .stay_informed .knowledge_experts:hover,
    .stay_informed .input_holder input[type="email"]:focus,
    .stay_informed .input_holder .support_feedback,
    .stay_informed .input_holder .support_feedback:hover,
    .stay_informed .input_holder .support_feedback:active {
    transform: none;
    transition: none;
}}



@media (max-width: 991px) {.take_a_spin {
    padding: 90px 0;
    background: linear-gradient(130deg, #000000 55%, rgb(243,215,221) 55%);
}.take_a_spin .container p {
    font-size: calc(19px * 1.3);
}.take_a_spin .support_feedback {
    height: 80px;
}
}



@media (min-width: 992px) {.pricing_row_item .study_pricing {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.pricing_row_item .basic_cost {
    padding: 3rem;
}.pricing_row_item .plan_options {
    grid-row: 1;
    grid-column: 1;
}.pricing_row_item .basic_cost {
    top: 2rem;
    position: sticky;
    grid-row: 1;
    align-self: start;
    grid-column: 2;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.pricing_row_item .basic_cost:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (min-width: 769px) {.academy_info .input_holder {
    flex-direction: row;
}.academy_info .sub_desc {
    width: auto;
}
}



@media (max-width: 768px) {.academy_info {
    padding: 3rem 0 1rem;
}.academy_info .msg_block {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.academy_info .info_item {
    min-width: 100%;
}.academy_info .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.academy_info .subscribe_holder {
    grid-column: auto;
}.academy_info .head_learning {
    align-items: center;
    text-align: center;
}.academy_info .teach_supp {
    max-width: 100%;
    text-align: center;
}.academy_info .top_info h5 {
    text-align: center;
}.academy_info .top_info h5::after {
    transform: translateX(-50%);
    left: 50%;
}.academy_info .header_nav {
    align-items: center;
}.academy_info .header_nav a {
    text-align: center;
}.academy_info .header_nav a:hover {
    transform: translateY(-2px);
}.academy_info .input_holder {
    flex-direction: column;
}.academy_info .sub_desc {
    width: 100%;
}
}



@media (hover: hover) {.privacy_retreat li:hover::marker {
    color: rgb(195,122,138);
}.privacy_retreat strong:hover {
    color: rgb(219,163,176);
    transition: color 0.3s ease;
}
}



@media (prefers-reduced-motion: reduce) {.privacy_retreat .container,
    .privacy_retreat h1,
    .privacy_retreat h2,
    .privacy_retreat h3,
    .privacy_retreat h4,
    .privacy_retreat p,
    .privacy_retreat ul,
    .privacy_retreat span {
    opacity: 1;
    transform: none;
    animation: none;
}.privacy_retreat h1::after {
    animation: none;
    transform: scaleX(1);
}}



@media (max-width: 767px) {.title_opener {
    padding: 60px 0;
}.title_opener h1 {
    font-size: calc(34px * 0.9);
}.title_opener .support_feedback {
    font-size: calc(17px * 0.95);
    padding: 12px 25px;
}
}



@media (max-width: 480px) {.title_opener {
    padding: 40px 0;
}.title_opener .knowledge_experts {
    padding: 0 15px;
}.title_opener .text_scroll {
    padding: 30px 10px;
}.title_opener h1 {
    font-size: calc(34px * 0.85);
    margin-bottom: 20px;
}.title_opener .page_title {
    gap: 20px;
    margin-bottom: 25px;
}.title_opener .page_title p {
    font-size: 18px;
}.title_opener .image_section {
    height: 250px;
}.title_opener .support_feedback {
    padding: 10px 20px;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 991px) {.aspiring_learners {
    padding: 100px 0;
}.aspiring_learners h4 {
    margin-bottom: 50px;
    font-size: calc(30px - 2px);
}.aspiring_learners div {
    gap: 25px;
}
}



@media (max-width: 479px) {.aspiring_learners {
    padding: 60px 0;
}.aspiring_learners h4 {
    padding-left: 15px;
    font-size: calc(30px - 6px);
    margin-bottom: 35px;
}.aspiring_learners div {
    gap: 15px;
}.aspiring_learners div p {
    font-size: calc(17px - 1px);
    padding-left: 55px;
}.aspiring_learners div p::before {
    height: 40px;
    width: 40px;
}.aspiring_learners div p::after {
    left: 20px;
    top: 60px;
}.aspiring_learners div p svg {
    left: 10px;
    height: 20px;
    top: 10px;
    width: 20px;
}
}



@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

