* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-bundle {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.main_master {
    flex: 1 0 auto;
}.knowl_base {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1255px;
    max-width: 100%;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stay_informed {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,157,152,0.5) 0%, rgb(208,195,191) 100%);
    z-index: 1;
    padding: 5rem 2rem;
    position: relative;
}.stay_informed::before {
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.05) 25%, 
              rgba(255, 255, 255, 0.05) 50%, transparent 50%, transparent 75%, 
              rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05));
    bottom: 0;
    opacity: 0.4;
    background-size: 20px 20px;
    right: 0;
    transform: perspective(1000px) rotateX(10deg);
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}.stay_informed::after {
    position: absolute;
    content: "";
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    height: 200%;
    width: 200%;
    top: -50%;
    z-index: -1;
    animation: pulseLight 12s infinite alternate ease-in-out;
}.stay_informed .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.stay_informed .quick_studies {
    background: rgba(255, 255, 255, 0.15);
    border-left: 4px solid #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07),
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.stay_informed .quick_studies:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stay_informed .quick_studies::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    opacity: 0.3;
    height: 1px;
    right: 0;
}.stay_informed .quick_studies::after {
    position: absolute;
    height: 1px;
    opacity: 0.3;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.stay_informed h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: calc(18px * 1.1);
    line-height: 1.4;
    font-weight: 600;
    transform: translateZ(10px);
    max-width: 90%;
}.stay_informed h3::after {
    bottom: -0.8rem;
    position: absolute;
    content: "";
    width: 4rem;
    transition: transform 0.4s ease-out;
    left: 0;
    opacity: 0.7;
    transform-origin: left;
    background: #ffffff;
    height: 3px;
    transform: scaleX(1);
}.stay_informed .quick_studies:hover h3::after {
    transform: scaleX(1.5);
}.stay_informed .input_holder {
    z-index: 3;
    position: relative;
    gap: 1rem;
    display: flex;
    align-items: stretch;
    flex-direction: row;
}.stay_informed .input_holder div {
    flex: 1;
    position: relative;
}.stay_informed input[type="email"] {
    font-size: 17px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    border: none;
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
}.stay_informed input[type="email"]:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    background: #ffffff;
}.stay_informed input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s;
}.stay_informed input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay_informed .sub_cards {
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    background: rgb(208,195,191);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1.2rem 2rem;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-weight: 600;
    border: none;
}.stay_informed .sub_cards:hover {
    background: rgb(173,157,152);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}.stay_informed .sub_cards:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}.stay_informed .sub_cards::before {
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.7s ease;
}.stay_informed .sub_cards:hover::before {
    left: 100%;
}

@keyframes pulseLight {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {.stay_informed {
    padding: 3rem 1.5rem;
}.stay_informed .quick_studies {
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.stay_informed h3 {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 1.5rem;
}.stay_informed .input_holder {
    flex-direction: column;
    gap: 1rem;
}.stay_informed input[type="email"] {
    padding: 1rem;
}.stay_informed .sub_cards {
    padding: 1rem;
    width: 100%;
}
}

@media (max-width: 480px) {.stay_informed {
    padding: 2.5rem 1rem;
}.stay_informed .quick_studies {
    padding: 1.5rem 1rem;
}.stay_informed h3 {
    line-height: 1.5;
    font-size: calc(16px * 1.1);
}.stay_informed h3::after {
    width: 3rem;
}
}

@media (min-width: 1200px) {.stay_informed .quick_studies {
    margin: 0 auto;
    max-width: 90%;
}.stay_informed h3 {
    max-width: 80%;
    font-size: calc(18px * 1.2);
}}.learning_outcomes {
    background: linear-gradient(120deg, rgb(233,228,225) 30%, rgb(208,195,191,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.learning_outcomes::before {
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(173,157,152,0.5) 0%, transparent 60%);
    height: 100%;
}.learning_outcomes .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.learning_outcomes .quick_studies {
    display: flex;
    align-items: center;
    gap: 40px;
}.learning_outcomes .img_round {
    max-width: 45%;
    flex: 0 0 45%;
    border-radius: 30% 10% 30% 10%;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.5s ease;
}.learning_outcomes .img_round::after {
    top: 20px;
    border: 3px solid rgb(208,195,191,0.5);
    z-index: -1;
    border-radius: 30% 10% 30% 10%;
    bottom: -20px;
    right: -20px;
    left: 20px;
    content: "";
    position: absolute;
}.learning_outcomes .img_round:hover {
    transform: translateY(0);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}.learning_outcomes .editorial_box {
    background: #ffffff;
    padding: 40px 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex: 0 0 50%;
    border-radius: 22px;
    z-index: 1;
    position: relative;
}.learning_outcomes .editorial_box::before {
    border-radius: 10px;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(208,195,191), rgb(173,157,152));
    top: 0;
    position: absolute;
    content: "";
}.learning_outcomes h3 {
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    padding-left: 15px;
}.learning_outcomes h3::after {
    bottom: -12px;
    width: 80px;
    left: 15px;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(208,195,191);
    border-radius: 10px;
}.learning_outcomes ul {
    display: flex;
    padding: 0 0 0 15px;
    list-style: none;
    gap: 20px;
    flex-direction: column;
    margin: 0;
}.learning_outcomes li {
    transition: all 0.3s ease;
    padding: 15px;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(90deg, #ffffff, rgb(233,228,225) 180%);
}.learning_outcomes li:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff, rgb(173,157,152,0.5) 180%);
}.learning_outcomes li p {
    gap: 16px;
    font-size: 14px;
    display: flex;
    font-weight: 400;
    margin: 0;
    color: #000000;
    line-height: 1.5;
    align-items: center;
}.learning_outcomes svg {
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    height: 24px;
    align-items: center;
    padding: 5px;
    width: 24px;
    flex-shrink: 0;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}.learning_outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,195,191);
}.learning_outcomes li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.learning_outcomes li:hover svg path {
    fill: rgb(173,157,152);
}

@media (max-width: 992px) {.learning_outcomes {
    padding: 70px 0;
}.learning_outcomes .quick_studies {
    gap: 40px;
    flex-direction: column;
}.learning_outcomes .img_round {
    flex: none;
    max-width: 70%;
    margin: 0 auto;
}.learning_outcomes .editorial_box {
    width: 90%;
    flex: none;
    margin: 0 auto;
}.learning_outcomes .editorial_box::before {
    left: 0;
    height: 6px;
    width: 100%;
    top: 0;
}
}

@media (max-width: 576px) {.learning_outcomes {
    padding: 50px 0;
}.learning_outcomes .img_round {
    max-width: 90%;
}.learning_outcomes .img_round::after {
    display: none;
}.learning_outcomes .editorial_box {
    padding: 30px 20px;
    width: 100%;
}.learning_outcomes h3 {
    margin-bottom: 25px;
    font-size: 23px;
}.learning_outcomes ul {
    gap: 15px;
}.learning_outcomes li {
    padding: 12px;
}.learning_outcomes svg {
    height: 22px;
    width: 22px;
}}.program_structure {
    background-color: rgb(233,228,225);
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}.program_structure .career_learn {
    top: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
}.program_structure .training_route {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 500%;
    display: flex;
}.program_structure .career_learn:hover .training_route {
    animation-play-state: paused;
}.program_structure .training_map {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}.program_structure .training_map img {
    filter: brightness(0.85) contrast(1.1);
    object-fit: cover;
    height: 100%;
    transform: scale(1.05);
    width: 100%;
    transition: transform 0.7s ease-out;
}.program_structure .training_map:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}.program_structure .training_map::before {
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    width: 100%;
    z-index: 2;
    top: 0;
    content: "";
    animation: gradient-shift 8s infinite alternate;
    position: absolute;
    left: 0;
    height: 100%;
}.program_structure .training_map::after {
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    width: 100%;
}.program_structure .container {
    align-items: center;
    margin: auto;
    justify-content: center;
    z-index: 2;
    display: flex;
    position: relative;
    height: 100%;
    padding: 2rem;
}.program_structure .quick_studies {
    position: relative;
    width: 100%;
    max-width: 800px;
}.program_structure .program_path {
    position: relative;
    padding: 4rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-radius: 24px;
    text-align: center;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}.program_structure .program_path::before {
    width: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    height: 100%;
    animation: pulse-gradient 8s ease infinite;
    content: "";
    top: 0;
}.program_structure .program_path::after {
    top: 0;
    z-index: -1;
    animation: shine-effect 10s ease-in-out infinite;
    transform: translateX(-100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
}.program_structure .program_path h3 {
    font-weight: 700;
    display: inline-block;
    font-size: 37px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
}.program_structure .program_path h3::after {
    left: 50%;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(208,195,191) 0%,
        rgb(173,157,152) 100%
    );
    height: 2px;
    width: 30%;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    transform: translateX(-50%);
}.program_structure .program_path:hover h3::after {
    width: 60%;
}.program_structure .program_path p {
    line-height: 1.8;
    max-width: 90%;
    font-size: 15px;
    margin-right: auto;
    opacity: 0.8;
    color: #ffffff;
    font-weight: 300;
    margin-left: auto;
    margin-bottom: 2.5rem;
}.program_structure .program_path .connect_panel {
    color: #ffffff;
    z-index: 1;
    background: linear-gradient(
        45deg,
        rgb(208,195,191) 0%,
        rgb(173,157,152) 100%
    );
    position: relative;
    font-size: 19px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 2.5rem;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 8px 25px rgb(208,195,191,0.5);
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
}.program_structure .program_path .connect_panel::before {
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(
        45deg,
        rgb(173,157,152) 0%,
        rgb(208,195,191) 100%
    );
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}.program_structure .program_path .connect_panel::after {
    content: "";
    height: 200%;
    top: -50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    opacity: 0;
    left: -50%;
    transform: scale(0);
}.program_structure .program_path .connect_panel:hover {
    box-shadow: 0 12px 30px rgb(208,195,191,0.5);
    transform: translateY(-3px);
}.program_structure .program_path .connect_panel:hover::before {
    opacity: 1;
}.program_structure .program_path .connect_panel:hover::after {
    opacity: 1;
    transform: scale(1);
    animation: ripple-out 1.5s ease;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.program_structure::before {
    width: 100%;
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    height: 100%;
    left: 0;
    opacity: 0.7;
    content: "";
    position: absolute;
}.program_structure::after {
    position: absolute;
    content: "";
    width: 100%;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    z-index: 1;
    top: 0;
    opacity: 0.8;
    left: 0;
    height: 100%;
}

@media (max-width: 992px) {.program_structure .program_path {
    padding: 3rem;
}.program_structure .quick_studies {
    max-width: 700px;
}.program_structure .program_path h3 {
    font-size: calc(37px * 0.9);
}.program_structure .program_path p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.program_structure .program_path {
    padding: 2.5rem;
}.program_structure .quick_studies {
    max-width: 90%;
}.program_structure .program_path h3 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.8);
}.program_structure .program_path p {
    font-size: calc(15px * 0.95);
    margin-bottom: 2rem;
}.program_structure .program_path .connect_panel {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.program_structure .training_route {
    animation-duration: 25s;
}.program_structure .program_path {
    padding: 2rem 1.5rem;
}.program_structure .program_path h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1rem;
}.program_structure .program_path p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
    max-width: 100%;
}.program_structure .program_path .connect_panel {
    font-size: calc(19px * 0.9);
    padding: 0.75rem 1.75rem;
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.program_structure .training_map:nth-child(1)::before {
    animation-delay: 0s;
}.program_structure .training_map:nth-child(2)::before {
    animation-delay: 2s;
}.program_structure .training_map:nth-child(3)::before {
    animation-delay: 4s;
}.program_structure .training_map:nth-child(4)::before {
    animation-delay: 6s;
}.program_structure .training_map:nth-child(5)::before {
    animation-delay: 8s;
}.program_structure .training_map::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.thanksCore {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.thanksCore::before {
    opacity: 0.4;
    top: -50px;
    height: 300px;
    position: absolute;
    width: 300px;
    z-index: 1;
    background: linear-gradient(45deg, rgb(173,157,152,0.5) 0%, rgb(208,195,191,0.5) 100%);
    animation: float 15s ease-in-out infinite;
    right: -50px;
    filter: blur(80px);
    content: "";
}.thanksCore::after {
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.3;
    filter: blur(60px);
    width: 250px;
    height: 250px;
    animation: float 18s ease-in-out infinite reverse;
    left: -30px;
    background: linear-gradient(225deg, rgb(208,195,191,0.5) 0%, rgb(173,157,152,0.5) 80%);
    bottom: -30px;
}.thanksCore .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 0 20px;
}.thanksCore h2 {
    font-weight: 700;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 35px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    transform: translateY(20px);
    opacity: 0;
}.thanksCore h2::after {
    width: 80px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(208,195,191) 0%, rgb(173,157,152) 100%);
    transform-origin: left center;
    left: 0;
    bottom: -12px;
    transform: scaleX(0);
    position: absolute;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
}.thanksCore .quick_studies {
    border-radius: 11px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    padding: 50px;
}.thanksCore .quick_studies::before {
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    height: 100%;
    left: 0;
    width: 6px;
    transform: scaleY(0);
    position: absolute;
    top: 0;
    content: "";
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(173,157,152), rgb(208,195,191));
}.thanksCore ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksCore li {
    padding-left: 25px;
    position: relative;
}.thanksCore li::before {
    background: linear-gradient(135deg, rgb(208,195,191) 0%, rgb(173,157,152) 100%);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    content: "";
    top: 8px;
    transform: scale(0);
    left: 0;
}.thanksCore span {
    animation: fadeText 0.8s ease forwards 0.8s;
    color: #000000;
    transform: translateY(15px);
    opacity: 0;
    display: block;
    font-size: calc(16px * 1.05);
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {.thanksCore {
    padding: 90px 0 70px;
}.thanksCore h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 35px;
}.thanksCore .quick_studies {
    padding: 40px 35px;
}.thanksCore h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.thanksCore {
    padding: 70px 0 50px;
}.thanksCore h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
    line-height: 1.4;
}.thanksCore .quick_studies {
    padding: 35px 25px;
}.thanksCore span {
    font-size: 16px;
    line-height: 1.6;
}.thanksCore h2::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 575px) {.thanksCore {
    padding: 60px 0 40px;
}.thanksCore h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.thanksCore .quick_studies {
    padding: 30px 20px;
}.thanksCore li {
    padding-left: 20px;
}.thanksCore li::before {
    height: 8px;
    top: 9px;
    width: 8px;
}.thanksCore h2::after {
    width: 50px;
}
}

@media (hover: hover) {.thanksCore .quick_studies:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
}.thanksCore .quick_studies:hover::before {
    background: linear-gradient(to bottom, rgb(208,195,191), rgb(173,157,152));
    transition: background 0.5s ease;
}}.contact_form_box {
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(233,228,225) 0%, 
        rgb(173,157,152,0.5) 100%
    );
    padding: 6rem 0;
    position: relative;
}.contact_form_box .container {
    padding: 0 1rem;
    max-width: 1400px;
    margin: 0 auto;
}.contact_form_box .reach_query {
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    align-items: stretch;
    background: rgb(173,157,152,0.5);
    box-shadow: 0 25px 50px rgb(208,195,191,0.5);
    position: relative;
}.contact_form_box .img_round {
    flex: 0 0 45%;
    transform: skew(-10deg);
    min-height: 600px;
    z-index: 2;
    margin-left: -5%;
    position: relative;
}.contact_form_box .img_round::before {
    width: 120%;
    height: 100%;
    z-index: 1;
    left: 0;
    transform: skew(10deg);
    content: '';
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgb(208,195,191,0.5) 0%, 
        rgb(173,157,152,0.5) 100%
    );
    top: 0;
    opacity: 0.7;
}.contact_form_box .feedback_info {
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
    flex: 0 0 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 3;
}.contact_form_box h2 {
    margin-bottom: 2.5rem;
    color: #ffffff;
    padding-left: 2rem;
    font-size: 39px;
    font-weight: 700;
    text-align: left;
    position: relative;
}.contact_form_box h2::before {
    background: rgb(208,195,191);
    box-shadow: 0 0 15px rgb(208,195,191,0.5);
    content: '';
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: 0;
    border-radius: 50%;
    position: absolute;
}.contact_form_box .feedback_info h3 {
    margin-bottom: 2rem;
    position: relative;
    font-weight: 600;
    font-size: 34px;
    color: #ffffff;
    padding-bottom: 1rem;
}.contact_form_box .feedback_info h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    width: 50px;
    background: rgb(208,195,191);
}.contact_form_box .feedback_info form {
    gap: 1.5rem;
    display: grid;
}.contact_form_box .feedback_info input:not([type="checkbox"]):not([type="submit"]) {
    position: relative;
    border: 1px solid rgb(208,195,191,0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    width: 100%;
    background: rgb(173,157,152,0.5);
    color: #ffffff;
    font-size: 15px;
    outline: none;
}.contact_form_box .feedback_info input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    background: rgb(208,195,191);
    transition: width 0.3s ease;
    bottom: -2px;
    height: 2px;
    width: 0;
    content: '';
    position: absolute;
}.contact_form_box .feedback_info input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(208,195,191,0.5);
    border-color: rgb(208,195,191);
}.contact_form_box .feedback_info input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_form_box .feedback_info .message_reach {
    align-items: center;
    gap: 1rem;
    display: flex;
}.contact_form_box .feedback_info .message_reach input[type="checkbox"] {
    cursor: pointer;
    border: 2px solid rgb(208,195,191,0.5);
    border-radius: 10px;
    width: 22px;
    appearance: none;
    height: 22px;
    transition: all 0.3s ease;
    position: relative;
    background: rgb(173,157,152,0.5);
}.contact_form_box .feedback_info .message_reach input[type="checkbox"]:checked {
    border-color: rgb(208,195,191);
    background: rgb(208,195,191);
}.contact_form_box .feedback_info .message_reach input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    content: '✔';
    left: 50%;
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}.contact_form_box .feedback_info .message_reach label {
    align-items: center;
    display: flex;
    font-size: 15px;
    color: #ffffff;
}.contact_form_box .feedback_info .message_reach a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    color: rgb(208,195,191);
    text-decoration: none;
}.contact_form_box .feedback_info .message_reach a:hover {
    text-decoration: underline;
}.contact_form_box .feedback_info .connect_panel {
    position: relative;
    width: 100%;
    padding: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    background: rgb(208,195,191);
    border-radius: 10px;
    text-transform: uppercase;
}.contact_form_box .feedback_info .connect_panel::before {
    transform: rotate(-45deg);
    top: -50%;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(208,195,191,0.5), 
        transparent
    );
    opacity: 0;
    width: 200%;
    content: '';
    position: absolute;
    left: -50%;
    height: 200%;
}.contact_form_box .feedback_info .connect_panel:hover::before {
    opacity: 1;
}.contact_form_box .feedback_info .connect_panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(208,195,191,0.5);
}

@media screen and (max-width: 1200px) {.contact_form_box .img_round {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_form_box .reach_query {
    flex-direction: column;
}.contact_form_box .img_round {
    margin-left: 0;
    flex: 0 0 100%;
    transform: none;
    min-height: 300px;
}.contact_form_box .img_round::before {
    transform: none;
    width: 100%;
}.contact_form_box .feedback_info {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_form_box {
    padding: 3rem 0;
}.contact_form_box h2 {
    font-size: calc(39px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.contact_form_box h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_form_box .feedback_info h3 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.9);
}.contact_form_box .feedback_info input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box .reach_query {
    border-radius: 0;
}.contact_form_box .feedback_info {
    padding: 2rem 1.5rem;
}}.our_background {
    position: relative;
    overflow: hidden;
    background: rgb(233,228,225);
    padding: 120px 0;
}.our_background::before {
    left: 0;
    position: absolute;
    z-index: 1;
    animation: gridMove 40s linear infinite;
    content: "";
    opacity: 0.2;
    background-size: 30px 30px;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(208,195,191,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(208,195,191,0.5) 95%);
    height: 100%;
    width: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.our_background::after {
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,195,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(173,157,152,0.5) 0%, transparent 50%);
    z-index: 1;
    opacity: 0.3;
    animation: bgPulse 20s infinite alternate;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    filter: blur(60px);
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.our_background .container {
    z-index: 2;
    position: relative;
}.our_background .quick_studies {
    position: relative;
}.our_background h3 {
    padding: 20px 30px;
    color: #000000;
    display: inline-block;
    border-left: 4px solid rgb(208,195,191);
    font-weight: 700;
    border-radius: 0 25px 25px 0;
    font-size: 32px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    position: relative;
}.our_background h3::before {
    width: 4px;
    height: calc(100% - 40px);
    top: 20px;
    content: "";
    position: absolute;
    animation: pulseHeight 3s infinite alternate;
    left: -2px;
    background: rgb(173,157,152);
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.our_background .mentor_network {
    position: relative;
    margin-bottom: 70px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
}.our_background .mentor_network span {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    transform: translateY(-50%);
    color: #ffffff;
    padding: 10px 20px;
    background: rgb(208,195,191);
    z-index: 5;
    top: -40px;
    font-weight: 600;
    position: absolute;
    border-radius: 10px;
    font-size: 24px;
}.our_background .mentor_network p {
    height: 100%;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(208,195,191);
    color: #000000;
    backdrop-filter: blur(10px);
    font-size: 17px;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    line-height: 1.8;
    display: flex;
}.our_background .mentor_network .img_round {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    overflow: hidden;
    height: 450px;
}.our_background .mentor_network .img_round::before {
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    content: "";
    height: 100%;
}.our_background .who_weare {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}.our_background .who_weare::before {
    height: 1px;
    background: linear-gradient(to right, rgb(208,195,191,0.5), rgb(173,157,152,0.5));
    left: calc(50% - 100px);
    position: absolute;
    width: 200px;
    top: -35px;
    content: "";
}.our_background .who_weare p {
    border-radius: 25px;
    height: 100%;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    backdrop-filter: blur(10px);
    align-items: center;
    font-size: 17px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-right: 3px solid rgb(173,157,152);
    display: flex;
}.our_background .who_weare .learning_growth {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    height: 450px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}.our_background .who_weare .learning_growth::before {
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    content: "";
}.our_background .who_weare .learning_growth::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 6s infinite;
    left: -100%;
    width: 50%;
    top: 0;
    content: "";
    height: 100%;
    z-index: 3;
    transform: skewX(-25deg);
    position: absolute;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.our_background .mentor_network::after,
.our_background .who_weare::after {
    position: absolute;
    border: 1px solid rgb(208,195,191,0.5);
    width: 50px;
    opacity: 0.7;
    z-index: -1;
    content: "";
    border-radius: 10px;
    animation: rotateFadeIn 10s infinite linear;
    height: 50px;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.our_background .mentor_network::after {
    top: -25px;
    border-color: rgb(208,195,191,0.5);
    right: -25px;
}.our_background .who_weare::after {
    bottom: -25px;
    left: -25px;
    border-color: rgb(173,157,152,0.5);
}.our_background .quick_studies::before,
.our_background .quick_studies::after {
    opacity: 0.15;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    height: 120px;
    content: "";
    width: 120px;
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    z-index: -1;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.our_background .quick_studies::before {
    left: -60px;
    top: 20%;
    background: rgb(208,195,191);
}.our_background .quick_studies::after {
    bottom: 20%;
    background: rgb(173,157,152);
    right: -60px;
    animation-delay: 2s;
}

@media screen and (max-width: 1199px) {.our_background {
    padding: 100px 0;
}.our_background h3 {
    padding: 15px 25px;
    font-size: calc(32px - 0.2rem);
    margin-bottom: 50px;
}.our_background .mentor_network {
    margin-bottom: 60px;
}.our_background .mentor_network p,
    .our_background .who_weare p {
    padding: 30px;
}.our_background .mentor_network .img_round,
    .our_background .who_weare .learning_growth {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.our_background {
    padding: 80px 0;
}.our_background h3 {
    margin-bottom: 40px;
    padding: 12px 20px;
    font-size: calc(32px - 0.4rem);
}.our_background .mentor_network,
    .our_background .who_weare {
    gap: 25px;
}.our_background .mentor_network {
    margin-bottom: 50px;
}.our_background .mentor_network span {
    padding: 8px 15px;
    font-size: calc(24px - 0.2rem);
    top: -35px;
}.our_background .mentor_network p,
    .our_background .who_weare p {
    padding: 25px;
    font-size: calc(17px - 0.1rem);
}.our_background .mentor_network .img_round,
    .our_background .who_weare .learning_growth {
    height: 350px;
}.our_background .mentor_network::after,
    .our_background .who_weare::after {
    height: 40px;
    width: 40px;
}.our_background .quick_studies::before,
    .our_background .quick_studies::after {
    width: 80px;
    filter: blur(30px);
    height: 80px;
}
}

@media screen and (max-width: 767px) {.our_background {
    padding: 60px 0;
}.our_background::before {
    background-size: 20px 20px;
}.our_background h3 {
    font-size: calc(32px - 0.6rem);
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    border-radius: 25px;
}.our_background .mentor_network,
    .our_background .who_weare {
    grid-template-columns: 1fr;
    gap: 20px;
}.our_background .mentor_network {
    margin-bottom: 40px;
}.our_background .mentor_network span {
    left: 20px;
}.our_background .mentor_network p,
    .our_background .who_weare p {
    padding: 20px;
    border-width: 2px;
}.our_background .mentor_network .img_round,
    .our_background .who_weare .learning_growth {
    height: 300px;
}.our_background .who_weare p {
    order: 2;
}.our_background .who_weare .learning_growth {
    order: 1;
}.our_background .quick_studies::before,
    .our_background .quick_studies::after {
    height: 60px;
    filter: blur(20px);
    width: 60px;
}.our_background::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.our_background {
    padding: 50px 0;
}.our_background::before {
    background-size: 15px 15px;
}.our_background h3 {
    margin-bottom: 35px;
    font-size: calc(32px - 0.8rem);
    padding: 10px 15px;
}.our_background h3::before {
    left: -1px;
    width: 2px;
}.our_background .mentor_network span {
    padding: 6px 12px;
    font-size: calc(24px - 0.4rem);
    top: -30px;
    left: 10px;
}.our_background .mentor_network,
    .our_background .who_weare {
    gap: 15px;
}.our_background .mentor_network {
    margin-bottom: 35px;
}.our_background .mentor_network p,
    .our_background .who_weare p {
    font-size: calc(17px - 0.2rem);
    padding: 15px;
}.our_background .mentor_network .img_round,
    .our_background .who_weare .learning_growth {
    height: 250px;
}.our_background .mentor_network .img_round {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.our_background .who_weare .learning_growth {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.our_background .mentor_network::after,
    .our_background .who_weare::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1400px) {.our_background .mentor_network .img_round,
    .our_background .who_weare .learning_growth {
    height: 500px;
}.our_background .mentor_network p,
    .our_background .who_weare p {
    padding: 50px;
}}.welcome {
    position: relative;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    display: flex;
}.welcome .learn_team {
    justify-content: center;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    position: relative;
}.welcome .learn_team::before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(208,195,191,0.5) 0%, rgb(173,157,152,0.5) 100%);
    height: 100%;
    width: 100%;
}.welcome .skill_studio {
    width: 90%;
    grid-template-columns: 1fr;
    max-width: 1200px;
    z-index: 2;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    gap: 2rem;
    animation: fadeInUp 1s ease-out forwards;
    position: relative;
}.welcome .skill_studio > div:first-child {
    position: relative;
    overflow: hidden;
}.welcome .skill_studio > div:first-child::after {
    position: absolute;
    animation: expandWidth 1.5s ease-out forwards;
    height: 4px;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100px;
    background: rgb(173,157,152);
}.welcome .title_style_header {
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    font-size: 40px;
    opacity: 0;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.welcome .skill_studio > div:nth-child(2) {
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.6s forwards;
    opacity: 0;
}.welcome h3 {
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
}.welcome p {
    color: #ffffff;
    opacity: 0;
    transform: translateX(-10px);
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-size: 17px;
    border-left: 3px solid rgb(173,157,152);
    position: relative;
    line-height: 1.6;
    animation: fadeInRight 1s ease-out 0.9s forwards;
}

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

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

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

@media (min-width: 768px) {.welcome .skill_studio {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.welcome .title_style_header {
    font-size: calc(40px * 1.2);
}.welcome h3 {
    font-size: calc(21px * 1.1);
}.welcome p {
    font-size: calc(17px * 1.1);
}.welcome .skill_studio > div:first-child::after {
    width: 150px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 150px;
    }
  }
}

@media (min-width: 1024px) {.welcome .skill_studio {
    padding: 5rem;
    gap: 4rem;
}.welcome .title_style_header {
    font-size: calc(40px * 1.4);
}.welcome .skill_studio > div:first-child::after {
    height: 5px;
    width: 200px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 200px;
    }
  }
}

@media (max-width: 767px) {.welcome {
    min-height: 100vh;
}.welcome .learn_team {
    height: 100vh;
}.welcome .skill_studio {
    gap: 1.5rem;
    padding: 2rem;
}.welcome .title_style_header {
    font-size: calc(40px * 0.9);
}.welcome h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 480px) {.welcome .skill_studio {
    gap: 1rem;
    padding: 1.5rem;
}.welcome .title_style_header {
    font-size: calc(40px * 0.8);
}.welcome h3 {
    margin-bottom: 1rem;
    font-size: calc(21px * 0.8);
}.welcome p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1rem;
}}header {
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    left: 0;
    border-bottom: 1px solid rgb(208,195,191,0.5);
    backdrop-filter: blur(8px);
    z-index: 1000;
    background: linear-gradient(135deg, #000000 0%, rgb(208,195,191) 100%);
    transition: all 0.4s ease;
    top: 0;
}header:before {
    animation: shine 8s infinite linear;
    width: 100%;
    top: 0;
    opacity: 0.4;
    content: '';
    left: 0;
    pointer-events: none;
    background-size: 200% 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(208,195,191,0.5), transparent);
}header .main_mainwrap {
    width: 100%;
}header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}header .nav_page {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .head_prime {
    display: flex;
    position: relative;
    gap: 25px;
}header .head_prime:before {
    left: 0;
    transition: transform 0.6s ease;
    position: absolute;
    bottom: -8px;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(208,195,191), transparent);
    height: 1px;
    transform: scaleX(0);
    content: '';
    width: 100%;
}header .head_prime:hover:before {
    transform: scaleX(1);
}header .nav_pagebar {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: all 0.4s ease;
    font-size: 15px;
    font-weight: 400;
}header .nav_pagebar:after {
    height: 2px;
    bottom: 0;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    content: '';
    background: rgb(208,195,191);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform-origin: right;
}header .nav_pagebar:before {
    transition: all 0.3s ease;
    width: 4px;
    height: 4px;
    position: absolute;
    opacity: 0;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    background: rgb(208,195,191);
    border-radius: 50%;
}header .nav_pagebar:hover {
    text-shadow: 0 0 8px rgb(208,195,191,0.5);
    color: rgb(208,195,191);
}header .nav_pagebar:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .nav_pagebar:hover:before {
    opacity: 1;
}header .nav_sitewrap {
    position: relative;
    align-items: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
}header .nav_sitewrap svg {
    filter: drop-shadow(0 0 4px rgb(208,195,191,0.5));
    width: auto;
    height: 40px;
    transition: transform 0.5s ease;
}header .nav_sitewrap:hover svg {
    transform: scale(1.05);
}header .nav_sitewrap:after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    background: rgb(208,195,191);
    transition: width 0.4s ease;
    height: 1px;
    bottom: -8px;
    left: 50%;
}header .nav_sitewrap:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head_prime {
    gap: 15px;
}header .nav_pagebar {
    font-size: calc(15px - 1px);
}header .nav_sitewrap svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head_prime {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    overflow-y: auto;
    transition: right 0.4s ease;
    width: 80%;
    right: -100%;
    height: 100vh;
    background: #000000;
    padding: 80px 30px 30px;
    flex-direction: column;
    top: 0;
    position: fixed;
    gap: 20px;
    max-width: 300px;
}header .menu.active {
    right: 0;
}header .nav_pagebar {
    padding: 10px 5px;
    border-bottom: 1px solid rgb(208,195,191,0.5);
    width: 100%;
}header .head_prime:before {
    display: none;
}header .nav_sitewrap {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav_sitewrap svg {
    height: 30px;
}}.enroll_instantly {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(173,157,152) 0%, rgb(208,195,191) 100%);
    padding: 5rem 2rem;
    position: relative;
}.enroll_instantly::before {
    transform: rotate(25deg);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    content: "";
    height: 200%;
    left: -20%;
    width: 80%;
    position: absolute;
    z-index: -1;
    top: -50%;
}.enroll_instantly::after {
    height: 250px;
    content: "";
    width: 250px;
    animation: pulse 8s infinite alternate ease-in-out;
    bottom: -50px;
    right: -50px;
    background: radial-gradient(circle, rgb(208,195,191,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}.enroll_instantly .container {
    z-index: 2;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    justify-content: center;
    max-width: 1140px;
    position: relative;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    transform-origin: center center;
    align-items: center;
}.enroll_instantly .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.enroll_instantly h6 {
    max-width: 80%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: calc(22px * 1.2);
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out;
    text-align: center;
    position: relative;
    line-height: 1.5;
}.enroll_instantly h6::after {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background: #ffffff;
    opacity: 0.7;
    left: 50%;
    content: "";
    width: 80px;
    bottom: -15px;
}.enroll_instantly div div {
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    display: flex;
}.enroll_instantly div div span {
    margin-top: 10px;
    transition: transform 0.3s ease;
    display: inline-block;
    position: relative;
}.enroll_instantly div div span:hover {
    transform: translateY(-5px);
}.enroll_instantly .connect_panel {
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: rgb(173,157,152);
    text-decoration: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    align-items: center;
    background: #ffffff;
    z-index: 1;
    display: inline-flex;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.enroll_instantly .connect_panel::before {
    transform-origin: right;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0;
    height: 100%;
    transform: scaleX(0);
    top: 0;
    background: linear-gradient(to right, rgb(173,157,152), rgb(208,195,191));
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
}.enroll_instantly .connect_panel:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
}.enroll_instantly .connect_panel:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
}.enroll_instantly .connect_panel span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.enroll_instantly .connect_panel:hover span {
    transform: translateX(5px);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {.enroll_instantly {
    padding: 4rem 1.5rem;
}.enroll_instantly h6 {
    font-size: calc(22px * 1.1);
    max-width: 90%;
}.enroll_instantly .connect_panel {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.enroll_instantly {
    padding: 3.5rem 1rem;
}.enroll_instantly h6 {
    margin-bottom: 2rem;
    font-size: 22px;
    max-width: 100%;
}.enroll_instantly h6::after {
    bottom: -12px;
    width: 60px;
}.enroll_instantly .connect_panel {
    font-size: calc(20px * 0.95);
    padding: 0.8rem 1.8rem;
}.enroll_instantly::before {
    width: 100%;
    left: -30%;
}
}

@media (max-width: 575px) {.enroll_instantly {
    padding: 3rem 0.8rem;
}.enroll_instantly .container {
    transform: perspective(1000px) rotateX(1deg);
}.enroll_instantly h6 {
    margin-bottom: 1.8rem;
    font-size: calc(22px * 0.9);
    line-height: 1.4;
}.enroll_instantly h6::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.enroll_instantly .connect_panel {
    padding: 0.7rem 1.5rem;
    font-size: calc(20px * 0.9);
}}.privacy_shelter {
    padding: 60px 40px;
    overflow: hidden;
    background-color: rgb(233,228,225);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
}.privacy_shelter::before {
    border-radius: 50%;
    left: -50px;
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 0;
    background-color: rgb(208,195,191,0.5);
    content: '';
    top: -50px;
}.privacy_shelter::after {
    width: 200px;
    z-index: 0;
    right: -50px;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    background-color: rgb(173,157,152,0.5);
    height: 200px;
    content: '';
}.privacy_shelter h1, .privacy_shelter h2, .privacy_shelter h3, .privacy_shelter h4, .privacy_shelter h5, .privacy_shelter h6 {
    z-index: 1;
    position: relative;
    color: rgb(208,195,191);
    margin-bottom: 20px;
}.privacy_shelter h1 {
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 3px solid rgb(173,157,152);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
}.privacy_shelter h2 {
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(173,157,152);
    font-size: 36px;
}.privacy_shelter h3 {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 36px;
}.privacy_shelter ul, .privacy_shelter ol {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
    padding-left: 25px;
    list-style: none;
}.privacy_shelter li {
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #000000;
}.privacy_shelter ul li:before, .privacy_shelter ol li:before {
    top: 0.6em;
    height: 12px;
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    background-color: rgb(173,157,152);
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(173,157,152,0.5);
}.privacy_shelter ol {
    counter-reset: item;
}.privacy_shelter ol li {
    list-style-type: none;
}.privacy_shelter ol li:before {
    font-size: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: rgb(208,195,191);
    color: #ffffff;
    box-shadow: 0 0 5px rgb(208,195,191,0.5);
    height: 20px;
    content: counter(item);
    left: 0;
    position: absolute;
    text-align: center;
    counter-increment: item;
    top: 0;
}.privacy_shelter p, .privacy_shelter span {
    position: relative;
    font-size: 15px;
    margin-bottom: 25px;
    text-align: justify;
    z-index: 1;
}.privacy_shelter p {
    padding-left: 10px;
    border-left: 3px solid rgb(208,195,191);
}.privacy_shelter div {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}.privacy_shelter div::before {
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(173,157,152);
    border-radius: 50%;
    top: 50%;
    content: '';
    left: -20px;
}
@media only screen and (max-width: 800px) {.privacy_shelter {
    padding: 40px 20px;
}.privacy_shelter h1 {
    font-size: calc(24px - 10px);
}.privacy_shelter h2 {
    font-size: calc(24px - 8px);
}.privacy_shelter p, .privacy_shelter li {
    font-size: calc(15px - 2px);
}.privacy_shelter::before, .privacy_shelter::after {
    height: 150px;
    width: 150px;
}}.statistics_information {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background-color: #ffffff;
}.statistics_information::before {
    background: linear-gradient(135deg, #ffffff 0%, rgb(173,157,152,0.5) 100%);
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
}.statistics_information::after {
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(208,195,191,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(173,157,152,0.5) 0, rgba(0, 0, 0, 0) 100px);
    z-index: -1;
    content: "";
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}.statistics_information .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.statistics_information h2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(208,195,191), #000000, rgb(173,157,152));
    position: relative;
    font-weight: 700;
    margin-bottom: 80px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-align: center;
    color: #000000;
    text-fill-color: transparent;
    font-size: 48px;
}.statistics_information h2::after {
    width: 60px;
    content: "";
    position: absolute;
    bottom: -20px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(208,195,191), rgb(173,157,152));
}.statistics_information ul {
    gap: 20px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    list-style: none;
    display: grid;
    margin: 0;
}.statistics_information .statistics_classes {
    text-align: center;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    aspect-ratio: 1/1;
    position: relative;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
}.statistics_information .statistics_classes::before {
    background: rgba(255, 255, 255, 0.8);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    z-index: -1;
    position: absolute;
    content: "";
    inset: 2px;
}.statistics_information .statistics_classes:hover {
    z-index: 10;
    transform: translateY(-10px);
    background: rgba(rgb(208,195,191,0.5), 0.3);
}.statistics_information .statistics_classes p {
    color: #000000;
    font-size: 2.5rem;
    position: relative;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 10px;
}.statistics_information .statistics_classes span {
    max-width: 100%;
    line-height: 1.3;
    font-size: calc(12px * 0.85);
    position: relative;
    color: rgba(0, 0, 0, 0.7);
}.statistics_information svg {
    right: 10px;
    top: 10px;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    position: absolute;
    fill: rgb(208,195,191);
    opacity: 0.4;
}.statistics_information svg path {
    fill: rgb(208,195,191);
}.statistics_information .statistics_classes:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.8;
}.statistics_information ul:has(.statistics_classes:only-child) {
    justify-content: center;
    display: flex;
}.statistics_information ul:has(.statistics_classes:only-child) .statistics_classes {
    height: 250px;
    margin: 0 auto;
    width: 250px;
}.statistics_information ul:has(.statistics_classes:only-child) .statistics_classes p {
    font-size: 3.5rem;
}.statistics_information ul:has(.statistics_classes:only-child) .statistics_classes span {
    font-size: 12px;
}.statistics_information ul:has(.statistics_classes:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 600px;
}.statistics_information ul:has(.statistics_classes:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistics_information ul:has(.statistics_classes:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistics_information ul:has(.statistics_classes:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistics_information ul:has(.statistics_classes:nth-child(5):last-child) .statistics_classes:nth-child(5) {
    grid-column: 2;
}.statistics_information ul:has(.statistics_classes:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistics_information ul:has(.statistics_classes:nth-child(7):last-child),
.statistics_information ul:has(.statistics_classes:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistics_information ul:has(.statistics_classes:nth-child(9):last-child),
.statistics_information ul:has(.statistics_classes:nth-child(10):last-child) {
    grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 1441px) {.statistics_information {
    padding: 150px 0;
}.statistics_information h2 {
    margin-bottom: 100px;
    font-size: calc(48px * 1.2);
}.statistics_information .statistics_classes p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.statistics_information {
    padding: 100px 0;
}.statistics_information ul:has(.statistics_classes:nth-child(7):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(8):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(9):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistics_information .statistics_classes p {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 991px) {.statistics_information {
    padding: 80px 0;
}.statistics_information h2 {
    margin-bottom: 60px;
    font-size: calc(48px * 0.9);
}.statistics_information ul {
    grid-template-columns: repeat(2, 1fr);
}.statistics_information ul:has(.statistics_classes:nth-child(3):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(4):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(5):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(6):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(7):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(8):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(9):last-child),
    .statistics_information ul:has(.statistics_classes:nth-child(10):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistics_information ul:has(.statistics_classes:nth-child(5):last-child) .statistics_classes:nth-child(5) {
    grid-column: auto;
}.statistics_information .statistics_classes {
    padding: 20px;
}.statistics_information .statistics_classes p {
    font-size: 2rem;
}
}

@media screen and (max-width: 767px) {.statistics_information {
    padding: 70px 0;
}.statistics_information h2 {
    margin-bottom: 50px;
    font-size: calc(48px * 0.8);
}.statistics_information ul:has(.statistics_classes:nth-child(n+1):nth-child(-n+10)) {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 auto;
    max-width: 300px;
}.statistics_information .statistics_classes {
    min-height: 150px;
    aspect-ratio: 1/1;
}.statistics_information ul:has(.statistics_classes:only-child) .statistics_classes {
    width: 200px;
    height: 200px;
}
}

@media screen and (max-width: 480px) {.statistics_information {
    padding: 60px 0;
}.statistics_information h2 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.statistics_information h2::after {
    width: 40px;
    bottom: -15px;
}.statistics_information ul {
    gap: 25px;
}.statistics_information .statistics_classes {
    min-height: 130px;
}.statistics_information .statistics_classes p {
    font-size: 1.8rem;
}.statistics_information .statistics_classes span {
    font-size: calc(12px * 0.8);
}.statistics_information ul:has(.statistics_classes:only-child) .statistics_classes {
    width: 180px;
    height: 180px;
}.statistics_information ul:has(.statistics_classes:only-child) .statistics_classes p {
    font-size: 2.8rem;
}.statistics_information svg {
    height: 20px;
    width: 20px;
}}.course_beneficiaries {
    background-color: rgb(233,228,225);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.course_beneficiaries::before {
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(208,195,191,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(173,157,152,0.5) 75%, transparent 76%);
    opacity: 0.3;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    z-index: 1;
    animation: moveRays 30s linear infinite;
    background-size: 200px 200px;
}.course_beneficiaries::after {
    content: '';
    height: 100%;
    left: 0;
    animation: moveRaysVertical 20s linear infinite;
    opacity: 0.2;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(208,195,191,0.5) 90%, rgb(208,195,191,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(173,157,152,0.5) 95%, rgb(173,157,152,0.5) 96%, transparent 96%);
    background-size: 120px 120px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}.course_beneficiaries .quick_studies {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1000px;
    position: relative;
    z-index: 2;
}.course_beneficiaries h3 {
    font-weight: 600;
    margin-bottom: 3.5rem;
    color: rgb(208,195,191);
    font-size: 36px;
    position: relative;
    text-align: center;
}.course_beneficiaries h3::after {
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    width: 150px;
    animation: pulseLight 3s infinite alternate;
    content: '';
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(208,195,191), transparent);
}.course_beneficiaries ul {
    gap: 1.5rem;
    padding: 0;
    flex-direction: column;
    margin: 0;
    list-style-type: none;
    display: flex;
}.course_beneficiaries li {
    position: relative;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 29px;
    display: flex;
    border-left: 3px solid rgb(208,195,191,0.5);
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(5px);
}.course_beneficiaries li::before {
    background: linear-gradient(90deg, rgb(208,195,191,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    width: 0;
    content: '';
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    top: 0;
}.course_beneficiaries li::after {
    background: linear-gradient(90deg, rgb(208,195,191) 0%, transparent 100%);
    box-shadow: 0 0 10px rgb(208,195,191,0.5);
    opacity: 0.5;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    width: 100%;
    position: absolute;
}.course_beneficiaries li:hover {
    border-left-color: rgb(208,195,191);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.course_beneficiaries li:hover::before {
    width: 100%;
}.course_beneficiaries li svg {
    width: 40px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(208,195,191,0.5));
    margin-right: 1.5rem;
    flex-shrink: 0;
    fill: rgb(208,195,191);
    height: 40px;
}.course_beneficiaries li:hover svg {
    transform: scale(1.1);
    animation: flashLight 1s ease;
}.course_beneficiaries li svg path {
    transition: all 0.4s ease;
    fill: rgb(208,195,191);
}.course_beneficiaries li:hover svg path {
    fill: rgb(173,157,152);
}.course_beneficiaries li {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}.course_beneficiaries li:nth-child(1) {
    animation-delay: 0s;
}.course_beneficiaries li:nth-child(2) {
    animation-delay: 0.1s;
}.course_beneficiaries li:nth-child(3) {
    animation-delay: 0.2s;
}.course_beneficiaries li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(208,195,191,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(208,195,191);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(208,195,191,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(208,195,191));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(208,195,191,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.course_beneficiaries li {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}
}

@media (max-width: 991px) {.course_beneficiaries {
    padding: 4rem 0;
}.course_beneficiaries h3 {
    font-size: calc(36px * 0.9);
}.course_beneficiaries li {
    padding: 1.2rem 1.8rem;
}.course_beneficiaries li svg {
    margin-right: 1.2rem;
    width: 35px;
    height: 35px;
}
}

@media (max-width: 767px) {.course_beneficiaries {
    padding: 3rem 0;
}.course_beneficiaries h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
}.course_beneficiaries h3::after {
    width: 120px;
}.course_beneficiaries li {
    padding: 1rem 1.5rem;
}.course_beneficiaries li svg {
    width: 30px;
    margin-right: 1rem;
    height: 30px;
}}.knowl_base {
    padding: 5rem 0 3rem;
    color: #ffffff;
    z-index: 1;
    position: relative;
}.knowl_base::before {
    backdrop-filter: blur(8px);
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(208,195,191,0.5) 100%);
    height: 100%;
}.knowl_base .container {
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    gap: 3rem;
    display: grid;
}.knowl_base .company_holder {
    position: relative;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(208,195,191);
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(208,195,191);
    }
    50% {
        border-left-color: rgb(173,157,152);
    }
    100% {
        border-left-color: rgb(208,195,191);
    }
}

.knowl_base .company_holder h3 {
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(173,157,152));
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(33px * 1.2);
}.knowl_base .brainstorm {
    color: #ffffff;
    opacity: 0.8;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 14px;
}.knowl_base .footer_address {
    justify-content: flex-end;
    display: flex;
}.knowl_base .main_learn {
    display: flex;
    gap: 4rem;
}.knowl_base .head_prime {
    position: relative;
}.knowl_base .head_prime::before {
    left: -20px;
    content: "";
    opacity: 0.4;
    position: absolute;
    border-left: 1px solid rgb(208,195,191);
    top: -10px;
    border-top: 1px solid rgb(208,195,191);
    width: 40px;
    height: 40px;
}.knowl_base .head_prime::after {
    position: absolute;
    height: 40px;
    border-right: 1px solid rgb(208,195,191);
    bottom: -10px;
    border-bottom: 1px solid rgb(208,195,191);
    content: "";
    width: 40px;
    opacity: 0.4;
    right: -20px;
}.knowl_base .head_prime h5 {
    letter-spacing: 1px;
    font-size: 19px;
    color: rgb(173,157,152);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
}.knowl_base .head_prime .main_learn {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.knowl_base .head_prime .main_learn a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 1rem;
    opacity: 0.8;
    position: relative;
}.knowl_base .head_prime .main_learn a::before {
    width: 5px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(208,195,191);
    border-radius: 50%;
    height: 5px;
    top: 50%;
}.knowl_base .head_prime .main_learn a:hover {
    color: rgb(208,195,191);
    transform: translateX(5px);
    opacity: 1;
}.knowl_base .head_prime .main_learn a:hover::before {
    width: 7px;
    background-color: rgb(173,157,152);
    height: 7px;
}.whatsapp_grp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 2rem;
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
}.whatsapp_grp::before {
    content: "";
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(208,195,191), transparent);
}.whatsapp_grp .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.whatsapp_grp .class_guide {
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
}

@media screen and (max-width: 992px) {.knowl_base .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.knowl_base .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.knowl_base .footer_address {
    justify-content: flex-start;
}.knowl_base .main_learn {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.knowl_base {
    padding: 3rem 0 2rem;
}.knowl_base .main_learn {
    flex-direction: column;
    gap: 2rem;
}.knowl_base .head_prime::before,
    .knowl_base .head_prime::after {
    display: none;
}.knowl_base .head_prime {
    margin-bottom: 1.5rem;
}.whatsapp_grp {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.knowl_base .company_holder h3 {
    font-size: 33px;
}.knowl_base .head_prime h5 {
    font-size: calc(20px * 1.1);
}.knowl_base .head_prime .main_learn a {
    font-size: calc(14px * 0.9);
}}.membership_plan {
    overflow: hidden;
    background: rgb(233,228,225);
    padding: 120px 0;
    position: relative;
}.membership_plan::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,195,191,0.5) 0%, transparent 70%);
}.membership_plan .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
}.membership_plan .fee_choices {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}.membership_plan .rate_card {
    animation: fadeInUp 0.8s ease-out forwards;
    margin: 0 auto;
    max-width: 800px;
    transform: translateY(-10px);
    text-align: center;
}.membership_plan .rate_card h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-size: 38px;
}.membership_plan .rate_card h2::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    background: rgb(208,195,191);
    transform: translateX(-50%);
    height: 3px;
    content: "";
    width: 80px;
}.membership_plan .fee_board {
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.7;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 0;
}.membership_plan .price_view {
    width: 100%;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.membership_plan .deal_board {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(20px);
    text-decoration: none;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(var(--index, 0) * 0.1s);
    height: 100%;
}.membership_plan .deal_board:nth-child(1) {
    --index: 1;
}.membership_plan .deal_board:nth-child(2) {
    --index: 2;
}.membership_plan .deal_board:nth-child(3) {
    --index: 3;
}.membership_plan .deal_board:nth-child(4) {
    --index: 4;
}.membership_plan .deal_board:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.membership_plan .learning_fee {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}.membership_plan .learning_fee::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(208,195,191), rgb(173,157,152));
}.membership_plan .cost_matrix {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 40px 30px;
}.membership_plan .cost_matrix h3 {
    color: #000000;
    word-break: break-word;
    position: relative;
    margin-top: 0;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    overflow-wrap: break-word;
}.membership_plan .cost_matrix h3::after {
    bottom: -8px;
    position: absolute;
    width: 40px;
    left: 0;
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    background-color: rgb(208,195,191);
}.membership_plan .deal_board:hover .cost_matrix h3::after {
    width: 70px;
}.membership_plan .price_deals {
    overflow-wrap: break-word;
    border-radius: 10px;
    position: relative;
    word-break: break-word;
    color: rgb(208,195,191);
    font-weight: 700;
    padding: 8px 16px;
    font-size: calc(21px * 1.2);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    margin: 10px 0 20px;
    display: inline-block;
}.membership_plan .cost_matrix p {
    color: #000000;
    white-space: normal;
    flex-grow: 1;
    font-size: 18px;
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0;
}.membership_plan .img_round {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
}.membership_plan .deal_board:hover .img_round {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.membership_plan .price_view {
    grid-template-columns: repeat(2, 1fr);
}.membership_plan .cost_matrix {
    padding: 40px;
}.membership_plan .img_round {
    height: 220px;
}
}

@media (min-width: 992px) {.membership_plan .fee_choices {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.membership_plan .price_view {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.membership_plan .rate_card {
    width: 35%;
    margin: 0;
    text-align: left;
}.membership_plan .rate_card h2::after {
    left: 0;
    transform: none;
}.membership_plan .fee_board {
    margin: 0;
}
}

@media (min-width: 1200px) {.membership_plan .price_view {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.membership_plan .cost_matrix h3 {
    font-size: calc(21px * 1.1);
}.membership_plan .price_deals {
    font-size: calc(21px * 1.3);
}.membership_plan .img_round {
    height: 240px;
}
}

@media (max-width: 767px) {.membership_plan {
    padding: 80px 0;
}.membership_plan .cost_matrix {
    padding: 30px 20px;
}.membership_plan .price_deals {
    font-size: 21px;
    padding: 6px 12px;
}.membership_plan .img_round {
    height: 180px;
}
}

@media (max-width: 480px) {.membership_plan {
    padding: 60px 0;
}.membership_plan .rate_card h2 {
    font-size: calc(38px * 0.85);
}.membership_plan .cost_matrix h3 {
    font-size: calc(21px * 0.95);
}.membership_plan .img_round {
    height: 160px;
}}.privacySettingsWindow {
    overflow: hidden;
    bottom: 20px;
    transform: translateX(-50%);
    width: 90%;
    font-family: Arial, sans-serif;
    max-width: 500px;
    background: #ffffff;
    border-radius: 22px;
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    z-index: 1050;
}.privacy_ack {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}.cookies_overview {
    margin-bottom: 20px;
}.cookies_overview svg, .cookies_overview svg path, .cookies_overview img {
    fill: rgb(208,195,191);
    height: 60px;
    width: 60px;
}.privacySettingsWindow h5 {
    margin-bottom: 10px;
    font-size: 22px;
    color: rgb(208,195,191);
    text-align: center;
    font-weight: 700;
}.privacySettingsWindow p {
    color: #000000;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}.cookie_rules {
    font-size: 20px;
    width: calc(50% - 10px);
    text-align: center;
    transition: background 0.3s ease-in-out;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: rgb(208,195,191);
    padding: 10px 20px;
}.cookie_rules:hover {
    background: rgb(173,157,152);
}.cookie_button.track_manage {
    background: rgb(173,157,152);
}.cookie_button.track_manage:hover {
    background: rgb(173,157,152,0.5);
}.privacySettingsWindow p a {
    color: rgb(208,195,191);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.privacySettingsWindow p a:hover {
    color: rgb(173,157,152);
}#cookie_modal_popup {
    display: none;
}#cookie_modal_popup:checked ~ .privacySettingsWindow {
    opacity: 0;
    visibility: hidden;
}.academic_experience {
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(233,228,225);
    position: relative;
}.academic_experience::before {
    width: 45%;
    right: -10%;
    z-index: 0;
    top: -10%;
    filter: blur(50px);
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(208,195,191,0.5), rgb(173,157,152,0.5));
    height: 70%;
    position: absolute;
    content: "";
}.academic_experience::after {
    bottom: -10%;
    position: absolute;
    height: 60%;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(173,157,152,0.5), rgb(208,195,191,0.5));
    left: -10%;
    filter: blur(40px);
    width: 50%;
    content: "";
    z-index: 0;
}.academic_experience .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}.academic_experience .testimonial_feedback {
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    position: relative;
    gap: 2rem;
    border-left: 4px solid rgb(208,195,191);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    padding: 3rem;
}.academic_experience .testimonial_feedback > div:nth-child(1) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(-1rem);
}.academic_experience .testimonial_feedback > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.academic_experience .testimonial_feedback .img_round {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
}.academic_experience .testimonial_feedback .img_round:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}.academic_experience .testimonial_feedback .img_round::after {
    inset: 0;
    background: linear-gradient(to top, rgb(208,195,191,0.5) 0%, transparent 50%);
    content: "";
    position: absolute;
    z-index: 1;
}.academic_experience .testimonial_feedback > div:nth-child(2) {
    align-self: flex-start;
    transform: translateY(1rem);
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    border-left: 2px solid rgb(173,157,152);
    padding-left: 1rem;
    opacity: 0;
}.academic_experience .testimonial_feedback .name {
    font-size: calc(23px * 1.2);
    font-weight: 700;
    position: relative;
    color: rgb(208,195,191);
    margin-bottom: 0.5rem;
    display: inline-block;
}.academic_experience .testimonial_feedback .name::after {
    transition: width 0.4s ease;
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    background-color: rgb(173,157,152);
    bottom: -5px;
    height: 2px;
}.academic_experience .testimonial_feedback .name:hover::after {
    width: 100%;
}.academic_experience .testimonial_feedback > div:nth-child(2) > div {
    font-style: italic;
    font-size: calc(16px * 0.95);
    position: relative;
    color: rgb(173,157,152);
    font-weight: 600;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
}.academic_experience .testimonial_feedback > div:nth-child(2) > div::before {
    color: rgb(208,195,191);
    left: -10px;
    opacity: 0.7;
    content: "★";
    position: absolute;
}.academic_experience .testimonial_feedback > div:nth-child(3) {
    position: relative;
    transform: translateY(1rem);
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}.academic_experience .testimonial_feedback .job_background {
    position: relative;
    line-height: 1.8;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    color: #000000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    font-size: 16px;
    padding: 1.5rem;
}.academic_experience .testimonial_feedback .job_background::before {
    position: absolute;
    font-family: Georgia, serif;
    color: rgb(208,195,191,0.5);
    z-index: -1;
    top: -20px;
    left: -20px;
    font-size: 6rem;
    content: "";
}.academic_experience .testimonial_feedback .job_background::after {
    position: absolute;
    content: "";
    z-index: -1;
    font-family: Georgia, serif;
    color: rgb(208,195,191,0.5);
    right: -20px;
    bottom: -60px;
    font-size: 6rem;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.academic_experience .testimonial_feedback {
    gap: 2rem 3rem;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
}.academic_experience .testimonial_feedback > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.academic_experience .testimonial_feedback > div:nth-child(2) {
    align-self: flex-end;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.academic_experience .testimonial_feedback > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.academic_experience .testimonial_feedback .img_round {
    min-height: 400px;
    height: 100%;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}.academic_experience .testimonial_feedback .img_round:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.academic_experience .testimonial_feedback .name {
    font-size: calc(23px * 1.5);
}.academic_experience .testimonial_feedback .job_background {
    font-size: calc(16px * 1.05);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.academic_experience {
    padding: 8rem 0;
}.academic_experience .testimonial_feedback {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    margin: 0 2rem;
    gap: 3rem 4rem;
}.academic_experience .testimonial_feedback:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.academic_experience .testimonial_feedback .img_round {
    min-height: 500px;
}.academic_experience .testimonial_feedback > div:nth-child(2) {
    padding-left: 1.5rem;
}.academic_experience .testimonial_feedback .name {
    font-size: calc(23px * 1.7);
    margin-bottom: 1rem;
}.academic_experience .testimonial_feedback > div:nth-child(2) > div {
    font-size: calc(16px * 1.1);
}.academic_experience .testimonial_feedback .job_background {
    padding: 2.5rem;
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}}.contact {
    position: relative;
    background: linear-gradient(135deg, rgb(208,195,191,0.5) 0%, rgb(173,157,152,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.contact::before {
    height: 100%;
    left: 0;
    opacity: 0.8;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
}.contact::after {
    background: radial-gradient(ellipse at center, rgb(208,195,191,0.5) 0%, transparent 70%);
    position: absolute;
    height: 90%;
    right: -50%;
    width: 90%;
    z-index: 0;
    opacity: 0.1;
    border-radius: 50%;
    content: '';
    top: -50%;
    animation: pulse 20s infinite alternate;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}
.contact .container {
    position: relative;
    z-index: 1;
}.contact .quick_contact {
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding: 3.5rem;
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    backdrop-filter: blur(5px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
}.contact .quick_contact::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(208,195,191) 0%, rgb(173,157,152) 100%);
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
}.contact .quick_contact::after {
    background-position: center center;
    width: 30%;
    right: 0;
    bottom: 0;
    background-size: 20px 20px;
    height: 30%;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(208,195,191,0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(173,157,152,0.5) 50%, transparent 51%);
    position: absolute;
    content: '';
    opacity: 0.07;
}.contact .quick_contact h3 {
    font-size: 30px;
    color: rgb(208,195,191);
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
    text-align: center;
    font-weight: 700;
}.contact .quick_contact h3::after {
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(208,195,191) 0%, rgb(173,157,152) 100%);
    width: 80px;
    left: 50%;
}.contact .ask_questions {
    line-height: 1.6;
    text-align: center;
    font-size: calc(16px * 1.1);
    margin-bottom: 2.5rem;
    color: #000000;
    max-width: 80%;
}.contact .help_now {
    padding: 2rem;
    border-radius: 18px;
    background-color: rgba(rgb(233,228,225), 0.03);
    display: grid;
    border: 1px solid rgba(rgb(208,195,191,0.5), 0.1);
    position: relative;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.contact .help_now::after {
    width: 20px;
    content: '';
    border-right: 2px solid rgb(208,195,191,0.5);
    border-bottom: 2px solid rgb(208,195,191,0.5);
    right: -10px;
    bottom: -10px;
    position: absolute;
    height: 20px;
}.contact .help_now > span {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    display: flex;
    position: relative;
}.contact .help_now > span::before {
    content: '';
    height: 20px;
    left: 0;
    background-color: rgb(208,195,191);
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(208,195,191,0.5);
}.contact .help_now > span svg {
    opacity: 0.9;
    height: 20px;
    top: 0.1rem;
    position: absolute;
    fill: rgb(208,195,191);
    left: 0;
    width: 20px;
    transition: all 0.3s ease;
}.contact .help_now > span:hover svg {
    transform: scale(1.1) rotate(5deg);
    fill: rgb(173,157,152);
}.contact .help_now > span svg path {
    stroke: #ffffff;
    transition: stroke-width 0.3s ease;
    stroke-width: 0.5;
}.contact .help_now > span:hover svg path {
    stroke-width: 1;
}.contact .help_now p {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}.contact .help_now span > span {
    padding-bottom: 3px;
    margin-top: 0.3rem;
    color: #000000;
    position: relative;
    align-items: center;
    font-weight: 600;
    display: inline-flex;
}.contact .help_now span > span svg {
    opacity: 0.8;
    margin-right: 0.5rem;
    width: 16px;
    fill: rgb(208,195,191);
    left: auto;
    position: relative;
    height: 16px;
    top: auto;
    transition: all 0.3s ease;
}.contact .help_now span:hover > span svg {
    transform: translateX(3px);
    fill: rgb(173,157,152);
}.contact .help_now span > span::after {
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    background-color: rgb(208,195,191);
    bottom: 0;
    content: '';
    transition: width 0.3s ease-in-out;
}.contact .help_now span:hover > span::after {
    width: 100%;
}.contact .help_now a {
    display: inline-flex;
    color: rgb(208,195,191);
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    align-items: center;
}.contact .help_now a svg {
    transition: all 0.3s ease;
    position: relative;
    width: 14px;
    fill: rgb(208,195,191);
    margin-right: 0.5rem;
    height: 14px;
}.contact .help_now a:hover {
    color: rgb(173,157,152);
    transform: translateX(3px);
}.contact .help_now a:hover svg {
    fill: rgb(173,157,152);
    transform: rotate(15deg);
}.contact .contact_details {
    padding: 1.5rem;
    border: 1px dashed rgba(rgb(208,195,191,0.5), 0.2);
    position: relative;
    background-color: rgba(rgb(233,228,225), 0.05);
    margin-top: 1rem;
    grid-column: span 2;
    border-radius: 10px;
}.contact .contact_details::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.03;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(208,195,191,0.5) 49%, transparent 51%),
        linear-gradient(-45deg, transparent 48%, rgb(173,157,152,0.5) 49%, transparent 51%);
    background-size: 20px 20px;
    z-index: -1;
}.contact .contact_details h4 {
    display: inline-flex;
    font-weight: 600;
    font-size: 23px;
    align-items: center;
    padding-bottom: 8px;
    color: rgb(208,195,191);
    margin-bottom: 1rem;
    position: relative;
}.contact .contact_details h4 svg {
    transition: transform 0.5s ease;
    margin-right: 0.75rem;
    height: 20px;
    width: 20px;
    fill: rgb(208,195,191);
}.contact .contact_details:hover h4 svg {
    transform: rotate(360deg);
}.contact .contact_details h4::after {
    bottom: 0;
    border-radius: 10px;
    left: 0;
    background-color: rgb(208,195,191);
    content: '';
    width: 40px;
    position: absolute;
    height: 2px;
}.contact .contact_details span {
    position: relative;
    font-size: calc(16px * 0.95);
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    align-items: center;
    display: flex;
    color: #000000;
}.contact .contact_details span svg {
    fill: rgb(173,157,152);
    position: absolute;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    width: 10px;
    transition: transform 0.3s ease;
}.contact .contact_details span:hover svg {
    transform: translateY(-50%) scale(1.2);
}.contact .contact_details span::before {
    display: none;
}
@media (min-width: 992px) {.contact .help_now {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.contact {
    padding: 8rem 0;
}.contact .quick_contact {
    padding: 4rem 5rem;
}.contact .quick_contact h3 {
    font-size: calc(30px * 1.1);
}.contact .help_now::before,
    .contact .help_now::after {
    height: 30px;
    width: 30px;
}
}
@media (max-width: 991px) {.contact {
    padding: 5rem 0;
}.contact .quick_contact {
    padding: 3rem;
}.contact .ask_questions {
    max-width: 90%;
}.contact .help_now > span svg {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 767px) {.contact {
    padding: 4rem 0;
}.contact .quick_contact {
    padding: 2.5rem;
}.contact .help_now {
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.contact .contact_details {
    grid-column: span 1;
}.contact .ask_questions {
    max-width: 100%;
    font-size: 16px;
}.contact .quick_contact h3 {
    font-size: 30px;
}.contact .help_now > span svg {
    width: 16px;
    height: 16px;
    left: -0.3rem;
}.contact .contact_details h4 svg {
    height: 18px;
    width: 18px;
}
}
@media (max-width: 575px) {.contact {
    padding: 3rem 0;
}.contact .quick_contact {
    padding: 2rem 1.5rem;
}.contact .help_now {
    padding: 1rem;
}.contact .contact_details {
    padding: 1.2rem;
}.contact .quick_contact h3 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.contact .ask_questions {
    margin-bottom: 2rem;
}.contact .help_now > span {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}.contact .help_now > span svg {
    width: 14px;
    height: 14px;
    left: -0.2rem;
}.contact .contact_details span svg {
    width: 8px;
    height: 8px;
}.contact .contact_details h4 svg {
    height: 16px;
    width: 16px;
}}
.contact .quick_contact {
    animation: slide-up 1s ease-out forwards;
    opacity: 0;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.contact .help_now > span {
    animation-delay: calc(var(--i, 0) * 0.1s);
    opacity: 0;
    animation: fade-in 0.5s ease-out forwards;
}.contact .help_now > span:nth-child(1) {
    --i: 1;
}.contact .help_now > span:nth-child(2) {
    --i: 2;
}.contact .help_now > span:nth-child(3) {
    --i: 3;
}.contact .help_now > span:nth-child(4) {
    --i: 4;
}.contact .help_now > span:nth-child(5) {
    --i: 5;
}.contact .help_now > span:nth-child(6) {
    --i: 6;
}@keyframes fade-in {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.contact .container::before {
    height: 200px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    content: '';
    z-index: -1;
    width: 200px;
    background: linear-gradient(135deg, rgb(208,195,191,0.5) 0%, transparent 70%);
    top: -10%;
    filter: blur(30px);
    left: -5%;
    border-radius: 50%;
}.contact .container::after {
    animation: float 12s ease-in-out infinite reverse;
    filter: blur(25px);
    width: 180px;
    position: absolute;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, rgb(173,157,152,0.5) 0%, transparent 70%);
    bottom: -10%;
    height: 180px;
    border-radius: 50%;
    right: -5%;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.contact .help_now {
    position: relative;
    overflow: hidden;
}