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

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

.honor-cta {
    flex: 0 0 auto;
}

.honor-cta {
    padding: 5rem 0 3rem;
    position: relative;
    background-position: center center;
    z-index: 1;
    color: #ffffff;
}

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


.opening-page {
    min-height: 100vh;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.opening-page .learn-home::before {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgba(0, 0, 0, 0.5) 80%);
    right: 0;
    backdrop-filter: brightness(0.8) contrast(1.2);
    content: "";
    z-index: 1;
}

.opening-page .learn-home span {
    opacity: 0;
    position: relative;
    z-index: 5;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    max-width: 90%;
    display: inline-block;
    transform: translateY(10px);
}

.opening-page .learn-home h3 {
    letter-spacing: 0.5px;
    max-width: 650px;
    padding: 1rem 1.5rem;
    line-height: 1.5;
    border-left: 4px solid rgb(209,190,169);
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(209,190,169,0.5) 0%, rgb(179,158,135,0.5) 100%);
    backdrop-filter: blur(8px);
    font-size: calc(19px * 0.9);
}

.opening-page .learn-home h1::after {
    content: "";
    bottom: -15px;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(179,158,135), rgb(209,190,169));
    animation: lineExpand 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
    transform-origin: left;
    left: 0;
    height: 4px;
    width: 120px;
}

.opening-page .learn-home p::before {
    background: rgb(179,158,135);
    left: 0;
    border-radius: 10px;
    top: 0.5rem;
    width: 3px;
    bottom: 0.5rem;
    content: "";
    position: absolute;
}

.offer-selection::before {
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    top: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.offer-selection .learn-rates h2 {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 31px;
}

.offer-selection .class-deals {
    word-break: break-word;
    max-width: 700px;
    overflow-wrap: break-word;
    margin: 0 auto;
    white-space: normal;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}

.offer-selection .indv-sub {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: block;
    text-decoration: none;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.offer-selection .qtr-cost {
    padding: 30px;
    display: flex;
    z-index: 2;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    position: relative;
    flex: 1;
    flex-direction: column;
}

.offer-selection .indv-sub:hover .qtr-cost h3 {
    transform: translateX(5px);
}

.offer-selection .learning-pricing::before {
    background: rgb(209,190,169);
    width: 10px;
    left: -20px;
    content: "";
    position: absolute;
    transform: translateX(-10px);
    height: 2px;
    opacity: 0;
    transition: all 0.3s ease;
    top: 50%;
}

.offer-selection .media-image {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease;
}

.offer-selection .media-image::after {
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(rgb(209,190,169,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
}

.offer-selection .indv-sub:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.offer-selection .indv-sub:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

.offer-selection .indv-sub:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.get-in-touch::before {
    animation: gridMove 20s linear infinite;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(209,190,169), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(179,158,135), 0.04) 50%, transparent 100%);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background-size: 20px 20px, 20px 20px;
    width: 100%;
    content: "";
}



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

.get-in-touch h2::after {
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    bottom: -15px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 80px;
    border-radius: 1.5px;
    height: 3px;
    left: 50%;
}

.get-in-touch .request-panel::before {
    z-index: -1;
    top: -8px;
    height: 100%;
    border-radius: 28px;
    position: absolute;
    border: 1px solid rgba(rgb(209,190,169), 0.2);
    content: "";
    left: -8px;
    width: 100%;
}

.get-in-touch .media-image {
    border-radius: 28px;
    min-height: 550px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.get-in-touch .media-image::after {
    content: "";
    width: 60px;
    height: 60px;
    z-index: 2;
    position: absolute;
    top: 20px;
    border-right: 2px solid rgba(rgb(209,190,169), 0.6);
    right: 20px;
    border-top: 2px solid rgba(rgb(209,190,169), 0.6);
}

.get-in-touch .query-message::before {
    content: "";
    height: 60px;
    border-bottom: 2px solid rgba(rgb(179,158,135), 0.6);
    width: 60px;
    border-left: 2px solid rgba(rgb(179,158,135), 0.6);
    bottom: 20px;
    left: 20px;
    position: absolute;
}

.get-in-touch form h3::before {
    top: 0;
    border-radius: 10px;
    background: rgb(209,190,169);
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 3px;
}

.get-in-touch form input[type="text"]:focus {
    border-color: rgb(209,190,169);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(209,190,169), 0.2);
}

.get-in-touch form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.get-in-touch .message-map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.get-in-touch .message-map label::before {
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 22px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    content: "";
    width: 22px;
    top: 2px;
}

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

.get-in-touch form .inquiry-map::before {
    background: linear-gradient(45deg, rgb(179,158,135), rgb(209,190,169));
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    left: -100%;
}

.get-in-touch form .inquiry-map:hover::before {
    left: 0;
}

.get-in-touch form .inquiry-map:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.get-in-touch svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,190,169);
}

.company-info::before {
    content: "";
    right: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    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%);
    top: 0;
}

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

.company-info .text-header::before {
    left: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(
    to bottom,
    rgb(209,190,169) 0%,
    rgb(179,158,135) 100%
  );
    top: 0;
    content: "";
    position: absolute;
}

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

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

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

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

.customer-experience {
    background: linear-gradient(135deg, rgb(232,222,203) 0%, rgba(rgb(209,190,169,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

.customer-experience::before {
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(179,158,135,0.5), 0.08) 0%, transparent 60%);
    position: absolute;
    width: 100%;
}

.customer-experience .container {
    position: relative;
    z-index: 1;
}

.customer-experience h2 {
    transition: transform 0.5s ease;
    text-align: center;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
}

.customer-experience h2:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.customer-experience .review-corner {
    gap: 2rem;
    padding: 0;
    margin: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
}

.customer-experience .rating-insights::before {
    content: "";
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(209,190,169), rgb(179,158,135));
    height: 0;
    top: 0;
    transition: height 0.5s ease;
    left: 0;
}

.customer-experience .rating-insights:hover::before {
    height: 100%;
    animation: gradientMove 3s infinite alternate;
}

.customer-experience .rating-insights img {
    margin-right: 1rem;
    transition: transform 0.5s ease;
    border: 3px solid #ffffff;
    object-fit: cover;
    width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 50%;
}

.customer-experience .rating-insights h4::after {
    bottom: -0.5rem;
    background: rgb(179,158,135);
    width: 2rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    height: 2px;
}

.customer-experience .description::before {
    font-size: 3rem;
    left: 0;
    color: rgba(rgb(209,190,169,0.5), 0.2);
    font-family: serif;
    top: -1rem;
    line-height: 1;
    position: absolute;
    content: "";
}

.customer-experience a:hover {
    box-shadow: 0 8px 25px rgba(rgb(209,190,169,0.5), 0.3);
    transform: perspective(1000px) translateZ(10px);
}

.customer-experience a::before {
    width: 100%;
    z-index: -1;
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    content: "";
    transition: all 0.6s ease;
}

.program-information {
    min-height: 100vh;
    position: relative;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}

.program-information .tech-classes {
    animation: split-carousel 40s linear infinite;
    height: 100%;
    width: 500%;
    display: flex;
}

.program-information .program-route:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.program-information .program-route img {
    transform: scale(1.1);
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: grayscale(0.3) contrast(1.2);
    transition: all 0.7s ease;
}

.program-information .value-prop {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.program-information .knowledge-guide::before {
    position: absolute;
    opacity: 0.1;
    top: -50%;
    animation: rotate-background 20s linear infinite;
    left: -50%;
    z-index: -1;
    content: "";
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(209,190,169,0.5) 90deg,
        transparent 180deg,
        rgb(179,158,135,0.5) 270deg,
        transparent 360deg
    );
}

.program-information .knowledge-guide h3::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: rgb(209,190,169);
    bottom: -10px;
    transform: translateX(-50%);
}

.program-information .knowledge-guide .inquiry-map::before {
    position: absolute;
    transition: width 0.6s ease, height 0.6s ease;
    background-color: rgb(209,190,169);
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    height: 0;
    content: "";
    transform: translate(-50%, -50%);
    width: 0;
}

.program-information .knowledge-guide .inquiry-map:hover {
    color: #000000;
}

.help-center {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(232,222,203);
}

.help-center::after {
    animation: float 20s ease-in-out infinite;
    border-radius: 50%;
    position: absolute;
    height: 600px;
    right: -300px;
    filter: blur(150px);
    background: rgb(179,158,135,0.5);
    z-index: 0;
    top: -300px;
    width: 600px;
    content: '';
}

.help-center .quick-contact {
    grid-template-areas: 
        "info photo"
        "contact contact";
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.help-center .get-contactbox:nth-child(1)::before {
    top: -100px;
    z-index: -1;
    background: rgb(179,158,135,0.5);
    width: 200px;
    left: -100px;
    border-radius: 50%;
    position: absolute;
    filter: blur(80px);
    content: '';
    height: 200px;
}

.help-center .get-contactbox:nth-child(2) {
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    grid-area: photo;
    border-radius: 14px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.help-center .get-contactbox:nth-child(3)::before {
    z-index: 1;
    left: 0;
    background: rgb(179,158,135);
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
}

.help-center .get-contactbox h2 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    padding-bottom: 1rem;
    position: relative;
    font-size: 37px;
    font-weight: 700;
}

.help-center .edu-faq {
    font-weight: 600;
    font-size: calc(12px * 1.2);
    color: #ffffff;
    margin-bottom: 1rem;
}

.help-center .get-contactbox p {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    color: #ffffff;
    gap: 0.75rem;
}

.help-center .write-page h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 10px;
    font-size: 16px;
    background: rgb(209,190,169,0.5);
    color: #ffffff;
}

.help-center .ask-questions span:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-color: rgb(179,158,135);
}

.help-center .get-contactbox .media-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.help-center .chat-form {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 1.5rem;
}

.help-center .chat-form a {
    text-decoration: none;
    border-bottom: 3px solid rgb(179,158,135);
    gap: 0.75rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1.5rem;
    flex-direction: column;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
}

.help-center .chat-form a:nth-child(1) {
    --i: 1;
}

.help-center .chat-form a:nth-child(2) {
    --i: 2;
}

.help-center .chat-form a:nth-child(3) {
    --i: 3;
}

.help-center .chat-form a span {
    opacity: 0.7;
    color: #ffffff;
    font-size: calc(12px * 0.85);
    gap: 0.5rem;
    align-items: center;
    display: flex;
}

.help-center svg {
    height: 20px;
    fill: none;
    width: 20px;
}

.help-center svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,158,135);
}

.program-assets::before {
    z-index: 1;
    height: 400px;
    content: '';
    opacity: 0.6;
    background: rgb(209,190,169,0.5);
    border-radius: 50%;
    filter: blur(100px);
    width: 400px;
    position: absolute;
    right: -100px;
    top: -100px;
}

.program-assets .value-prop {
    margin: 0 auto;
    max-width: 1300px;
    z-index: 2;
    position: relative;
    display: flex;
}

.program-assets .media-image {
    top: -5%;
    border-radius: 0 100px 100px 0;
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    height: 110%;
    transform: rotateY(15deg);
    z-index: 3;
    width: 42%;
    left: -5%;
    position: absolute;
}

.program-assets .text-header {
    width: 60%;
    position: relative;
    z-index: 4;
    padding-right: 20px;
    margin-left: auto;
}

.program-assets h2::after {
    height: 15px;
    border-radius: 50%;
    width: 15px;
    bottom: -9px;
    position: absolute;
    content: '';
    background: rgb(209,190,169);
    right: 0;
}

.program-assets .text_main_holder > div {
    gap: 15px;
    padding: 30px;
    transform: rotateY(-5deg);
    flex-direction: column;
    position: relative;
    background: #ffffff;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.program-assets .text_main_holder > div:hover::before {
    opacity: 1;
}

.program-assets .text_main_holder svg {
    transition: transform 0.4s ease;
    height: 60px;
    transform: translateZ(10px);
    width: 60px;
}

.program-assets .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}

.program-assets .text_main_holder > div:hover svg path {
    fill: rgb(179,158,135);
}

.program-assets .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

.honor-cta::before {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    height: 100%;
    content: "";
}

.honor-cta .container {
    display: flex;
    position: relative;
    flex-direction: column;
}

.honor-cta .container::before {
    height: 80px;
    position: absolute;
    opacity: 0.3;
    top: -80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    content: "";
    left: 0;
    background: linear-gradient(0deg, rgb(209,190,169) 0%, transparent 100%);
    width: 100%;
}

.honor-cta .company_holder::before {
    z-index: -1;
    content: "";
    height: calc(100% + 10px);
    top: -5px;
    background: linear-gradient(45deg, rgb(209,190,169), transparent 70%);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    opacity: 0.5;
    position: absolute;
    left: -5px;
    width: calc(100% + 10px);
    filter: blur(5px);
}

.honor-cta .company_holder h3::before {
    z-index: -1;
    filter: blur(1px);
    opacity: 0.7;
    top: 2px;
    position: absolute;
    content: attr(data-text);
    left: 2px;
    color: rgb(209,190,169);
}

.honor-cta .whatsapp-grp {
    position: relative;
    justify-content: space-between;
    display: flex;
}

.honor-cta .head-train {
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    display: flex;
}

.honor-cta .top-bar {
    border-bottom: 2px solid rgb(209,190,169);
    border-left: 2px solid rgb(209,190,169);
    position: relative;
    padding: 1.5rem;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    flex: 1;
}

.honor-cta .top-bar h5::after {
    background: rgb(209,190,169);
    position: absolute;
    content: "";
    bottom: -8px;
    height: 2px;
    width: 40px;
    left: 0;
    box-shadow: 0 0 10px rgb(209,190,169);
}

.honor-cta .top-bar .head-train a {
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    opacity: 0.7;
}

.honor-cta .top-bar .head-train a:hover::before {
    color: rgb(179,158,135);
}

.footer-caption {
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.footer-caption .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-caption .webinar-arch::before,
.footer-caption .webinar-arch::after {
    content: "//";
    margin: 0 10px;
    color: rgb(209,190,169);
}

.leadership-experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,222,203), rgb(209,190,169,0.5));
    padding: 5rem 2rem;
}

.leadership-experience .rating-insights {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: center;
    gap: 4rem;
    border-radius: 21px;
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1200px;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
}

.leadership-experience .career-table {
    position: relative;
    padding: 3rem;
    width: 60%;
}

.leadership-experience .name {
    color: #000000;
    font-size: 28px;
    position: relative;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.leadership-experience .career-table > div:nth-child(2) {
    font-size: 22px;
    color: rgb(179,158,135);
    margin-bottom: 1.5rem;
    font-weight: 600;
    padding-left: 2px;
}

.leadership-experience .career-milestones::before {
    content: "";
    left: -1rem;
    color: rgb(209,190,169,0.5);
    opacity: 0.4;
    top: -2rem;
    font-size: 4rem;
    position: absolute;
}

.leadership-experience .rating-insights:hover .name::after {
    width: 100%;
}

.stay-updated {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgb(179,158,135,0.5));
    position: relative;
}

.stay-updated::after {
    height: 120%;
    transform: rotate(15deg);
    width: 35%;
    z-index: 0;
    content: "";
    top: -10%;
    background: rgb(209,190,169);
    opacity: 0.1;
    position: absolute;
    right: -5%;
}

.stay-updated .value-prop {
    position: relative;
    background: #ffffff;
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateZ(0);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.stay-updated h4 {
    line-height: 1.4;
    transform: translateY(0);
    font-size: 19px;
    margin: 0 0 0.5rem;
    position: relative;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
}

.stay-updated .input_holder span {
    display: block;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.stay-updated .input_holder input[type="email"] {
    transition: all 0.3s ease;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    background: #ffffff;
    padding: 1rem 1.25rem;
    font-size: 13px;
}

.stay-updated .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.stay-updated .sub-col:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #000000;
}

.stay-updated .sub-col:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.stay-updated .sub-col::before {
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    transition: transform 0.6s ease;
    left: -100%;
    height: 100%;
}

.data-summary .container {
    flex-direction: column;
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
}

.data-summary .knowledge-boosters {
    position: relative;
    max-width: 600px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 80px;
}

.data-summary .knowledge-boosters::after {
    transform: translateX(-50%);
    background-color: rgb(209,190,169);
    border-radius: 50%;
    bottom: -40px;
    left: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    content: "";
}

.data-summary .key-statistics::after {
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(209,190,169), transparent);
    width: 80%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.data-summary .study-statistics {
    height: 330px;
    width: 25%;
    z-index: 3;
    background-color: transparent;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.data-summary .study-statistics::after {
    top: 15px;
    opacity: 0.5;
    z-index: -1;
    border: 2px dashed rgb(209,190,169,0.5);
    bottom: 15px;
    position: absolute;
    right: 15px;
    content: "";
    border-radius: calc(25px - 15px);
    left: 15px;
}

.data-summary .study-statistics h4 {
    font-weight: 700;
    position: absolute;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    top: 50%;
    transition: all 0.3s ease;
    color: #000000;
    z-index: 3;
    left: 50%;
    font-size: 4rem;
    transform: translate(-50%, -50%);
}

.data-summary .study-statistics:hover span {
    transform: translateY(-10px);
}

.data-summary svg {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    height: 40px;
    width: 40px;
    top: 40px;
}

.enroll-instantly::before {
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.enroll-instantly .container {
    transform: perspective(1000px) rotateX(2deg);
    gap: 3rem;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
    transform-origin: center bottom;
    max-width: 1200px;
    display: grid;
    margin: 0 auto;
}

.enroll-instantly h6 {
    transform: translateZ(30px);
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    letter-spacing: 0.02em;
    position: relative;
    animation: float 6s ease-in-out infinite;
    font-size: calc(18px * 1.2);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.enroll-instantly .container > div span {
    position: relative;
    display: inline-block;
    transform: translateZ(40px);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.enroll-instantly .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}

.enroll-instantly .inquiry-map::before {
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-100%);
    position: absolute;
}

.enroll-instantly .inquiry-map:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
}

header::before {
    content: "";
    background: linear-gradient(to right, rgb(209,190,169), rgb(179,158,135));
    top: 0;
    left: 0;
    height: 5px;
    position: absolute;
    width: 100%;
}

header .top-main::after {
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgb(232,222,203);
    left: 0;
}

header .top-main .page-head .head-info {
    overflow: hidden;
    display: block;
    position: relative;
}

header .top-main .page-head .head-info:hover svg {
    transform: scale(1.08);
}

header .top-main .top-bar .nav-pagebar {
    margin: 0 15px;
    position: relative;
}

header .top-main .top-bar .nav-pagebar {
    margin: 5px 12px;
}

header .top-main .top-bar .nav-pagebar:last-child {
    margin-right: 0;
}

header .top-main .top-bar .nav-pagebar a:hover {
    letter-spacing: 1px;
    color: rgb(209,190,169);
}

header .top-main .top-bar .nav-pagebar a::before,
header .top-main .top-bar .nav-pagebar a::after {
    width: 100%;
    content: "";
    bottom: 0;
    height: 1px;
    background-color: rgb(209,190,169);
    transform-origin: right center;
    position: absolute;
    left: 0;
}

header .top-main .top-bar .nav-pagebar a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}

header .top-main .top-bar .nav-pagebar a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}

header .top-main .top-bar .nav-pagebar a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}

.thanksBlock {
    background: linear-gradient(135deg, rgb(232,222,203) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}

.thanksBlock::after {
    background: linear-gradient(225deg, rgb(209,190,169,0.5) 0%, rgb(179,158,135,0.5) 80%);
    content: "";
    animation: float 18s ease-in-out infinite reverse;
    position: absolute;
    bottom: -30px;
    width: 250px;
    left: -30px;
    z-index: 1;
    opacity: 0.3;
    filter: blur(60px);
    height: 250px;
}

.thanksBlock h2::after {
    position: absolute;
    width: 80px;
    height: 3px;
    transform: scaleX(0);
    content: "";
    left: 0;
    transform-origin: left center;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
}

.thanksBlock .value-prop::before {
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top center;
    top: 0;
    transform: scaleY(0);
    position: absolute;
    width: 6px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(179,158,135), rgb(209,190,169));
    height: 100%;
}

.thanksBlock li::before {
    top: 8px;
    left: 0;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    position: absolute;
    height: 10px;
    width: 10px;
    transform: scale(0);
    content: "";
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
}

.privacy-lock:hover {
    background: rgb(209,190,169,0.5);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.privacy-lock h1 {
    text-transform: uppercase;
    transition: color 0.3s ease;
    margin-top: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: rgb(209,190,169);
    font-size: 45px;
    font-family: Arial, sans-serif;
}

.privacy-lock h3, .privacy-lock h4, .privacy-lock h5, .privacy-lock h6 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: color 0.3s ease;
    margin-top: 30px;
}

.privacy-lock li {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #ffffff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.privacy-lock p, .privacy-lock span, .privacy-lock div {
    font-size: 15px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    margin-bottom: 10px;
    color: #000000;
}


.cookies-consent {
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgb(179,158,135) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(209,190,169,0.5);
    flex-wrap: wrap;
}

.cookie-view svg, .cookie-view svg path {
    height: 60px;
    width: 60px;
    fill: rgb(209,190,169);
    transition: transform 0.3s ease;
}

.edu-track h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    text-shadow: 0 0 10px rgb(209,190,169);
    color: rgb(209,190,169);
}

.visitor-acceptance {
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    box-shadow: 0 0 10px rgb(209,190,169,0.5);
    background: rgb(209,190,169);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    padding: 12px 25px;
    font-size: 15px;
    color: #000000;
}

#cookie-announcement:checked ~ .cookie-window-banner {
    visibility: hidden;
    opacity: 0;
}


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



@media (max-width: 768px) {.learn-intro {
    padding: 1.5rem;
}.opening-page .learn-home {
    padding: 2.5rem 1.5rem;
}.opening-page .learn-home h1 {
    font-size: calc(44px * 0.7);
}.opening-page .learn-home h3 {
    font-size: 15px;
    padding: 0.8rem 1.2rem;
}.opening-page .learn-home span,
    .opening-page .learn-home h1,
    .opening-page .learn-home div div {
    max-width: 100%;
}.opening-page .learn-home p {
    font-size: 15px;
}
}



@media (hover: hover) {.opening-page .learn-home {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.opening-page .learn-home:hover {
    transform: translateY(-5px);
}.opening-page .learn-home:hover::after {
    opacity: 0.25;
    transition: opacity 0.5s ease;
}}



@media (min-width: 992px) {.offer-selection .value-deals {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.offer-selection .learn-rates {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.offer-selection .learn-rates h2::after {
    transform: none;
    left: 0;
}.offer-selection .program-price {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.offer-selection .qtr-cost {
    padding: 35px;
}
}



@media screen and (max-width: 991px) {.get-in-touch {
    padding: 90px 0;
}.get-in-touch .request-panel {
    grid-template-columns: 1fr;
    gap: 40px;
}.get-in-touch .media-image {
    min-height: 400px;
}.get-in-touch .query-message {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.get-in-touch {
    padding: 50px 0;
}.get-in-touch h2 {
    font-size: calc(30px * 0.8);
}.get-in-touch .request-panel {
    margin-top: 40px;
}.get-in-touch .media-image {
    min-height: 250px;
}.get-in-touch .query-message {
    padding: 30px 20px;
}.get-in-touch form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.get-in-touch form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.get-in-touch form .inquiry-map {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 767px) {.company-info {
    padding: 80px 0;
}.company-info .text-header {
    padding: 30px 20px;
}.company-info h1 {
    font-size: calc(40px - 2px);
    margin-bottom: 30px;
}.company-info span {
    line-height: 1.6;
    font-size: 17px;
}.company-info h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
}



@media (max-width: 992px) {.customer-experience {
    padding: 4rem 0;
}.customer-experience h2 {
    font-size: calc(29px * 0.9);
}.customer-experience .review-corner {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 768px) {.customer-experience {
    padding: 3rem 0;
}.customer-experience h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.customer-experience h2::after {
    width: 5rem;
}.customer-experience .review-corner {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer-experience .rating-insights {
    padding: 1.25rem;
}
}



@media (max-width: 1200px) {.program-information .knowledge-guide {
    max-width: 500px;
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.program-information {
    min-height: 100vh;
}.program-information .tech-classes {
    animation-duration: 30s;
}.program-information .knowledge-guide {
    padding: 2rem;
    max-width: 90%;
}.program-information .knowledge-guide h3 {
    font-size: calc(32px * 0.85);
}.program-information .program-route::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}



@media (min-width: 1800px) {.program-information .knowledge-guide {
    max-width: 650px;
    padding: 3.5rem;
}.program-information .knowledge-guide h3 {
    font-size: calc(32px * 1.2);
}.program-information .knowledge-guide p {
    font-size: calc(15px * 1.1);
}.program-information .knowledge-guide .inquiry-map {
    padding: 1rem 3rem;
}}



@media (max-width: 768px) {.help-center {
    padding: 4rem 0;
}.help-center .get-contactbox:nth-child(1),
    .help-center .get-contactbox:nth-child(3) {
    padding: 2rem;
}.help-center .chat-form {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}.help-center .chat-form a:nth-child(3) {
    grid-column: span 2;
}
}



@media (max-width: 1200px) {.program-assets .media-image {
    width: 35%;
}.program-assets .text-header {
    width: 65%;
}
}



@media (max-width: 576px) {.program-assets {
    padding: 80px 0;
}.program-assets .media-image {
    height: 300px;
}.program-assets h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 40px;
}.program-assets .text_main_holder > div {
    padding: 20px;
}.program-assets .text_main_holder svg {
    width: 50px;
    height: 50px;
}}



@media screen and (max-width: 992px) {.honor-cta .whatsapp-grp {
    flex-direction: column;
}.honor-cta .head-train {
    flex-direction: column;
}.honor-cta .top-bar {
    margin-bottom: 1rem;
    width: 100%;
}.footer-caption {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media screen and (max-width: 576px) {.honor-cta {
    padding: 3rem 0 2rem;
}.honor-cta .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.honor-cta .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.85);
}.honor-cta .donate-books {
    font-size: calc(12px * 0.9);
}.honor-cta .top-bar {
    padding: 1rem;
}.honor-cta .top-bar .head-train a {
    font-size: calc(12px * 0.9);
}.footer-caption {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.footer-caption .webinar-arch::before,
    .footer-caption .webinar-arch::after {
    display: none;
}}



@media (min-width: 768px) {.stay-updated {
    padding: 6rem 0;
}.stay-updated .value-prop {
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.stay-updated .input_holder {
    gap: 1rem;
    grid-template-columns: 2fr 1fr;
}.stay-updated h4 {
    margin: 0;
    font-size: calc(19px * 1.1);
}.stay-updated .value-prop::after {
    width: 25%;
}
}



@media (max-width: 767px) {.stay-updated {
    padding: 3rem 0;
}.stay-updated .value-prop {
    padding: 2rem;
}.stay-updated h4 {
    font-size: 13px;
    margin-bottom: 1.5rem;
}.stay-updated .input_holder span {
    margin-bottom: 0.5rem;
}.stay-updated .input_holder input[type="email"],
    .stay-updated .sub-col {
    padding: 0.9rem 1rem;
}
}



@media (prefers-reduced-motion: reduce) {.stay-updated .value-prop:hover h4,
    .stay-updated .input_holder span:hover,
    .stay-updated .sub-col:hover,
    .stay-updated .sub-col:hover::before {
    transition: none;
    transform: none;
}}



@media (max-width: 992px) {.data-summary {
    padding: 90px 0;
}.data-summary .knowledge-boosters {
    margin-bottom: 60px;
}.data-summary .statistics-classes {
    flex-wrap: wrap;
}.data-summary .study-statistics {
    height: 260px;
    width: calc(50% - 20px);
    margin: 10px !important;
}.data-summary .study-statistics h4 {
    font-size: 3rem;
}.data-summary .study-statistics:nth-child(even) {
    margin-top: 0;
}
}



@media (max-width: 576px) {.data-summary {
    padding: 60px 0;
}.data-summary .knowledge-boosters {
    margin-bottom: 40px;
}.data-summary .statistics-classes {
    align-items: center;
    flex-direction: column;
}.data-summary .study-statistics {
    max-width: 300px;
    margin: 10px 0 !important;
    width: 90%;
    height: 200px;
}.data-summary .study-statistics h4 {
    font-size: 2.5rem;
}.data-summary .study-statistics span {
    bottom: 25px;
}}



@media screen and (min-width: 1200px) {.enroll-instantly {
    padding: 10rem 6rem;
}.enroll-instantly .container {
    grid-template-columns: 3fr 1fr;
}.enroll-instantly h6 {
    line-height: 1.6;
    font-size: calc(18px * 1.8);
}.enroll-instantly .inquiry-map {
    font-size: calc(19px * 1.2);
    padding: 1.5rem 3rem;
}
}



@media (prefers-reduced-motion) {.enroll-instantly h6 {
    animation: none;
}.enroll-instantly .inquiry-map::before {
    transition: none;
}}



@media (max-width: 767px) {header .top-main {
    padding: 15px 10px;
}header .top-main .page-head {
    margin-bottom: 15px;
}header .top-main .page-head .head-info svg {
    height: 35px;
}header .top-main .top-bar {
    gap: 5px;
}header .top-main .top-bar .nav-pagebar {
    margin: 2px 10px;
}}



@media (max-width: 767px) {.thanksBlock {
    padding: 70px 0 50px;
}.thanksBlock h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
    line-height: 1.4;
}.thanksBlock .value-prop {
    padding: 35px 25px;
}.thanksBlock span {
    font-size: 18px;
    line-height: 1.6;
}.thanksBlock h2::after {
    width: 60px;
    height: 2px;
}
}



@media (hover: hover) {.thanksBlock .value-prop:hover {
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.thanksBlock .value-prop:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(209,190,169), rgb(179,158,135));
}}


@media only screen and (max-width: 1200px) {.cookie-window-banner {
    padding: 20px;
}.cookies-consent {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.cookie-view {
    display: none;
}.cookies-consent {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.edu-track {
    margin-bottom: 20px;
    text-align: center;
}.cookie-window-banner h5, .cookie-window-banner p {
    text-align: center;
}.visitor-acceptance {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}
}



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

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}



@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 gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 0% 100%;
    }
}



@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20%, 100% {
        left: 100%;
    }
}



@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}



@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}



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


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



@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}



@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

