header,footer {
    width: 100%;
}

header {
    width: 100%;
    z-index: 99;
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, rgb(224,161,190,0.5) 0%, rgb(199,116,153) 100%);
}

html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}

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

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

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


.secure-lodge-76 {
    overflow: hidden;
    width: 100%;
    padding: 50px;
    height: auto;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.secure-lodge-76 h2 {
    font-size: 36px;
    border-left: 4px solid rgb(224,161,190);
    color: rgb(199,116,153);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 10px;
    text-align: left;
    margin-top: 30px;
}

.secure-lodge-76 ul li, .secure-lodge-76 ol li {
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-size: 13px;
    margin-bottom: 15px;
}

.secure-lodge-76 p, .secure-lodge-76 span, .secure-lodge-76 div {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}

.pricing-frame-30 {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
}

.pricing-frame-30::after {
    left: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(224,161,190,0.5), 0.15) 0%, transparent 50%);
    content: "";
    height: 100%;
    width: 100%;
}

.pricing-frame-30 .fee-pricing-40 {
    position: relative;
}

.pricing-frame-30 h2::after {
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(224,161,190), rgb(199,116,153));
    left: 50%;
    height: 3px;
    content: "";
    bottom: -10px;
    position: absolute;
}

.pricing-frame-30 .price-sheet-80 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
}

.pricing-frame-30 .price-sheet-80 li {
    perspective: 1000px;
    display: flex;
}

.pricing-frame-30 .cost-summary-01::before {
    left: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.5s ease;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    background: radial-gradient(circle at 30% 30%, rgb(224,161,190,0.5), transparent 75%);
}

.pricing-frame-30 .cost-summary-01:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}

.pricing-frame-30 .cost-summary-01:hover::before {
    opacity: 0.15;
}

.pricing-frame-30 .study-sub-76 {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.pricing-frame-30 .study-sub-76 h4 {
    margin: 0 0 20px;
    font-size: calc(18px + 2px);
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
}

.pricing-frame-30 .cost-summary-01:hover .study-sub-76 h4::after {
    width: 60px;
}

.pricing-frame-30 .study-sub-76 p {
    margin: 0 0 25px;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 14px;
    flex-grow: 1;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.8);
}

.pricing-frame-30 .bundle-rate-20::before {
    width: 100%;
    left: -100%;
    position: absolute;
    transition: left 0.5s ease;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.pricing-frame-30 .cost-summary-01:hover .bundle-rate-20::before {
    left: 100%;
}

.company-info-25::before {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(135deg, 
    rgba(22, 28, 45, 0.85) 0%, 
    rgba(22, 28, 45, 0.7) 50%, 
    rgba(22, 28, 45, 0.6) 100%);
    right: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
}

.company-info-25 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
}

.company-info-25 .subtext-wrap-27::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgb(224,161,190) 0%,
    rgb(199,116,153) 100%
  );
}

.company-info-25 h1 {
    display: inline-block;
    opacity: 0;
    position: relative;
    color: #ffffff;
    margin: 0 0 40px;
    animation: slide-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    font-size: 44px;
    transform: translateX(-20px);
    font-weight: 700;
}

.company-info-25 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.company-info-25 li {
    animation: fade-in 0.7s ease-out 0.4s forwards;
    opacity: 0;
    margin-bottom: 15px;
    transform: translateY(20px);
}

.company-info-25 h4::after {
    background-color: rgb(199,116,153,0.5);
    left: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: 0;
    content: "";
}

.tyHub-56 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(245,216,227) 0%, rgba(rgb(224,161,190), 0.1) 100%);
    padding: 80px 0;
}

.tyHub-56::before {
    background: linear-gradient(225deg, rgb(224,161,190) 0%, rgb(199,116,153) 100%);
    transform: rotate(45deg);
    top: -50px;
    opacity: 0.07;
    z-index: 1;
    position: absolute;
    width: 200px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    right: -50px;
    border-radius: 10px;
    height: 200px;
    content: "";
}

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

.tyHub-56 .smart-track-34:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}

.tyHub-56 .smart-track-34::before {
    background: linear-gradient(to right, rgba(rgb(224,161,190), 0.02) 0%, transparent 100%);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    height: 100%;
}

.tyHub-56 .smart-track-34:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.tyHub-56 h5 {
    position: relative;
    margin: 0 0 10px;
    font-size: 21px;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
}

.tyHub-56 p {
    position: relative;
    margin: 0;
    line-height: 1.7;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 15px;
}

.tyHub-56 a::before {
    transform: scaleX(0);
    width: 100%;
    left: 0;
    background: rgb(224,161,190);
    height: 1px;
    transform-origin: right;
    position: absolute;
    content: "";
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tyHub-56 .smart-track-34:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

footer {
    width: 100%;
    position: relative;
    z-index: 1;
}

.webinar-live-86::before {
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(199,116,153,0.5) 0%, transparent 50%);
    right: 0;
    content: "";
    pointer-events: none;
}



.webinar-live-86 .container {
    z-index: 2;
    position: relative;
}

footer .cookie-ctrl-26 {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

footer .help-desk-31:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

footer .info_item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
}

footer .info_item svg {
    fill: rgb(224,161,190);
    filter: drop-shadow(0 0 3px rgb(224,161,190,0.5));
    width: 20px;
    margin-right: 12px;
    transition: transform 0.3s ease;
    height: 20px;
}

footer .info_item p, footer .info_item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    transition: color 0.3s ease;
    font-weight: 400;
}

footer .header-lead-21 {
    align-items: flex-start;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

footer .header-lead-21:hover svg {
    filter: drop-shadow(0 0 8px rgb(224,161,190));
}

footer .top-master-69 {
    position: relative;
    backdrop-filter: blur(5px);
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

footer .top-master-69:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}



footer .top-master-69 h5 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
}

footer .top-master-69:hover h5::after {
    width: 100px;
}

footer .head-mainbar-04 {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    display: flex;
}

footer .head-mainbar-04 a::before {
    border-radius: 50%;
    height: 6px;
    position: absolute;
    background-color: rgb(224,161,190);
    top: 50%;
    opacity: 0.7;
    left: 0;
    transform: translateY(-50%) scale(0.8);
    width: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    content: "";
}

footer .subscribe_holder {
    padding: 30px;
    background: linear-gradient(135deg, rgb(199,116,153,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}



footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
    display: inline-block;
}

footer .subscribe_holder h5::after {
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(224,161,190), transparent);
}

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

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .sub-toggles-76::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

footer .sub-toggles-76:hover::before {
    left: 100%;
}

footer .calc-foot-58 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}

.program-outcomes-54 {
    overflow: hidden;
    position: relative;
    padding: 70px 0;
    background: linear-gradient(135deg, rgb(245,216,227) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
}

.program-outcomes-54::after {
    top: 0;
    background-size: 50px 50px;
    opacity: 0.05;
    background-image: 
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
    left: 0;
    position: absolute;
    animation: moveBg 60s linear infinite;
    content: "";
    width: 100%;
    height: 100%;
}

.program-outcomes-54 .smart-track-34 {
    overflow: hidden;
    grid-template-columns: 1fr 1.2fr;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    gap: 40px;
    padding: 0;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
}

.program-outcomes-54 .subtext-wrap-27 {
    position: relative;
    padding: 40px 30px 40px 10px;
}

.program-outcomes-54 h3::after {
    bottom: -8px;
    left: 0;
    background: linear-gradient(to right, rgb(224,161,190), rgb(199,116,153));
    transition: width 0.3s ease;
    width: 60px;
    position: absolute;
    height: 3px;
    content: "";
}

.program-outcomes-54 li {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    overflow: hidden;
    border-radius: 10px;
    flex: 0 0 calc(50% - 10px);
    position: relative;
    padding: 15px;
    transition: all 0.3s ease;
}

.program-outcomes-54 li:hover::before {
    opacity: 0.2;
}

.program-outcomes-54 li p {
    display: flex;
    margin: 0;
    gap: 12px;
    align-items: center;
    color: #000000;
    position: relative;
    font-size: 12px;
    z-index: 1;
}

.program-outcomes-54 svg path {
    fill: #ffffff;
}

.training-specialist-28 {
    background: linear-gradient(
        125deg,
        rgb(245,216,227) 0%,
        rgb(245,216,227) 60%,
        rgb(224,161,190,0.5) 120%
    );
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.training-specialist-28::after {
    position: absolute;
    left: -50%;
    height: 200%;
    top: -50%;
    width: 200%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(224,161,190,0.5) 0%,
            transparent 60%
        );
    content: "";
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    opacity: 0.2;
}



.training-specialist-28 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}

.training-specialist-28 .img-responsive-13 {
    z-index: 3;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 260px;
    height: 260px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transform: rotate(-5deg);
}

.training-specialist-28 .img-responsive-13::after {
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    z-index: -2;
    opacity: 0.05;
    inset: -20px;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(224,161,190,0.5) 10px,
            rgb(224,161,190,0.5) 11px
        );
    border-radius: 40px;
    transform: rotate(10deg);
}

.training-specialist-28 .name::after {
    transform: translateX(-50%);
    width: 80px;
    content: "";
    height: 3px;
    bottom: 0;
    border-radius: 3px;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(224,161,190) 0%,
        rgb(199,116,153) 100%
    );
    left: 50%;
}

.training-specialist-28 .work-overview-32 {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    width: 80%;
    line-height: 1.9;
    z-index: 1;
    padding: 40px 50px;
    font-size: 13px;
    position: relative;
    border-radius: 23px;
    margin: 0;
    color: #000000;
    max-width: 700px;
    text-align: center;
    background: #ffffff;
}

.training-specialist-28 .work-overview-32::after {
    content: "";
    bottom: 25px;
    opacity: 0.2;
    height: 35px;
    width: 35px;
    border-radius: 0 0 0 10px;
    background: 
        linear-gradient(225deg, rgb(199,116,153,0.5) 0%, transparent 100%);
    position: absolute;
    right: 25px;
}



.training-specialist-28 .alumni-feedback-49::after {
    opacity: 0.08;
    top: -50px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    width: 350px;
    content: "";
    transform: translateX(-50%) rotate(-45deg);
    left: 50%;
    position: absolute;
    height: 350px;
    z-index: 0;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(199,116,153,0.5) 100%
        );
}

.training-specialist-28 .alumni-feedback-49:hover .img-responsive-13::before {
    transform: rotate(0deg);
    opacity: 0.5;
}

.training-specialist-28 .alumni-feedback-49:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

.reach-out-42::before {
    opacity: 0.2;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    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%);
    z-index: 1;
}

.reach-out-42 .img-responsive-13 {
    z-index: 1;
    width: 50%;
    opacity: 0.7;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.reach-out-42 .img-responsive-13::after {
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
}

.reach-out-42 h3 {
    text-shadow: 
        0 0 5px rgb(224,161,190),
        0 0 10px rgb(224,161,190),
        0 0 15px rgb(224,161,190);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 29px;
}

.reach-out-42 .contact-feedback-34 {
    padding: 50px;
    flex: 3;
    position: relative;
}

.reach-out-42 form h3 {
    text-shadow: 0 0 5px rgb(224,161,190);
    text-align: left;
    font-size: 21px;
    margin-bottom: 30px;
}

.reach-out-42 input[type="text"],
.reach-out-42 textarea {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid rgba(rgb(224,161,190,0.5), 0.3);
    border-radius: 10px;
}

.reach-out-42 .connect-list-46 {
    position: relative;
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}

.reach-out-42 .connect-list-46 label::before {
    border: 1px solid rgb(224,161,190);
    box-shadow: 0 0 5px rgb(224,161,190,0.5);
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    top: 2px;
    content: '';
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.reach-out-42 .connect-list-46 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    top: 5px;
    content: '';
    height: 12px;
    left: 7px;
    border-width: 0 2px 2px 0;
    position: absolute;
}

.reach-out-42 .request-inquiry-90 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
    background: rgb(224,161,190);
    border: none;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(224,161,190,0.5);
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 15px 35px;
}

.reach-out-42 .request-inquiry-90:hover::before {
    left: 100%;
}

.reach-out-42 .support-support-60::before {
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(224,161,190,0.5) 0%, transparent 100%);
    height: 100%;
    content: '';
}

.reach-out-42 .support-support-60 h4::after {
    content: '';
    width: 50px;
    left: 0;
    height: 2px;
    background: rgb(224,161,190);
    position: absolute;
    bottom: -10px;
    box-shadow: 0 0 5px rgb(224,161,190);
}

.reach-out-42 .reach-links-01 li {
    align-items: flex-start;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    display: flex;
}

.reach-out-42 .reach-links-01 svg path {
    filter: drop-shadow(0 0 3px rgb(224,161,190));
    transition: fill 0.3s ease;
    fill: rgb(224,161,190);
}

.reach-out-42 .reach-links-01 span {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
}

.reach-out-42 .reach-links-01 a:hover {
    color: rgb(224,161,190);
    text-shadow: 0 0 5px rgb(224,161,190,0.5);
}

.start-now-45::before {
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.03) 40px,
    rgba(255, 255, 255, 0.03) 80px
  );
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}

.start-now-45 .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.start-now-45 h2 {
    color: #000000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(30px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    font-size: 28px;
    animation: float 6s infinite ease-in-out;
}

.start-now-45 .smart-track-34 {
    transform: translateZ(20px) translateX(20px);
    transition: transform 0.5s ease;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    display: flex;
    gap: 2rem;
}

.start-now-45 svg:hover {
    transform: rotateY(-15deg) rotateX(10deg) scale(1.1);
}

.start-now-45 svg path {
    fill: rgb(199,116,153);
    transition: fill 0.3s ease, transform 0.3s ease;
}

.start-now-45 .request-inquiry-90::before {
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    width: 100%;
}

.start-now-45 .request-inquiry-90:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 30px -10px rgb(199,116,153,0.5),
              0 10px 20px -5px rgb(224,161,190,0.5);
}

.start-now-45 .request-inquiry-90:hover::before {
    left: 100%;
}

.start-now-45 .request-inquiry-90:active {
    box-shadow: 0 5px 15px -5px rgb(199,116,153,0.5);
    transform: perspective(800px) rotateX(0deg) translateY(2px);
}

.start-now-45 .smart-track-34:hover div::before {
    width: 90%;
    opacity: 0.8;
    filter: blur(5px);
}

.cookie-message-overlay-06 {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    z-index: 90;
    padding: 1rem 0;
    border-top: 3px solid rgb(224,161,190);
    transition: transform 0.3s ease-in-out;
    background: rgb(245,216,227);
    overflow: hidden;
    justify-content: center;
    width: 100%;
    align-items: center;
    bottom: 0;
    position: fixed;
}

.visitor-confirm-18 {
    align-items: center;
    flex-shrink: 0;
    display: flex;
    margin-right: 1rem;
}

.visitor-confirm-18 svg {
    height: 50px;
    fill: rgb(224,161,190);
    width: 50px;
}

.edu-track-81 {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}

.edu-track-81 p {
    font-size: 1rem;
    color: #000000;
}

.cookie_button.edu-consent-60 {
    background: rgb(224,161,190);
}

.cookie_button.track-bar-71 {
    background: #000000;
    margin-left: 0.5rem;
}

.cookie-gate-06:hover {
    transform: translateY(-3px);
    background: #000000;
}

.cookie_button.track-bar-71:hover {
    background: rgb(224,161,190);
}

.cookie-message-overlay-06 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(224,161,190);
}

header .top_plank .best-study-81 div svg, header .top_plank .best-study-81 div svg path {
    fill: #ffffff;
}

header .top_plank .best-study-81 div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}

header .top_plank .best-study-81 div img, header .top_plank .best-study-81 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.greeting-page-29 .master-zone-87::before {
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    mix-blend-mode: multiply;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(224,161,190,0.5),
    rgb(199,116,153,0.5),
    rgba(0, 0, 0, 0.65)
  );
}

.greeting-page-29 .virtual-guides-67 {
    z-index: 10;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    padding-left: 3rem;
    max-width: 70%;
    position: relative;
    border-left: 4px solid rgb(199,116,153);
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
}

.greeting-page-29 .virtual-guides-67::after {
    background: linear-gradient(
    -45deg,
    rgb(199,116,153),
    rgb(224,161,190)
  );
    right: -80px;
    content: "";
    bottom: -40px;
    animation: floatElement 10s ease-in-out infinite reverse;
    position: absolute;
    border-radius: 10px;
    width: 160px;
    height: 160px;
    z-index: -1;
    opacity: 0.2;
    transform: rotate(10deg);
}

.greeting-page-29 h1::after {
    background: rgb(199,116,153);
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    bottom: -0.5rem;
    transform-origin: left;
    width: 3rem;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
}

.greeting-page-29 p {
    margin: 0;
    -webkit-background-clip: text !important;
    line-height: 1.6;
    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    letter-spacing: 0.02em;
    opacity: 0.85;
    transform: translateY(10px);
    background-clip: text !important;
    color: #ffffff;
    max-width: 80%;
    background: linear-gradient(
    90deg,
    #ffffff,
    rgba(255, 255, 255, 0.9)
  );
    font-size: clamp(1rem, 1.5vw, 12px);
    font-weight: 400;
}

header .nav-sitewrap-39 .header-lead-21 {
    margin-right: 10px;
    transform: translateX(0);
    transition: transform 0.4s ease;
}

header .nav-sitewrap-39 .header-lead-21:hover {
    transform: scale(1.05);
}

header .nav-sitewrap-39 .header-lead-21 .top-expert-53 svg {
    height: 50px;
    width: auto;
}

header .nav-sitewrap-39 .top-master-69::before {
    transform: rotate(-2deg) scale(1.03);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 29px;
}

header .nav-sitewrap-39 .top-master-69 .main-mainwrap-95:hover {
    transform: translateY(-3px) scale(1.05);
}

header .nav-sitewrap-39 .top-master-69 .main-mainwrap-95 a::after {
    background: linear-gradient(90deg, transparent, rgb(199,116,153), transparent);
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    content: "";
    bottom: 0;
    transition: transform 0.4s ease;
    height: 2px;
    width: 100%;
}

.training-method-50::before {
    width: 40%;
    pointer-events: none;
    content: "";
    opacity: 0.1;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
    top: -5%;
    z-index: 1;
    height: 50%;
    background: linear-gradient(225deg, rgb(224,161,190) 0%, transparent 80%);
    right: -10%;
}

.training-method-50 .smart-track-34 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}

.training-method-50 h2 {
    color: #000000;
    transform: translateX(-0.5rem);
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin-bottom: 2.5rem;
    display: inline-block;
}

.training-method-50:hover h2::before {
    transform: scaleX(1);
}

.training-method-50 .subtext-wrap-27 {
    padding: 2.5rem;
    background-color: rgba(rgb(255, 255, 255, 0.5), 0.96);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
}

.training-method-50 .subtext-wrap-27::after {
    height: 0;
    left: 0;
    position: absolute;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(224,161,190), rgb(199,116,153));
    content: "";
}

.user-testimonials-19 {
    overflow: hidden;
    background: rgb(245,216,227);
    padding: 7rem 0;
    position: relative;
}

.user-testimonials-19::after {
    background: linear-gradient(90deg, transparent, rgb(199,116,153,0.5));
    right: 0;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    content: "";
    width: 30%;
    z-index: 0;
    top: 0;
}

.user-testimonials-19 .container {
    position: relative;
    z-index: 1;
}

.user-testimonials-19 h2 {
    position: relative;
    margin-bottom: 5rem;
    display: inline-block;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    transform: translateX(2rem);
}

.user-testimonials-19 .student-testimonials-29 {
    flex-direction: column;
    position: relative;
    gap: 6rem;
    padding-left: 3rem;
    display: flex;
}

.user-testimonials-19 .alumni-feedback-49 {
    display: flex;
    position: relative;
    margin-left: auto;
    background: #ffffff;
    max-width: 80%;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 13px;
    padding: 2rem 2rem 2rem 3rem;
}

.user-testimonials-19 .alumni-feedback-49::after {
    width: 15px;
    left: -3.5rem;
    box-shadow: 0 0 0 5px rgb(245,216,227);
    height: 15px;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgb(224,161,190);
    content: "";
}

.user-testimonials-19 .alumni-feedback-49:nth-child(odd)::after {
    right: -3.5rem;
    left: auto;
}

.user-testimonials-19 .alumni-feedback-49:nth-child(odd):hover {
    transform: translateX(3rem) translateY(-10px);
}

.user-testimonials-19 .alumni-feedback-49 img {
    border: 5px solid #ffffff;
    border-radius: 50%;
    transition: all 0.4s ease;
    right: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: -35px;
    width: 70px;
    position: absolute;
    height: 70px;
    object-fit: cover;
}

.user-testimonials-19 .alumni-feedback-49 .description {
    line-height: 1.6;
    color: #000000;
    position: relative;
    margin-top: 1rem;
    border-left: 3px solid rgb(199,116,153,0.5);
    font-size: 14px;
    padding-left: 1rem;
    font-weight: 400;
}

.course-summary-57 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(245,216,227), rgba(rgb(199,116,153,0.5), 0.05));
    overflow: hidden;
}

.course-summary-57::after {
    width: 300px;
    opacity: 0.07;
    background: linear-gradient(45deg, rgb(199,116,153), rgb(224,161,190));
    height: 200px;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    position: absolute;
    bottom: -80px;
    z-index: 0;
    left: -80px;
    content: "";
}

.course-summary-57 h2 {
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
    color: #000000;
    max-width: 85%;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    font-size: 31px;
}

.course-summary-57 .coding-class-14 {
    perspective: 1000px;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.course-summary-57 .img-responsive-13::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(224,161,190,0.5), 0.2), transparent);
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
}

.course-summary-57 .img-responsive-13:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
}

.course-summary-57 .description {
    padding-left: 1.5rem;
    line-height: 1.7;
    color: #000000;
    transition: opacity 0.3s ease;
    position: relative;
    opacity: 0.95;
    font-size: 16px;
    margin: 0;
}

.course-summary-57 .description:first-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.course-summary-57 .description:hover {
    opacity: 1;
}


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


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



@media only screen and (max-width: 800px) {.secure-lodge-76 {
    padding: 30px;
    border-radius: 10px;
}.secure-lodge-76 h1 {
    font-size: calc(18px - 5px);
}.secure-lodge-76 h2 {
    font-size: calc(18px - 5px);
}.secure-lodge-76 ul, .secure-lodge-76 ol {
    margin: 10px 0;
    padding: 10px 0;
}.secure-lodge-76 ul li, .secure-lodge-76 ol li {
    font-size: 13px;
    padding-left: 15px;
}}



@media (max-width: 1200px) {.pricing-frame-30 {
    padding: 80px 0;
}.pricing-frame-30 .price-sheet-80 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.pricing-frame-30 {
    padding: 60px 0;
}.pricing-frame-30 .price-sheet-80 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing-frame-30 .study-sub-76 h4 {
    font-size: 18px;
}.pricing-frame-30 .bundle-rate-20 {
    font-size: 18px;
}
}



@media (min-width: 768px) {.company-info-25 {
    padding: 150px 0;
}.company-info-25 .subtext-wrap-27 {
    transform: translateY(0);
    padding: 60px;
}.company-info-25 h1 {
    font-size: calc(44px + 10px);
    margin-bottom: 50px;
}.company-info-25 span {
    column-count: 2;
    column-gap: 50px;
}.company-info-25 h4 {
    font-size: calc(20px + 4px);
}
}



@media (max-width: 767px) {.company-info-25 {
    padding: 80px 0;
}.company-info-25 .subtext-wrap-27 {
    padding: 30px 20px;
}.company-info-25 h1 {
    margin-bottom: 30px;
    font-size: calc(44px - 2px);
}.company-info-25 span {
    line-height: 1.6;
    font-size: 16px;
}.company-info-25 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
}



@media (min-width: 768px) {.tyHub-56 {
    padding: 100px 0;
}.tyHub-56 .smart-track-34 {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 60px;
}.tyHub-56 h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 15px;
}.tyHub-56 p {
    font-size: calc(15px * 1.05);
}.tyHub-56 .smart-track-34 > div:first-child::after {
    bottom: -20px;
    width: 80px;
}
}



@media (max-width: 480px) {.tyHub-56 {
    padding: 40px 0;
}.tyHub-56 .smart-track-34 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 20px;
}.tyHub-56 h5 {
    font-size: calc(21px * 0.85);
}.tyHub-56 p {
    font-size: calc(15px * 0.95);
}.tyHub-56 .smart-track-34 > div:first-child::after {
    width: 50px;
    bottom: -10px;
}
}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-toggles-76 {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .webinar-live-86 {
    padding: 60px 0 30px;
}footer .help-desk-31 {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .top-master-69, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .top-master-69 h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .head-mainbar-04 a {
    font-size: calc(14px - 2px);
}footer .calc-foot-58 {
    margin-top: 30px;
}
}



@media (max-width: 768px) {.program-outcomes-54 {
    padding: 50px 0;
}.program-outcomes-54 .img-responsive-13 {
    height: 250px;
}.program-outcomes-54 li {
    flex: 0 0 100%;
}
}



@media (max-width: 576px) {.program-outcomes-54 {
    padding: 40px 0;
}.program-outcomes-54 .smart-track-34 {
    padding: 0;
}.program-outcomes-54 .img-responsive-13 {
    height: 200px;
}.program-outcomes-54 .subtext-wrap-27 {
    padding: 25px 20px;
}.program-outcomes-54 h3 {
    font-size: calc(36px * 0.85);
}.program-outcomes-54 li {
    padding: 12px;
}.program-outcomes-54 li p {
    font-size: calc(12px * 0.9);
}.program-outcomes-54 svg {
    width: 18px;
    padding: 5px;
    height: 18px;
}}



@media (max-width: 767px) {.training-specialist-28 {
    padding: 60px 0;
}.training-specialist-28 .img-responsive-13 {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.training-specialist-28 .name {
    font-size: calc(47px * 0.8);
    margin-bottom: 10px;
    padding: 0 15px 12px;
}.training-specialist-28 .alumni-feedback-49 span:not(.name) {
    letter-spacing: 2px;
    font-size: calc(19px * 0.9);
    margin-bottom: 30px;
}.training-specialist-28 .work-overview-32 {
    font-size: calc(13px * 0.95);
    width: 90%;
    padding: 30px 35px;
}.training-specialist-28 .work-overview-32::before,
    .training-specialist-28 .work-overview-32::after {
    width: 25px;
    height: 25px;
}.training-specialist-28 .alumni-feedback-49::before,
    .training-specialist-28 .alumni-feedback-49::after {
    width: 200px;
    height: 200px;
}.training-specialist-28 .alumni-feedback-49:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media (max-width: 992px) {.reach-out-42 .img-responsive-13 {
    opacity: 0.3;
    width: 100%;
    height: 40%;
}.reach-out-42 .inquiry-widget-21 {
    max-width: 700px;
    flex-direction: column;
}.reach-out-42 .contact-feedback-34,
    .reach-out-42 .support-support-60 {
    padding: 40px;
    width: 100%;
}
}



@media (max-width: 768px) {.reach-out-42 {
    padding: 80px 0;
}.reach-out-42 h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.reach-out-42 .contact-feedback-34,
    .reach-out-42 .support-support-60 {
    padding: 30px;
}.reach-out-42 form h3,
    .reach-out-42 .support-support-60 h4 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 992px) {.start-now-45 {
    padding: 3.5rem 1.5rem;
}.start-now-45 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.start-now-45 .smart-track-34 {
    gap: 1.5rem;
}.start-now-45 svg {
    width: 45px;
    height: 45px;
}.start-now-45 .request-inquiry-90 {
    padding: 0.9rem 2.2rem;
}
}



@media (max-width: 576px) {.start-now-45 {
    padding: 2.5rem 1rem;
}.start-now-45 h2 {
    transform: translateZ(10px);
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
    text-shadow: none;
}.start-now-45 h2::after {
    height: 3px;
    width: 70px;
}.start-now-45 .smart-track-34 {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    transform: translateZ(10px) translateX(0);
}.start-now-45 .smart-track-34:hover {
    transform: translateZ(20px) translateX(0);
}.start-now-45 svg {
    transform: none;
    width: 35px;
    height: 35px;
}.start-now-45 svg:hover {
    transform: scale(1.05);
}.start-now-45 .request-inquiry-90 {
    transform: none;
    font-size: calc(15px * 0.85);
    padding: 0.7rem 1.8rem;
}.start-now-45 .request-inquiry-90:hover {
    transform: translateY(-3px);
}.start-now-45 .smart-track-34 div::before {
    display: none;
}}



@media screen and (max-width: 992px) {.greeting-page-29 .master-zone-87 {
    align-items: center;
    padding: 5rem 3rem;
}.greeting-page-29 .virtual-guides-67 {
    transform: translateX(0) perspective(1000px) rotateY(-2deg);
    max-width: 90%;
}.greeting-page-29 h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}
}



@media screen and (max-width: 576px) {.greeting-page-29 .master-zone-87 {
    padding: 3rem 1.5rem;
    min-height: 80vh;
}.greeting-page-29 .virtual-guides-67 {
    border-left-width: 3px;
    padding-left: 1rem;
}.greeting-page-29 h1 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 1rem;
}.greeting-page-29 h1::after {
    width: 2.5rem;
    height: 3px;
}.greeting-page-29 h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 4vw, 1.2rem);
}
}



@media (max-width: 992px) {header .nav-sitewrap-39 {
    flex-direction: column;
    align-items: center;
}header .nav-sitewrap-39 .header-lead-21 {
    margin-bottom: 15px;
    margin-right: 0;
}header .nav-sitewrap-39 .top-master-69 {
    padding: 15px;
    width: 100%;
    justify-content: center;
}header .nav-sitewrap-39 .top-master-69 .main-mainwrap-95 {
    margin: 5px 15px 5px 0;
}header .nav-sitewrap-39 .top-master-69 .main-mainwrap-95 a {
    padding: 5px;
    font-size: calc(17px - 2px);
}}



@media (min-width: 1024px) {.training-method-50 {
    padding: 10rem 0;
}.training-method-50::before {
    height: 60%;
    width: 35%;
}.training-method-50::after {
    height: 60%;
    width: 35%;
}.training-method-50 .smart-track-34 {
    padding: 0 2rem;
}.training-method-50 h2 {
    transform: translateX(-1rem);
    margin-bottom: 3.5rem;
    font-size: calc(33px * 1.2);
}.training-method-50 h2::before {
    width: 8rem;
    height: 0.4rem;
}.training-method-50 .subtext-wrap-27 {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem 5rem;
}.training-method-50 p {
    line-height: 2;
    font-size: calc(14px * 1.1);
}
}



@media (max-width: 992px) {.user-testimonials-19 .alumni-feedback-49,
    .user-testimonials-19 .alumni-feedback-49:nth-child(odd) {
    max-width: 90%;
}
}



@media (max-width: 768px) {.user-testimonials-19 {
    padding: 5rem 0;
}.user-testimonials-19 h2 {
    font-size: calc(32px * 0.9);
    transform: translateX(0);
    margin-bottom: 4rem;
}.user-testimonials-19 h2::after {
    width: 50px;
    top: -1rem;
    height: 3px;
    left: 0;
}.user-testimonials-19 .student-testimonials-29 {
    padding-left: 0;
}.user-testimonials-19 .student-testimonials-29::before {
    left: 50%;
    transform: translateX(-50%);
}.user-testimonials-19 .alumni-feedback-49,
    .user-testimonials-19 .alumni-feedback-49:nth-child(odd) {
    padding: 2rem;
    transform: translateX(0);
    max-width: 90%;
    margin: 0 auto;
}.user-testimonials-19 .alumni-feedback-49::before,
    .user-testimonials-19 .alumni-feedback-49:nth-child(odd)::before {
    transform: translateX(-50%);
    height: 1.5rem;
    top: -1.5rem;
    background: linear-gradient(
            to bottom,
            rgb(224,161,190),
            rgb(199,116,153)
        );
    left: 50%;
    width: 3px;
}.user-testimonials-19 .alumni-feedback-49::after,
    .user-testimonials-19 .alumni-feedback-49:nth-child(odd)::after {
    top: -2rem;
    transform: translateX(-50%);
    left: 50%;
}.user-testimonials-19 .alumni-feedback-49 img,
    .user-testimonials-19 .alumni-feedback-49:nth-child(odd) img {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}.user-testimonials-19 .alumni-feedback-49:hover,
    .user-testimonials-19 .alumni-feedback-49:nth-child(odd):hover {
    transform: translateY(-10px);
}.user-testimonials-19 .alumni-feedback-49:hover img {
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}.user-testimonials-19 .alumni-feedback-49 .description,
    .user-testimonials-19 .alumni-feedback-49:nth-child(odd) .description {
    border: none;
    text-align: center;
    border-top: 3px solid rgb(199,116,153,0.5);
    padding: 1rem 0 0 0;
}}



@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



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

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

@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(224,161,190,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1) translateZ(-10px);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05) translateZ(-10px);
  }
}



@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-2%) perspective(1000px) rotateY(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
  }
}



@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 0.85;
    transform: translateY(0);
  }
}

