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

* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
}

.site-prime-79 {
    flex: 1 0 auto;
}

.webinar-live-86 {
    flex: 0 0 auto;
}

.webinar-live-86 {
    padding: 80px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(199,116,153));
}

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

.secure-lodge-76 h1 {
    margin-bottom: 20px;
    color: rgb(224,161,190);
    border-bottom: 2px solid rgb(224,161,190);
    font-size: 48px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}

.secure-lodge-76 ul, .secure-lodge-76 ol {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    padding: 20px 0;
}

.secure-lodge-76 ul li::before, .secure-lodge-76 ol li::before {
    content: '';
    left: 0;
    width: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: rgb(224,161,190);
    height: 6px;
}

.secure-lodge-76 div.container {
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-frame-30::before {
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.pricing-frame-30 .container {
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pricing-frame-30 h2 {
    transform: translateY(0);
    position: relative;
    opacity: 1;
    font-size: 37px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-weight: 700;
}

.pricing-frame-30 .tuition-grid-92 {
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
    font-size: calc(14px + 2px);
    margin: 0 auto 40px;
    color: #ffffff;
    opacity: 0.9;
}

.pricing-frame-30 .cost-summary-01 {
    -webkit-backdrop-filter: blur(8px);
    height: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    overflow: hidden;
    backdrop-filter: blur(8px);
    z-index: 1;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: flex;
}

.pricing-frame-30 .learning-pricing-57 {
    flex-direction: column;
    padding: 30px;
    flex-grow: 1;
    position: relative;
    display: flex;
}

.pricing-frame-30 .cost-summary-01:hover .study-sub-76 h4 {
    transform: translateY(-5px);
}

.pricing-frame-30 .study-sub-76 h4::after {
    bottom: -8px;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 40px;
    background: rgb(199,116,153);
    transition: width 0.3s ease;
}

.pricing-frame-30 .bundle-rate-20 {
    padding: 10px 20px;
    font-size: calc(18px + 4px);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    margin-top: auto;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    align-self: flex-start;
    background: linear-gradient(90deg, rgb(224,161,190,0.5), transparent);
}

.pricing-frame-30 .cost-summary-01:hover .bundle-rate-20 {
    transform: scale(1.05);
}

.company-info-25 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.company-info-25::after {
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    pointer-events: none;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
}

.company-info-25 .subtext-wrap-27 {
    animation: slide-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    padding: 40px;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    transform: translateY(20px);
    max-width: 900px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto;
}

.company-info-25 h1::after {
    width: 70px;
    transform-origin: left;
    content: "";
    background: rgb(199,116,153);
    height: 3px;
    position: absolute;
    left: 0;
    animation: line-grow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    transform: scaleX(0);
    bottom: -10px;
}

.company-info-25 h4 {
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    margin: 0 0 15px;
    font-size: calc(20px + 2px);
    color: rgb(199,116,153);
}

.company-info-25 span {
    line-height: 1.8;
    column-gap: 40px;
    column-count: 1;
    font-size: calc(16px + 1px);
    display: block;
    color: #ffffff;
    position: relative;
    opacity: 0.9;
    text-align: justify;
}

.tyHub-56::after {
    transform: rotate(30deg);
    content: "";
    background: linear-gradient(45deg, rgb(199,116,153) 0%, rgb(224,161,190) 100%);
    position: absolute;
    z-index: 1;
    height: 150px;
    opacity: 0.05;
    bottom: -30px;
    border-radius: 10px;
    left: -30px;
    width: 150px;
}

.tyHub-56:hover::before {
    transform: rotate(55deg) scale(1.1);
}

.tyHub-56 .smart-track-34 {
    position: relative;
    gap: 30px;
    border-left: 4px solid rgb(224,161,190);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    grid-template-columns: 1fr;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    display: grid;
}

.tyHub-56 .smart-track-34 > div:first-child {
    position: relative;
}

.tyHub-56 .smart-track-34 > div:first-child::after {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    transform: scaleX(1);
    left: 0;
    background: rgb(224,161,190);
    height: 3px;
    transform-origin: left;
    width: 60px;
    position: absolute;
    bottom: -15px;
}

.tyHub-56 a {
    padding: 5px 0;
    display: block;
    position: relative;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
}

.tyHub-56 a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.tyHub-56 a:hover p {
    transform: translateY(-2px);
}

.tyHub-56 .smart-track-34 > div:last-child {
    position: relative;
}

.tyHub-56 .smart-track-34 > div:last-child::before {
    font-size: 18px;
    color: rgb(224,161,190);
    right: 0;
    transform: rotate(-10deg);
    top: -15px;
    opacity: 0.2;
    position: absolute;
    transition: all 0.3s ease;
    content: "✓";
}

.webinar-live-86::after {
    right: 0;
    animation: shiftGradient 15s infinite linear;
    pointer-events: none;
    bottom: 0;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(224,161,190,0.5) 70%, transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
}

footer .help-desk-31 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 20px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    padding: 25px;
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item a:hover {
    color: rgb(224,161,190);
    text-shadow: 0 0 8px rgb(224,161,190,0.5);
}

footer .text_main_holder {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 40px;
}

footer .header-lead-21 svg {
    filter: drop-shadow(0 0 5px rgb(224,161,190,0.5));
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    height: 50px;
    width: auto;
}

footer .eng-center-16 {
    font-size: 13px;
    max-width: 300px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.8;
}

footer .top-master-69:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .top-master-69::before {
    content: "";
    bottom: -2px;
    right: -2px;
    left: -2px;
    transition: opacity 0.5s ease;
    position: absolute;
    top: -2px;
    opacity: 0;
    background: linear-gradient(45deg, rgb(224,161,190), transparent, rgb(199,116,153), transparent);
    z-index: -1;
    border-radius: calc(20px + 2px);
}

footer .top-master-69 h5::after {
    width: 50px;
    left: 0;
    content: "";
    background: rgb(224,161,190);
    transition: width 0.3s ease;
    position: absolute;
    bottom: -1px;
    height: 2px;
}

footer .head-mainbar-04 a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    font-size: calc(14px - 1px);
    padding-left: 15px;
    position: relative;
    color: #ffffff;
}

footer .head-mainbar-04 a:hover {
    padding-left: 20px;
    color: rgb(224,161,190);
}

footer .head-mainbar-04 a:hover::before {
    box-shadow: 0 0 5px rgb(224,161,190), 0 0 10px rgb(224,161,190,0.5);
    opacity: 1;
    transform: translateY(-50%) scale(1);
    background-color: rgb(224,161,190);
}

footer .subscribe_holder::before {
    animation: pulseBackground 10s infinite ease-in-out;
    z-index: -1;
    top: -50%;
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    left: -50%;
}

footer .subscribe_holder p {
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
}

footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 10px rgb(224,161,190,0.5);
    border-color: rgb(224,161,190);
}

footer .sub-toggles-76 {
    font-size: 15px;
    overflow: hidden;
    background: rgb(224,161,190);
    padding: 14px 24px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    color: #ffffff;
}

footer .sub-toggles-76:hover {
    background: rgb(199,116,153);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

footer .mentor-net-39 {
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.program-outcomes-54::before {
    opacity: 0.4;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: 
    radial-gradient(circle at 10% 20%, rgb(224,161,190,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(199,116,153,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
}



.program-outcomes-54 .container {
    z-index: 2;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.program-outcomes-54 .img-responsive-13 {
    height: 100%;
    transform-origin: left center;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: transform 0.5s ease;
    width: 100%;
}

.program-outcomes-54 .img-responsive-13:hover {
    transform: scale(1.05);
}

.program-outcomes-54 h3 {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: rgb(224,161,190);
    margin-bottom: 25px;
}

.program-outcomes-54 .subtext-wrap-27:hover h3::after {
    width: 120px;
}

.program-outcomes-54 ul {
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
}

.program-outcomes-54 li::before {
    inset: 0;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(224,161,190,0.5) 100%
  );
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: "";
}

.program-outcomes-54 li:hover {
    transform: translateY(-5px);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9);
}

.program-outcomes-54 svg {
    height: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 6px;
    width: 20px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(224,161,190), rgb(199,116,153));
}

.program-outcomes-54 li:hover svg {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transform: rotate(10deg);
}

.training-specialist-28::before {
    left: 0;
    content: "";
    background-size: 60px 60px;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgb(224,161,190,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(224,161,190,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(224,161,190,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(224,161,190,0.5) 75%);
}

.training-specialist-28 .alumni-feedback-49 {
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
    background: transparent;
    padding: 0;
    align-items: center;
    border-radius: 23px;
}

.training-specialist-28 .img-responsive-13::before {
    content: "";
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgb(224,161,190,0.5) 0%,
        transparent 50%,
        rgb(199,116,153,0.5) 100%
    );
    inset: -10px;
    position: absolute;
    border-radius: 30px;
    transition: all 0.5s ease;
    transform: rotate(5deg);
    opacity: 0.3;
}

.training-specialist-28 .name {
    background-clip: text !important;
    color: #000000;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(224,161,190) 100%
    );
    z-index: 2;
    text-fill-color: transparent;
    position: relative;
    font-weight: 700;
    font-size: 47px;
    text-align: center;
    padding: 0 20px 15px;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
}

.training-specialist-28 .alumni-feedback-49 span:not(.name) {
    transition: all 0.3s ease;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.8;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    color: rgb(199,116,153);
}

.training-specialist-28 .work-overview-32::before {
    background: 
        linear-gradient(45deg, rgb(224,161,190,0.5) 0%, transparent 100%);
    opacity: 0.2;
    top: 25px;
    position: absolute;
    width: 35px;
    border-radius: 0 0 10px 0;
    left: 25px;
    content: "";
    height: 35px;
}

.training-specialist-28 .alumni-feedback-49::before {
    transform: translateX(-50%) rotate(45deg);
    opacity: 0.1;
    left: 50%;
    position: absolute;
    width: 300px;
    background: 
        linear-gradient(
            135deg,
            rgb(224,161,190,0.5) 0%,
            transparent 100%
        );
    animation: morphing 15s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 300px;
    top: -70px;
}

.training-specialist-28 .alumni-feedback-49:hover .img-responsive-13 {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.training-specialist-28 .alumni-feedback-49:hover .img-responsive-13::after {
    transform: rotate(5deg);
}

.reach-out-42 {
    padding: 100px 0;
    background: #000000;
    overflow: hidden;
    position: relative;
}

.reach-out-42::after {
    position: absolute;
    z-index: 1;
    height: 100%;
    content: '';
    background: 
        linear-gradient(90deg, transparent 95%, rgb(224,161,190,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(199,116,153,0.5) 95.5%, transparent 96%);
    left: 0;
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    opacity: 0.1;
}

.reach-out-42 .img-responsive-13::before {
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    content: '';
    width: 100%;
    position: absolute;
}

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

.reach-out-42 .inquiry-widget-21 {
    border-radius: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1100px;
    backdrop-filter: blur(10px);
    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(224,161,190,0.5),
        0 0 20px rgb(199,116,153,0.5);
    background: rgba(30, 30, 30, 0.7);
    overflow: hidden;
    display: flex;
    margin: 0 auto;
}

.reach-out-42 input[type="text"]:focus,
.reach-out-42 textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(224,161,190,0.5);
    border-color: rgb(224,161,190);
}

.reach-out-42 input[type="text"]::placeholder,
.reach-out-42 textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.reach-out-42 textarea {
    resize: none;
    height: 140px;
}

.reach-out-42 .connect-list-46 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.reach-out-42 .connect-list-46 label {
    font-size: 15px;
    cursor: pointer;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 35px;
    position: relative;
}

.reach-out-42 .connect-list-46 input[type="checkbox"]:checked + label::before {
    background: rgb(224,161,190);
    box-shadow: 0 0 8px rgb(224,161,190);
}

.reach-out-42 .connect-list-46 a {
    text-decoration: none;
    color: rgb(224,161,190);
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgb(224,161,190);
}

.reach-out-42 .connect-list-46 a:hover {
    color: rgb(199,116,153);
    text-shadow: 0 0 5px rgb(199,116,153);
}

.reach-out-42 .request-inquiry-90::before {
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.reach-out-42 .request-inquiry-90:hover {
    box-shadow: 0 0 20px rgb(199,116,153);
    background: rgb(199,116,153);
    transform: translateY(-3px);
}

.reach-out-42 .support-support-60 {
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    flex: 2;
    backdrop-filter: blur(5px);
    justify-content: center;
    padding: 50px;
    flex-direction: column;
    position: relative;
}

.reach-out-42 .support-support-60 h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(224,161,190);
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    font-size: 21px;
    font-weight: 600;
}

.reach-out-42 .reach-links-01 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reach-out-42 .reach-links-01 li:hover {
    transform: translateX(5px);
}

.reach-out-42 .reach-links-01 svg {
    height: 24px;
    margin-top: 2px;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
}

.reach-out-42 .reach-links-01 li:hover svg path {
    fill: rgb(199,116,153);
    filter: drop-shadow(0 0 5px rgb(199,116,153));
}

.reach-out-42 .reach-links-01 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.start-now-45 {
    perspective: 1000px;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(199,116,153,0.5), rgb(224,161,190,0.5));
    overflow: hidden;
}

.start-now-45::after {
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    position: absolute;
    content: "";
    opacity: 0.4;
    left: -50%;
    transform: translateZ(-10px);
    z-index: 0;
    height: 200%;
    width: 200%;
    background: radial-gradient(
    circle at center,
    rgb(199,116,153,0.5) 0%,
    transparent 70%
  );
}

.start-now-45 h2::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(1);
    bottom: -10px;
    content: "";
    background: rgb(224,161,190);
    transform-origin: left;
    width: 100px;
    height: 4px;
    position: absolute;
}

.start-now-45 .smart-track-34:hover {
    transform: translateZ(40px) translateX(25px);
}

.start-now-45 svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 50px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotateY(-10deg) rotateX(5deg);
    height: 50px;
}

.start-now-45 svg:hover path {
    fill: rgb(224,161,190);
}

.start-now-45 .request-inquiry-90 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2.5rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 25px -5px rgb(199,116,153,0.5),
              0 5px 10px -5px rgb(224,161,190,0.5);
    transform-origin: bottom;
    overflow: hidden;
    border-radius: 10px;
    font-size: 15px;
    transform: perspective(800px) rotateX(5deg);
    position: relative;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(145deg, rgb(199,116,153), rgb(224,161,190));
    z-index: 1;
    display: inline-block;
    text-decoration: none;
}

.start-now-45 .smart-track-34 div {
    transform-style: preserve-3d;
    position: relative;
}

.start-now-45 .smart-track-34 div::before {
    height: 5px;
    opacity: 0.6;
    transform: translateZ(-5px) skewX(-30deg);
    left: 0;
    bottom: -10px;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    width: 80%;
    background: linear-gradient(90deg, rgb(199,116,153,0.5), transparent);
    filter: blur(3px);
}

#cookie-popup-toast-87 {
    display: none;
}

#cookie-popup-toast-87:checked ~ .cookie-message-overlay-06 {
    visibility: hidden;
    opacity: 0;
}

.cookie-message-overlay-06 .container {
    justify-content: space-between;
    padding: 0 15px;
    z-index: 1;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    gap: 1rem;
    display: flex;
    align-items: center;
}

.edu-track-81 h5 {
    color: rgb(224,161,190);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.cookie-gate-06 {
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(224,161,190);
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    display: inline-block;
}

.cookie-message-overlay-06 p a:hover {
    color: #000000;
}


header .top_plank {
    color:  #ffffff;
    background: rgb(224,161,190);
}

header .top_plank .best-study-81 div span {
    color: #ffffff;
}

header .top_plank .best-study-81 {
    font-size: 15px;
    width: 100%;
    line-height: 21px;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.greeting-page-29 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.greeting-page-29 .master-zone-87 {
    position: relative;
    box-sizing: border-box;
    padding: 6rem 4rem;
    align-items: center;
    justify-content: flex-start;
    isolation: isolate;
    min-height: 100vh;
    display: flex;
}

.greeting-page-29 .master-zone-87::after {
    left: -5%;
    top: 0;
    height: 100%;
    background: linear-gradient(
    170deg,
    transparent 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
    width: 110%;
    backdrop-filter: contrast(1.05) saturate(1.2);
    content: "";
    z-index: 2;
    position: absolute;
}

.greeting-page-29 .virtual-guides-67::before {
    height: 100px;
    animation: floatElement 8s ease-in-out infinite;
    top: -30px;
    left: -120px;
    background: linear-gradient(
    45deg,
    rgb(224,161,190),
    rgb(199,116,153)
  );
    border-radius: 10px;
    width: 100px;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
}

.greeting-page-29 h1 {
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
    transform: translateY(5px);
    font-size: clamp(2.5rem, 5vw, 39px);
    position: relative;
    line-height: 1.1;
    font-weight: 700;
}

.greeting-page-29 h3 {
    color: #ffffff;
    max-width: 95%;
    line-height: 1.4;
    animation: slideRight 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    opacity: 0.92;
    margin: 0 0 2rem;
    font-weight: 600;
    transform: translateX(0) translateY(0);
    position: relative;
    font-size: clamp(1.2rem, 2.5vw, 23px);
}

header::before {
    z-index: -1;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(145deg, rgb(199,116,153,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
}

header .nav-sitewrap-39 {
    padding: 20px 15px;
    position: relative;
    transform: none;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    flex-direction: row;
    display: flex;
}

header .nav-sitewrap-39 .header-lead-21 .top-expert-53 {
    display: inline-block;
}

header .nav-sitewrap-39 .top-master-69 {
    padding: 20px 30px;
    list-style: none;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: none;
    padding: 0;
    display: flex;
    position: relative;
    border-radius: 29px;
    flex-wrap: wrap;
}

header .nav-sitewrap-39 .top-master-69 .main-mainwrap-95 {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

header .nav-sitewrap-39 .top-master-69 .main-mainwrap-95 a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 8px 5px;
    overflow: hidden;
    display: block;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

header .nav-sitewrap-39 .top-master-69 .main-mainwrap-95:hover a::after {
    transform: translateX(0);
}

.training-method-50 {
    background: linear-gradient(135deg, rgb(245,216,227) 0%, rgba(rgb(224,161,190,0.5), 0.08) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.training-method-50::after {
    transform: rotate(15deg) skewX(15deg);
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(199,116,153) 0%, transparent 80%);
    height: 50%;
    width: 40%;
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    left: -10%;
    bottom: -5%;
}

.training-method-50 h2::before {
    transform-origin: left;
    transform: scaleX(0.6);
    background: linear-gradient(90deg, rgb(224,161,190), rgb(199,116,153));
    bottom: -0.8rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 0.35rem;
    content: "";
    width: 6rem;
    left: 0;
}

.training-method-50 .subtext-wrap-27:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
}

.training-method-50 .subtext-wrap-27::before {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(224,161,190,0.5), 0.03) 0%, rgba(rgb(199,116,153,0.5), 0.06) 100%);
}

.training-method-50 .subtext-wrap-27:hover::after {
    height: 100%;
}

.training-method-50 p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    max-width: 96%;
    margin: 0;
}

.user-testimonials-19::before {
    opacity: 0.3;
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgb(224,161,190,0.5) 50px,
            rgb(224,161,190,0.5) 51px
        );
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}

.user-testimonials-19 h2::after {
    position: absolute;
    height: 5px;
    top: 50%;
    width: 1.5rem;
    transform: translateY(-50%);
    content: "";
    left: -2rem;
    background: rgb(224,161,190);
}

.user-testimonials-19 .student-testimonials-29::before {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgb(224,161,190),
        rgb(199,116,153)
    );
    left: 0;
    top: 0;
    width: 3px;
    content: "";
}

.user-testimonials-19 .alumni-feedback-49::before {
    z-index: 1;
    transform: translateY(-50%);
    position: absolute;
    left: -3rem;
    height: 3px;
    content: "";
    top: 50%;
    background: linear-gradient(
        to right,
        rgb(224,161,190),
        rgb(199,116,153)
    );
    width: 3rem;
}

.user-testimonials-19 .alumni-feedback-49:nth-child(odd) {
    margin-right: auto;
    transform: translateX(3rem);
    margin-left: 0;
    align-self: flex-start;
}

.user-testimonials-19 .alumni-feedback-49:nth-child(odd)::before {
    background: linear-gradient(
        to left,
        rgb(224,161,190),
        rgb(199,116,153)
    );
    left: auto;
    right: -3rem;
}

.user-testimonials-19 .alumni-feedback-49:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(224,161,190,0.5);
    transform: translateY(-10px);
}

.user-testimonials-19 .alumni-feedback-49:nth-child(odd) img {
    right: auto;
    left: 30px;
}

.user-testimonials-19 .alumni-feedback-49:hover img {
    transform: scale(1.1) rotate(10deg);
}

.user-testimonials-19 .alumni-feedback-49 p {
    font-weight: 600;
    font-size: calc(14px * 1.1);
    margin-bottom: 0.5rem;
    color: #000000;
}

.user-testimonials-19 .alumni-feedback-49:nth-child(odd) .description {
    border-left: none;
    padding-right: 1rem;
    padding-left: 0;
    border-right: 3px solid rgb(199,116,153,0.5);
    text-align: right;
}

.course-summary-57::before {
    background: linear-gradient(210deg, rgb(224,161,190), rgb(199,116,153));
    border-radius: 50%;
    height: 300px;
    opacity: 0.05;
    top: -100px;
    transform: skew(-15deg, -15deg);
    position: absolute;
    content: "";
    right: -100px;
    z-index: 0;
    width: 300px;
}

.course-summary-57 .container {
    z-index: 1;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.course-summary-57 h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(90deg, rgb(224,161,190), rgb(199,116,153));
    height: 4px;
    transform-origin: left;
}

.course-summary-57 .img-responsive-13 {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    height: 400px;
}

.course-summary-57 .subtext-wrap-27 {
    flex-direction: column;
    display: flex;
    transform: perspective(1000px) translateZ(0);
    gap: 2rem;
    position: relative;
}

.course-summary-57 .description::before {
    content: "";
    width: 3px;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(224,161,190), rgb(199,116,153));
    top: 0;
    bottom: 0;
    opacity: 0.7;
}

.course-summary-57 .description:last-of-type {
    padding-top: 1rem;
}

::-webkit-scrollbar {
    height: 11px;
    width: 11px;
}

::-webkit-scrollbar-track {
    border-radius: 10.5em;
    box-shadow: inset -5px 0px 15px 2px rgba(0, 0, 0, 0.3);
    background: rgb(199,116,153,0.5);
}

::-webkit-scrollbar-thumb {
    border-radius: 12vh;
    background: radial-gradient(circle at center, #ffffff 31%, rgb(255, 255, 255, 0.5) 14%, rgb(199,116,153) 64%, rgb(199,116,153,0.5) 53%, rgb(224,161,190) 48%, rgb(224,161,190,0.5) 83%, rgb(245,216,227) 5%);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(199,116,153);
    box-shadow: -4px -5px 12px 1px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-corner {
    border-radius: 7px;
    background: rgb(199,116,153);
}



@media (max-width: 992px) {.pricing-frame-30 h2 {
    font-size: calc(37px - 4px);
}.pricing-frame-30 .tuition-grid-92 {
    margin-bottom: 30px;
    font-size: 14px;
}.pricing-frame-30 .learning-pricing-57 {
    padding: 25px;
}
}



@media (max-width: 576px) {.pricing-frame-30 {
    padding: 50px 0;
}.pricing-frame-30 h2 {
    font-size: calc(37px - 6px);
}.pricing-frame-30 .tuition-grid-92 {
    font-size: calc(14px - 1px);
}.pricing-frame-30 .learning-pricing-57 {
    padding: 20px;
}.pricing-frame-30 .study-sub-76 p {
    font-size: calc(14px - 1px);
}}



@media (min-width: 992px) {.company-info-25 .subtext-wrap-27 {
    padding: 70px;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
}.company-info-25 .subtext-wrap-27::before {
    width: 6px;
}.company-info-25 span {
    font-size: calc(16px + 2px);
}.company-info-25 h1::after {
    height: 4px;
    width: 90px;
}
}



@media (max-width: 480px) {.company-info-25 {
    padding: 60px 0;
}.company-info-25 .subtext-wrap-27 {
    padding: 25px 15px;
}.company-info-25 h1 {
    font-size: calc(44px - 4px);
    margin-bottom: 25px;
}.company-info-25 h4::after {
    width: 30px;
}.company-info-25 span {
    font-size: calc(16px - 1px);
    line-height: 1.5;
}}



@media (max-width: 767px) {.tyHub-56 {
    padding: 60px 0;
}.tyHub-56 .smart-track-34 {
    padding: 30px;
}.tyHub-56 h5 {
    font-size: calc(21px * 0.9);
}.tyHub-56::before,
  .tyHub-56::after {
    height: 100px;
    width: 100px;
}
}



@media (hover: none) {.tyHub-56 .smart-track-34 {
    transform: none !important;
}.tyHub-56 a::before {
    display: none;
}
}



@media (prefers-reduced-motion: reduce) {.tyHub-56 *,
  .tyHub-56 *::before,
  .tyHub-56 *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}



@media (min-width: 992px) {footer .cookie-ctrl-26 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .help-desk-31 {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 576px) {footer .webinar-live-86 {
    padding: 40px 0 20px;
}footer .help-desk-31, footer .top-master-69, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub-toggles-76 {
    padding: 12px;
}footer .header-lead-21 svg {
    height: 40px;
}footer .eng-center-16 {
    font-size: calc(13px - 1px);
}}



@media (max-width: 992px) {.program-outcomes-54 .smart-track-34 {
    grid-template-columns: 1fr;
}.program-outcomes-54 .img-responsive-13 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 300px;
}.program-outcomes-54 .subtext-wrap-27 {
    padding: 30px;
}
}



@media (max-width: 991px) {.training-specialist-28 {
    padding: 80px 0;
}.training-specialist-28 .img-responsive-13 {
    height: 220px;
    width: 220px;
    margin-bottom: 25px;
}.training-specialist-28 .name {
    font-size: calc(47px * 0.9);
    margin-bottom: 12px;
}.training-specialist-28 .work-overview-32 {
    width: 85%;
    padding: 35px 40px;
}.training-specialist-28 .alumni-feedback-49::before,
    .training-specialist-28 .alumni-feedback-49::after {
    width: 250px;
    height: 250px;
}
}



@media (max-width: 575px) {.training-specialist-28 {
    padding: 50px 0;
}.training-specialist-28 .img-responsive-13 {
    height: 150px;
    width: 150px;
    border-radius: 15px;
    margin-bottom: 15px;
}.training-specialist-28 .img-responsive-13::before {
    border-radius: 22px;
    inset: -8px;
}.training-specialist-28 .img-responsive-13::after {
    inset: -15px;
    border-radius: 30px;
}.training-specialist-28 .name {
    font-size: calc(47px * 0.7);
    margin-bottom: 8px;
    padding: 0 10px 10px;
}.training-specialist-28 .name::after {
    width: 60px;
    height: 2px;
}.training-specialist-28 .alumni-feedback-49 span:not(.name) {
    margin-bottom: 25px;
    font-size: calc(19px * 0.85);
    letter-spacing: 1px;
}.training-specialist-28 .work-overview-32 {
    font-size: calc(13px * 0.9);
    width: 100%;
    border-radius: 10px;
    padding: 25px 20px;
}.training-specialist-28 .work-overview-32::before,
    .training-specialist-28 .work-overview-32::after {
    top: 15px;
    width: 20px;
    height: 20px;
    left: 15px;
}.training-specialist-28 .work-overview-32::after {
    bottom: 15px;
    right: 15px;
}.training-specialist-28 .alumni-feedback-49::before,
    .training-specialist-28 .alumni-feedback-49::after {
    width: 150px;
    height: 150px;
}.training-specialist-28 .alumni-feedback-49:hover span:not(.name) {
    letter-spacing: 2px;
}}



@media (max-width: 576px) {.reach-out-42 {
    padding: 60px 0;
}.reach-out-42 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.reach-out-42 .contact-feedback-34,
    .reach-out-42 .support-support-60 {
    padding: 25px 20px;
}.reach-out-42 input[type="text"],
    .reach-out-42 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.reach-out-42 .request-inquiry-90 {
    width: 100%;
    padding: 12px;
}}



@media (max-width: 768px) {.start-now-45 {
    padding: 3rem 1.2rem;
}.start-now-45 h2 {
    transform: translateZ(20px);
    margin-bottom: 1.8rem;
    animation: none;
    font-size: calc(28px * 0.8);
}.start-now-45 .smart-track-34 {
    transform: translateZ(20px) translateX(10px);
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
}.start-now-45 .smart-track-34:hover {
    transform: translateZ(30px) translateX(15px);
}.start-now-45 svg {
    height: 40px;
    width: 40px;
}.start-now-45 .request-inquiry-90 {
    padding: 0.8rem 2rem;
    font-size: calc(15px * 0.9);
}
}


@media only screen and (max-width: 768px) {.cookie-message-overlay-06 .container {
    align-items: center;
    flex-direction: column;
}.visitor-confirm-18 {
    margin-right: 0;
    margin-bottom: 1rem;
}.edu-track-81 {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.track-bar-71 {
    margin-left: 0;
    margin-top: 0.5rem;
}}




@media screen and (max-width: 1200px) {.greeting-page-29 .virtual-guides-67 {
    padding-left: 2.5rem;
    max-width: 80%;
}
}



@media screen and (max-width: 768px) {.greeting-page-29 .master-zone-87 {
    padding: 4rem 2rem;
}.greeting-page-29 .virtual-guides-67 {
    padding-left: 1.5rem;
    transform: none;
    max-width: 100%;
}.greeting-page-29 .virtual-guides-67::before {
    width: 70px;
    left: -50px;
    top: -20px;
    height: 70px;
}.greeting-page-29 .virtual-guides-67::after {
    width: 100px;
    height: 100px;
    right: -40px;
    bottom: -30px;
}.greeting-page-29 h1 {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
}.greeting-page-29 h3 {
    max-width: 100%;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
}.greeting-page-29 p {
    max-width: 100%;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
}
}



@media (hover: hover) {.greeting-page-29:hover .virtual-guides-67 {
    transform: translateX(5%) perspective(1000px) rotateY(-1deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}}



@media (min-width: 768px) {.training-method-50 {
    padding: 8rem 0;
}.training-method-50 .smart-track-34 {
    padding: 0 4rem;
}.training-method-50 h2 {
    font-size: calc(33px * 1.1);
    margin-bottom: 3rem;
}.training-method-50 .subtext-wrap-27 {
    padding: 3.5rem;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}.training-method-50 p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.training-method-50 {
    padding: 4rem 0;
}.training-method-50 .smart-track-34 {
    padding: 0 1.5rem;
}.training-method-50 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.training-method-50 h2::before {
    width: 5rem;
    height: 0.3rem;
}.training-method-50 .subtext-wrap-27 {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.training-method-50 p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 480px) {.training-method-50 {
    padding: 3rem 0;
}.training-method-50 .smart-track-34 {
    padding: 0 1rem;
}.training-method-50 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.8);
}.training-method-50 .subtext-wrap-27 {
    padding: 1.5rem 1.25rem;
}.training-method-50 p {
    max-width: 100%;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}



@media (min-width: 768px) {.course-summary-57 {
    padding: 8rem 0;
}.course-summary-57 h2 {
    max-width: 70%;
    font-size: calc(31px * 1.1);
}.course-summary-57 .coding-class-14 {
    gap: 4rem;
    align-items: start;
    grid-template-columns: 1fr 1fr;
}.course-summary-57 .img-responsive-13 {
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.course-summary-57 h2::after {
    width: 120px;
}
}



@media (min-width: 992px) {.course-summary-57 {
    padding: 10rem 0;
}.course-summary-57 .container {
    padding: 0 3rem;
}.course-summary-57 h2 {
    margin-bottom: 4rem;
    max-width: 65%;
    font-size: calc(31px * 1.2);
}.course-summary-57 .coding-class-14 {
    gap: 5rem;
}.course-summary-57 .img-responsive-13 {
    height: 600px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-summary-57 .subtext-wrap-27 {
    padding-right: 2rem;
}.course-summary-57 h2::after {
    width: 150px;
}.course-summary-57 .description {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}



@media (min-width: 1200px) {.course-summary-57 .container {
    padding: 0 4rem;
}.course-summary-57 h2 {
    max-width: 60%;
}.course-summary-57 .coding-class-14 {
    gap: 6rem;
}.course-summary-57 .img-responsive-13 {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.course-summary-57 .description {
    padding-left: 2rem;
}.course-summary-57 .description::before {
    width: 4px;
}
}



@media (max-width: 767px) {.course-summary-57 {
    padding: 4rem 0;
}.course-summary-57 h2 {
    padding-bottom: 1rem;
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.course-summary-57 .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.course-summary-57 .img-responsive-13 {
    height: 300px;
}
}



@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}



@keyframes float {
  0%, 100% {
    transform: translateZ(30px) translateY(0);
  }
  50% {
    transform: translateZ(30px) translateY(-10px);
  }
}



@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0.92;
    transform: translateX(0);
  }
}



@keyframes floatElement {
  0%, 100% {
    transform: rotate(-15deg) translateY(0);
  }
  50% {
    transform: rotate(-12deg) translateY(-15px);
  }
}

