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

.head_lead_VUDPqYl {
    flex: 1 0 auto;
}

.wrapper-holder_p3Bcr8z {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.gratitudeWeb_bSQkYCO::before {
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    background: linear-gradient(120deg, rgb(193,160,139,0.5) 0%, rgb(174,86,110,0.5) 100%);
    filter: blur(25px);
    animation: float 15s ease-in-out infinite;
    opacity: 0.4;
    top: -10%;
    width: 40%;
    z-index: 0;
    content: "";
    position: absolute;
    right: -5%;
}

.gratitudeWeb_bSQkYCO .mission_block_z7w6RBT:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.gratitudeWeb_bSQkYCO .mission_block_z7w6RBT > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.gratitudeWeb_bSQkYCO .mission_block_z7w6RBT:hover > div:first-child::after {
    width: 120px;
}

.gratitudeWeb_bSQkYCO h5 {
    position: relative;
    transform: translateZ(0);
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    line-height: 1.4;
    font-size: 22px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}

.gratitudeWeb_bSQkYCO a:hover {
    transform: translateY(-3px);
}

.title_portal_FUnMOx2::before {
    top: 0;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 45%, 
    rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.title_portal_FUnMOx2 > div > div:first-child {
    transform: translateX(-50px);
    animation: slideInFromLeft 0.8s ease-out forwards 0.2s;
    margin-bottom: 2.5rem;
    opacity: 0;
}

.title_portal_FUnMOx2 .title_style_header::after {
    left: 0;
    animation: expandLine 0.6s ease-out forwards 1s;
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, 
    rgb(193,160,139) 0%, 
    rgb(174,86,110) 100%);
    position: absolute;
    content: "";
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
}

.title_portal_FUnMOx2 p {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
}

.program_overview_tVcwfzM {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,192,187) 0%, rgba(255,255,255,0.92) 100%);
    padding: 5rem 0;
    position: relative;
}

.program_overview_tVcwfzM::after {
    top: -5%;
    content: "";
    right: -5%;
    width: 40%;
    transform: rotate(-15deg);
    filter: blur(50px);
    height: 40%;
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(193,160,139) 0%, rgb(174,86,110) 100%);
}

.program_overview_tVcwfzM .training_guide_BiJwjb0 {
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    opacity: 0;
    flex-direction: column;
    gap: 2rem;
    transform: translateY(0);
    display: flex;
}

.program_overview_tVcwfzM .thumbnail_img_MdN5YkE::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    width: 100%;
    left: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.program_overview_tVcwfzM .text_drawer_Zi4Puse:hover::before {
    height: 100%;
}

.program_overview_tVcwfzM .description {
    line-height: 1.7;
    max-height: 200px;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    overflow-y: auto;
    padding-right: 10px;
    margin: 0;
    font-size: 12px;
}

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

.meet_us_IqTGFmb .text_drawer_Zi4Puse::before {
    transform: translateY(-50%);
    position: absolute;
    left: -30px;
    height: 60%;
    width: 5px;
    z-index: -1;
    top: 50%;
    content: "";
    background: linear-gradient(to bottom, rgb(193,160,139), rgb(174,86,110));
}

.meet_us_IqTGFmb .text_drawer_Zi4Puse h1:hover::after {
    transform: scaleX(1.5);
}

.meet_us_IqTGFmb .text_drawer_Zi4Puse ul {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 30px;
}

.meet_us_IqTGFmb .text_drawer_Zi4Puse span {
    display: block;
    margin-left: 15px;
    position: relative;
    font-size: 13px;
    text-align: justify;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

header .nav_pro_2eYvI54::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: rgb(211,192,187);
    left: 0;
    bottom: 0;
}

header .nav_pro_2eYvI54 .main_lead_oGvBz5E .top_know_BXylaFf svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}

header .nav_pro_2eYvI54 .nav_teach_LtpRzP8 .header_navbar_01APdvU:last-child {
    margin-right: 0;
}

header .nav_pro_2eYvI54 .nav_teach_LtpRzP8 .header_navbar_01APdvU a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    padding: 8px 0;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    letter-spacing: 0.5px;
}

header .nav_pro_2eYvI54 .nav_teach_LtpRzP8 .header_navbar_01APdvU a {
    padding: 5px 0;
    font-size: calc(15px - 1px);
}

header .nav_pro_2eYvI54 .nav_teach_LtpRzP8 .header_navbar_01APdvU a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}

.mentorship_experience_lWsEatp {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,192,187) 0%, rgb(193,160,139,0.5) 70%, rgb(174,86,110,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}

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

.mentorship_experience_lWsEatp .feedback_corner_OKhtRp2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    border-left: 4px solid rgb(193,160,139);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 2.5rem;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1200px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
}

.mentorship_experience_lWsEatp .name {
    margin-bottom: 0.5rem;
    position: relative;
    transform: translateZ(0);
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.mentorship_experience_lWsEatp .work_timeline_cftTAL9 {
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
    padding: 1.5rem;
    background-color: rgba(255,255,255,0.5);
    color: #000000;
    position: relative;
    line-height: 1.7;
}

.mentorship_experience_lWsEatp .work_timeline_cftTAL9::after {
    right: 0;
    content: "";
    bottom: -1.5rem;
}

.offer_board_UELgcwo::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
}

.offer_board_UELgcwo .cert_fees_J6x0TjL {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    list-style: none;
}

.offer_board_UELgcwo .annual_fee_gR6fN9U {
    height: 100%;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    will-change: transform;
    display: block;
}

.offer_board_UELgcwo .discount_grid_dZ4uJOA {
    position: relative;
    z-index: 1;
    display: flex;
    color: #ffffff;
    height: 100%;
    flex-direction: column;
}

.offer_board_UELgcwo .discount_grid_dZ4uJOA h4 {
    font-size: calc(18px * 1.1);
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    transition: color 0.3s ease;
    color: #ffffff;
    margin-bottom: 20px;
}

.offer_board_UELgcwo .payment_scheme_BOIhe3y {
    background-clip: text !important;
    font-weight: 700;
    -webkit-background-clip: text !important;
    margin-top: auto;
    font-size: calc(18px * 1.3);
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(193,160,139), rgb(174,86,110));
    position: relative;
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
    color: transparent;
}

.offer_board_UELgcwo .cert_fees_J6x0TjL li:hover .discount_grid_dZ4uJOA h4::after {
    width: 80px;
}

.offer_board_UELgcwo .cert_fees_J6x0TjL li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.learning_impact_qaWtk91::before {
    height: 100%;
    left: 0;
    opacity: 0.4;
    width: 100%;
    top: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(193,160,139,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(174,86,110,0.5) 0%, transparent 30%);
    content: "";
}

.learning_impact_qaWtk91 .mission_block_z7w6RBT::before {
    content: "";
    animation: gradientShift 8s linear infinite;
    left: 0;
    background: linear-gradient(90deg, 
    rgb(193,160,139), 
    rgb(174,86,110), 
    rgb(193,160,139));
    opacity: 0.7;
    width: 100%;
    position: absolute;
    top: 0;
    height: 8px;
    background-size: 200% 100%;
}

.learning_impact_qaWtk91 h3 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    padding-bottom: 15px;
    color: rgb(193,160,139);
}

.learning_impact_qaWtk91 li {
    padding-left: 12px;
    margin-bottom: 16px;
    transform: translateX(0);
    transition: all 0.3s ease;
    position: relative;
}

.learning_impact_qaWtk91 li:hover::before {
    opacity: 1;
    width: 5px;
}

.learning_impact_qaWtk91 li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}

.learning_impact_qaWtk91 svg {
    height: 24px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 12px;
    width: 24px;
    background: linear-gradient(135deg, rgb(193,160,139,0.5), rgb(174,86,110,0.5));
    flex-shrink: 0;
}

.connect_with_us_Up3LzTR::before {
    opacity: 0.05;
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgb(193,160,139,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(193,160,139,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.connect_with_us_Up3LzTR .thumbnail_img_MdN5YkE::before {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(193,160,139) 0,
        rgb(193,160,139) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    opacity: 0.03;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: color-burn;
    top: 0;
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY {
    position: relative;
    padding: 50px;
    flex: 1 1 60%;
    z-index: 2;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(211,192,187), 0.3) 100%
    );
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY h3 {
    padding: 0 0 10px 0;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 1px solid rgb(211,192,187);
    color: #000000;
    text-transform: none;
    margin-bottom: 30px;
    font-size: 20px;
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY input[type="text"]:focus,
.connect_with_us_Up3LzTR .message_links_Pq07zGY textarea:focus {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(193,160,139,0.5);
    outline: none;
    background: #ffffff;
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY textarea {
    min-height: 150px;
    resize: vertical;
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY .inquiry_card_YApvSPV input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY .inquiry_card_YApvSPV input[type="checkbox"]:checked + label::before {
    border-color: rgb(193,160,139);
    background: rgb(193,160,139);
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY .inquiry_card_YApvSPV a {
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    color: rgb(193,160,139);
    font-weight: 600;
    transition: background-size 0.3s ease;
    transition: all 0.3s ease;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(193,160,139,0.5) 2px
    );
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY .reach_message_pBPrysw:hover {
    box-shadow: 0 8px 20px rgb(193,160,139,0.5);
    transform: translateY(-2px);
}

.connect_with_us_Up3LzTR .message_links_Pq07zGY .reach_message_pBPrysw:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}

.connect_with_us_Up3LzTR .connect_links_OcqHWn7::before {
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(193,160,139,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(193,160,139,0.5) 0%, transparent 10px);
    position: absolute;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    opacity: 0.1;
}

.connect_with_us_Up3LzTR .connect_links_OcqHWn7 .message_query_7Zkex3M li {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    border-left: 3px solid rgb(193,160,139);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    align-items: center;
    display: flex;
}

.connect_with_us_Up3LzTR .connect_links_OcqHWn7 .message_query_7Zkex3M li:hover::after {
    opacity: 0.05;
}

.connect_with_us_Up3LzTR .connect_links_OcqHWn7 .message_query_7Zkex3M li svg path {
    transition: all 0.3s ease;
    fill: rgb(193,160,139);
}

.connect_with_us_Up3LzTR .connect_links_OcqHWn7 .message_query_7Zkex3M li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
}

.connect_with_us_Up3LzTR .connect_links_OcqHWn7 .message_query_7Zkex3M li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.trackingNoticeModal_qoBHQAk .cookie_edu_1k0UiGj {
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    margin-right: 20px;
}

.trackingNoticeModal_qoBHQAk .cookie_expand_ORalhUW h5 {
    margin-bottom: 6px;
    font-size: 19px;
    color: rgb(193,160,139);
}

.trackingNoticeModal_qoBHQAk .cookie_lock_yi5Vdl0:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

#panelCookieWarning_up8TX62:checked ~ .trackingNoticeModal_qoBHQAk {
    visibility: hidden;
    opacity: 0;
}

.privacy_space_Pxh3dXK::after {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 10px;
    height: 50px;
    content: '';
    background-color: rgb(193,160,139,0.5);
    right: 10px;
    width: 50px;
}

.privacy_space_Pxh3dXK h3, .privacy_space_Pxh3dXK h4, .privacy_space_Pxh3dXK h5, .privacy_space_Pxh3dXK h6 {
    margin: 1rem 0;
    font-size: 20px;
}

.privacy_space_Pxh3dXK ul,
.privacy_space_Pxh3dXK ol {
    margin: 1.5rem 0;
    list-style-position: inside;
    padding-left: 2rem;
}

.privacy_space_Pxh3dXK ul {
    list-style-type: square;
}

.privacy_space_Pxh3dXK p {
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 14px;
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    padding-left: 1rem;
}

.privacy_space_Pxh3dXK > div::before {
    top: -5px;
    pointer-events: none;
    border-radius: 10px;
    right: -5px;
    border: 1px dotted rgb(193,160,139);
    left: -5px;
    position: absolute;
    content: '';
    bottom: -5px;
}

.sign_up_for_updates_oUj3wZN .query_block_i8edU0I {
    margin: 0 auto;
    border-radius: 29px;
    background: #ffffff;
    padding: 3.5rem 3rem;
    max-width: 700px;
    position: relative;
}

.sign_up_for_updates_oUj3wZN .query_block_i8edU0I::after {
    height: 180px;
    width: 180px;
    position: absolute;
    border-radius: 50%;
    content: "";
    bottom: -60px;
    left: -60px;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    opacity: 0.2;
    background: rgb(174,86,110);
}

.sign_up_for_updates_oUj3wZN input[type="email"] {
    transition: all 0.3s ease;
    font-size: 17px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 1.2rem 1.5rem;
    border-radius: 50px;
    color: #000000;
    border: none;
    background: rgb(211,192,187);
}

.sign_up_for_updates_oUj3wZN input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.sign_up_for_updates_oUj3wZN input[type="submit"]:hover::before {
    animation: rotateGradient 2s infinite linear;
    opacity: 1;
}



.sign_up_for_updates_oUj3wZN .input_holder::before {
    border-radius: 50%;
    content: "";
    background: rgb(193,160,139,0.5);
    height: 20px;
    right: 5%;
    top: 15%;
    opacity: 0.3;
    width: 20px;
    position: absolute;
    animation: floatBubble 6s infinite alternate ease-in-out;
}

.target_audience_RyBsElU::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.03;
    left: 0;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(193,160,139,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(193,160,139,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(193,160,139,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(193,160,139,0.5) 75%
        );
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    z-index: 0;
    width: 100%;
}

.target_audience_RyBsElU div::before {
    content: "";
    width: 2px;
    top: 0;
    z-index: 0;
    left: 50%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(193,160,139,0.5), rgb(174,86,110,0.5), transparent);
    position: absolute;
    height: 100%;
}

.target_audience_RyBsElU div p::before {
    width: 30px;
    content: "";
    z-index: 2;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
}

.target_audience_RyBsElU div p::after {
    height: 15px;
    z-index: 3;
    content: "";
    background: linear-gradient(135deg, rgb(193,160,139), rgb(174,86,110));
    position: absolute;
    transition: all 0.3s ease;
    width: 15px;
    border-radius: 50%;
}

.target_audience_RyBsElU div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,160,139);
}

footer .abuse_ctrl_T9Fcn1E {
    position: relative;
    z-index: 1;
}

footer .request_info_CPODkBf {
    display: grid;
    margin: -70px auto 60px;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    background-color: rgb(193,160,139);
    height: 50%;
    left: 0;
    position: absolute;
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    top: 25%;
}

footer .info_item a:hover {
    color: rgb(193,160,139);
}

footer .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}

footer .nav_teach_LtpRzP8 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 20px;
}

footer .syllabus_ref_wqDv2ZM {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .top_learn_tefjLR8 {
    border-radius: 14px;
    transition: all 0.3s ease;
    padding: 20px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .top_learn_tefjLR8 a:last-child {
    border-bottom: none;
}

footer .top_learn_tefjLR8 a:hover {
    color: #ffffff;
    padding-left: 5px;
}

footer .top_learn_tefjLR8 a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}

footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 15px;
    transition: all 0.3s ease;
}

footer .copy_notice_COwbhZl {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.program_overview_tVcwfzM .description::-webkit-scrollbar {
    width: 4px;
}

.program_overview_tVcwfzM .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}

.program_overview_tVcwfzM .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(193,160,139), rgb(174,86,110));
}

.offer_board_UELgcwo .discount_grid_dZ4uJOA p::-webkit-scrollbar {
    width: 4px;
}

.offer_board_UELgcwo .discount_grid_dZ4uJOA p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.offer_board_UELgcwo .discount_grid_dZ4uJOA p::-webkit-scrollbar-thumb {
    background-color: rgb(193,160,139);
}



@media (min-width: 768px) and (max-width: 991px) {.title_portal_FUnMOx2 {
    min-height: 600px;
    padding: 1.5rem;
}.title_portal_FUnMOx2 > div {
    margin-left: 4%;
}.title_portal_FUnMOx2 .title_style_header {
    font-size: calc(44px - 0.4rem);
    max-width: 90%;
}.title_portal_FUnMOx2 .learn_open_3gDA8Jk {
    max-width: 500px;
    padding-left: 1.5rem;
}.title_portal_FUnMOx2 .pro_program_NjHcuy1 h3 {
    font-size: 23px;
}
}




@media (min-width: 768px) {.program_overview_tVcwfzM {
    padding: 6rem 0;
}.program_overview_tVcwfzM h2 {
    font-size: calc(29px * 1.1);
    max-width: 80%;
}.program_overview_tVcwfzM .training_guide_BiJwjb0 {
    align-items: flex-start;
    flex-direction: row;
}.program_overview_tVcwfzM .thumbnail_img_MdN5YkE {
    width: 45%;
    flex-shrink: 0;
    height: 450px;
}.program_overview_tVcwfzM .text_drawer_Zi4Puse {
    margin-left: -3rem;
    margin-top: 3rem;
    z-index: 2;
    padding: 2.5rem;
    width: 55%;
}.program_overview_tVcwfzM .text_drawer_Zi4Puse:hover {
    transform: translateX(10px);
}.program_overview_tVcwfzM .description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.program_overview_tVcwfzM {
    padding: 4rem 0;
}.program_overview_tVcwfzM h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.program_overview_tVcwfzM h2::after {
    width: 60px;
    height: 3px;
}.program_overview_tVcwfzM .training_guide_BiJwjb0 {
    gap: 1.5rem;
}.program_overview_tVcwfzM .thumbnail_img_MdN5YkE {
    height: 250px;
}.program_overview_tVcwfzM .text_drawer_Zi4Puse {
    padding: 1.5rem;
}.program_overview_tVcwfzM .description {
    max-height: 150px;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 991px) {.meet_us_IqTGFmb {
    padding: 100px 0;
}.meet_us_IqTGFmb .text_drawer_Zi4Puse h1 {
    margin-bottom: 30px;
    font-size: calc(37px * 1.1);
}.meet_us_IqTGFmb .text_drawer_Zi4Puse::before {
    height: 40%;
}
}



@media (max-width: 767px) {header .nav_pro_2eYvI54 {
    padding: 15px 10px;
}header .nav_pro_2eYvI54 .main_lead_oGvBz5E {
    margin-bottom: 15px;
}header .nav_pro_2eYvI54 .main_lead_oGvBz5E .top_know_BXylaFf svg {
    height: 35px;
}header .nav_pro_2eYvI54 .nav_teach_LtpRzP8 {
    gap: 5px;
}header .nav_pro_2eYvI54 .nav_teach_LtpRzP8 .header_navbar_01APdvU {
    margin: 2px 10px;
}}



@media (min-width: 1200px) {.mentorship_experience_lWsEatp .feedback_corner_OKhtRp2 {
    gap: 2rem 3rem;
    max-width: 80%;
    grid-template-columns: 220px 1fr;
}.mentorship_experience_lWsEatp .thumbnail_img_MdN5YkE {
    height: 200px;
    width: 200px;
}.mentorship_experience_lWsEatp .name {
    font-size: calc(21px + 0.2rem);
}.mentorship_experience_lWsEatp .feedback_corner_OKhtRp2 > div:nth-child(2) > div {
    font-size: 12px;
}
}



@media (max-width: 767px) {.mentorship_experience_lWsEatp {
    padding: 4rem 0;
}.mentorship_experience_lWsEatp .feedback_corner_OKhtRp2 {
    padding: 2rem 1.5rem;
}.mentorship_experience_lWsEatp .work_timeline_cftTAL9 {
    padding: 1rem 0.5rem;
}.mentorship_experience_lWsEatp .work_timeline_cftTAL9::before,
    .mentorship_experience_lWsEatp .work_timeline_cftTAL9::after {
    font-size: 2.5rem;
}}



@media (max-width: 768px) {.offer_board_UELgcwo {
    padding: 60px 0;
}.offer_board_UELgcwo h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 15px;
}.offer_board_UELgcwo .learning_fees_rlefOzw {
    margin-bottom: 30px;
    font-size: calc(17px * 0.9);
}.offer_board_UELgcwo .cert_fees_J6x0TjL {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.offer_board_UELgcwo .price_panel_NZC9ucH {
    min-height: auto;
}.offer_board_UELgcwo .discount_grid_dZ4uJOA p {
    max-height: 150px;
}
}



@media (max-width: 768px) {.learning_impact_qaWtk91 {
    padding: 50px 0;
}.learning_impact_qaWtk91 h3 {
    font-size: calc(34px * 0.9);
}
}



@media (max-width: 992px) {.connect_with_us_Up3LzTR {
    padding: 80px 0 60px;
}.connect_with_us_Up3LzTR h3 {
    margin-bottom: 40px;
}.connect_with_us_Up3LzTR .support_message_qR3beij {
    flex-direction: column;
}.connect_with_us_Up3LzTR .message_links_Pq07zGY,
    .connect_with_us_Up3LzTR .connect_links_OcqHWn7 {
    flex: 1 1 100%;
}.connect_with_us_Up3LzTR .connect_links_OcqHWn7 {
    border-top: 1px solid rgb(211,192,187);
}
}



@media (max-width: 576px) {.connect_with_us_Up3LzTR {
    padding: 50px 0;
}.connect_with_us_Up3LzTR h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.connect_with_us_Up3LzTR .support_message_qR3beij {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(211,192,187);
}.connect_with_us_Up3LzTR .message_links_Pq07zGY,
    .connect_with_us_Up3LzTR .connect_links_OcqHWn7 {
    padding: 25px 20px;
}.connect_with_us_Up3LzTR .message_links_Pq07zGY::before,
    .connect_with_us_Up3LzTR .message_links_Pq07zGY::after {
    display: none;
}.connect_with_us_Up3LzTR .message_links_Pq07zGY input[type="text"],
    .connect_with_us_Up3LzTR .message_links_Pq07zGY textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_with_us_Up3LzTR .message_links_Pq07zGY .inquiry_card_YApvSPV label {
    font-size: calc(16px * 0.9);
}.connect_with_us_Up3LzTR .message_links_Pq07zGY .reach_message_pBPrysw {
    width: 100%;
    padding: 14px 20px;
}.connect_with_us_Up3LzTR .connect_links_OcqHWn7 .message_query_7Zkex3M li {
    padding: 12px;
    margin-bottom: 15px;
}}



@media (max-width: 767px) {.target_audience_RyBsElU {
    padding: 100px 0;
}.target_audience_RyBsElU h4 {
    margin-bottom: 60px;
    font-size: calc(37px - 4px);
}.target_audience_RyBsElU div p {
    align-self: center !important;
    width: 90%;
    padding: 18px 22px;
    margin-bottom: 40px;
    border-radius: 30px !important;
}.target_audience_RyBsElU div p::before,
    .target_audience_RyBsElU div p::after {
    display: none;
}.target_audience_RyBsElU div p svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 12px;
}
}



@media (max-width: 576px) {footer .compliance_qrujcvI {
    padding: 50px 0 20px;
}footer .top_learn_tefjLR8 {
    padding: 15px;
}footer .nav_teach_LtpRzP8 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_texts_ZzYPJqu {
    padding: 12px;
}
}



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



@keyframes fadeInRight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



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



@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}



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

@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}



@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

