* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.nav_mainwrapdb {
    flex: 1 0 auto;
}.skill_testdb {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1164px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    color: #000000;
}header,footer {
    width: 100%;
}.core-containerdb {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-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;
}}
.program_offeringsdb {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(221,225,228);
}.program_offeringsdb::before {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, rgb(156,180,191,0.5) 0%, transparent 50%, rgb(96,164,147,0.5) 100%);
    width: 100%;
    height: 100%;
    content: "";
}.program_offeringsdb::after {
    top: -100px;
    position: absolute;
    animation: rotate 20s linear infinite;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgb(96,164,147,0.5) 0%, transparent 80%);
    border-radius: 50%;
    right: -100px;
    z-index: 1;
    content: "";
}.program_offeringsdb .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.program_offeringsdb .knowledgedb {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}.program_offeringsdb .text_displaydb {
    display: grid;
    gap: 30px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_offeringsdb .text_displaydb h2 {
    font-weight: 700;
    grid-column: 1 / -1;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 33px;
    border-left: 4px solid rgb(156,180,191);
}.program_offeringsdb .description {
    line-height: 1.8;
    font-size: 16px;
    backdrop-filter: blur(10px);
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 23px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
}.program_offeringsdb .description:first-of-type {
    position: relative;
    overflow: hidden;
}.program_offeringsdb .description:first-of-type::before {
    width: 40px;
    top: -10px;
    content: "";
    height: 40px;
    left: -10px;
    z-index: -1;
    position: absolute;
    background-color: rgb(156,180,191,0.5);
    border-radius: 50%;
}.program_offeringsdb .description:last-of-type {
    overflow: hidden;
    position: relative;
}.program_offeringsdb .description:last-of-type::before {
    border-radius: 50%;
    background-color: rgb(96,164,147,0.5);
    right: -10px;
    width: 40px;
    bottom: -10px;
    position: absolute;
    z-index: -1;
    content: "";
    height: 40px;
}.program_offeringsdb .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.program_offeringsdb .featured_photodb {
    margin: 40px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 400px;
    overflow: hidden;
    transition: transform 0.5s ease;
    border-radius: 23px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.program_offeringsdb .featured_photodb::before {
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    top: 0;
    content: "";
}.program_offeringsdb .featured_photodb::after {
    position: absolute;
    opacity: 0.7;
    border-radius: 50%;
    filter: blur(10px);
    left: 50%;
    animation: glow 4s infinite alternate;
    top: -20px;
    width: 90%;
    height: 10px;
    transform: translateX(-50%);
    content: "";
    background: rgb(156,180,191);
}.program_offeringsdb .featured_photodb:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.program_offeringsdb {
    padding: 80px 0;
}.program_offeringsdb .featured_photodb {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.program_offeringsdb {
    padding: 60px 0;
}.program_offeringsdb .text_displaydb {
    gap: 20px;
    grid-template-columns: 1fr;
}.program_offeringsdb .description {
    padding: 25px;
}.program_offeringsdb .featured_photodb {
    margin: 25px 0;
    height: 300px;
}.program_offeringsdb h2 {
    font-size: calc(33px * 0.9);
}
}

@media screen and (max-width: 480px) {.program_offeringsdb {
    padding: 40px 0;
}.program_offeringsdb .knowledgedb {
    gap: 30px;
}.program_offeringsdb .text_displaydb h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.program_offeringsdb .description {
    font-size: calc(16px * 0.95);
    padding: 20px;
}.program_offeringsdb .featured_photodb {
    margin: 20px 0;
    height: 250px;
    transform: perspective(1000px) rotateX(0deg);
}}.cookie_dialog_noticedb {
    background: rgb(221,225,228);
    align-items: center;
    overflow: hidden;
    left: 50%;
    position: fixed;
    max-width: 600px;
    text-align: center;
    border-radius: 28px;
    bottom: 20px;
    flex-direction: column;
    z-index: 1050;
    transform: translateX(-50%);
    display: flex;
    font-family: Arial, sans-serif;
    padding: 20px;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}.data_policydb {
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.cookie_tipsdb {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookie_tipsdb svg, .cookie_tipsdb svg path, .cookie_tipsdb img {
    height: 80px;
    width: 80px;
    fill: rgb(156,180,191);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_dialog_noticedb h5 {
    color: rgb(156,180,191);
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 700;
}.cookie_dialog_noticedb p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}.learn_cookiesdb {
    padding: 10px 20px;
    cursor: pointer;
    background: rgb(156,180,191);
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
    margin: 5px;
    display: inline-block;
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    border-radius: 10px;
    font-size: 19px;
}.learn_cookiesdb:hover {
    transform: translateY(-3px);
    background: rgb(96,164,147);
}.cookie_button.consent_complydb {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.consent_complydb:hover {
    background: rgb(96,164,147,0.5);
}.cookie_dialog_noticedb p a {
    color: rgb(156,180,191);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookie_dialog_noticedb p a:hover {
    color: rgb(96,164,147);
}
@media only screen and (max-width: 600px) {.cookie_dialog_noticedb {
    transform: none;
    border-radius: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}.data_policydb {
    padding: 15px;
}.cookie_tipsdb svg {
    height: 50px;
    width: 50px;
}.cookie_dialog_noticedb h5 {
    font-size: calc(23px - 2px);
}.cookie_dialog_noticedb p {
    font-size: calc(16px - 2px);
}.learn_cookiesdb {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(19px - 2px);
}}
#dataPrivacyBannerdb {
    display: none;
}#dataPrivacyBannerdb:checked ~ .cookie_dialog_noticedb {
    visibility: hidden;
    opacity: 0;
}footer {
    position: relative;
    width: 100%;
}footer .skill_testdb {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(156,180,191) 100%);
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}footer .skill_testdb::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    opacity: 0.05;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
}footer .skill_testdb::after {
    background: linear-gradient(90deg, 
        rgb(156,180,191) 0%, 
        rgb(96,164,147) 50%, 
        rgb(156,180,191) 100%);
    width: 100%;
    position: absolute;
    animation: glowBorder 3s infinite linear;
    left: 0;
    content: '';
    height: 3px;
    top: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .skill_testdb .container {
    z-index: 2;
    position: relative;
}footer .qna_boarddb {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .assist_supportdb {
    gap: 30px;
    margin-bottom: 30px;
    display: flex;
    padding-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}footer .assist_supportdb::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(96,164,147,0.5) 50%, 
        transparent 100%);
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
}footer .info_item {
    backdrop-filter: blur(5px);
    flex: 1;
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px;
    transform: translateY(0);
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ffffff;
    gap: 10px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    font-size: 13px;
}footer .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(96,164,147);
    flex-shrink: 0;
    height: 20px;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(96,164,147);
}footer .text_main_holder {
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}footer .top_masterdb {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}footer .top_masterdb svg {
    filter: drop-shadow(0 0 5px rgb(156,180,191,0.5));
    max-width: 160px;
    height: auto;
}footer .cert_blockdb {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
    max-width: 300px;
    font-weight: 300;
    line-height: 1.5;
}footer .top_classdb {
    display: flex;
    gap: 20px;
    flex-direction: column;
}footer .top_classdb h5 {
    position: relative;
    margin-bottom: 5px;
    font-size: 23px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}footer .top_classdb h5::after {
    background: rgb(96,164,147);
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 50px;
    border-radius: 10px;
    content: '';
}footer .first_sectiondb {
    gap: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}footer .first_sectiondb a {
    padding-left: 15px;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}footer .first_sectiondb a::before {
    width: 6px;
    height: 6px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    content: '';
    opacity: 0.7;
    position: absolute;
    background: rgb(96,164,147);
    border-radius: 50%;
    top: 50%;
    left: 0;
}footer .first_sectiondb a:hover {
    color: rgb(96,164,147);
    transform: translateX(5px);
    opacity: 1;
}footer .first_sectiondb a:hover::before {
    box-shadow: 0 0 10px rgb(96,164,147);
    width: 8px;
    opacity: 1;
    height: 8px;
}footer .subscribe_holder {
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 21px;
    transition: all 0.5s ease;
    gap: 15px;
    display: flex;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 13px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 14px 15px;
    width: 100%;
    color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(96,164,147,0.5);
    border-color: rgb(96,164,147);
}footer .join_blockdb {
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(96,164,147) 0%, rgb(156,180,191) 100%);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    padding: 12px 24px;
    letter-spacing: 1px;
    font-weight: 600;
}footer .join_blockdb::before {
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: 0.6s;
    height: 100%;
    left: -100%;
}footer .join_blockdb:hover::before {
    left: 100%;
}footer .join_blockdb:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .a11y_toolsdb {
    text-align: center;
    position: relative;
    padding-top: 30px;
}footer .a11y_toolsdb::before {
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(96,164,147,0.5) 50%, 
        transparent 100%);
}footer .news_feeddb {
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

@media (max-width: 992px) {footer .skill_testdb {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .assist_supportdb {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .skill_testdb {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top_classdb {
    gap: 15px;
}footer .assist_supportdb {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .join_blockdb {
    width: 100%;
}
}

@media (max-width: 576px) {footer .skill_testdb {
    padding: 40px 0 30px;
}footer .top_masterdb {
    text-align: center;
    margin: 0 auto;
    align-items: center;
}footer .cert_blockdb {
    text-align: center;
    margin: 0 auto;
}footer .top_classdb h5 {
    text-align: center;
}footer .top_classdb h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .first_sectiondb {
    align-items: center;
}footer .first_sectiondb a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.our_backgrounddb {
    background: rgb(221,225,228);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our_backgrounddb::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
                rgb(156,180,191,0.5) 0%, 
                transparent 25%);
    left: 0;
    content: "";
    z-index: 1;
}.our_backgrounddb::after {
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(225deg, 
                rgb(96,164,147,0.5) 0%, 
                transparent 25%);
    right: 0;
    top: 0;
}.our_backgrounddb .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
}.our_backgrounddb h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
    font-size: 33px;
}.our_backgrounddb h2::after {
    background: rgb(156,180,191);
    bottom: -20px;
    content: "";
    left: 50%;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 80px;
}.our_backgrounddb .mentor_teamdb {
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
    gap: 40px;
}.our_backgrounddb .mastery_centerdb {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    flex-direction: column;
    border-radius: 12px;
    display: flex;
}.our_backgrounddb .mastery_centerdb:first-child {
    grid-column: 1;
    transform-origin: left center;
    grid-row: 1 / span 2;
}.our_backgrounddb .mastery_centerdb:nth-child(2) {
    transform-origin: right center;
    grid-column: 2;
    grid-row: 1 / span 2;
}.our_backgrounddb .mastery_centerdb:hover {
    z-index: 10;
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.our_backgrounddb .mastery_centerdb h3 {
    position: relative;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    background: rgb(156,180,191);
    z-index: 2;
    font-size: 24px;
    padding: 20px 30px;
}.our_backgrounddb .mastery_centerdb:nth-child(2) h3 {
    background: rgb(96,164,147);
}.our_backgrounddb .mastery_centerdb p {
    flex-grow: 1;
    color: #000000;
    position: relative;
    margin: 0;
    display: flex;
    line-height: 1.8;
    font-size: 12px;
    z-index: 1;
    align-items: center;
    padding: 30px;
}.our_backgrounddb .mastery_centerdb p::first-letter {
    font-weight: 700;
    line-height: 1;
    color: rgb(156,180,191);
    margin-right: 8px;
    float: left;
    font-size: calc(12px * 1.8);
}.our_backgrounddb .mastery_centerdb:nth-child(2) p::first-letter {
    color: rgb(96,164,147);
}.our_backgrounddb .mastery_centerdb::before {
    content: "";
    bottom: 0;
    height: 100px;
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(156,180,191,0.5), 0.1) 50%);
    position: absolute;
    width: 100px;
}.our_backgrounddb .mastery_centerdb:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(96,164,147,0.5), 0.1) 50%);
}.our_backgrounddb .mastery_centerdb::after {
    width: 100%;
    position: absolute;
    z-index: 3;
    background: linear-gradient(90deg, rgb(156,180,191), transparent);
    right: 0;
    content: "";
    top: 0;
    height: 5px;
}.our_backgrounddb .mastery_centerdb:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(96,164,147), transparent);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}


@media screen and (max-width: 991px) {.our_backgrounddb {
    padding: 90px 0;
}.our_backgrounddb h2 {
    margin-bottom: 60px;
}.our_backgrounddb .mentor_teamdb {
    gap: 30px;
}
}

@media screen and (max-width: 768px) {.our_backgrounddb {
    padding: 70px 0;
}.our_backgrounddb h2 {
    margin-bottom: 50px;
}.our_backgrounddb .mentor_teamdb {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
}.our_backgrounddb .mastery_centerdb:first-child,
    .our_backgrounddb .mastery_centerdb:nth-child(2) {
    grid-column: 1;
    grid-row: auto;
}
}

@media screen and (max-width: 576px) {.our_backgrounddb {
    padding: 60px 0;
}.our_backgrounddb .container {
    padding: 0 15px;
}.our_backgrounddb h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.our_backgrounddb h2::after {
    bottom: -15px;
    height: 3px;
    width: 60px;
}.our_backgrounddb .mastery_centerdb h3 {
    font-size: calc(24px * 0.9);
    padding: 15px 20px;
}.our_backgrounddb .mastery_centerdb p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    padding: 20px;
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(156,180,191,0.5) 0%, rgb(96,164,147,0.5) 100%);
    z-index: 100;
    margin-top: 0;
    position: relative;
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}header::before {
    position: absolute;
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(156,180,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(96,164,147,0.5) 0%, transparent 30%);
    top: 0;
    left: 0;
    opacity: 0.5;
    height: 100%;
    content: '';
    width: 100%;
}header .first_pagebardb {
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 5;
    position: relative;
}header .top_masterdb {
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    flex: 0 0 auto;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 0.8rem 1.2rem;
}header .top_masterdb:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .top_pagewrapdb {
    transition: all 0.3s ease;
    display: block;
}header .top_pagewrapdb img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .top_classdb {
    list-style: none;
    display: flex;
    position: relative;
    margin: 0;
    z-index: 2;
    padding: 0;
}header .header_mentordb {
    position: relative;
    margin: 0 0.3rem;
}header .header_mentordb a {
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    display: block;
    backdrop-filter: blur(5px);
    color: #ffffff;
    font-size: 18px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    z-index: 1;
}header .header_mentordb a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}header .header_mentordb a::before {
    top: 0;
    position: absolute;
    content: '';
    opacity: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    z-index: -1;
    border-radius: 25px;
    transition: opacity 0.3s ease;
    height: 100%;
}header .header_mentordb a:hover::before {
    opacity: 1;
}header .header_mentordb::after {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    transition: width 0.3s ease;
    width: 0;
    background: #ffffff;
    position: absolute;
    opacity: 0.7;
    border-radius: 10px;
    bottom: -3px;
    content: '';
}header .header_mentordb:hover::after {
    width: 70%;
}header .first_pagebardb::before {
    position: absolute;
    height: 100px;
    top: -20px;
    opacity: 0.5;
    width: 100px;
    z-index: -1;
    filter: blur(40px);
    right: -20px;
    background: rgb(156,180,191,0.5);
    content: '';
    border-radius: 50%;
}header .first_pagebardb::after {
    filter: blur(30px);
    opacity: 0.5;
    background: rgb(96,164,147,0.5);
    bottom: -20px;
    z-index: -1;
    height: 80px;
    left: -20px;
    width: 80px;
    border-radius: 50%;
    content: '';
    position: absolute;
}header .nav_mainwrapdb {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(221,225,228);
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .top_masterdb::after {
    position: absolute;
    transition: all 0.4s ease;
    left: 0;
    height: 20px;
    opacity: 0.5;
    content: '';
    width: 100%;
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
}header .top_masterdb:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .first_pagebardb {
    max-width: 1320px;
    margin: 0 auto;
}header .header_mentordb {
    margin: 0 0.5rem;
}header .header_mentordb a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .first_pagebardb {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .top_masterdb {
    padding: 0.6rem 1rem;
    margin-bottom: 0;
    border-radius: 10px;
}header .top_classdb {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .header_mentordb a {
    border-radius: 10px;
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}header .first_pagebardb::before,
    header .first_pagebardb::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first_pagebardb {
    padding: 0.8rem 1.2rem;
}header .top_masterdb {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .top_pagewrapdb img {
    max-height: 35px;
}header .top_classdb {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
}header .top_classdb::-webkit-scrollbar {
    height: 3px;
}header .top_classdb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .header_mentordb {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .header_mentordb a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    font-size: calc(18px - 2px);
}header .header_mentordb::after {
    display: none;
}header .top_masterdb::after {
    display: none;
}
}

@media (max-width: 479px) {header .first_pagebardb {
    padding: 0.7rem 1rem;
}header .top_masterdb {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .header_mentordb a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}}.secure_cachedb {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    transition: all 0.3s ease;
}.secure_cachedb h1 {
    font-size: 48px;
    text-align: center;
    margin-top: 40px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}.secure_cachedb h2 {
    margin-top: 35px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 34px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.secure_cachedb h4,.secure_cachedb h3, .secure_cachedb h5 {
    color: #ffffff;
}.secure_cachedb ul {
    list-style-type: none;
    padding-left: 0;
}.secure_cachedb li {
    transition: background 0.3s ease;
    background: rgb(156,180,191,0.5);
    padding: 10px;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}.secure_cachedb li:hover {
    color: #ffffff;
    background: rgb(156,180,191);
}.secure_cachedb div {
    color: #000000;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 20px;
    border-radius: 24px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    background: rgb(221,225,228);
    font-family: Arial, sans-serif;
}.secure_cachedb p, .secure_cachedb span {
    line-height: 1.8;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.secure_cachedb {
    padding: 20px;
}.secure_cachedb h1 {
    margin-top: 30px;
    font-size: calc(18px - 4px);
    margin-bottom: 20px;
}.secure_cachedb h2 {
    font-size: calc(18px - 4px);
    margin-bottom: 15px;
    margin-top: 25px;
}.secure_cachedb li {
    margin-bottom: 10px;
    padding: 8px;
}.secure_cachedb div {
    padding: 10px;
}}.contact_paneldb {
    position: relative;
    background: #000000;
    overflow: hidden;
    padding: 100px 0;
}.contact_paneldb::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 10% 20%, rgb(156,180,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(96,164,147,0.5) 0%, transparent 40%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}.contact_paneldb::after {
    background: 
        linear-gradient(90deg, transparent 95%, rgb(156,180,191,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(96,164,147,0.5) 95.5%, transparent 96%);
    opacity: 0.1;
    top: 0;
    background-size: 20px 20px;
    z-index: 1;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.contact_paneldb .featured_photodb {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
}.contact_paneldb .featured_photodb::before {
    right: 0;
    content: '';
    height: 100%;
    top: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    width: 100%;
    position: absolute;
}.contact_paneldb .featured_photodb::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}.contact_paneldb .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.contact_paneldb h3 {
    font-weight: 700;
    margin-bottom: 60px;
    text-shadow: 
        0 0 5px rgb(156,180,191),
        0 0 10px rgb(156,180,191),
        0 0 15px rgb(156,180,191);
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 31px;
    text-transform: uppercase;
    text-align: center;
}.contact_paneldb .support_inquirydb {
    max-width: 1100px;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(156,180,191,0.5),
        0 0 20px rgb(96,164,147,0.5);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(30, 30, 30, 0.7);
    margin: 0 auto;
    display: flex;
}.contact_paneldb .help_querydb {
    position: relative;
    flex: 3;
    padding: 50px;
}.contact_paneldb form h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 22px;
    text-shadow: 0 0 5px rgb(156,180,191);
}.contact_paneldb input[type="text"],
.contact_paneldb textarea {
    width: 100%;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(rgb(156,180,191,0.5), 0.3);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
}.contact_paneldb input[type="text"]:focus,
.contact_paneldb textarea:focus {
    border-color: rgb(156,180,191);
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(156,180,191,0.5);
    outline: none;
}.contact_paneldb input[type="text"]::placeholder,
.contact_paneldb textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_paneldb textarea {
    height: 140px;
    resize: none;
}.contact_paneldb .help_supportdb {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
}.contact_paneldb .help_supportdb input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_paneldb .help_supportdb label {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    font-size: 16px;
}.contact_paneldb .help_supportdb label::before {
    border-radius: 10px;
    content: '';
    transition: all 0.3s ease;
    border: 1px solid rgb(156,180,191);
    position: absolute;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 2px;
    width: 20px;
    box-shadow: 0 0 5px rgb(156,180,191,0.5);
}.contact_paneldb .help_supportdb input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 8px rgb(156,180,191);
    background: rgb(156,180,191);
}.contact_paneldb .help_supportdb input[type="checkbox"]:checked + label::after {
    content: '';
    height: 12px;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 5px;
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
    left: 7px;
}.contact_paneldb .help_supportdb a {
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgb(156,180,191);
    color: rgb(156,180,191);
    text-decoration: none;
}.contact_paneldb .help_supportdb a:hover {
    color: rgb(96,164,147);
    text-shadow: 0 0 5px rgb(96,164,147);
}.contact_paneldb .inquiry_reachdb {
    border: none;
    background: rgb(156,180,191);
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 15px 35px;
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 15px rgb(156,180,191,0.5);
    transition: all 0.3s ease;
}.contact_paneldb .inquiry_reachdb::before {
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.contact_paneldb .inquiry_reachdb:hover {
    box-shadow: 0 0 20px rgb(96,164,147);
    transform: translateY(-3px);
    background: rgb(96,164,147);
}.contact_paneldb .inquiry_reachdb:hover::before {
    left: 100%;
}.contact_paneldb .feedback_linksdb {
    padding: 50px;
    flex: 2;
    justify-content: center;
    position: relative;
    backdrop-filter: blur(5px);
    flex-direction: column;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
}.contact_paneldb .feedback_linksdb::before {
    top: 0;
    position: absolute;
    opacity: 0.1;
    content: '';
    background: linear-gradient(135deg, rgb(156,180,191,0.5) 0%, transparent 100%);
    width: 100%;
    left: 0;
    height: 100%;
}.contact_paneldb .feedback_linksdb h4 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    text-shadow: 0 0 5px rgb(156,180,191);
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_paneldb .feedback_linksdb h4::after {
    width: 50px;
    background: rgb(156,180,191);
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    box-shadow: 0 0 5px rgb(156,180,191);
    content: '';
}.contact_paneldb .support_griddb {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_paneldb .support_griddb li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}.contact_paneldb .support_griddb li:hover {
    transform: translateX(5px);
}.contact_paneldb .support_griddb svg {
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 2px;
    width: 24px;
    height: 24px;
}.contact_paneldb .support_griddb svg path {
    filter: drop-shadow(0 0 3px rgb(156,180,191));
    transition: fill 0.3s ease;
    fill: rgb(156,180,191);
}.contact_paneldb .support_griddb li:hover svg path {
    fill: rgb(96,164,147);
    filter: drop-shadow(0 0 5px rgb(96,164,147));
}.contact_paneldb .support_griddb span {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.6;
}.contact_paneldb .support_griddb a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_paneldb .support_griddb a:hover {
    text-shadow: 0 0 5px rgb(156,180,191,0.5);
    color: rgb(156,180,191);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(156,180,191,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.contact_paneldb .featured_photodb {
    width: 100%;
    height: 40%;
    opacity: 0.3;
}.contact_paneldb .support_inquirydb {
    flex-direction: column;
    max-width: 700px;
}.contact_paneldb .help_querydb,
    .contact_paneldb .feedback_linksdb {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.contact_paneldb {
    padding: 80px 0;
}.contact_paneldb h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.contact_paneldb .help_querydb,
    .contact_paneldb .feedback_linksdb {
    padding: 30px;
}.contact_paneldb form h3,
    .contact_paneldb .feedback_linksdb h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.contact_paneldb {
    padding: 60px 0;
}.contact_paneldb h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.contact_paneldb .help_querydb,
    .contact_paneldb .feedback_linksdb {
    padding: 25px 20px;
}.contact_paneldb input[type="text"],
    .contact_paneldb textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_paneldb .inquiry_reachdb {
    width: 100%;
    padding: 12px;
}}.appAreadb {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgb(156,180,191,0.5) 100%);
    overflow: hidden;
}.appAreadb::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(230deg, rgb(96,164,147,0.5) 10%, transparent 80%);
    right: 0;
    width: 40%;
    top: 0;
    content: "";
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}.appAreadb::after {
    width: 20rem;
    border-radius: 50%;
    bottom: -5rem;
    content: "";
    position: absolute;
    left: -5rem;
    animation: pulse 8s infinite ease-in-out;
    height: 20rem;
    z-index: 0;
    background: linear-gradient(45deg, rgb(156,180,191,0.5) 0%, transparent 70%);
    filter: blur(30px);
}.appAreadb .container {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.appAreadb h2 {
    line-height: 1.3;
    font-size: 36px;
    transform-origin: left center;
    position: relative;
    margin-bottom: 3rem;
    max-width: 90%;
    animation: slideInTitle 0.8s ease-out forwards;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.appAreadb h2::after {
    left: 0;
    height: 0.3rem;
    width: 6rem;
    content: "";
    background: linear-gradient(90deg, rgb(156,180,191) 0%, rgb(96,164,147) 100%);
    transform-origin: left;
    bottom: -1rem;
    transform: scaleX(0);
    position: absolute;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.appAreadb .learn_trainingdb {
    padding: 3rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.appAreadb .learn_trainingdb::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(96,164,147,0.5) 150%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    content: "";
}.appAreadb ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.appAreadb li {
    position: relative;
    padding-left: 2rem;
}.appAreadb li::before {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    transform: rotate(45deg) scale(0);
    top: 0.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    background: rgb(156,180,191);
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.appAreadb span {
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    display: block;
    color: #000000;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

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

@media (max-width: 992px) {.appAreadb {
    padding: 4rem 0;
}.appAreadb h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.appAreadb .learn_trainingdb {
    padding: 2.5rem;
}.appAreadb::before {
    width: 30%;
}
}

@media (max-width: 768px) {.appAreadb {
    padding: 3.5rem 0;
}.appAreadb h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.4;
}.appAreadb .learn_trainingdb {
    padding: 2rem;
}.appAreadb .container {
    transform: perspective(1000px) rotateX(1deg);
}.appAreadb::before {
    width: 25%;
}.appAreadb li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.appAreadb {
    padding: 3rem 0;
}.appAreadb h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 2rem;
}.appAreadb h2::after {
    height: 0.25rem;
    bottom: -0.75rem;
    width: 5rem;
}.appAreadb .learn_trainingdb {
    padding: 1.5rem;
}.appAreadb .container {
    padding: 0 1.5rem;
    transform: none;
}.appAreadb::before {
    display: none;
}.appAreadb li {
    padding-left: 1.5rem;
}.appAreadb li::before {
    top: 0.4rem;
    height: 0.5rem;
    width: 0.5rem;
}.appAreadb span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}header .top_plank {
    background: rgb(156,180,191);
    color:  #ffffff;
}header .top_plank .top_edgedb div svg, header .top_plank .top_edgedb div svg path {
    fill: #ffffff;
}header .top_plank .top_edgedb div span {
    color: #ffffff;
}header .top_plank .top_edgedb {
    align-items: center;
    padding: 15px 0 10px 0;
    width: 100%;
    display: flex;
    line-height: 21px;
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: flex-start;
}header .top_plank .top_edgedb div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .top_edgedb div img, header .top_plank .top_edgedb div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.welcome_pagedb {
    overflow: hidden;
    font-family: Arial, sans-serif;
    height: 100vh;
    width: 100%;
    position: relative;
    min-height: 600px;
}.welcome_pagedb .course_opendb {
    display: flex;
    align-items: center;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    justify-content: center;
    width: 100%;
}.welcome_pagedb .course_opendb::before {
    background: linear-gradient(135deg, rgb(156,180,191,0.5), rgba(0, 0, 0, 0.5) 80%);
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}.welcome_pagedb .knowledge_prodb {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    transition: transform 0.5s ease-out;
    z-index: 2;
    backdrop-filter: blur(10px);
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    width: 92%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.welcome_pagedb .knowledge_prodb:hover {
    transform: perspective(1000px) rotateX(0deg);
}.welcome_pagedb .knowledge_prodb::before {
    bottom: -5px;
    position: absolute;
    filter: blur(15px);
    opacity: 0.5;
    top: -5px;
    background: linear-gradient(45deg, rgb(156,180,191), transparent, rgb(96,164,147));
    left: -5px;
    transition: opacity 0.3s ease;
    content: "";
    right: -5px;
    z-index: -1;
}.welcome_pagedb .knowledge_prodb:hover::before {
    opacity: 0.8;
}.welcome_pagedb .knowledge_prodb > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.welcome_pagedb .knowledge_prodb > div:first-child::after {
    transition: width 0.4s ease-in-out;
    position: absolute;
    width: 60px;
    content: "";
    bottom: -1rem;
    left: 0;
    height: 4px;
    background: rgb(156,180,191);
}.welcome_pagedb .knowledge_prodb:hover > div:first-child::after {
    width: 100px;
}.welcome_pagedb .title_style_header {
    font-size: clamp(2.5rem, 5vw, 42px);
    color: #ffffff;
    animation: fadeInUp 0.8s forwards 0.2s;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.welcome_pagedb h3 {
    font-size: clamp(1.25rem, 3vw, 18px);
    animation: fadeInUp 0.8s forwards 0.4s;
    line-height: 1.5;
    color: #ffffff;
    transform: translateY(10px);
    font-weight: 600;
    opacity: 0;
    margin: 0 0 1.5rem;
}.welcome_pagedb p {
    font-size: clamp(1rem, 2vw, 15px);
    max-width: 800px;
    margin: 0;
    transform: translateY(10px);
    opacity: 0;
    padding-left: 20px;
    line-height: 1.6;
    animation: fadeInUp 0.8s forwards 0.6s;
    position: relative;
    color: #ffffff;
}.welcome_pagedb p::before {
    height: 8px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    top: 50%;
    background: rgb(156,180,191);
    content: "";
    border-radius: 50%;
}.welcome_pagedb .knowledge_prodb > div:last-child {
    border-left: 2px solid rgb(156,180,191,0.5);
    padding-left: 1rem;
    position: relative;
}

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

@media (max-width: 992px) {.welcome_pagedb {
    min-height: 500px;
    height: auto;
}.welcome_pagedb .knowledge_prodb {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.welcome_pagedb .knowledge_prodb {
    transform: none;
    padding: 2rem 1.5rem;
}.welcome_pagedb .title_style_header {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.welcome_pagedb h3 {
    font-size: clamp(1.1rem, 5vw, 1.25rem);
}.welcome_pagedb p {
    font-size: clamp(0.9rem, 4vw, 1rem);
}.welcome_pagedb .knowledge_prodb > div:last-child {
    padding-left: 0.5rem;
}
}

@media (max-width: 576px) {.welcome_pagedb {
    min-height: 450px;
}.welcome_pagedb .knowledge_prodb {
    padding: 1.5rem 1rem;
    width: 95%;
}.welcome_pagedb .knowledge_prodb > div:first-child::after {
    width: 40px;
    height: 3px;
}.welcome_pagedb .knowledge_prodb:hover > div:first-child::after {
    width: 60px;
}.welcome_pagedb .knowledge_prodb > div:last-child {
    border-left: 1px solid rgb(156,180,191,0.5);
}
}

@media (prefers-reduced-motion: reduce) {.welcome_pagedb .knowledge_prodb,
  .welcome_pagedb .knowledge_prodb:hover,
  .welcome_pagedb .knowledge_prodb::before,
  .welcome_pagedb .knowledge_prodb:hover::before,
  .welcome_pagedb .knowledge_prodb > div:first-child::after,
  .welcome_pagedb .knowledge_prodb:hover > div:first-child::after {
    transition: none;
    transform: none;
    animation: none;
}.welcome_pagedb .title_style_header,
  .welcome_pagedb h3,
  .welcome_pagedb p {
    opacity: 1;
    animation: none;
    transform: none;
}}.mentorship_profiledb {
    overflow: hidden;
    background: rgb(221,225,228);
    border-radius: 27px;
    padding: 4rem 2rem;
    position: relative;
}.mentorship_profiledb::before {
    height: 100%;
    background-image: linear-gradient(rgb(156,180,191,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(156,180,191,0.5) 1px, transparent 1px);
    content: "";
    left: 0;
    top: 0;
    animation: grid-shift 30s linear infinite;
    background-size: 20px 20px;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.2;
}.mentorship_profiledb .student_praisedb {
    margin: 0 auto;
    z-index: 2;
    grid-template-columns: 45% 55%;
    gap: 0;
    position: relative;
    display: grid;
    max-width: 900px;
}.mentorship_profiledb .featured_photodb {
    filter: grayscale(60%);
    position: relative;
    min-height: 400px;
    transition: filter 0.6s ease;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 2;
}.mentorship_profiledb .featured_photodb::before {
    right: 20px;
    transition: all 0.5s ease;
    position: absolute;
    transform: scale(0.9);
    mix-blend-mode: overlay;
    opacity: 0;
    content: "";
    border: 1px solid #ffffff;
    top: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 3;
}.mentorship_profiledb .student_praisedb:hover .featured_photodb {
    filter: grayscale(0%);
}.mentorship_profiledb .student_praisedb:hover .featured_photodb::before {
    transform: scale(1);
    opacity: 0.8;
}.mentorship_profiledb .job_contentdb {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 3;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    margin-left: -10%;
    flex-direction: column;
    position: relative;
    padding: 2rem 2rem 2rem 4rem;
    display: flex;
    justify-content: center;
}.mentorship_profiledb .job_contentdb::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(156,180,191), rgb(96,164,147));
    width: 10px;
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
}.mentorship_profiledb .student_praisedb:hover .job_contentdb::before {
    width: 15px;
}.mentorship_profiledb .name {
    transform: translateX(20px);
    font-weight: 700;
    transition: all 0.4s ease;
    letter-spacing: -1px;
    margin-bottom: 0.8rem;
    font-size: calc(34px * 1.2);
    font-family: Arial, sans-serif;
    opacity: 0.9;
    line-height: 1.1;
    color: rgb(156,180,191);
}.mentorship_profiledb .student_praisedb:hover .name {
    opacity: 1;
    transform: translateX(0);
}.mentorship_profiledb .job_contentdb > div:nth-child(2) {
    color: rgb(96,164,147);
    transition: all 0.4s ease 0.1s;
    opacity: 0.7;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    transform: translateX(15px);
    margin-bottom: 2rem;
}.mentorship_profiledb .student_praisedb:hover .job_contentdb > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.mentorship_profiledb .emp_highlightsdb {
    position: relative;
    color: #000000;
    opacity: 0.8;
    transition: all 0.4s ease 0.2s;
    font-size: 13px;
    line-height: 1.8;
    transform: translateX(10px);
}.mentorship_profiledb .emp_highlightsdb::first-letter {
    font-size: 1.6em;
    color: rgb(156,180,191);
    font-weight: 700;
}.mentorship_profiledb .student_praisedb:hover .emp_highlightsdb {
    transform: translateX(0);
    opacity: 1;
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.mentorship_profiledb .student_praisedb {
    grid-template-columns: 1fr;
}.mentorship_profiledb .featured_photodb {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.mentorship_profiledb .job_contentdb {
    margin-left: 0;
    padding: 3rem 2rem 2rem;
    margin-top: -50px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}}.plan_boxdb {
    background: rgb(221,225,228);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_boxdb::before {
    content: "";
    z-index: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(156,180,191,0.5), rgb(96,164,147,0.5));
    opacity: 0.08;
    top: 0;
    left: 0;
    width: 100%;
}.plan_boxdb .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    max-width: 1320px;
}.plan_boxdb .pricing_feesdb {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.plan_boxdb .package_pricedb {
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 800px;
}.plan_boxdb .package_pricedb h2 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 33px;
    color: #000000;
    margin-bottom: 20px;
}.plan_boxdb .package_pricedb h2::after {
    border-radius: 3px;
    width: 80px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    height: 3px;
}.plan_boxdb .learning_packagedb {
    font-size: 12px;
    max-width: 600px;
    margin-top: 20px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}.plan_boxdb .learning_plandb {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
    width: 100%;
}.plan_boxdb .fee_dealsdb {
    text-decoration: none;
    display: block;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.plan_boxdb .fee_dealsdb:hover {
    transform: translateY(-8px);
}.plan_boxdb .pricing_schemesdb {
    overflow: hidden;
    height: 100%;
    display: flex;
    border-radius: 16px;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    flex-direction: column;
}.plan_boxdb .fee_dealsdb:hover .pricing_schemesdb {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.plan_boxdb .study_costdb {
    position: relative;
    padding: 30px;
    z-index: 2;
    flex: 1;
}.plan_boxdb .study_costdb h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 21px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: 600;
    display: inline-block;
}.plan_boxdb .study_costdb h3::after {
    width: 40px;
    left: 0;
    background: rgb(156,180,191);
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    border-radius: 2px;
    height: 3px;
}.plan_boxdb .fee_dealsdb:hover .study_costdb h3::after {
    width: 60px;
}.plan_boxdb .promo_ratesdb {
    font-weight: 700;
    color: rgb(156,180,191);
    color: transparent;
    display: inline-block;
    font-size: 1.8rem;
    background: linear-gradient(135deg, rgb(156,180,191), rgb(96,164,147));
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    position: relative;
    background-clip: text !important;
}.plan_boxdb .promo_ratesdb::before {
    width: 100%;
    content: "";
    bottom: -5px;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(156,180,191,0.5), transparent);
    left: 0;
}.plan_boxdb .study_costdb p {
    position: relative;
    word-break: break-word;
    font-size: calc(12px - 2px);
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 20px;
}.plan_boxdb .featured_photodb {
    transition: all 0.5s ease;
    overflow: hidden;
    height: 220px;
    border-radius: 0 0 12px 12px;
    width: 100%;
    position: relative;
}.plan_boxdb .featured_photodb::after {
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    content: "";
    right: 0;
}.plan_boxdb .fee_dealsdb:hover .featured_photodb::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.plan_boxdb .learning_plandb {
    grid-template-columns: repeat(2, 1fr);
}.plan_boxdb .pricing_schemesdb {
    height: 100%;
}.plan_boxdb .featured_photodb {
    height: 240px;
}
}

@media (min-width: 992px) {.plan_boxdb {
    padding: 160px 0;
}.plan_boxdb .pricing_feesdb {
    align-items: center;
    flex-direction: row;
    gap: 80px;
}.plan_boxdb .package_pricedb {
    text-align: left;
    flex: 0 0 30%;
    padding: 0;
}.plan_boxdb .package_pricedb h2 {
    font-size: calc(33px + 4px);
}.plan_boxdb .package_pricedb h2::after {
    left: 0;
    transform: none;
}.plan_boxdb .learning_packagedb {
    margin-left: 0;
}.plan_boxdb .learning_plandb {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_boxdb .learning_plandb {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_boxdb .study_costdb {
    padding: 40px;
}.plan_boxdb .featured_photodb {
    height: 260px;
}.plan_boxdb .fee_dealsdb:nth-child(odd) {
    transform: translateY(20px);
}.plan_boxdb .fee_dealsdb:nth-child(odd):hover {
    transform: translateY(12px);
}.plan_boxdb .fee_dealsdb:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.plan_boxdb .fee_dealsdb:active .pricing_schemesdb {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}

@media (max-width: 767px) {.plan_boxdb {
    padding: 80px 0;
}.plan_boxdb .pricing_feesdb {
    gap: 40px;
}.plan_boxdb .package_pricedb h2 {
    font-size: calc(33px - 4px);
}.plan_boxdb .featured_photodb {
    height: 200px;
}.plan_boxdb .study_costdb {
    padding: 25px;
}.plan_boxdb .promo_ratesdb {
    font-size: 1.5rem;
}}.stay_connecteddb {
    background: linear-gradient(135deg, rgb(156,180,191), rgb(156,180,191,0.5));
    padding: 4rem 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.stay_connecteddb::before {
    background: 
        radial-gradient(
            circle at 20% 30%, 
            rgb(96,164,147,0.5) 0%, 
            transparent 25%
        ),
        radial-gradient(
            circle at 80% 70%, 
            rgb(96,164,147,0.5) 0%, 
            transparent 30%
        );
    height: 110%;
    left: -5%;
    position: absolute;
    transform: rotate(-3deg);
    z-index: -1;
    content: "";
    opacity: 0.15;
    width: 110%;
    top: -5%;
}.stay_connecteddb .container {
    width: 90%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.stay_connecteddb .learn_trainingdb {
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    gap: 2rem;
    backdrop-filter: blur(8px);
    display: grid;
    transform: translateZ(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
}.stay_connecteddb .learn_trainingdb::after {
    left: 30%;
    width: 40%;
    content: "";
    bottom: -1px;
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(96,164,147,0.5), transparent);
    height: 1px;
}.stay_connecteddb h4 {
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: calc(20px * 0.9);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 2;
}.stay_connecteddb .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 1rem;
    z-index: 2;
}.stay_connecteddb .input_holder span {
    display: block;
    position: relative;
}.stay_connecteddb .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
}.stay_connecteddb .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}.stay_connecteddb .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(96,164,147,0.5);
    box-shadow: 0 0 0 3px rgb(96,164,147,0.5);
}.stay_connecteddb .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.4);
}.stay_connecteddb .input_holder .inquiry_reachdb {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    width: 100%;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    background: rgb(96,164,147);
    cursor: pointer;
    padding: 1rem 1.5rem;
    overflow: hidden;
    font-size: 20px;
}.stay_connecteddb .input_holder .inquiry_reachdb::before {
    content: "";
    width: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
    left: -100%;
}.stay_connecteddb .input_holder .inquiry_reachdb:hover {
    background: rgb(96,164,147);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.stay_connecteddb .input_holder .inquiry_reachdb:hover::before {
    left: 100%;
}.stay_connecteddb .input_holder .inquiry_reachdb:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.stay_connecteddb .learn_trainingdb {
    padding: 3rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.stay_connecteddb h4 {
    font-size: 20px;
}.stay_connecteddb .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay_connecteddb .input_holder span:first-child {
    flex: 1;
}.stay_connecteddb .input_holder .inquiry_reachdb {
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 992px) {.stay_connecteddb {
    padding: 5rem 0;
}.stay_connecteddb .learn_trainingdb {
    gap: 4rem;
    padding: 4rem;
}.stay_connecteddb h4 {
    font-size: calc(20px * 1.1);
    max-width: 90%;
}.stay_connecteddb .input_holder input[type="email"] {
    height: 100%;
}
}

@media (min-width: 1200px) {.stay_connecteddb .learn_trainingdb {
    grid-template-columns: 1.5fr 1fr;
}.stay_connecteddb h4 {
    font-size: calc(20px * 1.2);
    max-width: 85%;
    line-height: 1.5;
}.stay_connecteddb::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
}
    
    @keyframes gradientShift {
        0% {
            transform: rotate(-3deg) scale(1);
            opacity: 0.1;
        }
        50% {
            transform: rotate(-2deg) scale(1.05);
            opacity: 0.15;
        }
        100% {
            transform: rotate(-4deg) scale(1.02);
            opacity: 0.2;
        }
    }
}