svg {
    width: 30px;
    height: 30px;
}

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

.idea-pool-log {
    flex: 0 0 auto;
}

.idea-pool-log {
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 1262px;
    max-width: 100%;
    margin: auto;
}


.developer-experience-log {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(213,199,219) 0%, rgb(145,112,178,0.5) 100%);
    padding: 120px 0;
    position: relative;
}

.developer-experience-log::after {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.04;
    content: "";
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(190,152,200,0.5) 40px,
            rgb(190,152,200,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(190,152,200,0.5) 60px,
            rgb(190,152,200,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(190,152,200,0.5) 80px,
            rgb(190,152,200,0.5) 81px
        );
    height: 100%;
}

.developer-experience-log .user-praise-log::before {
    content: "";
    left: 0;
    height: 6px;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(190,152,200) 0%,
        rgb(145,112,178) 100%
    );
}



.developer-experience-log .img-hover-log {
    min-height: 360px;
    transition: all 0.5s ease;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.developer-experience-log .img-hover-log::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    content: "";
}

.developer-experience-log .name::before {
    left: -4px;
    position: absolute;
    top: 0;
    content: "";
    height: 0;
    background: rgb(145,112,178);
    transition: height 0.5s ease;
    width: 4px;
}

.developer-experience-log .user-praise-log span:not(.name)::after {
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    height: 2px;
    background: rgb(190,152,200);
    position: absolute;
    width: 0;
    content: "";
}

.developer-experience-log .user-praise-log:hover span:not(.name)::after {
    width: 100%;
}

.developer-experience-log .career-exp-log::before {
    opacity: 0.6;
    width: 12px;
    border-left: 2px solid rgb(190,152,200);
    top: 15px;
    border-top: 2px solid rgb(190,152,200);
    position: absolute;
    content: "";
    height: 12px;
    left: 12px;
}

.developer-experience-log .career-exp-log::after {
    bottom: 15px;
    right: 12px;
    width: 12px;
    border-right: 2px solid rgb(145,112,178);
    height: 12px;
    border-bottom: 2px solid rgb(145,112,178);
    content: "";
    opacity: 0.6;
    position: absolute;
}

.developer-experience-log .user-praise-log:hover .img-hover-log {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

footer::after {
    top: 0;
    animation: scanline 10s linear infinite;
    left: 0;
    z-index: -1;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    content: "";
    width: 100%;
    position: absolute;
}

.idea-pool-log .container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}

.idea-pool-log .company_holder {
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(190,152,200);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 2rem;
}

.idea-pool-log .company_holder h3 {
    color: #ffffff;
    margin-bottom: 1.75rem;
    font-weight: 700;
    padding-bottom: 0.75rem;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-size: calc(30px * 0.9);
}

.idea-pool-log .credit-info-log {
    line-height: 1.7;
    position: relative;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 1rem;
    font-size: 15px;
}

.idea-pool-log .whatsapp-grp-log {
    position: relative;
}

.idea-pool-log .first-pagebar-log {
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}

.idea-pool-log .main-primary-log::before {
    height: 200%;
    position: absolute;
    transition: all 0.6s ease;
    width: 200%;
    left: -50%;
    top: -50%;
    content: "";
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    transform: rotate(45deg);
    z-index: -1;
}

.idea-pool-log .main-primary-log::before {
    top: -20px;
    left: -20px;
}

.idea-pool-log .main-primary-log:hover::after {
    border-color: transparent rgb(145,112,178) transparent transparent;
    border-width: 0 35px 35px 0;
}

.idea-pool-log .main-primary-log:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
}

.idea-pool-log .main-primary-log h5::before {
    height: 1px;
    width: 100%;
    background: rgb(145,112,178);
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
}

.idea-pool-log .main-primary-log:hover h5::after {
    width: 100%;
}

.idea-pool-log .main-primary-log .first-pagebar-log {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}

.idea-pool-log .main-primary-log a::before {
    position: absolute;
    left: -20px;
    transform: translateZ(5px);
    content: "→";
    opacity: 0;
    transition: all 0.3s ease;
}

.idea-pool-log .main-primary-log a:hover {
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.biz-learnings-log::before {
    top: 0;
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(190,152,200) 30%, 
                #ffffff 50%, 
                rgb(145,112,178) 70%, 
                transparent 100%);
    width: 100%;
    content: "";
}

.biz-learnings-log .guide-section-log:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(190,152,200), 0.3);
}



.idea-pool-log .company_holder::before,
.idea-pool-log .main-primary-log::before {
    content: "";
    border-radius: 50%;
    transition: opacity 0.5s ease;
    z-index: -1;
    opacity: 0;
    background: radial-gradient(circle, rgb(190,152,200,0.5) 0%, transparent 70%);
    height: 100px;
    filter: blur(30px);
    width: 100px;
    position: absolute;
}

.idea-pool-log .company_holder::before {
    bottom: -20px;
    right: -20px;
}



.idea-pool-log .company_holder .credit-info-log::after {
    height: 3px;
    transition: width 0.4s ease;
    width: 70px;
    background: linear-gradient(to right, rgb(190,152,200), transparent);
    content: "";
    bottom: -10px;
    position: absolute;
    left: 1rem;
}

.idea-pool-log .main-primary-log:nth-child(1)::before {
    background: radial-gradient(circle, rgb(190,152,200,0.5) 0%, transparent 70%);
}

.idea-pool-log .main-primary-log:nth-child(2)::before {
    background: radial-gradient(circle, rgb(145,112,178,0.5) 0%, transparent 70%);
}

.idea-pool-log .first-pagebar-log a:hover::after {
    width: 100%;
}

.pricing-container-log {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0 140px;
}

.pricing-container-log::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    z-index: 0;
    position: absolute;
}

.pricing-container-log .bundle-offer-log::before {
    opacity: 0.4;
    top: -80px;
    content: "";
    filter: blur(60px);
    position: absolute;
    pointer-events: none;
    height: 200px;
    border-radius: 50%;
    right: -80px;
    width: 200px;
    background: linear-gradient(225deg, rgb(190,152,200,0.5), transparent);
}

.pricing-container-log h2::after {
    width: 80px;
    left: 0;
    transform: scaleX(1);
    height: 3px;
    transform-origin: left;
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(190,152,200);
    bottom: -8px;
    position: absolute;
}

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

.pricing-container-log .study-sub-log:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
}

.pricing-container-log .study-sub-log::before {
    transition: transform 0.8s ease;
    top: 0;
    pointer-events: none;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    position: absolute;
    height: 100%;
    transform: translateX(-100%);
}

.pricing-container-log .study-sub-log:hover::before {
    transform: translateX(100%);
}

.pricing-container-log .study-sub-log:hover::after {
    transform: scale(1.5);
}

.pricing-container-log .trial-rates-log {
    display: flex;
    padding: 35px 25px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.pricing-container-log .sub-options-log {
    z-index: 2;
    position: relative;
}

.pricing-container-log .study-sub-log:hover h4 {
    transform: translateX(5px);
}

.pricing-container-log .study-sub-log h4::after {
    background: rgb(190,152,200);
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    width: 40px;
    position: absolute;
    content: "";
}

.pricing-container-log .fee-plans-log {
    font-size: calc(18px + 4px);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    padding: 10px 25px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(190,152,200), rgb(145,112,178));
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.pricing-container-log .study-sub-log:hover .fee-plans-log::before {
    transform: skewX(-20deg) translateX(100%);
}

.secure-habitat-log {
    background: linear-gradient(145deg, rgb(213,199,219), #ffffff);
    position: relative;
    padding: 4rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.secure-habitat-log .container {
    animation: fadeIn 0.8s ease-out forwards;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    opacity: 0;
    position: relative;
}

.secure-habitat-log h1 {
    font-weight: 700;
    display: inline-block;
    animation: slideUp 0.7s ease-out forwards 0.2s;
    margin-bottom: 2rem;
    opacity: 0;
    font-size: 39px;
    transform: translateY(10px);
    position: relative;
    color: #000000;
}

.secure-habitat-log h2 {
    font-weight: 600;
    color: #000000;
    opacity: 0;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    animation: slideUp 0.7s ease-out forwards 0.3s;
    font-size: 28px;
    transform: translateY(10px);
}

.secure-habitat-log h3 {
    margin: 2.2rem 0 1.2rem;
    position: relative;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    transform: translateY(10px);
    padding-left: 0.8rem;
    font-size: calc(28px * 0.85);
    color: #000000;
    opacity: 0;
    font-weight: 600;
}

.secure-habitat-log h4 {
    color: #000000;
    position: relative;
    margin: 2rem 0 1rem;
    transform: translateY(10px);
    font-size: calc(28px * 0.75);
    font-weight: 600;
    padding-left: 0.7rem;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    opacity: 0;
}

.secure-habitat-log ul {
    margin-bottom: 2rem;
    max-width: 85ch;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    padding-left: 2rem;
}

.secure-habitat-log li {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    line-height: 1.75;
    font-size: 16px;
    position: relative;
    color: #000000;
}

.secure-habitat-log strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.program-structure-log {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(213,199,219) 0%, #ffffff 65%, rgb(190,152,200,0.5) 100%);
    overflow: hidden;
}

.program-structure-log::after {
    background: linear-gradient(225deg, rgb(190,152,200) 0%, rgb(145,112,178) 100%);
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 240px;
    content: "";
    right: -20px;
    position: absolute;
    width: 240px;
    bottom: -20px;
    transform: rotate(15deg);
    opacity: 0.07;
}

.program-structure-log h2 {
    font-size: 35px;
    font-weight: 700;
    max-width: 85%;
    margin-bottom: 3.5rem;
    color: #000000;
    position: relative;
    transform: translateX(-0.5rem);
}

.program-structure-log .learn-route-log {
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}

.program-structure-log .img-hover-log::before {
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
}

.program-structure-log .content-box-log {
    max-height: 400px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    padding-right: 1.5rem;
}

.program-structure-log .description:first-of-type::first-letter {
    margin-right: 0.1em;
    font-size: 3.5em;
    float: left;
    color: rgb(190,152,200);
    font-weight: 700;
    padding: 0.1em 0.1em 0 0;
    line-height: 0.8;
}

.our-story-log {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background-color: rgb(213,199,219);
}

.our-story-log::after {
    z-index: 1;
    width: 30%;
    content: "";
    height: 60%;
    left: 0;
    bottom: 0;
    background: radial-gradient(circle at bottom left, rgb(145,112,178,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.3;
}

.our-story-log h3 {
    grid-column: 1 / -1;
    color: #000000;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
}

.our-story-log .training-classes-log {
    display: flex;
    transform: translateX(0);
    flex-direction: column;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 22px;
}

.our-story-log .training-classes-log,
.our-story-log .who-weare-log {
    border-top: 4px solid rgb(190,152,200);
}

.our-story-log .training-classes-log,
.our-story-log .who-weare-log {
    overflow: hidden;
}

.our-story-log .training-classes-log p {
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 25px;
}

.our-story-log .img-hover-log::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    height: 100%;
}

.our-story-log .who-weare-log:hover {
    transform: translateX(-10px);
}

.our-story-log .who-weare-log p {
    position: relative;
    padding-top: 15px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 25px;
    font-size: 15px;
}

.our-story-log .class-sessions-log {
    position: relative;
    height: 250px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 22px;
}

.our-story-log .virtual-track-log::before {
    animation: rotate 30s linear infinite;
    opacity: 0.4;
    content: "";
    position: absolute;
    width: 200px;
    z-index: -1;
    height: 200px;
    left: -100px;
    border: 2px dotted rgb(190,152,200,0.5);
    top: -100px;
    border-radius: 50%;
}



.our-story-log .training-classes-log::before,
.our-story-log .who-weare-log::before {
    right: 30px;
    width: 20px;
    height: 20px;
    top: -10px;
    transform: rotate(45deg);
    z-index: -1;
    content: "";
    background: rgb(190,152,200);
    position: absolute;
}

.teaching-process-log {
    position: relative;
    z-index: 1;
    background: rgb(213,199,219);
    overflow: hidden;
    padding: 100px 20px;
}

.teaching-process-log {
    padding: 60px 15px;
}

.teaching-process-log {
    padding: 40px 10px;
}

.teaching-process-log::after {
    top: 0;
    z-index: -1;
    left: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(145,112,178,0.5) 0%,
        transparent 60%
    );
    width: 100%;
    height: 100%;
    filter: blur(60px);
    content: "";
    animation: glow-pulse 8s ease-in-out infinite alternate;
    position: absolute;
}

.teaching-process-log .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.teaching-process-log .virtual-track-log::before {
    filter: blur(2px);
    left: -5px;
    position: absolute;
    background-size: 300% 300%;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(190,152,200,0.5) 45%,
        rgb(145,112,178) 50%,
        rgb(190,152,200,0.5) 55%,
        transparent 60%
    );
    content: "";
    border-radius: 30px;
    animation: border-flow 6s linear infinite;
    top: -5px;
}

.teaching-process-log h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 34px;
    z-index: 2;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    transform: translateZ(30px);
    margin-bottom: 40px;
    animation: title-float 5s ease-in-out infinite alternate;
    color: #000000;
}

.teaching-process-log h3 {
    font-size: calc(34px - 6px);
    margin-bottom: 25px;
}

.teaching-process-log h3 {
    font-size: calc(34px - 8px);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.teaching-process-log h3::after {
    content: attr(data-text);
    filter: blur(4px);
    color: rgb(190,152,200);
    animation: text-glow 3s ease-in-out infinite alternate;
    opacity: 0.7;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.teaching-process-log span {
    position: relative;
    z-index: 2;
    font-size: 14px;
    max-width: 800px;
    animation: text-float 7s ease-in-out infinite alternate;
    transform: translateZ(10px);
    line-height: 1.8;
    text-align: center;
    color: #000000;
}

.teaching-process-log span {
    line-height: 1.6;
}

.teaching-process-log span {
    font-size: calc(14px - 2px);
}

.explore-now-log::before {
    left: 0;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.04;
    content: '';
}



.explore-now-log .virtual-track-log {
    border-radius: 20px;
    position: relative;
    max-width: 1000px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    background-color: rgb(213,199,219);
    text-align: center;
    transition: all 0.5s ease;
    padding: 60px;
    margin: 0 auto;
}



.explore-now-log .virtual-track-log {
    position: relative;
}

.explore-now-log h3 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 38px;
    display: inline-block;
}

.explore-now-log h3::after {
    top: 50%;
    height: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    background: rgb(145,112,178);
    border-radius: 50%;
    width: 10px;
    position: absolute;
    transform: translateY(-50%);
    right: -20px;
    content: '';
}

.explore-now-log .get-helpdesk-log::before {
    top: 0;
    opacity: 0;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(190,152,200,0.5), 
        rgb(145,112,178,0.5),
        rgb(190,152,200,0.5)
    );
    content: '';
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
}

.explore-now-log .get-helpdesk-log:hover {
    transform: translateY(-2px);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    color: rgb(190,152,200);
}

.explore-now-log .virtual-track-log::before,
.explore-now-log .virtual-track-log::after {
    position: absolute;
    opacity: 0.15;
    border-radius: 50%;
    content: '';
    z-index: -1;
}

.explore-now-log .virtual-track-log::before {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgb(190,152,200), rgb(145,112,178));
    top: -40px;
    left: -40px;
    animation: pulse 8s ease-in-out infinite alternate;
}

.explore-now-log .virtual-track-log::before {
    opacity: 0;
    width: 100%;
    left: 0;
    content: '';
    background-size: 80px 100%;
    transition: opacity 0.5s ease, background-size 0.5s ease;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent 49.5%, rgb(190,152,200,0.5) 50%, transparent 50.5%);
}

.title-portal-log {
    padding: 2rem;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #000000 0%, rgb(190,152,200) 75%, rgb(145,112,178) 100%);
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.title-portal-log {
    padding: 3rem;
}

.title-portal-log::after {
    top: -50%;
    animation: rotate 120s linear infinite;
    position: absolute;
    content: "";
    height: 200%;
    z-index: 0;
    opacity: 0.4;
    left: -50%;
    width: 200%;
    background: radial-gradient(circle at center, rgb(190,152,200,0.5) 0%, transparent 60%);
}

.title-portal-log .learn-lead-log > div > div:first-child {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    backdrop-filter: blur(12px);
    border-left: 4px solid rgb(145,112,178);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 2rem;
}

.title-portal-log .learn-lead-log > div > div:first-child {
    padding: 2.5rem;
}

.title-portal-log .expert-sessions-log::before {
    width: 100%;
    top: 0;
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.6) 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
}

.title-portal-log .expert-sessions-log p {
    font-weight: 400;
    font-size: calc(17px * 1.2);
    animation: slideRight 0.7s ease-out 0.5s both;
    border-left: 3px solid rgb(145,112,178);
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1rem;
    max-width: 90%;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.title-portal-log .expert-sessions-log p {
    max-width: 80%;
    font-size: calc(17px * 1.3);
}

.title-portal-log .title_style_header::after {
    content: "";
    width: 80px;
    position: absolute;
    animation: expandWidth 1.2s ease-out 1s forwards;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(145,112,178), transparent);
}

.title-portal-log .title_style_header::after {
    width: 100px;
}

.contact-box-log .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.contact-box-log h2 {
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: left;
}

.contact-box-log .inquiry-query-log {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 60px;
    align-items: center;
}

.contact-box-log .request-feedback-log {
    order: 1;
}

.contact-box-log form {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-box-log form input[type="text"] {
    border-radius: 10px;
    color: #000000;
    background: rgb(213,199,219);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: none;
    padding: 18px 25px;
    width: 100%;
    font-size: 18px;
}

.contact-box-log .support-card-log {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.contact-box-log .support-card-log label::before {
    border-radius: 10px;
    position: absolute;
    height: 22px;
    transition: all 0.2s ease;
    top: 2px;
    content: "";
    background: rgb(213,199,219);
    left: 0;
    width: 22px;
}

.contact-box-log .support-card-log input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    top: 6px;
    content: "";
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    height: 10px;
    border-right: 2px solid #ffffff;
    left: 8px;
}

.contact-box-log form .request-support-log:hover {
    transform: translateY(-3px);
    background: rgb(190,152,200);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-box-log svg {
    fill: rgb(190,152,200);
    width: 20px;
    height: 20px;
}

.contact-box-log svg path {
    fill: rgb(190,152,200);
    transition: fill 0.3s ease;
}

header::before {
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(190,152,200,0.5) 49.5%, rgb(190,152,200,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(145,112,178,0.5) 49.5%, rgb(145,112,178,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    animation: gridMove 40s linear infinite;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}

header .main-primary-log {
    position: relative;
    display: flex;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 5px;
    gap: 0.5rem;
}

header .header-start-log::before {
    transform: scale(0.95);
    z-index: -1;
    transition: all 0.3s ease;
    content: '';
    bottom: -2px;
    opacity: 0;
    right: -2px;
    top: -2px;
    position: absolute;
    border-radius: calc(10px + 2px);
    left: -2px;
    background: linear-gradient(45deg, rgb(190,152,200), rgb(145,112,178));
}

header .header-start-log:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .nav-mentor-log {
    transition: all 0.3s ease;
    align-items: center;
    overflow: hidden;
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

header .nav-mentor-log:hover::before {
    left: 100%;
}

.cookieUsagePromptBar-log {
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(190,152,200);
    background: rgb(145,112,178);
    padding: 20px 0;
    z-index: 90;
}

.cookieUsagePromptBar-log p {
    font-size: 14px;
    max-width: 500px;
    color: #ffffff;
}

.data-control-log {
    flex-shrink: 0;
    margin-right: 20px;
}

.data-control-log:hover svg {
    transform: rotate(10deg);
}

.cookies-tech-log {
    padding: 10px 20px;
    border-radius: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
    background: rgb(190,152,200);
    color: #ffffff;
    box-shadow: rgb(190,152,200,0.5) 0px 4px 10px 0px;
    font-size: 19px;
    line-height: 35px;
}

.cookieUsagePromptBar-log p a:hover {
    color: rgb(145,112,178);
}

.wrapper-segment-log .cookieUsagePromptBar-log {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(145,112,178);
    border: none;
    padding: 40px 0;
}

.wrapper-segment-log .cookie-option-log h5, .wrapper-segment-log .cookie-option-log p {
    color: #ffffff;
}


#cookieNoticeMessage-log {
    display: none;
}

#cookieNoticeMessage-log:checked ~ .cookieUsagePromptBar-log {
    opacity: 0;
    visibility: hidden;
}

.locate-log::before {
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(190,152,200,0.5) 0%, transparent 40%, rgb(145,112,178,0.5) 100%);
}



.locate-log .container {
    position: relative;
    z-index: 2;
}

.locate-log .message-request-log {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
}

.locate-log .message-request-log::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgb(190,152,200) 50%, transparent 100%);
    left: 0;
    height: 2px;
    animation: slideLine 8s infinite;
    bottom: 0;
    content: "";
    z-index: -1;
}

.locate-log p {
    color: #000000;
    margin-bottom: 25px;
    font-size: 14px;
    z-index: 2;
    position: relative;
    line-height: 1.7;
}

.locate-log .ask-feedback-log {
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
    position: relative;
    display: flex;
}

.locate-log .get-helpdesk-log {
    display: flex;
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    color: #ffffff;
}

.locate-log .get-helpdesk-log::after {
    border: 2px solid transparent;
    animation: rotate 10s linear infinite;
    background: transparent;
    border-right-color: rgb(145,112,178);
    border-top-color: rgb(190,152,200);
    opacity: 0.3;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    transition: all 0.4s ease;
    right: -2px;
    top: -2px;
    content: "";
    left: -2px;
    bottom: -2px;
}

.locate-log .get-helpdesk-log:hover::after {
    right: -3px;
    bottom: -3px;
    left: -3px;
    top: -3px;
    border-width: 3px;
    opacity: 0.8;
}

.locate-log .get-helpdesk-log:hover svg {
    fill: #ffffff;
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px rgb(190,152,200));
    stroke: #ffffff;
}

.locate-log .get-helpdesk-log:hover svg path {
    stroke: #ffffff;
    fill: #ffffff;
}

.locate-log p:hover svg {
    fill: rgb(145,112,178);
    stroke: rgb(145,112,178);
}

.locate-log p svg path {
    fill: rgb(190,152,200);
    stroke: rgb(190,152,200);
    transition: all 0.3s ease;
}

.learning-profits-log {
    padding: 8rem 0;
    background: linear-gradient(to right, rgb(213,199,219) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}

.learning-profits-log .virtual-track-log {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    width: 100%;
}

.learning-profits-log .img-hover-log {
    transform-origin: left center;
    height: 600px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    width: 50%;
    z-index: 2;
    position: relative;
    transform: rotateY(15deg) translateX(-5vw);
}

.learning-profits-log .content-box-log {
    width: 50%;
    transition: transform 0.5s ease;
    transform-origin: right center;
    padding: 3rem 5vw;
    transform: rotateY(-5deg);
}

.learning-profits-log .text_main_holder {
    position: relative;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}

.learning-profits-log .text_main_holder > div::before {
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    background: linear-gradient(135deg, rgb(190,152,200,0.5) 0%, transparent 100%);
    opacity: 0;
    inset: 0;
    z-index: -1;
}

.learning-profits-log .text_main_holder > div:hover {
    transform: translateX(1rem) scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.learning-profits-log .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}

.learning-profits-log .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,152,200);
}

.learning-profits-log .text_main_holder p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.tyBlock-log::before {
    background-size: 20px 20px;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(190,152,200,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(190,152,200,0.5), 0.05) 1px, transparent 1px);
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.6;
    top: 0;
}

.tyBlock-log .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.tyBlock-log .virtual-track-log:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(190,152,200,0.5), 0.12);
}

.tyBlock-log .virtual-track-log::before {
    height: 100%;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(190,152,200), rgb(145,112,178));
    top: 0;
    transform-origin: top;
    position: absolute;
    transform: scaleY(0);
}

.tyBlock-log h5::after {
    content: "";
    transition: width 0.6s ease, transform 0.6s ease;
    height: 3px;
    left: 0;
    transform: translateX(0);
    width: 4rem;
    position: absolute;
    bottom: 0;
    background: rgb(190,152,200);
}

.tyBlock-log a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.tyBlock-log a::before {
    position: absolute;
    transform-origin: right;
    z-index: 1;
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    background: rgba(rgb(190,152,200,0.5), 0.3);
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.developer-experience-log {
    padding: 90px 0;
}.developer-experience-log .user-praise-log {
    padding: 40px 30px;
    gap: 30px;
}.developer-experience-log .img-hover-log {
    min-height: 320px;
}.developer-experience-log .career-exp-log {
    padding: 20px 25px;
}
}



@media (max-width: 767px) {.developer-experience-log {
    padding: 70px 0;
}.developer-experience-log .user-praise-log {
    padding: 35px 25px;
    gap: 25px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.developer-experience-log .img-hover-log {
    min-height: 280px;
}.developer-experience-log .name {
    font-size: calc(34px * 0.9);
}.developer-experience-log .user-praise-log span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(22px * 0.95);
}.developer-experience-log .career-exp-log {
    padding: 18px 22px;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 992px) {.idea-pool-log {
    padding: 4rem 0 2rem;
}.idea-pool-log .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.idea-pool-log .company_holder,
    .idea-pool-log .whatsapp-grp-log {
    width: 100%;
}.idea-pool-log .first-pagebar-log {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 576px) {.idea-pool-log {
    padding: 3rem 0 1rem;
}.idea-pool-log .company_holder {
    padding: 1.25rem;
}.idea-pool-log .company_holder h3 {
    font-size: calc(30px * 0.8);
}.idea-pool-log .main-primary-log h5 {
    font-size: calc(18px * 0.9);
}.idea-pool-log .main-primary-log a,
    .idea-pool-log .credit-info-log {
    font-size: calc(15px * 0.9);
}.biz-learnings-log .guide-section-log {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 1rem;
}}



@media (max-width: 767px) {.pricing-container-log {
    padding: 60px 0 80px;
}.pricing-container-log .tuition-grid-log {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-container-log .study-sub-log {
    min-height: auto;
}.pricing-container-log h2 {
    font-size: calc(37px - 8px);
}.pricing-container-log .program-price-log {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.pricing-container-log .study-sub-log p {
    max-height: 150px;
}
}



@media (min-width: 768px) {.secure-habitat-log {
    padding: 6rem 3rem;
}.secure-habitat-log .container {
    padding: 0 2rem;
}.secure-habitat-log h1 {
    font-size: calc(39px * 1.1);
    margin-bottom: 3rem;
}.secure-habitat-log h1::after {
    width: 4.5rem;
}.secure-habitat-log h2 {
    font-size: calc(28px * 1.05);
    padding-left: 1.2rem;
    margin: 3rem 0 1.8rem;
}.secure-habitat-log h2::before {
    width: 5px;
}.secure-habitat-log p, 
    .secure-habitat-log li,
    .secure-habitat-log span {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media (min-width: 1200px) {.secure-habitat-log {
    padding: 8rem 5rem;
}.secure-habitat-log::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(145,112,178,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(190,152,200,0.5), transparent 45%);
}.secure-habitat-log .container {
    padding: 0 4rem;
}.secure-habitat-log h1 {
    font-size: calc(39px * 1.3);
}.secure-habitat-log h1::after {
    width: 5.5rem;
    bottom: -0.7rem;
    height: 5px;
}.secure-habitat-log ul {
    padding-left: 2.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.secure-habitat-log .container,
    .secure-habitat-log h1,
    .secure-habitat-log h2,
    .secure-habitat-log h3,
    .secure-habitat-log h4,
    .secure-habitat-log p,
    .secure-habitat-log ul,
    .secure-habitat-log span {
    opacity: 1;
    transform: none;
    animation: none;
}.secure-habitat-log h1::after {
    animation: none;
    transform: scaleX(1);
}}



@media (min-width: 992px) {.program-structure-log {
    padding: 10rem 0;
}.program-structure-log::before {
    background: radial-gradient(circle at 20% 30%, rgb(145,112,178,0.5) 0%, transparent 70%);
}.program-structure-log h2 {
    font-size: calc(35px * 1.2);
    max-width: 70%;
}.program-structure-log .learn-route-log {
    gap: 5rem;
}.program-structure-log .img-hover-log {
    height: 600px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}.program-structure-log .content-box-log {
    max-height: 600px;
    padding-top: 2rem;
}.program-structure-log .description {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.program-structure-log {
    padding: 4rem 0;
}.program-structure-log h2 {
    max-width: 100%;
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.program-structure-log h2::after {
    width: 6rem;
    height: 0.2rem;
}.program-structure-log .img-hover-log {
    height: 300px;
}.program-structure-log .content-box-log {
    max-height: 350px;
}.program-structure-log .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 768px) {.our-story-log {
    padding: 60px 0;
}.our-story-log h3 {
    font-size: calc(34px * 0.9);
}.our-story-log .training-classes-log,
    .our-story-log .who-weare-log {
    padding: 25px;
}.our-story-log .training-classes-log span {
    font-size: calc(18px * 0.9);
}.our-story-log .img-hover-log,
    .our-story-log .class-sessions-log {
    height: 220px;
}
}



@media (min-width: 1400px) {.our-story-log .container {
    max-width: 1320px;
}}



@media (max-width: 991px) {.teaching-process-log {
    padding: 80px 15px;
}.teaching-process-log h3 {
    margin-bottom: 30px;
    font-size: calc(34px - 4px);
}.teaching-process-log span {
    font-size: calc(14px - 1px);
}.teaching-process-log .virtual-track-log {
    padding: 30px;
}
}



@media screen and (max-width: 768px) {.explore-now-log {
    padding: 60px 0;
}.explore-now-log .virtual-track-log {
    max-width: 95%;
    padding: 30px 20px;
}.explore-now-log h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.explore-now-log h3::before,
    .explore-now-log h3::after {
    display: none;
}.explore-now-log .get-helpdesk-log {
    padding: 14px 30px;
    font-size: calc(19px * 0.9);
}.explore-now-log .virtual-track-log::before,
    .explore-now-log .virtual-track-log::after {
    width: 100px;
    height: 100px;
}}



@media (max-width: 767px) {.title-portal-log {
    padding: 1.5rem;
}.title-portal-log .learn-lead-log > div {
    gap: 2rem;
}.title-portal-log .learn-lead-log > div > div:first-child {
    padding: 1.5rem;
}.title-portal-log h3 {
    font-size: calc(19px * 0.9);
}.title-portal-log .expert-sessions-log {
    height: 320px;
}.title-portal-log .expert-sessions-log > div {
    padding: 1.5rem;
}.title-portal-log .expert-sessions-log p {
    max-width: 100%;
    font-size: 17px;
}.title-portal-log .title_style_header {
    max-width: 100%;
    font-size: calc(48px * 0.9);
}}



@media screen and (max-width: 576px) {.contact-box-log {
    padding: 50px 0;
}.contact-box-log h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact-box-log .img-hover-log {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(190,152,200,0.5);
}.contact-box-log form {
    padding: 30px 20px;
}.contact-box-log form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact-box-log form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-box-log form .request-support-log {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .main-primary-log {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .main-primary-log::-webkit-scrollbar {
    height: 3px;
}header .main-primary-log::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,152,200);
}header .header-start-log {
    white-space: nowrap;
}header .nav-mentor-log svg {
    width: 110px;
}}


@media only screen and (max-width: 1200px) {.cookieUsagePromptBar-log {
    padding: 20px;
}
}



@media (max-width: 992px) {.locate-log {
    padding: 60px 0;
}.locate-log .message-request-log {
    padding: 30px;
}.locate-log h2 {
    font-size: calc(37px * 0.9);
}.locate-log .ask-feedback-log {
    gap: 30px;
}.locate-log .get-helpdesk-log {
    width: 65px;
    height: 65px;
}
}



@media (max-width: 768px) {.locate-log {
    padding: 50px 0;
}.locate-log .message-request-log {
    padding: 25px;
}.locate-log h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.locate-log p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
}.locate-log .ask-feedback-log {
    gap: 25px;
}.locate-log .get-helpdesk-log {
    width: 60px;
    height: 60px;
}.locate-log .get-helpdesk-log svg {
    width: 24px;
    height: 24px;
}
}



@media (prefers-reduced-motion) {.locate-log::after,
    .locate-log .message-request-log::after {
    animation: none;
}}



@media (max-width: 1200px) {.learning-profits-log .img-hover-log {
    width: 45%;
    height: 500px;
}.learning-profits-log .content-box-log {
    width: 55%;
}
}



@media (max-width: 992px) {.learning-profits-log {
    perspective: none;
    padding: 6rem 0;
}.learning-profits-log .virtual-track-log {
    max-width: 90%;
    flex-direction: column;
}.learning-profits-log .img-hover-log {
    height: 400px;
    width: 100%;
    margin-bottom: 3rem;
    transform: none;
}.learning-profits-log .img-hover-log:hover {
    transform: none;
}.learning-profits-log .content-box-log {
    transform: none;
    width: 100%;
    padding: 0;
}.learning-profits-log .content-box-log:hover {
    transform: none;
}.learning-profits-log .text_main_holder > div:hover {
    transform: translateX(0) scale(1.03);
}
}



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



@media (max-width: 767px) {.tyBlock-log {
    padding: 4rem 0;
}.tyBlock-log .virtual-track-log {
    padding: 2.5rem;
}.tyBlock-log h5 {
    font-size: 21px;
}.tyBlock-log::before {
    background-size: 15px 15px;
}.tyBlock-log::after {
    opacity: 0.1;
}
}

@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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



@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}



@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}



@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}



@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}


    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }

@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}



@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



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



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


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

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
}

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

