* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.hackathondb {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-structuredb {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    width: 1105px;
    margin: auto;
}header,footer {
    width: 100%;
}.main_primarydb {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: visible;
    background: linear-gradient(135deg, rgb(217,197,208,0.5) 0%, rgb(180,166,179) 100%);
}header::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(145deg, rgb(180,166,179,0.5) 0%, transparent 70%);
    content: "";
    z-index: -1;
    top: 0;
}header .header_pagewrapdb {
    position: relative;
    transform: none;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    z-index: 5;
    flex-direction: row;
    display: flex;
}header .header_pagewrapdb .head_topdb {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .header_pagewrapdb .head_topdb:hover {
    transform: scale(1.05);
}header .header_pagewrapdb .head_topdb .main_traindb {
    display: inline-block;
}header .header_pagewrapdb .head_topdb .main_traindb svg {
    width: auto;
    height: 50px;
}header .header_pagewrapdb .top_edudb {
    flex-wrap: wrap;
    list-style: none;
    border-radius: 17px;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    transform: none;
    position: relative;
    display: flex;
    padding: 20px 30px;
}header .header_pagewrapdb .top_edudb::before {
    top: 0;
    transform: rotate(-2deg) scale(1.03);
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    border-radius: 17px;
}header .header_pagewrapdb .top_edudb .main_topdb {
    position: relative;
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .header_pagewrapdb .top_edudb .main_topdb:hover {
    transform: translateY(-3px) scale(1.05);
}header .header_pagewrapdb .top_edudb .main_topdb a {
    overflow: hidden;
    font-size: 16px;
    display: block;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 8px 5px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}header .header_pagewrapdb .top_edudb .main_topdb a::after {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(180,166,179), transparent);
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    transition: transform 0.4s ease;
    width: 100%;
    transform: translateX(-100%);
}header .header_pagewrapdb .top_edudb .main_topdb:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .header_pagewrapdb {
    flex-direction: column;
    align-items: center;
}header .header_pagewrapdb .head_topdb {
    margin-bottom: 15px;
    margin-right: 0;
}header .header_pagewrapdb .top_edudb {
    width: 100%;
    justify-content: center;
    padding: 15px;
}header .header_pagewrapdb .top_edudb .main_topdb {
    margin: 5px 15px 5px 0;
}header .header_pagewrapdb .top_edudb .main_topdb a {
    font-size: calc(16px - 2px);
    padding: 5px;
}}.cookieInformationAlertdb {
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(217,197,208);
    z-index: 90;
    background: rgb(241,228,232);
    width: 100%;
}#cookieAlertPromptdb {
    display: none;
}#cookieAlertPromptdb:checked ~ .cookieInformationAlertdb {
    opacity: 0;
    visibility: hidden;
}.learn_prefsdb {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}.cookieInformationAlertdb h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieInformationAlertdb p {
    font-size: 18px;
}.track_optindb {
    margin-right: 10px;
    flex-shrink: 0;
}.track_optindb svg, .track_optindb svg path, .track_optindb img {
    width: 100px;
    fill: rgb(217,197,208);
    height: 100px;
}.cookie_disclaimerdb {
    border-bottom: 2px solid rgb(217,197,208);
    cursor: pointer;
    line-height: 35px;
    min-width: 120px;
    flex-shrink: 0;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 24px;
    color: rgb(217,197,208);
    text-decoration: none;
}.cookieInformationAlertdb p a {
    text-decoration: none;
    color: rgb(217,197,208);
}
@media only screen and (max-width: 1200px) {.cookieInformationAlertdb {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_optindb {
    display: none;
}.learn_prefsdb {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieInformationAlertdb h5 {
    text-align: center;
}.cookieInformationAlertdb p {
    text-align: center;
}.track_switchdb {
    margin-bottom: 20px;
}body .wrap-structuredb .cookie_disclaimerdb {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrap-structuredb .cookieInformationAlertdb {
    background: rgb(217,197,208);
    box-shadow: rgb(180,166,179,0.5) 0px 0px 10px 10px;
}.wrap-structuredb .learn_prefsdb {
    justify-content: space-between;
    padding: 40px 0;
}.wrap-structuredb .cookie_disclaimerdb {
    background: #ffffff;
    padding: 10px;
    color: rgb(217,197,208);
    border: none;
    font-size: 20px;
    margin-left: 30px;
}.wrap-structuredb .track_switchdb {
    text-align: left;
    color: #ffffff;
}.wrap-structuredb .track_switchdb h5 {
    font-weight: 700;
}.wrap-structuredb .track_switchdb h5, .wrap-structuredb .track_switchdb p {
    color: #ffffff;
}.wrap-structuredb .cookieInformationAlertdb p a {
    color: rgb(180,166,179);
    text-decoration: underline;
}.our_missiondb {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(241,228,232);
}.our_missiondb::before {
    background: radial-gradient(circle at top right, rgb(217,197,208,0.5) 0%, transparent 70%);
    height: 100%;
    opacity: 0.4;
    top: 0;
    position: absolute;
    width: 40%;
    right: 0;
    content: "";
    z-index: 1;
}.our_missiondb::after {
    height: 60%;
    bottom: 0;
    content: "";
    left: 0;
    background: radial-gradient(circle at bottom left, rgb(180,166,179,0.5) 0%, transparent 70%);
    width: 30%;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
}.our_missiondb .container {
    position: relative;
    z-index: 2;
}.our_missiondb .skill_spotdb {
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.our_missiondb h3 {
    margin-bottom: 50px;
    position: relative;
    font-size: 38px;
    color: #000000;
    text-align: center;
    grid-column: 1 / -1;
    font-weight: 700;
}.our_missiondb h3::after {
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
    content: "";
    background: linear-gradient(to right, rgb(217,197,208), rgb(180,166,179));
}.our_missiondb .fast_learndb {
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateX(0);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    flex-direction: column;
    background: #ffffff;
}.our_missiondb .fast_learndb:hover {
    transform: translateX(10px);
}.our_missiondb .fast_learndb span {
    margin-bottom: 15px;
    color: rgb(217,197,208);
    font-weight: 600;
    position: relative;
    font-size: 22px;
    display: inline-block;
}.our_missiondb .fast_learndb span::after {
    background-color: rgb(180,166,179);
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: -5px;
    content: "";
    left: 0;
}.our_missiondb .fast_learndb p {
    margin-bottom: 25px;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
}.our_missiondb .photo_boxdb {
    height: 250px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.our_missiondb .photo_boxdb::after {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    height: 100%;
    top: 0;
    left: 0;
}.our_missiondb .virtual_trackdb {
    padding: 30px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 12px;
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.our_missiondb .virtual_trackdb:hover {
    transform: translateX(-10px);
}.our_missiondb .virtual_trackdb p {
    padding-top: 15px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
    margin-bottom: 25px;
}.our_missiondb .learning_trackdb {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 250px;
    position: relative;
}.our_missiondb .learning_trackdb::after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    position: absolute;
}.our_missiondb .fast_learndb,
.our_missiondb .virtual_trackdb {
    border-top: 4px solid rgb(217,197,208);
}.our_missiondb .virtual_trackdb {
    border-color: rgb(180,166,179);
}.our_missiondb .skill_spotdb::before {
    border: 2px dotted rgb(217,197,208,0.5);
    z-index: -1;
    left: -100px;
    top: -100px;
    opacity: 0.4;
    width: 200px;
    content: "";
    border-radius: 50%;
    position: absolute;
    height: 200px;
    animation: rotate 30s linear infinite;
}.our_missiondb .skill_spotdb::after {
    height: 150px;
    position: absolute;
    width: 150px;
    opacity: 0.4;
    animation: rotate 20s linear infinite reverse;
    right: -75px;
    content: "";
    z-index: -1;
    bottom: -75px;
    border-radius: 50%;
    border: 2px dotted rgb(180,166,179,0.5);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.our_missiondb {
    padding: 80px 0;
}.our_missiondb .skill_spotdb {
    grid-gap: 40px;
}.our_missiondb h3 {
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.our_missiondb .skill_spotdb {
    grid-gap: 50px;
    grid-template-columns: 1fr;
}.our_missiondb h3 {
    margin-bottom: 35px;
}.our_missiondb .fast_learndb:hover,
    .our_missiondb .virtual_trackdb:hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.our_missiondb {
    padding: 60px 0;
}.our_missiondb h3 {
    font-size: calc(38px * 0.9);
}.our_missiondb .fast_learndb,
    .our_missiondb .virtual_trackdb {
    padding: 25px;
}.our_missiondb .fast_learndb span {
    font-size: calc(22px * 0.9);
}.our_missiondb .photo_boxdb,
    .our_missiondb .learning_trackdb {
    height: 220px;
}
}

@media (max-width: 576px) {.our_missiondb {
    padding: 50px 0;
}.our_missiondb h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.our_missiondb .fast_learndb,
    .our_missiondb .virtual_trackdb {
    padding: 20px;
}.our_missiondb .fast_learndb p,
    .our_missiondb .virtual_trackdb p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: calc(12px * 0.95);
}.our_missiondb .photo_boxdb,
    .our_missiondb .learning_trackdb {
    height: 200px;
}}

.our_missiondb .fast_learndb::before,
.our_missiondb .virtual_trackdb::before {
    content: "";
    transform: rotate(45deg);
    background: rgb(217,197,208);
    right: 30px;
    top: -10px;
    height: 20px;
    z-index: -1;
    position: absolute;
    width: 20px;
}.our_missiondb .virtual_trackdb::before {
    background: rgb(180,166,179);
}.our_missiondb .fast_learndb,
.our_missiondb .virtual_trackdb {
    overflow: hidden;
}.our_missiondb .fast_learndb::after,
.our_missiondb .virtual_trackdb::after {
    opacity: 0.2;
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    height: 100px;
    right: -50%;
    content: "";
    position: absolute;
    width: 100px;
}

@media (min-width: 1400px) {.our_missiondb .container {
    max-width: 1320px;
}}.appPagedb {
    background: linear-gradient(135deg, rgb(241,228,232) 25%, rgba(rgb(217,197,208,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.appPagedb::before {
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    background: linear-gradient(120deg, rgb(180,166,179), rgba(rgb(180,166,179,0.5), 0.2));
    top: -15%;
    width: 40%;
    right: -10%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.1;
    height: 70%;
    transform: rotate(35deg) skew(15deg);
    content: "";
}.appPagedb::after {
    position: absolute;
    opacity: 0.3;
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,197,208) 20%, 
        rgb(180,166,179) 50%, 
        rgb(217,197,208) 80%, 
        transparent);
    content: "";
    height: 10px;
    bottom: 0;
    width: 100%;
    left: 0;
}.appPagedb .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.appPagedb .skill_spotdb {
    transform: perspective(1000px) rotateY(1deg);
    gap: 2rem;
    position: relative;
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(180,166,179,0.5), 0.1) inset;
}.appPagedb .skill_spotdb:hover {
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(180,166,179,0.5), 0.15) inset;
}.appPagedb .skill_spotdb > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.appPagedb .skill_spotdb > div:first-child::after {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(217,197,208);
    content: "";
    bottom: 0;
    height: 3px;
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 60px;
}.appPagedb .skill_spotdb:hover > div:first-child::after {
    width: 120px;
}.appPagedb h5 {
    position: relative;
    transform: translateX(-5px);
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    transition: transform 0.4s ease;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}.appPagedb .skill_spotdb:hover h5 {
    transform: translateX(0);
}.appPagedb a {
    position: relative;
    display: block;
    transition: transform 0.3s ease-out;
    text-decoration: none;
}.appPagedb a:hover {
    transform: translateY(-3px);
}.appPagedb p {
    line-height: 1.8;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    color: #000000;
}.appPagedb a:hover p {
    color: rgb(217,197,208);
}.appPagedb a::before {
    content: "";
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 1px;
    bottom: -10px;
    width: 0;
    left: 0;
    opacity: 0.7;
    background: linear-gradient(90deg, 
        rgb(217,197,208), 
        rgb(180,166,179));
    position: absolute;
}.appPagedb a:hover::before {
    width: 100%;
}.appPagedb .skill_spotdb > div:first-child::before {
    transform: rotate(-5deg) scale(0.9);
    opacity: 0.1;
    color: rgb(180,166,179);
    right: 0;
    top: -20px;
    font-size: calc(28px * 1.5);
    position: absolute;
    content: "✓";
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.appPagedb .skill_spotdb:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

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

@media (max-width: 992px) {.appPagedb {
    padding: 4rem 0;
}.appPagedb .skill_spotdb {
    padding: 2.5rem;
}.appPagedb h5 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 768px) {.appPagedb {
    padding: 3rem 0;
}.appPagedb .skill_spotdb {
    gap: 1.5rem;
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.appPagedb .skill_spotdb:hover {
    transform: perspective(1000px) rotateY(0deg);
}.appPagedb h5 {
    transform: translateX(0);
    font-size: calc(18px * 0.85);
}.appPagedb p {
    font-size: calc(16px * 0.95);
}.appPagedb::before {
    height: 50%;
    width: 60%;
    right: -30%;
    top: -10%;
}
}

@media (max-width: 576px) {.appPagedb {
    padding: 2.5rem 0;
}.appPagedb .skill_spotdb {
    gap: 1.25rem;
    padding: 1.5rem;
}.appPagedb h5 {
    font-size: calc(18px * 0.8);
}.appPagedb p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.appPagedb .skill_spotdb > div:first-child {
    padding-bottom: 1rem;
}.appPagedb .skill_spotdb > div:first-child::after {
    height: 2px;
    width: 40px;
}.appPagedb .skill_spotdb:hover > div:first-child::after {
    width: 80px;
}.appPagedb .skill_spotdb > div:first-child::before {
    font-size: calc(28px * 1.2);
    top: -15px;
}}.experience_trialdb {
    background: linear-gradient(45deg, rgb(217,197,208) 0%, rgb(180,166,179) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
}.experience_trialdb::before {
    height: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(217,197,208) 0deg,
            rgb(180,166,179) 15deg,
            rgb(217,197,208) 30deg
        );
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.1;
    left: 0;
    z-index: -1;
    animation: rotateBg 20s linear infinite;
    width: 100%;
}.experience_trialdb::after {
    z-index: -1;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    background-repeat: no-repeat;
    opacity: 0.05;
    height: 100%;
    animation: scanLines 5s linear infinite alternate;
    background-size: 100% 100px, 100px 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center;
    content: '';
}.experience_trialdb .skill_spotdb {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(217,197,208,0.5),
        0 0 40px rgb(217,197,208,0.5);
    margin: 0 auto;
    position: relative;
    justify-content: center;
    max-width: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    z-index: 2;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(10px);
}.experience_trialdb .skill_spotdb::before {
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    top: -50%;
    z-index: -1;
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    animation: pulseGlow 6s ease-in-out infinite alternate;
    height: 200%;
}.experience_trialdb .skill_spotdb::after {
    height: 100%;
    content: '';
    background-size: 20px 20px;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    opacity: 0.3;
}.experience_trialdb h3 {
    position: relative;
    margin-bottom: 50px;
    font-size: 30px;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(217,197,208);
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
}.experience_trialdb h3::before {
    width: 100%;
    content: attr(data-text);
    color: rgb(180,166,179);
    position: absolute;
    z-index: -1;
    animation: glitchEffect 2s infinite linear alternate;
    top: 0;
    height: 100%;
    opacity: 0.7;
    left: -3px;
}.experience_trialdb h3::after {
    top: 0;
    left: 3px;
    height: 100%;
    color: rgb(217,197,208);
    opacity: 0.7;
    z-index: -2;
    position: absolute;
    animation: glitchEffect 3s infinite linear alternate-reverse;
    content: attr(data-text);
    width: 100%;
}.experience_trialdb .instant_helpdb {
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(180,166,179,0.5),
        0 0 30px rgb(180,166,179,0.5);
    z-index: 1;
    background-size: 200% 200%;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(45deg, rgb(217,197,208), rgb(180,166,179), rgb(217,197,208));
    position: relative;
    color: #ffffff;
    font-weight: 600;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 18px 45px;
    animation: gradientFlow 5s ease infinite;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}.experience_trialdb .instant_helpdb::before {
    z-index: -1;
    right: -2px;
    opacity: 0.7;
    border-radius: calc(20px + 2px);
    background: linear-gradient(45deg, rgb(217,197,208), rgb(180,166,179), rgb(217,197,208));
    animation: gradientFlow 5s ease infinite;
    content: '';
    bottom: -2px;
    left: -2px;
    top: -2px;
    position: absolute;
    background-size: 400% 400%;
}.experience_trialdb .instant_helpdb::after {
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 1;
    transform: skewX(-20deg);
    width: 70%;
    transition: all 0.6s ease;
    content: '';
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}.experience_trialdb .instant_helpdb:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(180,166,179),
        0 0 50px rgb(180,166,179,0.5);
    color: #ffffff;
    text-shadow: 0 0 10px #ffffff;
    transform: translateY(-5px) scale(1.03);
}.experience_trialdb .instant_helpdb:hover::after {
    left: 130%;
}

@media screen and (max-width: 992px) {.experience_trialdb {
    padding: 100px 0;
}.experience_trialdb .skill_spotdb {
    padding: 50px 30px;
    max-width: 90%;
}.experience_trialdb h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 45px;
}.experience_trialdb .instant_helpdb {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.experience_trialdb {
    padding: 80px 0;
}.experience_trialdb .skill_spotdb {
    padding: 40px 25px;
}.experience_trialdb h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
    letter-spacing: 2px;
}.experience_trialdb .instant_helpdb {
    padding: 14px 35px;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.experience_trialdb {
    padding: 60px 0;
}.experience_trialdb .skill_spotdb {
    padding: 30px 20px;
}.experience_trialdb h3 {
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(30px * 0.7);
}.experience_trialdb .instant_helpdb {
    letter-spacing: 1px;
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
}}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}.course_summarydb {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(241,228,232) 0%, rgba(249, 249, 249, 0.95) 100%);
}.course_summarydb::before {
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 30px
    );
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
}.course_summarydb .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.course_summarydb .learn_plandb {
    grid-template-columns: 1fr;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(0deg);
    display: grid;
}.course_summarydb .learn_plandb:hover {
    transform: perspective(1000px) rotateX(1deg);
}.course_summarydb .photo_boxdb {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 300px;
}.course_summarydb .photo_boxdb::after {
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    position: absolute;
    content: '';
}.course_summarydb .photo_boxdb:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course_summarydb .word_boxdb {
    position: relative;
    transform: translateZ(10px);
    border-left: 4px solid rgb(217,197,208);
    padding: 2.5rem;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.course_summarydb .word_boxdb::before {
    transform: rotate(45deg);
    background-color: rgb(217,197,208);
    height: 30px;
    width: 30px;
    top: -15px;
    position: absolute;
    z-index: -1;
    content: '';
    left: 30px;
}.course_summarydb .word_boxdb:hover {
    transform: translateZ(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_summarydb h3 {
    color: #000000;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    font-size: 24px;
    padding-bottom: 0.75rem;
    transform: translateY(0);
    font-weight: 700;
}.course_summarydb h3::after {
    left: 0;
    width: 50px;
    transition: width 0.4s ease;
    background: linear-gradient(
        to right,
        rgb(217,197,208) 0%,
        rgb(180,166,179) 100%
    );
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
}.course_summarydb .word_boxdb:hover h3 {
    transform: translateY(-5px);
}.course_summarydb .word_boxdb:hover h3::after {
    width: 100px;
}.course_summarydb .description {
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
    transform: translateY(20px);
}.course_summarydb span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_summarydb {
    padding: 7rem 0;
}.course_summarydb .learn_plandb {
    gap: 3.5rem;
    align-items: center;
    grid-template-columns: 40% 1fr;
}.course_summarydb .photo_boxdb {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}.course_summarydb h3 {
    font-size: calc(24px * 1.2);
}.course_summarydb .description {
    column-gap: 2.5rem;
    column-count: 2;
}
}

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

@media (max-width: 767px) {.course_summarydb .container {
    padding: 0 15px;
}.course_summarydb .photo_boxdb {
    margin-top: 1rem;
    margin-bottom: 1rem;
}.course_summarydb .word_boxdb {
    padding: 1.5rem;
}.course_summarydb h3 {
    font-size: calc(24px * 0.9);
}.course_summarydb .description {
    font-size: calc(16px * 0.95);
}}.developer_experiencedb {
    padding: 80px 40px;
    overflow: hidden;
    background: rgb(241,228,232);
    position: relative;
    min-height: 450px;
}.developer_experiencedb::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(217,197,208,0.5) 30px,
        rgb(217,197,208,0.5) 32px
    );
    opacity: 0.05;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}.developer_experiencedb .review_viewsdb {
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    max-width: 1000px;
    flex-direction: column;
}.developer_experiencedb .photo_boxdb {
    border: 4px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 140px;
    z-index: 5;
    border-radius: 50%;
    height: 140px;
    position: relative;
    margin-left: 60px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.developer_experiencedb .review_viewsdb:hover .photo_boxdb {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(217,197,208);
}.developer_experiencedb .experiencep_wrapdb {
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    margin-top: -40px;
    padding: 60px 40px 40px;
    border-radius: 19px;
    background: #ffffff;
}.developer_experiencedb .review_viewsdb:hover .experiencep_wrapdb {
    transform: translateZ(30px);
}.developer_experiencedb .experiencep_wrapdb::before {
    position: absolute;
    content: "";
    transition: height 0.5s ease;
    height: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(217,197,208), rgb(180,166,179));
    left: 0;
    top: 0;
}.developer_experiencedb .review_viewsdb:hover .experiencep_wrapdb::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.developer_experiencedb .name {
    font-weight: 700;
    font-size: 38px;
    transform: translateX(0);
    margin-bottom: 5px;
    color: #000000;
    transition: all 0.4s ease;
    letter-spacing: 1px;
}.developer_experiencedb .review_viewsdb:hover .name {
    color: rgb(217,197,208);
    transform: translateX(15px);
}.developer_experiencedb .experiencep_wrapdb > div:nth-child(2) {
    color: rgb(180,166,179);
    letter-spacing: 0.5px;
    transform: translateX(0);
    font-weight: 600;
    opacity: 0.8;
    transition: all 0.4s ease 0.1s;
    margin-bottom: 25px;
    font-size: 14px;
    text-transform: uppercase;
}.developer_experiencedb .review_viewsdb:hover .experiencep_wrapdb > div:nth-child(2) {
    transform: translateX(15px);
}.developer_experiencedb .career_insightsdb {
    position: relative;
    padding: 20px 0;
    color: #000000;
    transform: translateY(0);
    line-height: 1.8;
    transition: all 0.4s ease 0.2s;
    opacity: 0.9;
    font-size: 14px;
}.developer_experiencedb .review_viewsdb:hover .career_insightsdb {
    transform: translateY(-5px);
}.developer_experiencedb .career_insightsdb::before,
.developer_experiencedb .career_insightsdb::after {
    transition: all 0.4s ease;
    height: 1px;
    position: absolute;
    background: rgb(180,166,179,0.5);
    content: "";
    width: 35px;
}.developer_experiencedb .career_insightsdb::before {
    top: 0;
    left: 0;
}.developer_experiencedb .career_insightsdb::after {
    right: 0;
    bottom: 0;
}.developer_experiencedb .review_viewsdb:hover .career_insightsdb::before,
.developer_experiencedb .review_viewsdb:hover .career_insightsdb::after {
    width: 100px;
    height: 2px;
    background: rgb(180,166,179);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(217,197,208,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(217,197,208);
    }
}

@media (min-width: 768px) {.developer_experiencedb .review_viewsdb {
    flex-direction: row;
    align-items: center;
}.developer_experiencedb .photo_boxdb {
    margin-right: -80px;
    width: 180px;
    z-index: 5;
    height: 180px;
    margin-left: 0;
}.developer_experiencedb .experiencep_wrapdb {
    flex: 1;
    padding-left: 100px;
    margin-top: 0;
}
}

@media (max-width: 767px) {.developer_experiencedb {
    padding: 60px 20px;
}.developer_experiencedb .experiencep_wrapdb {
    padding: 60px 25px 35px;
}.developer_experiencedb .name {
    font-size: calc(38px - 4px);
}.developer_experiencedb .experiencep_wrapdb > div:nth-child(2) {
    font-size: calc(14px - 1px);
}.developer_experiencedb .career_insightsdb {
    font-size: calc(14px - 1px);
}}.future_attendeesdb {
    position: relative;
    background: rgb(241,228,232);
    overflow: hidden;
    padding: 120px 0;
}.future_attendeesdb::before {
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 30% 40%, rgb(217,197,208,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(180,166,179,0.5) 0%, transparent 35%);
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
}.future_attendeesdb .skill_spotdb {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
    position: relative;
}.future_attendeesdb h3 {
    left: 50%;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 70px;
    color: #000000;
    font-size: 36px;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 700;
    position: relative;
}.future_attendeesdb h3::before {
    border: 2px solid rgb(217,197,208,0.5);
    width: 100px;
    left: -30px;
    content: "";
    z-index: -1;
    top: -20px;
    border-radius: 50%;
    position: absolute;
    height: 100px;
}.future_attendeesdb h3::after {
    content: "";
    border: 2px solid rgb(180,166,179,0.5);
    border-radius: 50%;
    width: 60px;
    bottom: -15px;
    z-index: -1;
    right: -20px;
    position: absolute;
    height: 60px;
}.future_attendeesdb ul {
    gap: 50px;
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    margin: 0;
    justify-items: center;
    list-style: none;
}.future_attendeesdb ul li {
    border-radius: 50%;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    justify-content: flex-start;
    display: flex;
    position: relative;
    color: #000000;
    text-align: center;
    align-items: center;
    font-family: Arial, sans-serif;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 220px;
    font-size: 13px;
    width: 220px;
    flex-direction: column;
}.future_attendeesdb ul li::before {
    z-index: -1;
    content: "";
    top: 0;
    opacity: 0;
    border-radius: 50%;
    height: 100%;
    background: linear-gradient(135deg, rgb(217,197,208), rgb(180,166,179));
    transition: opacity 0.4s ease;
    width: 100%;
    position: absolute;
    left: 0;
}.future_attendeesdb ul li::after {
    opacity: 0.5;
    border: 2px dashed rgb(217,197,208,0.5);
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: -2;
    transition: all 0.4s ease;
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    top: -10px;
}.future_attendeesdb ul li:hover {
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}.future_attendeesdb ul li:hover::before {
    opacity: 1;
}.future_attendeesdb ul li:hover::after {
    border-color: rgb(180,166,179);
    opacity: 0.7;
    transform: scale(1.1) rotate(15deg);
}.future_attendeesdb ul li svg {
    margin-top: 45px;
    height: 40px;
    margin-bottom: 20px;
    width: 40px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}.future_attendeesdb ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}.future_attendeesdb ul li svg path {
    fill: rgb(217,197,208);
    transition: fill 0.4s ease;
}.future_attendeesdb ul li:hover svg path {
    fill: #ffffff;
}.future_attendeesdb ul li > span {
    max-height: 100px;
    overflow: hidden;
    padding: 0 30px;
    display: block;
    max-width: 100%;
}

@media (max-width: 1200px) {.future_attendeesdb ul {
    gap: 40px;
}.future_attendeesdb ul li {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 992px) {.future_attendeesdb {
    padding: 100px 0;
}.future_attendeesdb h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.9);
}.future_attendeesdb ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 35px;
}.future_attendeesdb ul li {
    width: 220px;
    height: 220px;
}.future_attendeesdb ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.future_attendeesdb {
    padding: 80px 0;
}.future_attendeesdb h3 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.8);
}.future_attendeesdb ul {
    gap: 30px;
}.future_attendeesdb ul li {
    height: 200px;
    width: 200px;
}.future_attendeesdb ul li svg {
    margin-top: 40px;
    width: 35px;
    height: 35px;
}
}

@media (max-width: 580px) {.future_attendeesdb {
    padding: 60px 0;
}.future_attendeesdb .skill_spotdb {
    padding: 0 20px;
}.future_attendeesdb h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
}.future_attendeesdb ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.future_attendeesdb ul li {
    width: 220px;
    height: 220px;
}
}

@media (max-width: 480px) {.future_attendeesdb ul li {
    width: 200px;
    height: 200px;
}.future_attendeesdb ul li svg {
    height: 30px;
    margin-top: 35px;
    margin-bottom: 15px;
    width: 30px;
}.future_attendeesdb ul li > span {
    padding: 0 20px;
}}.title_boarddb {
    z-index: 1;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
    min-height: 100vh;
}.title_boarddb::before {
    backdrop-filter: blur(2px) saturate(120%);
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    z-index: -1;
}.title_boarddb::after {
    background: repeating-linear-gradient(
    45deg,
    rgb(217,197,208,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(217,197,208,0.5) 12px
  );
    left: -10%;
    animation: backgroundShift 120s linear infinite;
    content: "";
    top: -10%;
    position: absolute;
    height: 120%;
    opacity: 0.05;
    z-index: -1;
    width: 120%;
}.title_boarddb > div {
    padding: 2rem;
    transform: translateY(-2vh);
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.title_boarddb > div > div:first-child {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}.title_style_header {
    letter-spacing: -0.02em;
    animation: slideInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    transform: translateY(0);
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
}.title_style_header::after {
    background: linear-gradient(90deg, rgb(217,197,208), transparent);
    bottom: -0.5rem;
    content: "";
    width: 8rem;
    animation: expandWidth 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    height: 0.35rem;
    left: 0;
    position: absolute;
    transform-origin: left;
}.edu_opendb {
    opacity: 0;
    gap: 2rem;
    display: grid;
    animation: fadeInUp 1s ease-out 0.6s forwards;
    transform: translateY(30px);
    grid-template-columns: 1fr;
}.title_boarddb .master_classesdb {
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.09) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
    padding: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.title_boarddb .master_classesdb:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.title_boarddb .master_classesdb h3 {
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    line-height: 1.4;
}.edu_opendb > div:last-child {
    transform: perspective(1000px) rotateX(-2deg);
    overflow: hidden;
    padding: 1.5rem 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: rgb(217,197,208);
}.edu_opendb > div:last-child::before {
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    transform: translateX(-100%);
    animation: shimmer 3s infinite;
}.edu_opendb > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.edu_opendb > div:last-child span {
    display: block;
    position: relative;
}.edu_opendb > div:last-child p {
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 400;
    color: #ffffff;
    position: relative;
    line-height: 1.6;
    margin: 0;
}

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

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

@keyframes expandWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-5%, 5%) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@media (min-width: 768px) {.title_boarddb {
    padding: 3rem;
}.title_boarddb > div {
    padding: 3rem;
}.edu_opendb {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
}.title_boarddb .master_classesdb {
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
}.title_boarddb .master_classesdb:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
}.edu_opendb > div:last-child {
    transform: perspective(1000px) rotateX(-3deg) rotateY(2deg);
}.edu_opendb > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
}
}

@media (max-width: 767px) {.title_boarddb {
    padding: 1.5rem;
}.title_boarddb > div {
    padding: 1.5rem;
}.title_style_header {
    font-size: clamp(2rem, 7vw, 2.5rem);
}.title_style_header::after {
    width: 6rem;
    height: 0.25rem;
}.title_boarddb .master_classesdb {
    padding: 1.5rem;
}.edu_opendb > div:last-child {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 480px) {.title_boarddb > div {
    padding: 1rem;
}.title_style_header {
    font-size: clamp(1.75rem, 8vw, 2rem);
}.title_style_header::after {
    height: 0.2rem;
    width: 5rem;
}.title_boarddb .master_classesdb {
    padding: 1.25rem;
}.title_boarddb .master_classesdb h3 {
    font-size: clamp(1rem, 5vw, 1.25rem);
}.edu_opendb > div:last-child {
    padding: 1rem 1.25rem;
}.edu_opendb > div:last-child p {
    font-size: clamp(0.875rem, 4vw, 1rem);
}}.operation_processdb {
    background: rgb(241,228,232);
    display: flex;
    padding: 6rem 2rem;
    align-items: center;
    min-height: 80vh;
    overflow: hidden;
    position: relative;
}.operation_processdb::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    opacity: 0.4;
    width: 100%;
    background: linear-gradient(135deg, rgb(217,197,208,0.5) 0%, transparent 80%);
}.operation_processdb::after {
    animation: moveLines 40s linear infinite;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    left: 0;
    content: '';
    background-image: repeating-linear-gradient(
        0deg,
        rgb(217,197,208,0.5),
        rgb(217,197,208,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    top: 0;
    position: absolute;
}@keyframes moveLines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}

.operation_processdb .skill_spotdb {
    position: relative;
    z-index: 5;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
}.operation_processdb .word_boxdb {
    width: 55%;
    padding: 0;
    transform-style: preserve-3d;
    position: relative;
}.operation_processdb .word_boxdb::before {
    content: '';
    position: absolute;
    border-left: 1px solid rgb(217,197,208);
    opacity: 0.7;
    border-top: 1px solid rgb(217,197,208);
    z-index: -1;
    left: -20px;
    height: 100px;
    width: 100px;
    top: -20px;
    animation: borderPulse 4s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-color: rgb(217,197,208);
    }
    100% {
        border-color: rgb(180,166,179);
    }
}

.operation_processdb .word_boxdb::after {
    width: 100px;
    z-index: -1;
    animation: borderPulse 4s infinite alternate-reverse;
    border-right: 1px solid rgb(180,166,179);
    border-bottom: 1px solid rgb(180,166,179);
    content: '';
    right: -20px;
    opacity: 0.7;
    height: 100px;
    position: absolute;
    bottom: -20px;
}.operation_processdb h2 {
    letter-spacing: 6px;
    margin-bottom: 3rem;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease;
    color: rgb(217,197,208);
    font-weight: 300;
    font-size: 37px;
}.operation_processdb h2::after {
    transition: all 0.3s ease;
    opacity: 0.3;
    top: 0.5rem;
    content: attr(data-text);
    filter: blur(1px);
    z-index: -1;
    color: rgb(180,166,179);
    position: absolute;
    left: 0.5rem;
}.operation_processdb h2::before {
    width: 60px;
    content: '';
    left: 0;
    background: linear-gradient(to right, rgb(217,197,208), transparent);
    height: 1px;
    position: absolute;
    bottom: -1.5rem;
}.operation_processdb p {
    max-width: 600px;
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.8;
    position: relative;
    padding-left: 2rem;
}.operation_processdb p::before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(217,197,208), transparent);
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
}.operation_processdb .word_boxdb::before,
.operation_processdb .word_boxdb::after,
.operation_processdb h2,
.operation_processdb p {
    transition: all 0.5s ease;
}.operation_processdb:hover h2 {
    letter-spacing: 8px;
    transform: translateY(-5px);
}.operation_processdb:hover h2::after {
    opacity: 0.5;
    top: 0.8rem;
    filter: blur(2px);
    left: 0.8rem;
}.operation_processdb:hover .word_boxdb::before,
.operation_processdb:hover .word_boxdb::after {
    height: 120px;
    width: 120px;
}.operation_processdb:hover p {
    transform: translateX(5px);
}.operation_processdb::before,
.operation_processdb::after {
    transition: all 1s ease;
}.operation_processdb:hover::before {
    background-position: right bottom;
    opacity: 0.6;
}.operation_processdb:hover::after {
    opacity: 0.15;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.operation_processdb {
    padding: 5rem 1.5rem;
}.operation_processdb .word_boxdb {
    width: 70%;
}.operation_processdb h2 {
    font-size: calc(37px * 0.9);
    letter-spacing: 4px;
    margin-bottom: 2.5rem;
}.operation_processdb p {
    font-size: calc(18px * 0.95);
}.operation_processdb:hover h2 {
    letter-spacing: 6px;
}
}

@media (max-width: 768px) {.operation_processdb {
    min-height: 60vh;
    padding: 4rem 1rem;
}.operation_processdb .skill_spotdb {
    justify-content: center;
}.operation_processdb .word_boxdb {
    width: 90%;
}.operation_processdb h2 {
    letter-spacing: 3px;
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.operation_processdb h2::before {
    width: 40px;
    bottom: -1rem;
}.operation_processdb h2::after {
    left: 0.3rem;
    top: 0.3rem;
}.operation_processdb p {
    padding-left: 1.5rem;
}.operation_processdb:hover h2 {
    letter-spacing: 4px;
}.operation_processdb .word_boxdb::before,
    .operation_processdb .word_boxdb::after {
    width: 80px;
    height: 80px;
}.operation_processdb:hover .word_boxdb::before,
    .operation_processdb:hover .word_boxdb::after {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 576px) {.operation_processdb {
    min-height: auto;
    padding: 3rem 0.8rem;
}.operation_processdb .word_boxdb {
    width: 100%;
}.operation_processdb h2 {
    font-size: calc(37px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}.operation_processdb h2::before {
    bottom: -0.8rem;
    width: 30px;
}.operation_processdb p {
    font-size: calc(18px * 0.9);
    padding-left: 1rem;
}.operation_processdb:hover h2 {
    letter-spacing: 3px;
}.operation_processdb .word_boxdb::before,
    .operation_processdb .word_boxdb::after {
    width: 60px;
    height: 60px;
}.operation_processdb:hover .word_boxdb::before,
    .operation_processdb:hover .word_boxdb::after {
    width: 70px;
    height: 70px;
}}.course_rewardsdb {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(241,228,232) 0%, rgba(240, 240, 255, 0.9) 100%);
    padding: 120px 0 100px;
}.course_rewardsdb::before {
    z-index: 0;
    opacity: 0.2;
    right: -10%;
    position: absolute;
    content: "";
    top: -10%;
    height: 500px;
    width: 500px;
    background: radial-gradient(circle, rgb(217,197,208,0.5) 0%, transparent 70%);
}.course_rewardsdb::after {
    z-index: 0;
    width: 400px;
    height: 400px;
    left: -10%;
    content: "";
    background: radial-gradient(circle, rgb(180,166,179,0.5) 0%, transparent 70%);
    opacity: 0.2;
    bottom: -10%;
    position: absolute;
}.course_rewardsdb .container {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    z-index: 1;
    display: grid;
}.course_rewardsdb .photo_boxdb {
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    max-height: 500px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
}.course_rewardsdb .photo_boxdb:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_rewardsdb .skill_spotdb {
    padding: 40px 0;
    position: relative;
}.course_rewardsdb .word_boxdb {
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 30px;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.course_rewardsdb .word_boxdb:hover {
    transform: translateY(-5px);
}.course_rewardsdb h1 {
    font-weight: 700;
    font-size: 48px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #000000;
}.course_rewardsdb h1::after {
    left: 0;
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(217,197,208) 0%, rgb(180,166,179) 100%);
    bottom: -10px;
}.course_rewardsdb ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 20px;
    list-style: none;
}.course_rewardsdb li {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
    border-left: 3px solid rgb(217,197,208);
    transform: translateX(0);
    display: flex;
    transition: all 0.3s ease;
    align-items: flex-start;
    padding: 16px 20px;
}.course_rewardsdb li:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    transform: translateX(5px);
    border-left-color: rgb(180,166,179);
}.course_rewardsdb li p {
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    margin: 0;
    color: #000000;
    align-items: center;
}.course_rewardsdb svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
    transform: scale(1);
}.course_rewardsdb li:hover svg {
    transform: scale(1.1);
}.course_rewardsdb svg path {
    fill: rgb(217,197,208);
    transition: fill 0.3s ease;
}.course_rewardsdb li:hover svg path {
    fill: rgb(180,166,179);
}.course_rewardsdb li:nth-child(odd) {
    transform: translateX(-5px);
}.course_rewardsdb li:nth-child(odd):hover {
    transform: translateX(0);
}.course_rewardsdb li:nth-child(even) {
    border-left-color: rgb(180,166,179);
}.course_rewardsdb li:nth-child(even):hover {
    border-left-color: rgb(217,197,208);
}

@media (min-width: 992px) {.course_rewardsdb {
    padding: 150px 0;
}.course_rewardsdb .container {
    grid-template-columns: 45% 55%;
    align-items: center;
}.course_rewardsdb .photo_boxdb {
    order: 2;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    transform: perspective(1000px) rotateY(-5deg);
    height: 100%;
}.course_rewardsdb .photo_boxdb:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.course_rewardsdb .skill_spotdb {
    padding: 0;
    order: 1;
}.course_rewardsdb .word_boxdb {
    padding: 50px;
    z-index: 2;
    margin-right: -100px;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
}.course_rewardsdb h1 {
    font-size: calc(48px * 1.1);
}.course_rewardsdb ul {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.course_rewardsdb {
    padding: 80px 0;
}.course_rewardsdb .word_boxdb {
    margin-top: -60px;
    z-index: 2;
}.course_rewardsdb h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 767px) {.course_rewardsdb {
    padding: 60px 0;
}.course_rewardsdb .photo_boxdb {
    max-height: 350px;
}.course_rewardsdb .word_boxdb {
    padding: 25px 20px;
}.course_rewardsdb h1 {
    margin-bottom: 25px;
    font-size: calc(48px * 0.8);
}.course_rewardsdb li {
    padding: 12px 15px;
}.course_rewardsdb svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.course_rewardsdb {
    padding: 50px 0;
}.course_rewardsdb .photo_boxdb {
    max-height: 250px;
}.course_rewardsdb h1 {
    font-size: calc(48px * 0.7);
}.course_rewardsdb li p {
    font-size: calc(16px * 0.9);
}}footer {
    position: relative;
    width: 100%;
}footer .hackathondb {
    padding: 120px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(217,197,208), rgb(180,166,179));
}footer .hackathondb::before {
    content: "";
    opacity: 0.25;
    height: 100px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
    position: absolute;
    top: 0;
    transform: rotateX(180deg);
    background: #ffffff;
}footer .hackathondb::after {
    content: "";
    background: #ffffff;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    opacity: 0.15;
}footer .about_learndb {
    z-index: 1;
    position: relative;
}footer .reach_expertsdb {
    margin-bottom: 60px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    display: flex;
    backdrop-filter: blur(5px);
    border-radius: 40px;
    height: 80px;
    transition: all 0.3s ease;
    position: relative;
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.5);
    flex: 1 1 200px;
    max-width: 300px;
    overflow: hidden;
    align-items: center;
}footer .info_item::before {
    width: 100%;
    height: 100%;
    left: -100%;
    z-index: -1;
    animation: waveAnimation 15s linear infinite;
    opacity: 0.1;
    background: #ffffff;
    content: "";
    position: absolute;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(180,166,179,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item svg {
    flex-shrink: 0;
    fill: #ffffff;
    height: 20px;
    width: 20px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}footer .head_topdb {
    margin-bottom: 30px;
    position: relative;
    flex: 1 1 100%;
    text-align: center;
}footer .head_topdb svg {
    height: 50px;
    filter: brightness(0) invert(1);
    margin: 0 auto 20px;
    width: auto;
}footer .verify_ctadb {
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 auto;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.8);
}footer .top_edudb,footer .subscribe_holder {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    flex: 1 1 300px;
    border-radius: 28px;
    backdrop-filter: blur(5px);
    padding: 30px;
}footer .top_edudb::before,footer .subscribe_holder::before {
    z-index: -1;
    background: #ffffff;
    opacity: 0.1;
    top: 0;
    height: 100%;
    animation: waveAnimation 20s linear infinite;
    left: -100%;
    content: "";
    width: 300%;
    position: absolute;
}footer .top_edudb h5, footer .subscribe_holder h5 {
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: 21px;
}footer .top_edudb h5::after, footer .subscribe_holder h5::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #ffffff, transparent);
    height: 2px;
    left: 0;
}footer .head_sitewrapdb {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}footer .head_sitewrapdb a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    flex: 1 1 calc(50% - 10px);
    background-color: rgb(217,197,208,0.5);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border-radius: 20px;
    padding: 8px 15px;
}footer .head_sitewrapdb a::before {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    transition: left 0.3s ease;
    content: "";
    height: 2px;
    position: absolute;
}footer .head_sitewrapdb a:hover {
    background-color: rgb(180,166,179,0.5);
    transform: translateY(-3px);
}footer .head_sitewrapdb a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    border: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
    font-size: 16px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
    background-color: rgb(217,197,208,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .join_sectiondb {
    overflow: hidden;
    font-size: 20px;
    background-color: #ffffff;
    color: rgb(217,197,208);
    border-radius: 25px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    position: relative;
    padding: 15px 20px;
    transition: all 0.3s ease;
}footer .join_sectiondb::after {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
}footer .join_sectiondb:hover {
    transform: translateY(-3px);
    background-color: rgb(241,228,232);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .join_sectiondb:hover::after {
    left: 100%;
}footer .scholar_ctadb {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .login_footerdb {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 0 30px;
}footer .login_footerdb::before,
footer .login_footerdb::after {
    top: 50%;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    width: 20px;
    position: absolute;
    height: 1px;
}footer .login_footerdb::before {
    left: 0;
}footer .login_footerdb::after {
    right: 0;
}

@media (min-width: 768px) {footer .head_topdb {
    flex: 1 1 100%;
}footer .top_edudb, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .join_sectiondb {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .hackathondb {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .hackathondb {
    padding: 80px 0 30px;
}footer .hackathondb::before {
    height: 60px;
    background-size: 100% 60px;
}footer .reach_expertsdb {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .top_edudb, footer .subscribe_holder {
    padding: 25px 20px;
}footer .scholar_ctadb {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .hackathondb {
    padding: 60px 0 20px;
}footer .hackathondb::before {
    height: 40px;
    background-size: 100% 40px;
}footer .top_edudb h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 15px;
}footer .head_sitewrapdb a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .join_sectiondb {
    padding: 12px 15px;
}}.contact_form_boxdb {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(241,228,232);
}.contact_form_boxdb::before {
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(180deg, rgb(180,166,179,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
}.contact_form_boxdb::after {
    height: 200px;
    position: absolute;
    background: linear-gradient(0deg, rgb(241,228,232) 0%, transparent 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    content: "";
}.contact_form_boxdb .photo_boxdb {
    left: 0;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
}.contact_form_boxdb .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.contact_form_boxdb h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}.query_paneldb {
    gap: 0;
    position: relative;
    display: flex;
    z-index: 10;
}.query_paneldb .message_helpdb {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 60px;
    flex: 0 0 58%;
}.query_paneldb .message_helpdb h3 {
    font-size: 23px;
    font-weight: 600;
    text-transform: none;
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
}.query_paneldb .message_helpdb h3::before,
.query_paneldb .message_helpdb h3::after {
    content: none;
}.query_paneldb .message_helpdb form {
    display: flex;
    flex-direction: column;
}.query_paneldb .message_helpdb input[type="text"],
.query_paneldb .message_helpdb textarea {
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    padding: 16px 20px;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
}.query_paneldb .message_helpdb input[type="text"]:focus,
.query_paneldb .message_helpdb textarea:focus {
    border-bottom-color: rgb(217,197,208);
    outline: none;
    background: rgba(245, 245, 245, 0.8);
}.query_paneldb .message_helpdb textarea {
    resize: vertical;
    min-height: 150px;
}.query_paneldb .message_helpdb .reach_linksdb {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
}.query_paneldb .message_helpdb .reach_linksdb input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.query_paneldb .message_helpdb .reach_linksdb label {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: #000000;
    line-height: 1.5;
    font-size: calc(14px - 2px);
}.query_paneldb .message_helpdb .reach_linksdb label::before {
    left: 0;
    background: rgba(245, 245, 245, 0.5);
    top: 2px;
    width: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
}.query_paneldb .message_helpdb .reach_linksdb input[type="checkbox"]:checked + label::before {
    background: rgb(217,197,208);
    border-bottom-color: rgb(217,197,208);
}.query_paneldb .message_helpdb .reach_linksdb input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    height: 12px;
    content: "";
    width: 6px;
    border: solid #ffffff;
}.query_paneldb .message_helpdb .reach_linksdb a {
    transition: all 0.3s ease;
    color: rgb(217,197,208);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgb(217,197,208);
}.query_paneldb .message_helpdb .reach_linksdb a:hover {
    color: rgb(180,166,179);
    border-bottom-color: rgb(180,166,179);
}.query_paneldb .message_helpdb .request_infodb {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
    display: inline-block;
    align-self: flex-start;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(217,197,208);
    border: none;
    background: transparent;
}.query_paneldb .message_helpdb .request_infodb::before {
    transition: all 0.3s ease;
    content: "";
    bottom: -2px;
    position: absolute;
    height: 2px;
    background: rgb(217,197,208);
    width: 100%;
    z-index: -1;
    left: 0;
}.query_paneldb .message_helpdb .request_infodb:hover {
    color: #ffffff;
}.query_paneldb .message_helpdb .request_infodb:hover::before {
    height: 100%;
}.query_paneldb .inquiry_linksdb {
    padding: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    z-index: 0;
    flex: 0 0 42%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    margin-left: -40px;
}.query_paneldb .inquiry_linksdb::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.query_paneldb .inquiry_linksdb h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.query_paneldb .inquiry_linksdb .connect_widgetdb {
    list-style: none;
    padding: 0;
    margin: 0;
}.query_paneldb .inquiry_linksdb .connect_widgetdb li {
    display: flex;
    padding-bottom: 30px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}.query_paneldb .inquiry_linksdb .connect_widgetdb li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}.query_paneldb .inquiry_linksdb .connect_widgetdb li svg {
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.query_paneldb .inquiry_linksdb .connect_widgetdb li svg path {
    transition: all 0.3s ease;
    fill: rgb(217,197,208);
}.query_paneldb .inquiry_linksdb .connect_widgetdb li:hover svg path {
    fill: #ffffff;
}.query_paneldb .inquiry_linksdb .connect_widgetdb li span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
}.query_paneldb .inquiry_linksdb .connect_widgetdb li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
}.query_paneldb .inquiry_linksdb .connect_widgetdb li a:hover {
    color: rgb(217,197,208);
}

@media screen and (max-width: 992px) {.contact_form_boxdb {
    padding: 80px 0;
}.query_paneldb {
    flex-direction: column;
}.query_paneldb .message_helpdb {
    width: 100%;
    clip-path: none;
}.query_paneldb .inquiry_linksdb {
    clip-path: none;
    width: 100%;
    margin-left: 0;
}
}

@media screen and (max-width: 768px) {.contact_form_boxdb {
    padding: 60px 0;
}.contact_form_boxdb h3 {
    font-size: calc(36px - 4px);
}.query_paneldb .message_helpdb,
    .query_paneldb .inquiry_linksdb {
    padding: 40px 30px;
}.query_paneldb .message_helpdb .request_infodb {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_form_boxdb {
    padding: 40px 0;
}.query_paneldb .message_helpdb,
    .query_paneldb .inquiry_linksdb {
    padding: 30px 20px;
}.query_paneldb .message_helpdb h3,
    .query_paneldb .inquiry_linksdb h4 {
    font-size: calc(23px - 2px);
}}.pricing_traydb {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(241,228,232);
    position: relative;
}.pricing_traydb::before {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(217,197,208,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.pricing_traydb .container {
    max-width: 1320px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.pricing_traydb .rate_plansdb {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}.pricing_traydb .cost_carddb {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}.pricing_traydb .cost_carddb h2 {
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}.pricing_traydb .cost_carddb h2::after {
    height: 3px;
    transform: translateX(-50%);
    content: "";
    background: rgb(217,197,208);
    left: 50%;
    bottom: -10px;
    position: absolute;
    width: 80px;
}.pricing_traydb .lesson_ratesdb {
    font-size: 17px;
    word-break: break-word;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 600px;
    overflow-wrap: break-word;
}.pricing_traydb .learn_subdb {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
}.pricing_traydb .plan_dealsdb {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: calc(var(--index, 0) * 0.1s);
    display: block;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    height: 100%;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.pricing_traydb .plan_dealsdb:nth-child(1) {
    --index: 1;
}.pricing_traydb .plan_dealsdb:nth-child(2) {
    --index: 2;
}.pricing_traydb .plan_dealsdb:nth-child(3) {
    --index: 3;
}.pricing_traydb .plan_dealsdb:nth-child(4) {
    --index: 4;
}.pricing_traydb .plan_dealsdb:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.pricing_traydb .rate_carddb {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_traydb .rate_carddb::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(217,197,208), rgb(180,166,179));
    width: 100%;
    position: absolute;
    left: 0;
    height: 5px;
}.pricing_traydb .price_optsdb {
    display: flex;
    padding: 40px 30px;
    box-sizing: border-box;
    flex: 1;
    flex-direction: column;
}.pricing_traydb .price_optsdb h3 {
    font-size: 24px;
    color: #000000;
    margin-top: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
}.pricing_traydb .price_optsdb h3::after {
    bottom: -8px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background-color: rgb(217,197,208);
    left: 0;
    width: 40px;
}.pricing_traydb .plan_dealsdb:hover .price_optsdb h3::after {
    width: 70px;
}.pricing_traydb .package_dealsdb {
    padding: 8px 16px;
    position: relative;
    border-radius: 10px;
    font-weight: 700;
    margin: 10px 0 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    word-break: break-word;
    color: rgb(217,197,208);
    font-size: calc(24px * 1.2);
    overflow-wrap: break-word;
    display: inline-block;
}.pricing_traydb .price_optsdb p {
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    line-height: 1.7;
    flex-grow: 1;
    font-size: 17px;
}.pricing_traydb .photo_boxdb {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}.pricing_traydb .plan_dealsdb:hover .photo_boxdb {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.pricing_traydb .learn_subdb {
    grid-template-columns: repeat(2, 1fr);
}.pricing_traydb .price_optsdb {
    padding: 40px;
}.pricing_traydb .photo_boxdb {
    height: 220px;
}
}

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

@media (min-width: 1200px) {.pricing_traydb .learn_subdb {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_traydb .price_optsdb h3 {
    font-size: calc(24px * 1.1);
}.pricing_traydb .package_dealsdb {
    font-size: calc(24px * 1.3);
}.pricing_traydb .photo_boxdb {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_traydb {
    padding: 80px 0;
}.pricing_traydb .price_optsdb {
    padding: 30px 20px;
}.pricing_traydb .package_dealsdb {
    padding: 6px 12px;
    font-size: 24px;
}.pricing_traydb .photo_boxdb {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_traydb {
    padding: 60px 0;
}.pricing_traydb .cost_carddb h2 {
    font-size: calc(30px * 0.85);
}.pricing_traydb .price_optsdb h3 {
    font-size: calc(24px * 0.95);
}.pricing_traydb .photo_boxdb {
    height: 160px;
}}.privacy_cornerdb {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 60px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: #ffffff;
    height: auto;
}.privacy_cornerdb h1 {
    width: 100%;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 42px;
    border-bottom: 4px solid rgb(180,166,179);
    color: rgb(217,197,208);
    margin-top: 0;
    text-align: left;
    margin-bottom: 40px;
}.privacy_cornerdb h2 {
    text-align: left;
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 3px solid rgb(217,197,208);
    font-size: 28px;
    margin-bottom: 30px;
    color: rgb(180,166,179);
    width: 100%;
    font-weight: 600;
}.privacy_cornerdb ul, .privacy_cornerdb ol {
    font-size: 14px;
    padding-left: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 20px 0;
    list-style: none;
}.privacy_cornerdb li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_cornerdb li:before {
    left: -20px;
    color: rgb(180,166,179);
    content: "•";
    line-height: 1;
    position: absolute;
    font-size: 1.5em;
}.privacy_cornerdb section {
    background: none;
}.privacy_cornerdb p, .privacy_cornerdb span, .privacy_cornerdb div {
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_cornerdb {
    border-radius: 10px;
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy_cornerdb h1 {
    font-size: calc(21px - 5px);
}.privacy_cornerdb h2 {
    font-size: calc(21px - 3px);
}.privacy_cornerdb ul, .privacy_cornerdb ol {
    margin: 15px 0;
}.privacy_cornerdb li {
    padding: 8px 0;
}.privacy_cornerdb p, .privacy_cornerdb span, .privacy_cornerdb div {
    margin-bottom: 15px;
}
}
