﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.idea_pool {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.nav_expert {
    flex: 1 0 auto;
}.warp-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1229px;
    margin: auto;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_fence {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
    background-color: rgb(242,231,242);
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}.secure_fence::before {
    content: '';
    width: 120px;
    z-index: -1;
    border-radius: 50%;
    height: 120px;
    top: 0;
    position: absolute;
    background-color: rgb(217,200,218);
    transform: translateX(-50%);
    left: 50%;
}.secure_fence h1 {
    font-size: calc(24px * 1.2);
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
}.secure_fence h1::after {
    width: 40%;
    content: '';
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 3px;
    background-color: rgb(217,200,218);
}.secure_fence h2 {
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.2);
    margin-bottom: 15px;
    font-weight: 700;
    color: rgb(185,164,186);
}.secure_fence h3, .secure_fence h4, .secure_fence h5, .secure_fence h6 {
    margin: 1rem 0;
}.secure_fence ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}.secure_fence li {
    font-size: 12px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding-left: 20px;
}.secure_fence li::before {
    left: 0;
    position: absolute;
    content: "\2022";
    color: rgb(217,200,218);
}
@media only screen and (max-width: 800px) {.secure_fence {
    padding: 30px;
}.secure_fence h1 {
    font-size: 30px;
}.secure_fence h2 {
    font-size: 24px;
}.secure_fence li {
    font-size: 12px;
}}.appArea {
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,231,242) 0%, rgba(rgb(217,200,218,0.5), 0.1) 100%);
    position: relative;
    padding: 6rem 0;
}.appArea::before {
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(217,200,218,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(217,200,218,0.5), 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    opacity: 0.6;
    position: absolute;
}.appArea::after {
    filter: blur(80px);
    transform: rotate(-15deg) translateZ(-10px);
    height: 70%;
    opacity: 0.15;
    width: 40%;
    content: "";
    position: absolute;
    top: -10%;
    animation: float 15s ease-in-out infinite;
    z-index: -1;
    background: linear-gradient(45deg, rgb(217,200,218) 0%, rgba(rgb(185,164,186,0.5), 0.8) 100%);
    right: -5%;
}.appArea .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.appArea .how_grow {
    backdrop-filter: blur(10px);
    transform: translateY(0);
    display: grid;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(217,200,218,0.5), 0.08);
    padding: 3.5rem;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.appArea .how_grow:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(217,200,218,0.5), 0.12);
}.appArea .how_grow::before {
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(217,200,218), rgb(185,164,186));
    width: 4px;
    transform-origin: top;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
}.appArea .how_grow:hover::before {
    transform: scaleY(1);
}.appArea h5 {
    font-size: calc(19px * 1.1);
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}.appArea h5::after {
    left: 0;
    position: absolute;
    content: "";
    width: 4rem;
    bottom: 0;
    transform: translateX(0);
    transition: width 0.6s ease, transform 0.6s ease;
    background: rgb(217,200,218);
    height: 3px;
}.appArea .how_grow:hover h5::after {
    transform: translateX(10px);
    width: 7rem;
}.appArea p {
    position: relative;
    opacity: 0.9;
    transform: translateZ(0);
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    transition: color 0.3s ease;
}.appArea a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.appArea a::before {
    width: 100%;
    z-index: 1;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    background: rgba(rgb(217,200,218,0.5), 0.3);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    content: "";
    left: 0;
    bottom: 0;
}.appArea a:hover {
    transform: translateY(-2px);
}.appArea a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.appArea a:hover p {
    color: rgb(217,200,218);
}

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

@media (min-width: 768px) {.appArea {
    padding: 8rem 0;
}.appArea .how_grow {
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem;
    gap: 3rem;
}.appArea h5 {
    font-size: calc(19px * 1.2);
    padding-bottom: 1.5rem;
}.appArea p {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}.appArea::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.appArea .how_grow {
    gap: 4rem;
    padding: 5rem;
}.appArea h5 {
    font-size: calc(19px * 1.3);
}.appArea::after {
    width: 50%;
    right: -10%;
}
}

@media (max-width: 767px) {.appArea {
    padding: 4rem 0;
}.appArea .how_grow {
    padding: 2.5rem;
}.appArea h5 {
    font-size: 19px;
}.appArea::before {
    background-size: 15px 15px;
}.appArea::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.appArea {
    padding: 3rem 0;
}.appArea .how_grow {
    padding: 2rem 1.5rem;
}.appArea h5 {
    font-size: calc(19px * 0.9);
}.appArea p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.primary_page {
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: rgb(217,200,218);
    position: relative;
}.primary_page::before {
    position: absolute;
    opacity: 0.1;
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(217,200,218) 0px,
            rgb(217,200,218) 10px,
            rgb(217,200,218,0.5) 10px,
            rgb(217,200,218,0.5) 20px
        );
    z-index: 0;
    left: 0;
    height: 100%;
    content: "";
}.primary_page .how_grow {
    position: relative;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    z-index: 1;
    display: flex;
}.primary_page .learn_begin {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
}.primary_page .learn_begin input {
    display: none;
}.primary_page .study_tech {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}.primary_page .edu_head {
    transform: translateY(100%);
    opacity: 0;
    width: 100%;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
}.primary_page .edu_head img {
    filter: brightness(0.9) contrast(1.05);
    height: 100%;
    object-fit: cover;
    width: 100%;
}.primary_page .learn_begin input:nth-child(1):checked ~ .study_tech .edu_head:nth-child(1),
.primary_page .learn_begin input:nth-child(2):checked ~ .study_tech .edu_head:nth-child(2),
.primary_page .learn_begin input:nth-child(3):checked ~ .study_tech .edu_head:nth-child(3),
.primary_page .learn_begin input:nth-child(4):checked ~ .study_tech .edu_head:nth-child(4),
.primary_page .learn_begin input:nth-child(5):checked ~ .study_tech .edu_head:nth-child(5),
.primary_page .learn_begin input:nth-child(6):checked ~ .study_tech .edu_head:nth-child(6),
.primary_page .learn_begin input:nth-child(7):checked ~ .study_tech .edu_head:nth-child(7),
.primary_page .learn_begin input:nth-child(8):checked ~ .study_tech .edu_head:nth-child(8),
.primary_page .learn_begin input:nth-child(9):checked ~ .study_tech .edu_head:nth-child(9),
.primary_page .learn_begin input:nth-child(10):checked ~ .study_tech .edu_head:nth-child(10) {
    opacity: 1;
    z-index: 2;
    transform: translateY(0);
}.primary_page .edu_begin {
    gap: 25px;
    z-index: 10;
    transform: translateY(-50%);
    display: flex;
    right: 30px;
    top: 50%;
    position: absolute;
    flex-direction: column;
}.primary_page .edu_begin label {
    height: 10px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: relative;
    transform-origin: center;
    width: 10px;
}.primary_page .edu_begin label::before {
    background: #ffffff;
    width: 0;
    left: -10px;
    transform-origin: right;
    position: absolute;
    transition: all 0.3s ease;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    height: 2px;
    content: "";
}.primary_page .learn_begin input:nth-child(1):checked ~ .edu_begin label:nth-child(1)::before,
.primary_page .learn_begin input:nth-child(2):checked ~ .edu_begin label:nth-child(2)::before,
.primary_page .learn_begin input:nth-child(3):checked ~ .edu_begin label:nth-child(3)::before,
.primary_page .learn_begin input:nth-child(4):checked ~ .edu_begin label:nth-child(4)::before,
.primary_page .learn_begin input:nth-child(5):checked ~ .edu_begin label:nth-child(5)::before,
.primary_page .learn_begin input:nth-child(6):checked ~ .edu_begin label:nth-child(6)::before,
.primary_page .learn_begin input:nth-child(7):checked ~ .edu_begin label:nth-child(7)::before,
.primary_page .learn_begin input:nth-child(8):checked ~ .edu_begin label:nth-child(8)::before,
.primary_page .learn_begin input:nth-child(9):checked ~ .edu_begin label:nth-child(9)::before,
.primary_page .learn_begin input:nth-child(10):checked ~ .edu_begin label:nth-child(10)::before {
    width: 20px;
    transform: translateY(-50%) scaleX(1);
}.primary_page .learn_begin input:nth-child(1):checked ~ .edu_begin label:nth-child(1),
.primary_page .learn_begin input:nth-child(2):checked ~ .edu_begin label:nth-child(2),
.primary_page .learn_begin input:nth-child(3):checked ~ .edu_begin label:nth-child(3),
.primary_page .learn_begin input:nth-child(4):checked ~ .edu_begin label:nth-child(4),
.primary_page .learn_begin input:nth-child(5):checked ~ .edu_begin label:nth-child(5),
.primary_page .learn_begin input:nth-child(6):checked ~ .edu_begin label:nth-child(6),
.primary_page .learn_begin input:nth-child(7):checked ~ .edu_begin label:nth-child(7),
.primary_page .learn_begin input:nth-child(8):checked ~ .edu_begin label:nth-child(8),
.primary_page .learn_begin input:nth-child(9):checked ~ .edu_begin label:nth-child(9),
.primary_page .learn_begin input:nth-child(10):checked ~ .edu_begin label:nth-child(10) {
    background: #ffffff;
    transform: scale(1.4);
}.primary_page .text_cube {
    border-radius: 15px;
    bottom: 15%;
    border: 1px solid rgb(185,164,186,0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    width: 45%;
    max-width: 600px;
    backdrop-filter: blur(10px);
    left: 10%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgb(217,200,218,0.5) 100%
    );
    position: absolute;
    z-index: 10;
    padding: 40px;
    animation: slideUp 0.8s ease forwards 0.3s;
    opacity: 0;
    transform: translateY(30px);
}@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.primary_page .text_cube .container {
    width: 100%;
    padding: 0;
}.primary_page .text_cube h1 {
    text-shadow: 0 2px 5px #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 39px;
    padding-bottom: 15px;
    color: #ffffff;
}.primary_page .text_cube h1::after {
    content: "";
    background: rgb(185,164,186);
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    left: 0;
    width: 60px;
    height: 3px;
    position: absolute;
}.primary_page .text_cube h3 {
    font-size: 23px;
    color: rgb(185,164,186);
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #000000;
}.primary_page .text_cube p {
    text-shadow: 0 1px 3px #000000;
    font-size: 13px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
}.primary_page .edu_head::after {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgb(217,200,218,0.5) 70%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    left: 0;
    z-index: 1;
}.primary_page .edu_begin label:hover {
    transform: scale(1.2);
}.primary_page .text_cube::before,
.primary_page .text_cube::after {
    position: absolute;
    width: 30px;
    border-style: solid;
    content: "";
    height: 30px;
    border-color: rgb(185,164,186);
}.primary_page .text_cube::before {
    border-width: 3px 0 0 3px;
    top: 15px;
    left: 15px;
}.primary_page .text_cube::after {
    right: 15px;
    border-width: 0 3px 3px 0;
    bottom: 15px;
}

@media (max-width: 1200px) {.primary_page .text_cube {
    width: 50%;
}
}

@media (max-width: 992px) {.primary_page .text_cube {
    width: 60%;
    left: 8%;
    padding: 30px;
    max-width: none;
}.primary_page .text_cube h1 {
    font-size: calc(39px * 0.9);
}.primary_page .edu_begin {
    right: 20px;
    gap: 20px;
}
}

@media (max-width: 768px) {.primary_page .text_cube {
    transform: translateX(-50%) translateY(30px);
    max-width: none;
    padding: 25px;
    left: 50%;
    bottom: 10%;
    width: 80%;
}.primary_page .text_cube h1 {
    font-size: calc(39px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.primary_page .text_cube h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.primary_page .edu_begin {
    left: 20px;
    right: auto;
    gap: 15px;
}
    
    @keyframes slideUp {
        to {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }
    }
}

@media (max-width: 576px) {.primary_page .text_cube {
    bottom: 8%;
    padding: 20px;
    width: 90%;
}.primary_page .text_cube h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 10px;
}.primary_page .text_cube h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 10px;
}.primary_page .text_cube p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.primary_page .text_cube::before,
    .primary_page .text_cube::after {
    width: 20px;
    height: 20px;
}.primary_page .edu_begin {
    left: 15px;
    gap: 12px;
}}

.primary_page .learn_begin input:checked ~ .study_tech .edu_head img {
    animation: kenBurns 10s ease infinite alternate;
}@keyframes kenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.1) rotate(1deg); }
}.offer_selection {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.offer_selection::before {
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
    z-index: 1;
    left: 0;
    backdrop-filter: blur(8px);
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(217,200,218,0.5) 100%);
}.offer_selection .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.offer_selection .learn_sub {
    display: flex;
    flex-direction: column;
    align-items: center;
}.offer_selection h2 {
    animation: fadeSlideDown 0.8s ease-out forwards;
    color: #ffffff;
    transform: translateY(0);
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}.offer_selection h2::after {
    bottom: -15px;
    background: rgb(217,200,218);
    content: "";
    width: 80px;
    left: 50%;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    height: 3px;
    transform: translateX(-50%) scaleX(0);
}.offer_selection .program_price {
    color: #ffffff;
    font-size: calc(13px * 1.1);
    max-width: 700px;
    line-height: 1.6;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    text-align: center;
    transform: translateY(20px);
    margin: 0 auto 60px;
}.offer_selection .cost_deals {
    gap: 30px;
    display: grid;
    width: 100%;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    perspective: 1000px;
}.offer_selection .cost_deals li {
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateY(30px) rotateX(10deg);
    opacity: 0;
}.offer_selection .cost_deals li:nth-child(1) {
    animation-delay: 0.4s;
}.offer_selection .cost_deals li:nth-child(2) {
    animation-delay: 0.6s;
}.offer_selection .cost_deals li:nth-child(3) {
    animation-delay: 0.8s;
}.offer_selection .cost_deals li:nth-child(4) {
    animation-delay: 1s;
}.offer_selection .value_pricing {
    color: #000000;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    will-change: transform;
    display: block;
    text-decoration: none;
}.offer_selection .value_pricing:hover {
    transform: translateY(-12px);
}.offer_selection .pricing_deals {
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    border-radius: 26px;
}.offer_selection .value_pricing:hover .pricing_deals {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.offer_selection .pricing_deals::before {
    transform: scaleX(0);
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(217,200,218) 0%, rgb(185,164,186) 100%);
    transform-origin: right;
    position: absolute;
    height: 6px;
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    content: "";
    width: 100%;
}.offer_selection .value_pricing:hover .pricing_deals::before {
    transform: scaleX(1);
    transform-origin: left;
}.offer_selection .learn_packs {
    position: relative;
    padding: 35px 30px;
}.offer_selection .learn_packs h4 {
    transition: color 0.35s ease;
    font-size: calc(21px * 1.1);
    font-weight: 700;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 20px;
}.offer_selection .value_pricing:hover .learn_packs h4 {
    color: rgb(217,200,218);
}.offer_selection .learn_packs h4::after {
    transition: width 0.35s ease, background 0.35s ease;
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 50px;
    background: rgb(217,200,218,0.5);
    content: "";
    left: 0;
}.offer_selection .value_pricing:hover .learn_packs h4::after {
    width: 75px;
    background: rgb(217,200,218);
}.offer_selection .learn_packs p {
    padding-right: 15px;
    font-size: 13px;
    margin-bottom: 30px;
    max-height: 150px;
    line-height: 1.7;
    overflow-y: auto;
    position: relative;
    color: #000000;
}.offer_selection .learn_packs p::-webkit-scrollbar {
    width: 6px;
}.offer_selection .learn_packs p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.offer_selection .learn_packs p::-webkit-scrollbar-thumb {
    background: rgb(217,200,218,0.5);
    transition: background 0.3s ease;
    border-radius: 10px;
}.offer_selection .value_pricing:hover .learn_packs p::-webkit-scrollbar-thumb {
    background: rgb(217,200,218);
}.offer_selection .plan_deals {
    border-radius: 10px;
    align-items: center;
    position: relative;
    font-size: calc(21px * 1.2);
    background: linear-gradient(135deg, rgb(185,164,186,0.5) 0%, rgb(217,200,218) 100%);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    padding: 12px 20px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
}.offer_selection .value_pricing:hover .plan_deals {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}.offer_selection .plan_deals::before {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    content: "";
}.offer_selection .value_pricing:hover .plan_deals::before {
    transform: translateX(100%);
}

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

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.offer_selection {
    padding: 100px 0;
}.offer_selection .cost_deals {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.offer_selection {
    padding: 80px 0;
}.offer_selection h2 {
    font-size: calc(28px * 0.9);
}.offer_selection .program_price {
    margin-bottom: 50px;
    font-size: 13px;
}.offer_selection .cost_deals {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.offer_selection .learn_packs {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.offer_selection {
    padding: 60px 0;
}.offer_selection h2 {
    font-size: calc(28px * 0.8);
}.offer_selection .program_price {
    margin-bottom: 40px;
    font-size: calc(13px * 0.95);
}.offer_selection .cost_deals {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.offer_selection .learn_packs p {
    max-height: none;
}
}

@media (max-width: 480px) {.offer_selection {
    padding: 50px 0;
}.offer_selection h2 {
    font-size: calc(28px * 0.7);
}.offer_selection .learn_packs {
    padding: 20px 18px;
}.offer_selection .plan_deals {
    padding: 10px 15px;
    font-size: calc(21px * 1.1);
}}.our_background {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(185,164,186,0.5);
    color: #ffffff;
}.our_background::before {
    left: 0;
    opacity: 0.2;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    background: 
        linear-gradient(217deg, rgb(217,200,218,0.5), transparent 70%),
        linear-gradient(127deg, rgb(185,164,186,0.5), transparent 70%);
    position: absolute;
    width: 100%;
}.our_background .container {
    z-index: 2;
    position: relative;
}.our_background .how_grow {
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: relative;
}.our_background h3 {
    margin-bottom: 0;
    position: relative;
    font-size: calc(44px * 1.2);
    transform: translateX(-100px);
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    animation: slideIn 0.6s ease forwards;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_background h3::before {
    transform: translateY(-50%);
    width: 20px;
    position: absolute;
    background: rgb(217,200,218);
    top: 50%;
    content: "";
    height: 3px;
    left: -30px;
}.our_background .story_visual {
    animation: fadeInRight 0.6s ease forwards 0.3s;
    position: relative;
    gap: 40px;
    border-left: 3px solid rgb(217,200,218);
    display: grid;
    padding-left: 40px;
    grid-template-columns: 1fr 1fr;
    opacity: 0;
    transform: translateX(-50px);
}@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_background .story_visual span {
    font-size: 21px;
    margin-bottom: 10px;
    grid-column: 1 / 3;
    display: block;
    font-weight: 600;
    position: relative;
    color: rgb(217,200,218);
}.our_background .story_visual p {
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
    padding-right: 20px;
    color: #ffffff;
    opacity: 0.9;
}.our_background .story_visual .thumb {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.4s ease;
    height: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    width: 100%;
}.our_background .story_visual .thumb:hover {
    transform: scale(1.05);
}.our_background .story_visual .thumb::before {
    height: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to right, rgb(217,200,218,0.5), transparent);
    left: 0;
    width: 100%;
}.our_background .founder_bio {
    animation: fadeInLeft 0.6s ease forwards 0.6s;
    opacity: 0;
    border-right: 3px solid rgb(185,164,186);
    display: grid;
    position: relative;
    transform: translateX(50px);
    padding-right: 40px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_background .founder_bio p {
    color: #ffffff;
    padding-left: 20px;
    opacity: 0.9;
    margin: 0;
    grid-column: 2 / 3;
    font-size: 14px;
    line-height: 1.8;
}.our_background .founder_bio .knowledge_space {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    grid-column: 1 / 2;
    transition: transform 0.4s ease;
    min-height: 300px;
    transform: scale(1);
}.our_background .founder_bio .knowledge_space:hover {
    transform: scale(1.05);
}.our_background .founder_bio .knowledge_space::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to left, rgb(185,164,186,0.5), transparent);
    opacity: 0.3;
    z-index: 1;
    content: "";
    height: 100%;
}.our_background .how_grow::before {
    width: 40%;
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    height: 1px;
    background: linear-gradient(to right, rgb(217,200,218), transparent);
}.our_background .how_grow::after {
    background: linear-gradient(to left, rgb(185,164,186), transparent);
    right: 0;
    bottom: -20px;
    width: 40%;
    height: 1px;
    content: "";
    position: absolute;
}.our_background .container::before {
    border: 1px solid rgb(217,200,218,0.5);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    top: -100px;
    animation: rotate 30s linear infinite;
    left: -100px;
    z-index: -1;
    content: "";
    position: absolute;
}.our_background .container::after {
    right: -150px;
    z-index: -1;
    position: absolute;
    content: "";
    animation: rotate 40s linear infinite reverse;
    border: 1px solid rgb(185,164,186,0.5);
    bottom: -150px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_background::after {
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 992px) {.our_background {
    padding: 80px 0;
}.our_background h3 {
    font-size: calc(44px * 1.1);
}.our_background .how_grow {
    gap: 70px;
}.our_background .story_visual,
    .our_background .founder_bio {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_background .story_visual p {
    grid-column: 1 / 2;
    padding-right: 0;
}.our_background .founder_bio p {
    grid-column: 1 / 2;
    padding-left: 0;
    grid-row: 2 / 3;
}.our_background .founder_bio .knowledge_space {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.our_background .story_visual .thumb,
    .our_background .founder_bio .knowledge_space {
    min-height: 250px;
}
}

@media screen and (max-width: 768px) {.our_background {
    padding: 60px 0;
}.our_background h3 {
    font-size: 44px;
}.our_background .how_grow {
    gap: 50px;
}.our_background .story_visual,
    .our_background .founder_bio {
    padding-left: 20px;
    padding-right: 20px;
}.our_background .story_visual {
    border-left: 2px solid rgb(217,200,218);
}.our_background .founder_bio {
    border-right: 2px solid rgb(185,164,186);
}.our_background .story_visual span {
    font-size: calc(21px * 0.9);
}.our_background .story_visual p,
    .our_background .founder_bio p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.our_background .story_visual .thumb,
    .our_background .founder_bio .knowledge_space {
    border-radius: 10px;
    min-height: 220px;
    clip-path: none;
}
}

@media screen and (max-width: 576px) {.our_background {
    padding: 50px 0;
}.our_background h3 {
    font-size: calc(44px * 0.8);
}.our_background h3::before {
    left: -20px;
    width: 15px;
}.our_background .how_grow {
    gap: 40px;
}.our_background .story_visual,
    .our_background .founder_bio {
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
}.our_background .story_visual .thumb,
    .our_background .founder_bio .knowledge_space {
    min-height: 180px;
}.our_background .container::before,
    .our_background .container::after {
    display: none;
}}header {
    z-index: 100;
    background: linear-gradient(to right, rgb(242,231,242), #ffffff);
    box-shadow: 0 5px 15px rgb(217,200,218,0.5);
    padding: 1.5rem 0;
    position: relative;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .nav_header {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}header .top_wrap {
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
}header .top_wrap::after {
    background: linear-gradient(to right, transparent, rgb(217,200,218), transparent);
    position: absolute;
    opacity: 0.7;
    height: 2px;
    bottom: -5px;
    left: 0;
    width: 100%;
    content: '';
}header .top_wrap svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .top_wrap:hover svg {
    transform: scale(1.05);
}header .top_master {
    justify-content: center;
    background: linear-gradient(to right, rgb(217,200,218,0.5), rgb(185,164,186,0.5));
    gap: 0.5rem;
    width: 100%;
    border-radius: 17px;
    padding: 0.8rem;
    flex-wrap: wrap;
    display: flex;
}header .nav_wrap {
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-weight: 400;
    transition: all 0.3s ease;
}header .nav_wrap:hover {
    background: linear-gradient(135deg, rgb(217,200,218), rgb(185,164,186));
    box-shadow: 0 4px 8px rgb(217,200,218,0.5);
    transform: translateY(-2px);
    color: #ffffff;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_wrap svg {
    width: 160px;
}header .top_master {
    padding: 0.7rem;
}header .nav_wrap {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_header {
    gap: 1rem;
}header .top_wrap svg {
    width: 140px;
}header .top_master {
    gap: 0.4rem;
    padding: 0.6rem;
}header .nav_wrap {
    font-size: calc(17px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_header {
    gap: 0.8rem;
}header .top_wrap svg {
    width: 120px;
}header .top_master {
    overflow-x: auto;
    padding: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .top_master::-webkit-scrollbar {
    height: 3px;
}header .top_master::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,200,218);
}header .nav_wrap {
    font-size: calc(17px - 2px);
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.overlayConsentSettings {
    overflow: hidden;
    flex-direction: column;
    font-family: Arial, sans-serif;
    background: rgb(242,231,242);
    transform: translateX(-50%);
    border-radius: 23px;
    left: 50%;
    position: fixed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 20px;
    width: 90%;
    bottom: 20px;
    align-items: center;
    z-index: 1050;
    text-align: center;
    max-width: 600px;
}.cookie_confirm {
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 1;
}.data_accept {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.data_accept svg, .data_accept svg path, .data_accept img {
    height: 80px;
    width: 80px;
    fill: rgb(217,200,218);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.overlayConsentSettings h5 {
    margin-bottom: 10px;
    color: rgb(217,200,218);
    font-size: 19px;
    font-weight: 700;
}.overlayConsentSettings p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}.cookies_consent {
    display: inline-block;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    background: rgb(217,200,218);
    width: calc(50% - 10px);
    color: #ffffff;
    text-decoration: none;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
}.cookies_consent:hover {
    transform: translateY(-3px);
    background: rgb(185,164,186);
}.cookie_button.cookies_terms {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookies_terms:hover {
    background: rgb(185,164,186,0.5);
}.overlayConsentSettings p a {
    transition: color 0.3s ease-in-out;
    color: rgb(217,200,218);
    text-decoration: underline;
}.overlayConsentSettings p a:hover {
    color: rgb(185,164,186);
}
@media only screen and (max-width: 600px) {.overlayConsentSettings {
    left: 0;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0;
}.cookie_confirm {
    padding: 15px;
}.data_accept svg {
    height: 50px;
    width: 50px;
}.overlayConsentSettings h5 {
    font-size: calc(19px - 2px);
}.overlayConsentSettings p {
    font-size: calc(16px - 2px);
}.cookies_consent {
    width: calc(100% - 10px);
    font-size: calc(20px - 2px);
    padding: 8px 16px;
}}
#cookiePolicyPopup {
    display: none;
}#cookiePolicyPopup:checked ~ .overlayConsentSettings {
    visibility: hidden;
    opacity: 0;
}.connect_form {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(242,231,242);
}.connect_form::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(217,200,218), rgb(185,164,186));
    height: 5px;
    left: 0;
}.connect_form .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.connect_form h2 {
    margin-bottom: 60px;
    font-size: 28px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
}.connect_form h2::before {
    position: absolute;
    width: 5px;
    top: 0;
    border-radius: 10px;
    left: 0;
    height: 100%;
    background: rgb(217,200,218);
    content: "";
}.connect_form .request_message {
    gap: 60px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.connect_form .thumb {
    overflow: hidden;
    box-shadow: -15px 15px 0 rgb(217,200,218,0.5);
    position: relative;
    order: 2;
    min-height: 500px;
    border-radius: 21px;
}.connect_form .query_message {
    order: 1;
}.connect_form form {
    width: 100%;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 21px;
}.connect_form form h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 700;
}.connect_form form input[type="text"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    border: none;
    padding: 18px 25px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 10px;
    font-size: 12px;
    background: rgb(242,231,242);
}.connect_form form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(217,200,218,0.5);
    background: #ffffff;
    outline: none;
}.connect_form form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.connect_form .inquiry_feedback {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.connect_form .inquiry_feedback input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form .inquiry_feedback label {
    padding-left: 35px;
    position: relative;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5;
}.connect_form .inquiry_feedback label::before {
    position: absolute;
    width: 22px;
    left: 0;
    border-radius: 10px;
    transition: all 0.2s ease;
    top: 2px;
    content: "";
    height: 22px;
    background: rgb(242,231,242);
}.connect_form .inquiry_feedback input[type="checkbox"]:checked + label::before {
    background: rgb(217,200,218);
}.connect_form .inquiry_feedback input[type="checkbox"]:checked + label::after {
    left: 8px;
    top: 6px;
    width: 6px;
    content: "";
    border-right: 2px solid #ffffff;
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    position: absolute;
}.connect_form .inquiry_feedback label a {
    text-decoration: none;
    color: rgb(217,200,218);
    transition: all 0.3s ease;
    font-weight: 600;
}.connect_form .inquiry_feedback label a:hover {
    color: rgb(185,164,186);
}.connect_form form .message_message {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    border: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 18px 40px;
}.connect_form form .message_message:hover {
    transform: translateY(-3px);
    background: rgb(217,200,218);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.connect_form svg {
    fill: rgb(217,200,218);
    height: 20px;
    width: 20px;
}.connect_form svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,200,218);
}

@media screen and (max-width: 991px) {.connect_form {
    padding: 90px 0;
}.connect_form .request_message {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect_form .thumb {
    min-height: 400px;
    order: 1;
    margin: 0 auto;
    max-width: 600px;
}.connect_form .query_message {
    order: 2;
}.connect_form form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.connect_form {
    padding: 70px 0;
}.connect_form h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.connect_form .thumb {
    width: 100%;
    box-shadow: -10px 10px 0 rgb(217,200,218,0.5);
    min-height: 300px;
}.connect_form form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.connect_form .thumb {
    box-shadow: -8px 8px 0 rgb(217,200,218,0.5);
    min-height: 250px;
}.connect_form form {
    padding: 30px 20px;
}.connect_form form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.connect_form form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_form form .message_message {
    width: 100%;
    padding: 15px 20px;
}}.sign_up_now {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(217,200,218) 0%, rgb(185,164,186) 100%);
    z-index: 1;
}.sign_up_now::before {
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    transform-origin: center top;
    position: absolute;
    background-size: 30px 30px;
    height: 100%;
    left: 0;
    transform: perspective(500px) rotateX(60deg);
    content: '';
    top: 0;
    animation: gridMove 20s linear infinite;
}.sign_up_now::after {
    opacity: 0.05;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
    background-size: 100% 30px, 30px 100%;
    position: absolute;
    left: 0;
    animation: gridGlow 8s ease-in-out infinite alternate;
}.sign_up_now .how_grow {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1000px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
}.sign_up_now .how_grow::before {
    content: '';
    animation: patternShift 15s linear infinite;
    left: 0;
    opacity: 0.05;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    background-size: 30px 30px;
}.sign_up_now .how_grow::after {
    top: -50%;
    z-index: -1;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    content: '';
    left: -50%;
    opacity: 0.1;
    width: 200%;
    height: 200%;
    position: absolute;
    animation: pulseRadial 10s ease-in-out infinite;
}.sign_up_now h3 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-size: 38px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
}.sign_up_now h3::before {
    z-index: -1;
    position: absolute;
    height: 60px;
    animation: orbitRotate 10s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    width: 60px;
    content: '';
}.sign_up_now h3::after {
    left: 50%;
    height: 1px;
    width: 100px;
    content: '';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    transform: translateX(-50%);
    bottom: -20px;
}.sign_up_now .get_contactwidget {
    position: relative;
    color: rgb(217,200,218);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-weight: 600;
    z-index: 1;
    font-size: 19px;
    transition: all 0.4s ease;
    text-decoration: none;
    padding: 16px 45px;
    letter-spacing: 2px;
    border-radius: 10px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.sign_up_now .get_contactwidget::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    background-size: 10px 10px;
    opacity: 0;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    position: absolute;
    width: 100%;
}.sign_up_now .get_contactwidget::after {
    top: -50%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    width: 20px;
    transition: all 0.6s ease;
    transform: rotate(35deg);
    content: '';
    left: -100px;
    position: absolute;
    height: 200%;
    z-index: 1;
}.sign_up_now .get_contactwidget:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    background: linear-gradient(45deg, rgb(217,200,218), rgb(185,164,186));
}.sign_up_now .get_contactwidget:hover::before {
    opacity: 0.5;
}.sign_up_now .get_contactwidget:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.sign_up_now {
    padding: 100px 0;
}.sign_up_now .how_grow {
    padding: 40px;
    max-width: 90%;
}.sign_up_now h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 50px;
}.sign_up_now h3::before {
    top: -70px;
    height: 50px;
    width: 50px;
}.sign_up_now h3::after {
    width: 80px;
}.sign_up_now .get_contactwidget {
    padding: 14px 40px;
    font-size: calc(19px * 0.95);
}
}

@media screen and (max-width: 768px) {.sign_up_now {
    padding: 80px 0;
}.sign_up_now .how_grow {
    padding: 30px;
}.sign_up_now h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.sign_up_now h3::before {
    height: 40px;
    top: -60px;
    width: 40px;
}.sign_up_now h3::after {
    width: 70px;
    bottom: -15px;
}.sign_up_now .get_contactwidget {
    letter-spacing: 1.5px;
    padding: 12px 35px;
    font-size: calc(19px * 0.9);
}
}

@media screen and (max-width: 576px) {.sign_up_now {
    padding: 60px 0;
}.sign_up_now .how_grow {
    padding: 25px 20px;
}.sign_up_now h3 {
    font-size: calc(38px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.sign_up_now h3::before {
    top: -50px;
    width: 30px;
    height: 30px;
}.sign_up_now h3::after {
    width: 60px;
    bottom: -12px;
}.sign_up_now .get_contactwidget {
    padding: 10px 30px;
    font-size: calc(19px * 0.85);
    letter-spacing: 1px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.sign_up_for_updates {
    position: relative;
    background: linear-gradient(135deg, rgb(242,231,242) 0%, rgb(185,164,186,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    isolation: isolate;
}.sign_up_for_updates::before {
    background-image: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 15px, 
            rgba(255, 255, 255, 0.03) 15px, 
            rgba(255, 255, 255, 0.03) 30px
        );
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
}.sign_up_for_updates::after {
    top: -10%;
    opacity: 0.07;
    height: 120%;
    content: "";
    position: absolute;
    background: rgb(185,164,186);
    width: 30%;
    right: -5%;
    transform: rotate(-12deg) skewX(-15deg);
    z-index: -1;
}.sign_up_for_updates .container {
    max-width: 1200px;
    margin: 0 auto;
}.sign_up_for_updates .how_grow {
    display: grid;
    transform: translateX(-5px);
    grid-template-columns: 1fr;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2rem;
}.sign_up_for_updates h4 {
    transform: translateY(5px);
    padding-left: 1.5rem;
    opacity: 0;
    margin: 0;
    font-size: 22px;
    animation: fadeUp 0.6s ease-out 0.2s forwards;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    color: #000000;
}.sign_up_for_updates h4::before {
    background: rgb(185,164,186);
    top: 0.5rem;
    height: calc(100% - 1rem);
    width: 4px;
    transform-origin: top;
    left: 0;
    transform: scaleY(0);
    position: absolute;
    content: "";
    animation: scaleVertical 0.5s ease-out 0.6s forwards;
}.sign_up_for_updates .input_holder {
    opacity: 0;
    flex-direction: column;
    transform: translateY(10px);
    gap: 1rem;
    display: flex;
    position: relative;
    animation: fadeUp 0.6s ease-out 0.4s forwards;
}.sign_up_for_updates .input_holder span {
    display: block;
    position: relative;
}.sign_up_for_updates input[type="email"] {
    color: #000000;
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 18px;
}.sign_up_for_updates input[type="email"]:focus {
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
    transform: translateY(-2px);
    border-color: rgb(185,164,186);
    outline: none;
}.sign_up_for_updates input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.5);
    transition: all 0.3s ease;
}.sign_up_for_updates input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.sign_up_for_updates .signup_block {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    background: rgb(185,164,186);
    border: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
}.sign_up_for_updates .signup_block:hover {
    background: rgb(217,200,218);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(-3px);
}.sign_up_for_updates .signup_block::before {
    left: 50%;
    height: 150%;
    border-radius: 50%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    position: absolute;
    width: 150%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: rgba(255, 255, 255, 0.1);
}.sign_up_for_updates .signup_block:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.sign_up_for_updates .signup_block:active {
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
    transform: translateY(-1px);
}

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

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

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}


@media (min-width: 768px) {.sign_up_for_updates {
    padding: 5rem 3rem;
}.sign_up_for_updates .how_grow {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
}.sign_up_for_updates h4 {
    padding-left: 2rem;
    font-size: calc(22px * 1.1);
}.sign_up_for_updates h4::before {
    width: 6px;
}.sign_up_for_updates .input_holder {
    gap: 0;
    flex-direction: row;
}.sign_up_for_updates input[type="email"] {
    border-right: none;
}.sign_up_for_updates .signup_block {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.sign_up_for_updates {
    padding: 6rem 4rem;
}.sign_up_for_updates::after {
    width: 40%;
}.sign_up_for_updates .how_grow {
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
}.sign_up_for_updates h4 {
    transform: skewX(-3deg);
    font-size: calc(22px * 1.2);
}.sign_up_for_updates h4::before {
    transform: skewX(3deg);
    left: 0.3rem;
}.sign_up_for_updates .input_holder {
    transform: perspective(1000px) rotateY(2deg);
}.sign_up_for_updates input[type="email"] {
    padding: 1.2rem 1.8rem;
}.sign_up_for_updates .signup_block {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.sign_up_for_updates::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.sign_up_for_updates .how_grow {
    grid-template-columns: 1.8fr 1.2fr;
}.sign_up_for_updates h4 {
    font-size: calc(22px * 1.3);
}.sign_up_for_updates input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.sign_up_for_updates input[type="email"]:focus {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.sign_up_for_updates {
    padding: 3rem 1.5rem;
}.sign_up_for_updates h4 {
    font-size: calc(22px * 0.9);
    padding-left: 1.2rem;
}.sign_up_for_updates .signup_block {
    margin-top: 0.5rem;
}}footer {
    position: relative;
    width: 100%;
}footer .idea_pool {
    position: relative;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(242,231,242);
}footer .idea_pool::before {
    z-index: 0;
    opacity: 0.3;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(217,200,218,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(185,164,186,0.5) 0%, transparent 20%);
}footer .intern_ship {
    z-index: 1;
    position: relative;
}footer .get_support {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    display: flex;
    padding: 25px;
    margin: auto;
    justify-content: space-between;
    gap: 15px;
    border-radius: 19px;
    width: 85%;
    z-index: 3;
    background-color: #ffffff;
}footer .info_item {
    transition: all 0.3s ease;
    flex: 1 1 200px;
    padding: 15px;
    background-color: rgb(242,231,242);
    display: flex;
    border-radius: 10px;
    align-items: center;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    fill: rgb(217,200,218);
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(217,200,218);
}footer .text_main_holder {
    margin-top: 40px;
    flex-direction: column;
    position: relative;
    display: flex;
    perspective: 2000px;
    gap: 20px;
}footer .head_pagebar, footer .top_master, footer .subscribe_holder {
    transform-origin: center center;
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    padding: 30px;
    position: relative;
    transform-style: preserve-3d;
}footer .head_pagebar {
    transform: translateZ(0) scale(1);
    z-index: 2;
    background-color: #ffffff;
}footer .head_pagebar:hover {
    transform: translateZ(30px) scale(1.02);
}footer .top_master {
    background-color: rgb(185,164,186);
    color: #ffffff;
    z-index: 1;
    transform: translateZ(-10px) scale(0.98);
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
}footer .subscribe_holder {
    margin-left: 40px;
    margin-top: -20px;
    margin-right: 40px;
    transform: translateZ(-20px) scale(0.96);
    background-color: rgb(217,200,218);
    color: #ffffff;
    z-index: 0;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .head_pagebar::after, footer .top_master::after, footer .subscribe_holder::after {
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    border-radius: 19px;
    opacity: 0;
}footer .head_pagebar:hover::after, footer .top_master:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .head_pagebar svg {
    width: auto;
    display: block;
    margin-bottom: 20px;
    height: 45px;
}footer .pitch_comp {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}footer .top_master h5 {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
}footer .top_master h5::after {
    height: 2px;
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(217,200,218), transparent);
    transition: width 0.3s ease;
}footer .top_master h5:hover::after {
    width: 100%;
}footer .head_sitewrap {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}footer .head_sitewrap a {
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    display: inline-block;
    position: relative;
}footer .head_sitewrap a::before {
    background-color: rgb(217,200,218);
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
}footer .head_sitewrap a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .head_sitewrap a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 18px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    padding: 14px 16px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .signup_block {
    color: rgb(217,200,218);
    background-color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 17px;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    font-weight: 600;
}footer .signup_block:hover {
    color: #ffffff;
    background-color: rgb(185,164,186);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .review_block {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .mod_tools {
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    display: inline-block;
    font-size: 15px;
    padding: 8px 20px;
    background-color: #ffffff;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .head_pagebar, footer .top_master, footer .subscribe_holder {
    flex: 1;
    flex-direction: column;
    margin-top: 0;
    display: flex;
}footer .head_pagebar {
    margin-right: -20px;
}footer .top_master {
    margin-left: 0;
    margin-right: -20px;
    z-index: 1;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .get_support {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .idea_pool {
    padding: 80px 0 30px;
}footer .get_support {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .head_pagebar, footer .top_master, footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 20px;
}footer .top_master, footer .subscribe_holder {
    margin-top: -10px;
}footer .review_block {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .idea_pool {
    padding: 70px 0 20px;
}footer .get_support {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .head_pagebar, footer .top_master, footer .subscribe_holder {
    padding: 20px 15px;
}footer .top_master h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .head_sitewrap {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .signup_block {
    padding: 12px;
}}.instructor_profile {
    background: linear-gradient(125deg, #000000 0%, rgb(242,231,242) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.instructor_profile::before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(217,200,218,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(185,164,186,0.5) 0%, transparent 30%);
    left: 0;
    animation: pulse 20s infinite alternate;
}.instructor_profile .container {
    perspective: 1200px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.instructor_profile .client_ratings {
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    gap: 10px 30px;
    grid-template-rows: auto auto auto;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
    display: grid;
}.instructor_profile .client_ratings:hover {
    transform: rotateY(0deg) translateZ(10px);
}.instructor_profile .career_explore {
    backdrop-filter: blur(10px);
    border-radius: 23px;
    position: relative;
    font-size: 18px;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    grid-area: quote;
    line-height: 1.7;
    transform: translateZ(20px);
    padding: 50px 40px;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(217,200,218,0.5);
}.instructor_profile .career_explore::before {
    font-size: calc(40px * 2);
    position: absolute;
    content: "";
    top: 15px;
    left: 20px;
    line-height: 1;
    color: rgb(217,200,218);
}.instructor_profile .thumb {
    transform: translateZ(40px);
    height: 280px;
    border-radius: 10px;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(217,200,218,0.5);
    grid-area: photo;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.instructor_profile .client_ratings:hover .thumb {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(217,200,218,0.5);
}.instructor_profile .name {
    color: #ffffff;
    background: rgb(217,200,218);
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    transition: transform 0.3s ease;
    padding: 15px 20px;
    grid-area: name;
    z-index: 2;
    transform: translateZ(30px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.instructor_profile .client_ratings:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.instructor_profile .client_ratings > span:not(.name) {
    transform: translateZ(25px);
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: transform 0.3s ease;
    grid-area: job;
    font-size: 18px;
    background: #ffffff;
    padding: 10px 15px;
    color: rgb(185,164,186);
    font-weight: 600;
}.instructor_profile .client_ratings:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.instructor_profile {
    padding: 80px 0;
}.instructor_profile .client_ratings {
    grid-template-areas:
      "thumb"
      "name"
      "emp_progress"
      "career_explore";
    grid-template-rows: auto auto auto auto;
    gap: 15px;
    transform: none;
    grid-template-columns: 1fr;
}.instructor_profile .career_explore,
  .instructor_profile .thumb,
  .instructor_profile .name,
  .instructor_profile .client_ratings > span:not(.name) {
    transform: none;
}.instructor_profile .client_ratings:hover .career_explore,
  .instructor_profile .client_ratings:hover .thumb,
  .instructor_profile .client_ratings:hover .name,
  .instructor_profile .client_ratings:hover > span:not(.name) {
    transform: none;
}.instructor_profile .thumb {
    width: 90%;
    margin: 0 auto;
    height: 240px;
}.instructor_profile .career_explore {
    padding: 30px;
}.instructor_profile .name,
  .instructor_profile .client_ratings > span:not(.name) {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.instructor_profile {
    padding: 60px 0;
}.instructor_profile .thumb {
    width: 100%;
    height: 200px;
}.instructor_profile .career_explore {
    padding: 25px 20px;
    font-size: calc(18px * 0.95);
}.instructor_profile .name {
    font-size: calc(19px * 0.9);
}.instructor_profile .client_ratings > span:not(.name) {
    font-size: calc(18px * 0.9);
}}.course_summary {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(242,231,242);
    position: relative;
}.course_summary::before {
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
    content: "";
    width: 100%;
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(217,200,218,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(217,200,218,0.5) 100%);
    opacity: 0.15;
    z-index: 1;
    height: 100%;
}.course_summary::after {
    left: 0;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(217,200,218,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(185,164,186,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.course_summary .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    align-items: center;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    display: flex;
}.course_summary .program_path {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 900px;
    gap: 60px;
    flex-direction: column;
    align-items: center;
    width: 100%;
}.course_summary .text_cube {
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 29px;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
}.course_summary .text_cube::before {
    border-radius: 29px;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px solid rgb(217,200,218,0.5);
    content: "";
    opacity: 0.3;
}.course_summary .text_cube::after {
    position: absolute;
    top: -15px;
    background: linear-gradient(to right, rgb(217,200,218), rgb(185,164,186));
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: "";
}.course_summary .text_cube h2 {
    display: inline-block;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
}.course_summary .text_cube h2::after {
    left: calc(50% - 40px);
    height: 2px;
    position: absolute;
    background: rgb(217,200,218,0.5);
    bottom: -10px;
    content: "";
    width: 80px;
}.course_summary .text_cube .description {
    max-width: 800px;
    margin-right: auto;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    margin-left: auto;
}.course_summary .text_cube .description:last-child {
    margin-bottom: 0;
}.course_summary .thumb {
    height: 450px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border-radius: 29px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}.course_summary .container::before {
    animation: circuitPulse 8s infinite alternate;
    top: 0;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgb(217,200,218,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(217,200,218,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(217,200,218,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(185,164,186,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(217,200,218,0.5) 2px, transparent 2px);
    opacity: 0.05;
    content: "";
    width: 100%;
    left: 0;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    z-index: 0;
    position: absolute;
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.course_summary .program_path::before {
    left: -100px;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(217,200,218,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(185,164,186,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(217,200,218,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(185,164,186,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(217,200,218,0.5) 1px, transparent 1px);
    background-size: 600px 600px;
    content: "";
    width: calc(100% + 200px);
    animation: floatParticles 40s linear infinite;
    position: absolute;
    top: -100px;
    opacity: 0.2;
    height: calc(100% + 200px);
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.course_summary .program_path::after {
    background: linear-gradient(to right, transparent, rgb(185,164,186,0.5), transparent);
    height: 2px;
    left: calc(50% - 50px);
    position: absolute;
    content: "";
    bottom: -30px;
    width: 100px;
}.course_summary .container::after {
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(60deg, rgb(217,200,218,0.5) 0, rgb(217,200,218,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(217,200,218,0.5) 0, rgb(217,200,218,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(217,200,218,0.5) 0, rgb(217,200,218,0.5) 1px, transparent 1px, transparent 30px);
    background-size: 50px 86.6px;
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    opacity: 0.03;
    animation: hexMove 60s linear infinite;
    content: "";
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_summary .thumb::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_summary .text_cube h2 {
    animation: reveal 0.8s forwards;
}.course_summary .text_cube .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.course_summary .text_cube .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.course_summary .program_path {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.course_summary .text_cube {
    z-index: 4;
    grid-row: 2;
    margin-top: -80px;
}.course_summary .thumb {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.course_summary {
    padding: 80px 0;
}.course_summary .program_path {
    gap: 40px;
}.course_summary .text_cube {
    padding: 30px;
}.course_summary .thumb {
    height: 400px;
}
}

@media (max-width: 768px) {.course_summary {
    padding: 60px 0;
}.course_summary .text_cube {
    padding: 25px;
}.course_summary .thumb {
    height: 350px;
}.course_summary .text_cube h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 576px) {.course_summary {
    padding: 50px 0;
}.course_summary .text_cube {
    padding: 20px;
}.course_summary .thumb {
    height: 300px;
}.course_summary .text_cube h2 {
    font-size: calc(30px * 0.8);
}.course_summary .text_cube .description {
    font-size: calc(13px * 0.95);
}
}

@media (min-width: 992px) {.course_summary .text_cube:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.course_summary .text_cube:hover::before {
    transition: all 0.3s ease;
    opacity: 0.5;
    border-color: rgb(217,200,218);
}.course_summary .thumb:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}
}
