.AL_Custom_PoweredBy {
    display: none !important;
}
.academy-footer {
    padding-top: 30px; 
    padding-bottom: 30px; 
}
.AL_Custom_FooterLinkListItem {
    width: 75px !important;
    display: inline-block;
    padding: 15px 20px !important;
    margin-right: 30px !important;
    margin-left: 0px !important;
    text-decoration: none !important;
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.AL_Custom_FooterLinkListItem {
    transition: color 0.3s ease, background-color 
    0.3s ease, border-color 0.3s ease, transform 
    0.3s ease;
}
.AL_Custom_FooterLinkListItem:hover {
    color: #000000 !important;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    transform: translateY(-4px);
}
AL_Custom_BannerMainHeading {
    display: none;
}
@keyframes fadeInAndRise {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.foreground-image {
    width: 1000% !important;
    animation: fadeInAndRise 1.25s ease-out;
    animation-delay: 0.3s;
}
#search-input::placeholder {
    color: white;
}
.AL_Custom_ItemsCount {
    display: none !important;
}
.AL_Custom_CardShadows {
    display: none;
}
.AL_Custom_CardFooter {
     display: none !important;
}
.AL_Custom_ContentTypeLabel {
    display: none !important;
}
.AL_Custom_CardBody {
    margin-top: 21px !important;
    height: 166px !important;
    border-radius: 0px 0px 15px 15px !important;
}
.AL_Custom_CardTitle {
    text-align: center;
    font-size: 21px !important;
    margin-top: -20px !important;
    padding-bottom: 25px !important
   
}
.AL_Custom_CardDescription {
    text-align: center;
    font-size: 12.978px !important;
    border-radius: 0px 0px 15px 15px !important;
}
.AL_Custom_CardContentInner {
    border-radius: 16px 16px 16px 16px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08) !important; 
}
.AL_Custom_CardContentInner {
    transition: transform 0.5s ease, box-shadow 0.4s ease;
}
.AL_Custom_CardContentInner:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12) !important;
    cursor: pointer;
}
.AL_Custom_CardImage {
    border-radius: 15px 15px 0px 0px !important;
}
.sap-embed-player {
    max-height: 409px !important;
    max-width: 725px !important;
}
.sap-embed-player>iframe {
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    max-width: 725px !important;
    max-height: 409px !important;
    position: absolute !important;
}
.AL_Custom_BannerCta {
    padding: 5px 5px !important;  
    width: 150px !important;
    text-align: center !important;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 75px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
}
.AL_Custom_BannerCta {
    transition: color 0.2s ease, background-color 
    0.2s ease, border-color 0.2s ease, transform 
    0.2s ease; }
.AL_Custom_BannerCta:hover {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}
.AL_Custom_PCSummaryCta {
    padding: 14px 14px !important;  
    width: 150px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    border-radius: 1000px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    justify-content: right !important;
    align-items: right !important;
}
.AL_Custom_PCSummaryCta {
    transition: color 0.2s ease, background-color 
    0.2s ease, border-color 0.2s ease;
}
.AL_Custom_PCSummaryCta:hover {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.flip-card-container {
    width: 100% !important;
    max-width: 1000px !important;
    margin-right: 0px !important;
}
.AL_Custom_PCInnerSummaryBox {
    display: flex;
}
.sc-jCSOZN.dpzGwW.AL_Custom_PCSummaryCta {
    margin-right: 0px !important;
}
.AcademyContentOverviewDescription {
    display: none !important;
}
.AL_Custom_GOHeading {
    font-size: 2.5rem;
}
.blue-button { 
    width: auto; 
    display: inline-block; 
    padding: 15px 20px !important; 
    text-decoration: none; 
    background-color: transparent; 
    color: #4F64FF; 
    border: 3px solid #4F64FF; 
    border-radius: 50px; 
    cursor: pointer; 
    text-align: center; 
    font-size: 16px; 
    font-weight: bold; 
}
.blue-button { 
    transition: color 0.2s ease, 
    background-color 0.2s ease, 
    border-color 0.2s ease, 
    transform 0.2s ease; 
}
.blue-button:hover { 
    color: #FFFFFF; 
    background-color: #4F64FF; 
    border-color: #4F64FF; 
}
.AL_Custom_BannerSubHead {
    max-width: 800px;
}
.AL_Custom_NavSearchBar {
    border-radius: 100px !important;
}
.collapse-btn {
    display: none !important;
}
.skiptranslate {
    width: 725px;
    height: 475px;
}
.TaskWrapper-sc-5e31e6a6-5 {
    max-width: 100%;
    width: 100%;
}
.StyledNextButton-sc-b8ba865a-0 {    
    background-color: #000000 !important;
    border: #000000 !important;
    border-radius: 100px !important;
    transition: transform 0.3s ease-in-out !important;
}
.StyledNextButton-sc-b8ba865a-0 {    
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.025);
}
hr {
  margin-top: 10px !important;
}