* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: none;
    scrollbar-color: rgb(243,215,221) rgb(243,215,221);
}

.nav_tutor {
    flex: 1 0 auto;
}

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


.course_structure {
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

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

.course_structure .text_scroll:hover::before {
    transform: scaleY(1);
}

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

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

.education_framework::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(219,163,176,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(195,122,138,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    filter: blur(40px);
    top: 0;
}

.education_framework h3 {
    z-index: 2;
    transform: translateY(-20px);
    background: #ffffff;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-width: 70%;
    margin: 0 0 1.5rem;
    position: relative;
    color: rgb(219,163,176);
    font-size: 35px;
    font-weight: 700;
    padding: 1rem 2rem;
}

.education_framework span::after {
    opacity: 0.2;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgb(195,122,138,0.5), transparent);
    width: 100%;
    border-radius: inherit;
    height: 100%;
    position: absolute;
}

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

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

.gratitudeBox h5 {
    color: #000000;
    font-size: 23px;
    margin: 0;
    position: relative;
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
}

.gratitudeBox .knowledge_experts > div:last-child {
    position: relative;
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
}

.gratitudeBox a:hover::before {
    width: 8px;
}

.gratitudeBox p {
    z-index: 1;
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
}

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

.our_team .image_section {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    height: 180px;
    border: 5px solid #ffffff;
    margin-bottom: 25px;
    width: 180px;
}

.our_team .founder_vision svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: rgb(219,163,176);
}

.our_team p {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}

.leadership_experience::after {
    width: 30%;
    bottom: -5%;
    z-index: 0;
    animation: floating 18s ease-in-out infinite reverse;
    position: absolute;
    filter: blur(50px);
    content: "";
    background: rgb(195,122,138,0.5);
    height: 30%;
    left: -5%;
    transform-origin: center;
    opacity: 0.2;
}

.leadership_experience .feedback_views .image_section {
    width: 100%;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    transform: translateZ(30px);
    overflow: hidden;
    opacity: 0;
    height: 280px;
}

.leadership_experience .feedback_views .name {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

.leadership_experience .feedback_views .experience_tasks {
    position: relative;
    margin: 0;
    border-left: 3px solid rgb(219,163,176,0.5);
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    padding-left: 1.5rem;
}

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

.contact_us .image_section {
    height: 200px;
    width: 100%;
    position: relative;
}

.contact_us form {
    width: 100%;
}

.contact_us form h3::after {
    background: rgb(219,163,176);
    height: 3px;
    border-radius: 1.5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
}

.contact_us .message_widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_us .message_widget input[type="checkbox"]:checked + label::before {
    background: rgb(219,163,176);
}

.contact_us .message_widget label a:hover {
    text-decoration: underline;
}

.contact_us form .support_feedback {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 16px 20px;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(219,163,176);
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-size: 17px;
}

.stay_informed .knowledge_experts {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 3rem 2rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    backdrop-filter: blur(10px);
    display: flex;
}

.stay_informed .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.stay_informed .input_holder .support_feedback {
    position: relative;
    border: none;
    letter-spacing: 0.05em;
    font-size: 20px;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,122,138), rgb(219,163,176));
    text-transform: uppercase;
    padding: 1.2rem 1.5rem;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

header .main_know a {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    padding: 0 1.2rem;
    align-items: center;
    z-index: 1;
    letter-spacing: 0.5px;
    font-size: 13px;
    overflow: hidden;
    height: 40px;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}

.take_a_spin {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(219,163,176) 55%, rgb(243,215,221) 45%);
}

.take_a_spin .support_feedback {
    display: flex;
    transform: skewX(-10deg);
    height: 100px;
    justify-content: center;
    border-radius: 19px;
    width: 35%;
    transition: all 0.4s ease;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    align-items: center;
    text-decoration: none;
    z-index: 5;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    background: rgb(219,163,176);
    font-weight: 600;
    position: relative;
}

.pricing_row_item::before {
    background: linear-gradient(135deg, rgb(219,163,176,0.5) 0%, transparent 70%);
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.pricing_row_item .basic_cost {
    background-color: #ffffff;
    position: relative;
    border-left: 4px solid rgb(219,163,176);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing_row_item .study_costs {
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    color: inherit;
    display: block;
}

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

.pricing_row_item .learn_price::before {
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.pricing_row_item .rate_card {
    display: block;
    font-weight: 700;
    font-size: calc(20px * 1.8);
    transform: translateZ(15px);
    color: rgb(219,163,176);
    margin: 0.5rem 0 1.5rem;
    position: relative;
}

.pricing_row_item .study_costs:hover .image_section {
    transform: scale(1.05) translateZ(0);
}

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

.academy_info .msg_block {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    backdrop-filter: blur(8px);
    padding: 1.5rem;
    border-radius: 26px;
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(195,122,138,0.5);
    margin-bottom: 1rem;
}

.academy_info .info_item a:hover svg {
    fill: rgb(219,163,176);
}

.academy_info .head_learning {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.academy_info .teach_supp {
    opacity: 0.7;
    line-height: 1.5;
    color: #ffffff;
    max-width: 280px;
    font-size: calc(14px - 1px);
}

.academy_info .header_nav {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.academy_info .header_nav a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(219,163,176);
}

.academy_info .subscribe_holder {
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(195,122,138,0.5);
    padding: 1.5rem;
    gap: 1.25rem;
    flex-direction: column;
    overflow: hidden;
    border-radius: 26px;
}

.academy_info .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}

.academy_info .sub_desc::before {
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: '';
}

.privacySettingsWindow {
    padding: 20px 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    background-color: rgb(243,215,221);
    animation: fadeInUp 0.5s ease-out;
    bottom: 0;
    z-index: 1000;
    border-top: 1px solid rgb(219,163,176);
    width: 100%;
}

.privacySettingsWindow .user_dialog:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.metrics_summary {
    isolation: isolate;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 130px 0 160px;
}

.metrics_summary .knowledge_boosters {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 1;
}

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

.metrics_summary .smart_statistics::after {
    content: '';
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background: linear-gradient(to right, rgb(219,163,176), rgb(195,122,138));
    height: 3px;
}

.metrics_summary .pro_extra:hover::before {
    opacity: 0.4;
    transform: scale(1.2);
}

.metrics_summary .edu_wins {
    margin-bottom: 20px;
}

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

.metrics_summary .pro_extra p {
    margin: 0;
    color: #ffffff;
    font-size: calc(16px * 0.9);
    line-height: 1.4;
    opacity: 0.9;
}

.metrics_summary .pro_extra:hover::after {
    opacity: 0.4;
    transform: scale(1.2);
}

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

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

.privacy_retreat::before {
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.15;
    left: 0;
    content: "";
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 90%, rgb(195,122,138,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(219,163,176,0.5), transparent 45%);
    pointer-events: none;
}

.privacy_retreat h3 {
    margin: 2.2rem 0 1.2rem;
    font-size: calc(33px * 0.85);
    font-weight: 600;
    color: #000000;
    padding-left: 0.8rem;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    opacity: 0;
    transform: translateY(10px);
    position: relative;
}

.privacy_retreat p {
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90ch;
    opacity: 0;
    font-size: 16px;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    transform: translateY(10px);
}

.title_opener::before {
    right: 0;
    left: 0;
    top: 0;
    pointer-events: none;
    bottom: 0;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
                repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03) 0px, rgba(94, 170, 168, 0.03) 1px, 
                transparent 1px, transparent 10px);
    content: "";
    position: absolute;
}

.title_opener .page_title {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
    display: flex;
}

.title_opener .page_title svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.4s ease;
}

.title_opener .page_title p {
    position: relative;
    font-size: calc(18px * 1.1);
    max-width: 600px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    padding-left: 12px;
    line-height: 1.7;
    color: #000000;
}

.title_opener .support_feedback:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px);
}

.title_opener .image_section::after {
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent 30%, transparent 60%, rgba(0, 0, 0, 0.3));
    transition: opacity 0.6s ease;
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}

.client_feedback {
    background: linear-gradient(135deg, rgb(243,215,221) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.client_feedback h2 {
    margin-bottom: 3rem;
    position: relative;
    letter-spacing: -0.02em;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
}

.client_feedback .feedback_views::before {
    z-index: -1;
    line-height: 1;
    font-size: 6rem;
    right: 20px;
    opacity: 0.2;
    font-family: serif;
    content: "";
    position: absolute;
    top: 10px;
    color: rgb(195,122,138,0.5);
}

.client_feedback .feedback_views img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 60px;
    margin-right: 1rem;
    width: 60px;
    transition: all 0.3s ease;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.client_feedback a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateY(-5px);
}

.aspiring_learners {
    position: relative;
    background: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

.aspiring_learners .knowledge_experts {
    margin: 0 auto;
    position: relative;
    max-width: 900px;
}

.aspiring_learners div {
    display: flex;
    flex-direction: column;
    counter-reset: item;
    gap: 30px;
}

.aspiring_learners div p::before {
    width: 50px;
    font-weight: 700;
    color: rgb(219,163,176);
    border-radius: 50%;
    position: absolute;
    left: 0;
    align-items: center;
    display: flex;
    transform: translateY(-50%);
    height: 50px;
    justify-content: center;
    top: 50%;
    transition: all 0.3s ease;
    background: rgb(243,215,221);
    content: counter(item);
    border: 1px solid rgba(rgb(219,163,176), 0.1);
}



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



@media (max-width: 768px) {.education_framework .container {
    padding: 3rem 1.2rem;
}.education_framework .knowledge_experts {
    gap: 2rem;
    padding: 1.5rem 0;
}.education_framework h3 {
    max-width: 100%;
    font-size: calc(35px * 0.8);
    padding: 0.8rem 1.5rem;
}.education_framework span {
    padding: 1.5rem;
    font-size: calc(16px * 0.9);
    width: 100%;
}
}



@media (max-width: 768px) {.gratitudeBox {
    padding: 4rem 0;
}.gratitudeBox .container {
    padding: 0 1.5rem;
}.gratitudeBox .knowledge_experts {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
}.gratitudeBox h5 {
    font-size: calc(23px * 0.9);
}.gratitudeBox a {
    padding: 1.2rem 1.5rem;
}.gratitudeBox p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 480px) {.our_team {
    padding: 40px 0;
}.our_team .image_section {
    width: 120px;
    height: 120px;
}.our_team .method_ped {
    padding: 30px 15px;
}.our_team .text_scroll {
    padding: 30px 15px;
}.our_team .training_classes {
    font-size: calc(19px - 0.2rem);
}.our_team .knowledge_pro {
    font-size: calc(15px - 0.1rem);
}.our_team h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(33px - 0.4rem);
}.our_team p {
    font-size: calc(15px - 0.1rem);
}}



@media screen and (min-width: 992px) {.contact_us .image_section {
    width: 50%;
}.contact_us .reach_card {
    width: 50%;
    padding: 60px;
}
}



@media screen and (min-width: 768px) {.stay_informed .knowledge_experts {
    padding: 3.5rem 3rem;
}.stay_informed h4 {
    font-size: calc(23px * 1.2);
}.stay_informed .input_holder {
    gap: 1rem;
    flex-direction: row;
    align-items: center;
}.stay_informed .input_holder span:first-child {
    flex: 1;
}.stay_informed .input_holder span:last-child {
    width: auto;
    flex: 0 0 auto;
}.stay_informed .input_holder .support_feedback {
    width: auto;
    white-space: nowrap;
    padding: 1.2rem 2rem;
}
}



@media (max-width: 479px) {header .head_edu {
    padding: 0.7rem 1.2rem;
}header .head_learning {
    max-width: 120px;
}header .main_know a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
}}



@media (max-width: 480px) {.take_a_spin {
    padding: 50px 0;
}.take_a_spin .container p {
    font-size: calc(17px * 1.2);
}.take_a_spin .support_feedback {
    width: 100%;
    font-size: calc(20px * 0.9);
    height: 60px;
}}



@media (min-width: 1200px) {.pricing_row_item .plan_options {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item .learn_price {
    min-height: 300px;
}
}



@media (max-width: 991px) {.pricing_row_item {
    padding: 4rem 0;
}.pricing_row_item .basic_cost {
    order: -1;
}.pricing_row_item .basic_cost h2 {
    font-size: calc(33px * 0.9);
}.pricing_row_item .basic_cost .learn_fees {
    max-width: 100%;
}
}



@media (max-width: 1024px) {.academy_info {
    padding: 4rem 0 1rem;
}.academy_info .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.academy_info .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 480px) {.academy_info {
    padding: 2.5rem 0 1rem;
}.academy_info .info_item p, 
    .academy_info .info_item a {
    font-size: calc(16px - 3px);
}.academy_info .top_info h5, 
    .academy_info .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}.academy_info .header_nav a, 
    .academy_info .subscribe_holder p {
    font-size: calc(16px - 2px);
}.academy_info .grant_cta {
    font-size: calc(14px - 2px);
}}



@media (min-width: 768px) {.privacy_retreat {
    padding: 6rem 3rem;
}.privacy_retreat .container {
    padding: 0 2rem;
}.privacy_retreat h1 {
    font-size: calc(41px * 1.1);
    margin-bottom: 3rem;
}.privacy_retreat h1::after {
    width: 4.5rem;
}.privacy_retreat h2 {
    margin: 3rem 0 1.8rem;
    font-size: calc(33px * 1.05);
    padding-left: 1.2rem;
}.privacy_retreat h2::before {
    width: 5px;
}.privacy_retreat p, 
    .privacy_retreat li,
    .privacy_retreat span {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 767px) {.privacy_retreat {
    padding: 3rem 1.5rem;
}.privacy_retreat h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.8rem;
}.privacy_retreat h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(33px * 0.95);
}.privacy_retreat p, 
    .privacy_retreat li,
    .privacy_retreat span {
    line-height: 1.7;
    font-size: calc(16px * 0.98);
}.privacy_retreat ul {
    padding-left: 1.5rem;
}
}



@media (min-width: 1200px) {.title_opener .knowledge_experts {
    gap: 80px;
}.title_opener .image_section {
    height: 600px;
}.title_opener h1 {
    font-size: 48px;
    transform: perspective(1000px) translateZ(0px);
}.title_opener .text_scroll:hover h1 {
    transform: perspective(1000px) translateZ(10px);
}
}



@media (max-width: 991px) {.client_feedback {
    padding: 4rem 0;
}.client_feedback h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}.client_feedback .reviews_hub {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (min-width: 1200px) {.client_feedback .container {
    padding: 0 40px;
}.client_feedback .reviews_hub {
    grid-template-columns: repeat(4, 1fr);
}.client_feedback .feedback_views:nth-child(4n-3) {
    transform: translateY(-10px);
}.client_feedback .feedback_views:nth-child(4n-2) {
    transform: translateY(10px);
}.client_feedback .feedback_views:nth-child(4n-1) {
    transform: translateY(-5px);
}.client_feedback .feedback_views:nth-child(4n) {
    transform: translateY(5px);
}.client_feedback .feedback_views:hover {
    transform: translateY(-10px) scale(1.02);
}}



@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%;
    }
}



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



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}



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

