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

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

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

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

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

.tracking_policy {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

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

.visitor_privacy {
    margin-right: 10px;
    flex-shrink: 0;
}

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

.wrap-container .accept_cookies {
    font-weight: 400;
    padding: 10px;
    font-size: 20px;
    background: rgb(207,184,199);
    color: #ffffff;
    margin-left: 30px;
    border: none;
}

.wrap-container .visitor_privacy svg, .wrap-container .visitor_privacy svg path, .wrap-container .visitor_privacy img {
    height: 40px;
    width: 40px;
    fill:#000000;
}

.get_in_touch6Xv::before {
    content: "";
    bottom: 0;
    background-color: rgb(231,219,227);
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.get_in_touch6Xv .request_list {
    position: relative;
    overflow: hidden;
    padding: 60px 40px;
    width: 40%;
    background: rgb(207,184,199);
}

.get_in_touch6Xv .request_list::after {
    background: rgb(180,148,170);
    border-radius: 50%;
    left: -10%;
    height: 200px;
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 200px;
    bottom: -10%;
}

.get_in_touch6Xv .request_list div {
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding-left: 15px;
    position: relative;
    border-left: 3px solid #ffffff;
    display: flex;
    align-items: center;
    z-index: 1;
}



.get_in_touch6Xv .request_list div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}

.get_in_touch6Xv .request_list div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.get_in_touch6Xv .request_list div span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.get_in_touch6Xv .request_help {
    width: 60%;
    padding: 60px 40px;
    background: #ffffff;
}

.get_in_touch6Xv form {
    display: flex;
    flex-direction: column;
}

.get_in_touch6Xv form input[type="text"]:focus,
.get_in_touch6Xv form input[type="email"]:focus {
    border-color: rgb(207,184,199);
    outline: none;
}

.get_in_touch6Xv form input::placeholder {
    color: #BBBBBB;
}

.get_in_touch6Xv .reach_list {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}

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

.get_in_touch6Xv .reach_list input[type="checkbox"]:checked + label::before {
    border-color: rgb(207,184,199);
    background-color: rgb(207,184,199);
}

.get_in_touch6Xv .reach_list label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(207,184,199);
}

.get_in_touch6Xv .reach_list label a:hover {
    text-decoration: underline;
}

.get_in_touch6Xv form .connect_support::after {
    left: 50%;
    width: 0;
    transition: width 0.3s ease, height 0.3s ease;
    content: "";
    transform-style: flat;
    height: 0;
    border-radius: 100%;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.get_in_touch6Xv form .connect_support:active::after {
    width: 200px;
    height: 200px;
}

.get_in_touch6Xv .request_list div:nth-child(3) {
    animation-delay: 0.2s;
}

.get_in_touch6Xv .request_list div:nth-child(5) {
    animation-delay: 0.4s;
}

header .top_plank .top_learningbar div svg, header .top_plank .top_learningbar div svg path {
    fill: #ffffff;
}

header .top_plank .top_learningbar {
    padding: 15px 0 10px 0;
    line-height: 21px;
    width: 100%;
    font-size: 13px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

header::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(207,184,199,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.2;
}

header .main_tutor::after {
    position: absolute;
    right: 10%;
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgb(180,148,170));
    width: 30%;
    content: "";
    bottom: -10px;
    height: 5px;
}

header .main_tutor .header_bar::before {
    z-index: -1;
    top: -5px;
    opacity: 0;
    filter: blur(15px);
    content: "";
    position: absolute;
    height: calc(100% + 10px);
    transition: opacity 0.3s ease;
    width: calc(100% + 10px);
    background: linear-gradient(135deg, rgb(207,184,199), rgb(180,148,170));
    left: -5px;
}

header .main_tutor .header_bar .header_lead svg {
    height: 45px;
    width: auto;
}

header .main_tutor .head_wrap::before {
    width: 100%;
    backdrop-filter: blur(5px);
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    border-radius: 10px;
    z-index: -1;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

header .main_tutor .head_wrap .main_core a::before {
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(207,184,199), rgb(180,148,170));
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
}

header .main_tutor .head_wrap .main_core:hover a::before {
    opacity: 1;
}

header .main_tutor .head_wrap .main_core:hover a {
    color: #ffffff;
}

header .main_tutor .head_wrap .main_core:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}

header .main_tutor .head_wrap .main_core:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(207,184,199), rgb(180,148,170));
}

.secure_nook::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    left: 0;
    height: 100%;
}

.secure_nook .container {
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.secure_nook h1::after {
    transform: scaleX(1);
    bottom: -12px;
    position: absolute;
    transform-origin: left;
    content: "";
    height: 3px;
    width: 70px;
    left: 0;
    background: rgb(207,184,199);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.secure_nook h3 {
    padding-left: 15px;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    font-size: calc(29px * 0.8);
    font-weight: 600;
}

.secure_nook h4 {
    margin: 2rem 0 1rem;
    padding-left: 12px;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: calc(29px * 0.7);
}

.secure_nook p {
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
}

.secure_nook span {
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
    margin-bottom: 1.5rem;
    display: block;
    color: #000000;
    font-size: 16px;
    padding-left: 1rem;
    line-height: 1.8;
}

.secure_nook li {
    color: #000000;
    line-height: 1.7;
    transition: transform 0.3s ease;
    position: relative;
    font-size: 16px;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
}

.secure_nook li::before {
    left: 0;
    position: absolute;
    height: 8px;
    top: 10px;
    transition: transform 0.3s ease;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    background: rgb(207,184,199);
    width: 8px;
}

.secure_nook strong::after {
    transform: scaleX(0.7);
    background: rgb(207,184,199,0.5);
    bottom: -2px;
    width: 100%;
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    height: 1px;
    transition: transform 0.3s ease;
}

.educational_gains::before {
    filter: blur(80px);
    background: linear-gradient(135deg, rgb(180,148,170,0.5), transparent);
    content: "";
    opacity: 0.5;
    width: 300px;
    right: -50px;
    top: -50px;
    position: absolute;
    transform: rotate(15deg) skewX(15deg);
    height: 300px;
    z-index: 0;
}

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

.educational_gains .text_panel_wrap {
    position: relative;
    backface-visibility: hidden;
    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) inset;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 40px 30px;
    transform: translateZ(20px);
}

.educational_gains .text_panel_wrap {
    padding: 50px 40px;
}

.educational_gains .text_panel_wrap h4 {
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: calc(18px * 1.1);
    letter-spacing: -0.01em;
    position: relative;
}

.educational_gains .text_panel_wrap h4 {
    font-size: calc(18px * 1.3);
}

.educational_gains .text_panel_wrap > div {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

.educational_gains .text_panel_wrap > div {
    flex-direction: row;
    gap: 30px;
}

.educational_gains .text_panel_wrap li {
    margin-bottom: 20px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.educational_gains .text_panel_wrap li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}

.educational_gains .text_panel_wrap li p span:last-child {
    flex-grow: 1;
}

.educational_gains .text_panel_wrap li:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.educational_gains .text_panel_wrap svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,148,170);
}

.educational_gains .img_round {
    object-fit: cover;
    backface-visibility: hidden;
    height: auto;
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(40px) rotateX(2deg) rotateY(-2deg);
    max-height: 600px;
    width: 100%;
}

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

.course_features .program_flow {
    transform: perspective(1000px) rotateX(0deg);
    gap: 2.5rem;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    display: grid;
}

.course_features .img_round {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: translateZ(20px);
    height: 300px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.course_features .img_round:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.course_features .text_panel_wrap::before {
    z-index: -1;
    width: 30px;
    top: -15px;
    content: '';
    left: 30px;
    background-color: rgb(207,184,199);
    position: absolute;
    transform: rotate(45deg);
    height: 30px;
}

.course_features .text_panel_wrap:hover {
    transform: translateZ(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.course_features h3::after {
    width: 50px;
    background: linear-gradient(
        to right,
        rgb(207,184,199) 0%,
        rgb(180,148,170) 100%
    );
    height: 3px;
    left: 0;
    transition: width 0.4s ease;
    content: '';
    position: absolute;
    bottom: 0;
}

.course_features .text_panel_wrap:hover h3::after {
    width: 100px;
}

.course_features span.description {
    display: none;
}

.who_we_are {
    background: rgb(231,219,227);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

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

.who_we_are .learning_growth {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.who_we_are h3 {
    font-size: 34px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
    border-left: 5px solid rgb(207,184,199);
    font-weight: 700;
    width: 100%;
    color: #000000;
}

.who_we_are .mentor_team span {
    padding: 15px 25px;
    background: rgb(207,184,199);
    color: #ffffff;
    display: block;
    font-size: 19px;
    font-weight: 600;
}

.who_we_are .mentor_team p {
    color: #000000;
    padding: 25px;
    line-height: 1.7;
    font-size: 14px;
}

.who_we_are .img_round:hover {
    transform: scale(1.02);
}

.who_we_are .learn_guide {
    display: flex;
    min-width: 300px;
    flex: 1;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #ffffff;
}

.who_we_are .expert_study {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 25px 25px;
    height: 300px;
    border-radius: 10px;
    order: 1;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.who_we_are .expert_study {
    margin-top: 25px;
}

.who_we_are .expert_study,
.who_we_are .img_round {
    flex: 1;
    min-height: 250px;
}

.who_we_are .mentor_team::before,
.who_we_are .learn_guide::before {
    background: rgb(180,148,170);
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
    content: "";
    width: 100%;
}

.appContainer {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgb(207,184,199,0.5) 100%);
    padding: 5rem 0;
}

.appContainer::after {
    left: -5rem;
    animation: pulse 8s infinite ease-in-out;
    border-radius: 50%;
    height: 20rem;
    filter: blur(30px);
    width: 20rem;
    bottom: -5rem;
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, rgb(207,184,199,0.5) 0%, transparent 70%);
    content: "";
}

.appContainer h2::after {
    transform: scaleX(0);
    height: 0.3rem;
    content: "";
    bottom: -1rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(180,148,170) 100%);
    left: 0;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    width: 6rem;
}

.appContainer .learning_growth::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(180,148,170,0.5) 150%);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
}

.appContainer li::before {
    content: "";
    position: absolute;
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 0.6rem;
    height: 0.6rem;
    background: rgb(207,184,199);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg) scale(0);
    top: 0.5rem;
    left: 0;
}

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

.payment_plan .plan_details {
    position: relative;
}

.payment_plan h2 {
    transform: translateZ(0);
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.payment_plan .payment_option {
    max-width: 800px;
    font-size: calc(18px + 2px);
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 auto 60px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
}

.payment_plan .pricing_block li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.payment_plan .pricing_block li:hover {
    transform: translateY(-15px);
    z-index: 2;
}

.payment_plan .fee_plans::before {
    right: 0;
    transform-origin: 0 0;
    height: 4px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, rgb(207,184,199), rgb(180,148,170));
    position: absolute;
    top: 0;
}

.payment_plan .fee_plans:hover::before {
    transform: scaleX(1);
}

.payment_plan .fee_plans::after {
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(rgb(207,184,199,0.5), 0.05), transparent);
}

.payment_plan .rate_list h4 {
    color: #ffffff;
    transition: transform 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    position: relative;
    font-size: calc(21px + 2px);
    padding-bottom: 15px;
}

.payment_plan .fee_plans:hover .rate_list h4::after {
    width: 60px;
}

.payment_plan .study_fees {
    border-radius: 10px;
    color: rgb(207,184,199);
    font-size: calc(21px + 4px);
    margin-top: auto;
    background: rgba(rgb(207,184,199,0.5), 0.1);
    transition: all 0.3s ease;
    align-self: flex-start;
    display: block;
    padding: 10px 20px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.data_summary::before {
    content: "";
    width: 100%;
    opacity: 0.05;
    pointer-events: none;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(207,184,199,0.5) 0px,
        rgb(207,184,199,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    left: 0;
    height: 100%;
}

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

.data_summary h4::after {
    bottom: -10px;
    width: 60px;
    content: "";
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    background: rgb(207,184,199);
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
}

.data_summary:hover h4::after {
    width: 120px;
}

.data_summary .statistics_plus {
    padding: 2rem;
    border-left: 3px solid rgb(207,184,199);
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    position: relative;
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 1px 3px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85)
    );
    overflow: hidden;
}

.data_summary .statistics_plus:hover::before {
    opacity: 0.2;
}

.data_summary .statistics_plus div {
    flex-direction: column;
    position: relative;
    height: 100%;
    z-index: 2;
    justify-content: center;
    display: flex;
}

.data_summary .statistics_plus:hover p {
    transform: scale(1.05);
}

.data_summary .statistics_plus span {
    font-size: 18px;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: 0.75rem;
    font-weight: 600;
    display: block;
    color: #000000;
    position: relative;
}

.data_summary .statistics_plus span::after {
    width: 0;
    bottom: -5px;
    position: absolute;
    background: rgb(180,148,170);
    height: 2px;
    left: 0;
    content: "";
    transition: width 0.3s ease;
}

.opening_board {
    background: linear-gradient(135deg, rgb(180,148,170,0.5) 0%, rgb(207,184,199) 100%);
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    display: flex;
    min-height: 100vh;
}

.opening_board::after {
    background: linear-gradient(45deg, rgb(180,148,170) 0%, rgb(207,184,199,0.5) 100%);
    z-index: 0;
    position: absolute;
    width: 70%;
    opacity: 0.5;
    filter: blur(120px);
    animation: floatGlow 15s ease-in-out infinite alternate;
    content: "";
    top: -10%;
    height: 70%;
    transform: rotate(-15deg);
    right: -10%;
}



.opening_board h3 {
    background: linear-gradient(to right, rgb(207,184,199,0.5) 0%, rgba(255,255,255,0.1) 100%);
    opacity: 0;
    padding: 2rem;
    position: relative;
    line-height: 1.5;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateX(-20px);
    color: #ffffff;
    font-size: calc(20px * 1.1);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    backdrop-filter: blur(8px);
    margin-bottom: 1.5rem;
}

.opening_board h1::after {
    background: rgb(180,148,170);
    left: 0;
    bottom: -10px;
    position: absolute;
    transform: scaleX(0);
    height: 4px;
    animation: scaleHorizontal 0.6s ease-out 1.1s forwards;
    content: "";
    transform-origin: left;
    width: 80px;
}

.opening_board .diff_block::before {
    opacity: 0;
    animation: pulseGlow 6s ease-in-out infinite;
    content: "";
    width: 200%;
    left: -50%;
    height: 200%;
    position: absolute;
    top: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
}

.opening_board .diff_block > div::before {
    opacity: 0.7;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.testimonials {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(231,219,227) 0%, rgba(240, 245, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.testimonials::before {
    background: linear-gradient(to right, rgb(207,184,199,0.5), rgb(180,148,170,0.5));
    position: absolute;
    right: -5%;
    opacity: 0.2;
    width: 20vw;
    transform: rotate(-15deg);
    height: 20vw;
    filter: blur(50px);
    content: "";
    top: -10%;
    z-index: 0;
}

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

.testimonials h2::after {
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(180,148,170) 100%);
}

.testimonials .learning_growth {
    position: relative;
}

.testimonials .edu_quotes {
    border: 1px solid rgba(230, 230, 240, 0.8);
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    animation: fadeInUp 0.7s ease-out forwards;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.4s ease-out;
    flex-direction: column;
    transform: translateY(30px);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
}

.testimonials .edu_quotes:nth-child(7) {
    animation-delay: 1.5s;
}

.testimonials .edu_quotes::before {
    left: 20px;
    opacity: 0.15;
    color: rgb(207,184,199);
    content: "";
    top: -20px;
    font-family: serif;
    position: absolute;
    font-size: 120px;
    line-height: 1;
}

.testimonials .edu_quotes h3::after {
    left: 0;
    width: 40px;
    bottom: -5px;
    transform: scaleX(0.7);
    height: 2px;
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: left;
    background: rgb(207,184,199);
    content: "";
}

.testimonials .edu_quotes div {
    margin-top: auto;
    height: 60px;
    width: 60px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.course_instructor {
    background: rgb(231,219,227);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}

.course_instructor::after {
    width: 40%;
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0.5;
    height: 70%;
    background: rgb(180,148,170,0.5);
    z-index: 1;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.course_instructor .img_round {
    border-radius: 0;
    width: 100%;
    aspect-ratio: 3/4;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    position: relative;
    overflow: hidden;
}

.course_instructor .img_round:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.course_instructor .employee_area {
    padding: 2rem;
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
}

.course_instructor .edu_quotes:hover .employee_area::before {
    height: 100%;
}

.course_instructor .name {
    overflow: hidden;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 46px;
    margin-bottom: 0.5rem;
}

.course_instructor .edu_quotes:hover .name::after {
    transform: translateX(0);
}

.course_instructor .employee_area > div:nth-child(2) {
    font-size: 22px;
    font-weight: 400;
    color: rgb(180,148,170);
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.4s;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.course_instructor .edu_quotes:hover .emp_block {
    transform: translateY(0);
    opacity: 1;
}

.course_instructor .emp_block::first-letter {
    color: rgb(207,184,199);
    font-size: 1.5em;
    font-weight: 700;
}

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

footer .whatsapp_grp {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(207,184,199) 100%);
    padding: 80px 0 30px;
}

footer .whatsapp_grp::after {
    animation: glowBorder 3s infinite linear;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(207,184,199) 0%, 
        rgb(180,148,170) 50%, 
        rgb(207,184,199) 100%);
    position: absolute;
    content: '';
    height: 3px;
    top: 0;
}

footer .contact_today::after {
    content: '';
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(180,148,170,0.5) 50%, 
        transparent 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

footer .info_item p,
footer .info_item a {
    font-size: 17px;
    color: #ffffff;
    align-items: center;
    transition: color 0.3s ease;
    text-decoration: none;
    gap: 10px;
    display: flex;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(180,148,170);
}

footer .header_bar {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    display: flex;
}

footer .search_foot {
    line-height: 1.5;
    opacity: 0.7;
    max-width: 300px;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
}

footer .head_wrap h5 {
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 15px;
}

footer .page_top {
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
}

footer .page_top a::before {
    position: absolute;
    transition: all 0.3s ease;
    width: 6px;
    background: rgb(180,148,170);
    content: '';
    border-radius: 50%;
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
    left: 0;
    opacity: 0.7;
}

footer .subscribe_holder {
    flex-direction: column;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 26px;
    display: flex;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.2);
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    padding: 14px 15px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

footer .sub_status:hover::before {
    left: 100%;
}

footer .sub_status:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

footer .peer_help::before {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(180,148,170,0.5) 50%, 
        transparent 100%);
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}


@media only screen and (max-width: 1200px) {.consentSettingsDialog {
    padding: 20px;
}
}


@media only screen and (max-width: 800px){.wrap-container .visitor_privacy {
    margin-bottom: 14px;
    margin: 0;
}}



@media screen and (max-width: 992px) {.get_in_touch6Xv .request_list,
    .get_in_touch6Xv .request_help {
    width: 100%;
    padding: 40px 30px;
}.get_in_touch6Xv .request_list {
    order: 2;
}.get_in_touch6Xv .request_help {
    order: 1;
}
}



@media (max-width: 992px) {header .main_tutor {
    flex-direction: column;
    padding: 20px 15px;
}header .main_tutor .header_bar {
    margin-bottom: 15px;
}header .main_tutor .head_wrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .main_tutor .head_wrap .main_core {
    margin: 3px;
}header .main_tutor .head_wrap .main_core a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 991px) {.secure_nook {
    padding: 4rem 1.5rem;
}.secure_nook p {
    max-width: 100%;
}.secure_nook h1 {
    font-size: calc(43px * 0.9);
}.secure_nook h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 575px) {.secure_nook {
    padding: 2.5rem 0.8rem;
}.secure_nook h1 {
    font-size: calc(43px * 0.7);
}.secure_nook h2 {
    font-size: calc(29px * 0.7);
    padding-left: 12px;
}.secure_nook h3 {
    padding-left: 10px;
    font-size: calc(29px * 0.6);
}.secure_nook h4 {
    padding-left: 8px;
    font-size: calc(29px * 0.55);
}.secure_nook p, 
    .secure_nook span, 
    .secure_nook li {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.secure_nook span {
    padding-left: 0.8rem;
}.secure_nook ul {
    margin: 1.2rem 0 2rem;
}.secure_nook li {
    margin-bottom: 1rem;
}}



@media (min-width: 992px) {.educational_gains {
    padding: 160px 0 120px;
}.educational_gains .learning_growth {
    gap: 80px;
}.educational_gains .text_panel_wrap {
    transform: translateZ(30px) translateX(-20px);
    padding: 60px 50px;
}.educational_gains .img_round {
    transform: translateZ(50px) translateX(20px) rotateX(2deg) rotateY(-2deg);
}.educational_gains .img_round:hover {
    transform: translateZ(60px) translateX(20px) rotateX(0deg) rotateY(0deg);
}
}



@media (max-width: 480px) {.educational_gains {
    padding: 60px 0 40px;
}.educational_gains .text_panel_wrap {
    padding: 25px 15px;
}.educational_gains .text_panel_wrap h4 {
    font-size: calc(18px * 0.9);
}.educational_gains .text_panel_wrap li p {
    font-size: calc(17px * 0.95);
    gap: 10px;
}.educational_gains .text_panel_wrap svg {
    height: 20px;
    width: 20px;
}}



@media (min-width: 992px) {.course_features {
    padding: 8rem 0;
}.course_features .program_flow {
    gap: 4rem;
    grid-template-columns: 45% 1fr;
}.course_features .img_round {
    height: 550px;
}.course_features .text_panel_wrap {
    padding: 3.5rem;
}.course_features h3 {
    font-size: calc(24px * 1.4);
    margin-bottom: 2rem;
}
}



@media (min-width: 1200px) {.who_we_are .mentor_team,
    .who_we_are .learn_guide {
    flex: 0 0 calc(50% - 25px);
}
}



@media (max-width: 767px) {.who_we_are {
    padding: 70px 0;
}.who_we_are .learning_growth {
    flex-direction: column;
    gap: 40px;
}.who_we_are h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.9);
}.who_we_are .mentor_team span {
    font-size: calc(19px * 0.95);
    padding: 12px 20px;
}.who_we_are .mentor_team p,
    .who_we_are .learn_guide p {
    padding: 20px;
}.who_we_are .img_round,
    .who_we_are .expert_study {
    height: 250px;
    margin: 0 20px 20px;
}
}



@media (max-width: 1600px) and (min-width: 1200px) {.who_we_are .container {
    margin: 0 auto;
    max-width: 1140px;
}
}



@media (hover: hover) {.who_we_are .mentor_team,
    .who_we_are .learn_guide {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.who_we_are .mentor_team:hover,
    .who_we_are .learn_guide:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}



@media (max-width: 576px) {.appContainer {
    padding: 3rem 0;
}.appContainer h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 2rem;
}.appContainer h2::after {
    bottom: -0.75rem;
    width: 5rem;
    height: 0.25rem;
}.appContainer .learning_growth {
    padding: 1.5rem;
}.appContainer .container {
    transform: none;
    padding: 0 1.5rem;
}.appContainer::before {
    display: none;
}.appContainer li {
    padding-left: 1.5rem;
}.appContainer li::before {
    height: 0.5rem;
    top: 0.4rem;
    width: 0.5rem;
}.appContainer span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}



@media (min-width: 768px) and (max-width: 991px) {.payment_plan .pricing_block {
    grid-template-columns: repeat(2, 1fr);
}.payment_plan .rate_list p {
    margin-bottom: 25px;
    font-size: calc(18px - 1px);
}.payment_plan .offer_box {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.payment_plan {
    padding: 50px 0;
}.payment_plan .offer_box {
    padding: 25px 20px;
}.payment_plan h2::after {
    height: 3px;
    width: 60px;
}.payment_plan .study_fees {
    padding: 8px 16px;
}}



@media (max-width: 1200px) {.data_summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.data_summary .statistics_plus p {
    font-size: 3rem;
}
}



@media (max-width: 768px) {.data_summary {
    padding: 4rem 0;
}.data_summary .container {
    padding: 0 1.5rem;
}.data_summary ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}.data_summary .statistics_plus {
    padding: 1.75rem;
}.data_summary .statistics_plus p {
    font-size: 2.5rem;
}
}



@media (min-width: 768px) {.opening_board .course_entry {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 2rem;
    align-items: center;
}}



@media (max-width: 767px) {.opening_board {
    padding: 1.5rem;
}.opening_board h3 {
    font-size: calc(16px * 1.2);
    padding: 1.5rem;
}.opening_board h1 {
    font-size: calc(33px * 1.1);
}.opening_board .diff_block {
    padding: 1.5rem;
}.opening_board .diff_block > div {
    padding: 1.5rem;
}.opening_board p {
    font-size: 13px;
}
}



@media screen and (max-width: 1024px) {.testimonials {
    padding: 4rem 0;
}.testimonials .learning_feedback {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px - 2px);
}
}



@media screen and (max-width: 480px) {.testimonials {
    padding: 2.5rem 0;
}.testimonials .edu_quotes {
    padding: 1.25rem;
}.testimonials h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 1.5rem;
}.testimonials h2::after {
    width: 50px;
    height: 2px;
}.testimonials .edu_quotes::before {
    left: 10px;
    top: -10px;
    font-size: 80px;
}.testimonials .edu_quotes .description {
    font-size: calc(14px - 1px);
}.testimonials .edu_quotes div {
    height: 50px;
    width: 50px;
}}



@media (max-width: 992px) {footer .whatsapp_grp {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .contact_today {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (max-width: 576px) {footer .whatsapp_grp {
    padding: 40px 0 30px;
}footer .header_bar {
    text-align: center;
    align-items: center;
    margin: 0 auto;
}footer .search_foot {
    margin: 0 auto;
    text-align: center;
}footer .head_wrap h5 {
    text-align: center;
}footer .head_wrap h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .page_top {
    align-items: center;
}footer .page_top a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(207,184,199), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(207,184,199), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(207,184,199), 0);
    }
}


    
    @keyframes expandWidth {
        from {
            width: 0;
        }
        to {
            width: 100px;
        }
    }



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



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



@keyframes lightPulse {
    0% {
        opacity: 0.03;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}



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



@keyframes pulseGlow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.3;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}



@keyframes floatGlow {
  0% {
    transform: rotate(-15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-10deg) translate(-20px, 20px);
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
  }
}



@keyframes blink {
    50% { border-color: transparent }
}

