/*
Theme Name: NDTA Child Theme
Theme URI: http://solve4xstudio.com
Version: 1.0
Description: Client Custom Theme - Child theme
Author: Solve4x Brand and Code
Author URI: http://solve4xstudio.com
template: bb-theme
*/

/* Add your custom styles here... */ 

:root {
  --ld-color-brand-primary: #012E6F !important; /* your brand color */
}
html {
    font-size: 17px;
}

.headerpart, .footerpart {
    display: none !important;
}
.headerpart, .footerpart {
    text-align: center;
    width: 100%;
}
.pp-menu-overlay .headerpart {
    display: inline-block !important;
	color: white;
}
.pp-menu-overlay .footerpart {
    display: inline-block !important;
	color: white;
}
.photoplaceholder .fl-module-content{
	opacity: 0;
}
.inlinecolumn .fl-col-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    text-align: right !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.inlinemenu {
    width: auto !important;
}
.mobonly{
	display: none !important;
}
.uabb-menu-overlay .mobonly {
    display: inline-block !important;
}
.uabb-menu-overlay .menu-item .menu-item-text {
    font-size: 20px !important;
}
.uabb-creative-menu .uabb-menu-overlay > ul.menu {
    text-align: center;
    position: relative;
    top: 30px;
    width: 40%;
    height: auto;
    margin: 0 auto;
    -webkit-transform: unset;
    transform: unset;
}
span.uabb-menu-toggle {
    float: none !important;
}
img.sitelogo {
    max-width: 200px !important;
    max-height: 70px !important;
}
h1.sitetitle {
    margin: 0px !important;
	color: white;
}
p {
    margin: 0 0 25px;
}
h2{
    font-family: "Abril Display", serif !important;
        font-weight: 400 !important;
}
.footersigup input[type="email"] {
    border-width: 0px 0px 1px 0px !important;
}
.footersigup .uabb-module-content.uabb-creative-button-wrap a{
    border-radius: 0px !important;
}
#fl-to-top, #fl-to-top:focus {
    background: none;
    border: 1px solid #29ABE2 !important;
    width: 30px;
    height: 35px;
    outline: none;
}
#fl-to-top i {
    font-size: 0;
}
#fl-to-top:before {
    content: '';
    background: url(/wp-content/uploads/2026/05/uparrow.webp);
    width: 27px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 6px;
    position: absolute;
    left: 0px;
}
.footercopy a:hover{
    color: #29ABE2 !important;
}
/* ── arrowbutton (original, unchanged) ── */
.arrowbutton a.fl-button:after {
    content: '';
    position: absolute;
    right: calc(0% - 45px);
    background: #29ABE2;
    background-image: url(/wp-content/uploads/2026/05/rightarrown.webp);
    height: calc(100% + 2px);
    top: -1px;
    width: 45px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
}
.arrowbutton a.fl-button:after {
    --shine: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.45) 50%, transparent 80%);
    background-image: url(/wp-content/uploads/2026/05/rightarrown.webp), var(--shine);
    background-size: 20px, 200% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, -100% 0;
}
.arrowbutton a.fl-button:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    background-position: center, 200% 0;
    transition: transform 0.2s ease, background-position 0.5s ease, -webkit-transform 0.2s ease;
    -webkit-transition: background-position 0.5s ease, -webkit-transform 0.2s ease;
}
.arrowbutton a {
    position: relative;
}

/* ── arrowbutton2 ── */
.arrowbutton2 a.fl-button:after {
    content: '';
    position: absolute;
    right: calc(0% - 40px);
    background: #29ABE2;
    --shine: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.45) 50%, transparent 80%);
    background-image: url(/wp-content/uploads/2026/05/rightarrow2.webp), var(--shine);
    height: calc(100% + 2px);
    top: -1px;
    width: 40px;
    background-size: 15px, 200% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, -100% 0;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
}
.arrowbutton2 a.fl-button:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    background-position: center, 200% 0;
    transition: transform 0.2s ease, background-position 0.5s ease, -webkit-transform 0.2s ease;
    -webkit-transition: background-position 0.5s ease, -webkit-transform 0.2s ease;
}
.arrowbutton2 a {
    position: relative;
}

/* ── arrowbutton2dk ── */
.arrowbutton2dk a.fl-button:after {
    content: '';
    position: absolute;
    right: calc(0% - 40px);
    background: #012E6F;
    --shine: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.45) 50%, transparent 80%);
    background-image: url(/wp-content/uploads/2026/05/rightarrow2.webp), var(--shine);
    height: calc(100% + 2px);
    top: -1px;
    width: 40px;
    background-size: 15px, 200% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, -100% 0;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
}
.arrowbutton2dk a.fl-button:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    background-position: center, 200% 0;
    transition: transform 0.2s ease, background-position 0.5s ease, -webkit-transform 0.2s ease;
    -webkit-transition: background-position 0.5s ease, -webkit-transform 0.2s ease;
}
.arrowbutton2dk a {
    position: relative;
}

/* ── arrowbutton2li (no bg colour — shine overlays the arrow image) ── */
.arrowbutton2li a.fl-button:after {
    content: '';
    position: absolute;
    right: calc(0% - 27px);
    --shine: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.45) 50%, transparent 80%);
    background-image: url(/wp-content/uploads/2026/05/bluearrow.webp), var(--shine);
    height: calc(100% + 2px);
    top: -1px;
    width: 40px;
    background-size: 22px, 200% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, -100% 0;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
}
.arrowbutton2li a.fl-button:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    background-position: center, 200% 0;
    transition: transform 0.2s ease, background-position 0.5s ease, -webkit-transform 0.2s ease;
    -webkit-transition: background-position 0.5s ease, -webkit-transform 0.2s ease;
}
.arrowbutton2li a {
    position: relative;
}

.pp-content-grid-post-more-link a {
    position: relative;
}

.pp-content-grid-post-more-link a:after {
    content: "";
    --shine: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.45) 50%, transparent 80%);
    background-image: url(/wp-content/uploads/2026/05/blogbuttonright.webp), var(--shine);
    background-size: contain, 200% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, -100% 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    top: 8px;
    right: -15px;
    position: relative;
    -webkit-transition: background-position 0.5s ease, -webkit-transform 0.2s ease;
    transition: background-position 0.5s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, background-position 0.5s ease;
    transition: transform 0.2s ease, background-position 0.5s ease, -webkit-transform 0.2s ease;
}

.pp-content-grid-post-more-link a:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    background-position: center, 200% 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}



.full-height-image img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.full-height-image{
height: 100%;    
}
button.owl-next {
    top: -50px !important;
    right: 5px !important;
}
button.owl-prev {
    top: -50px !important;
    right: 45px !important;
    left: auto !important;
}
button.owl-next span:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/rtarrow.webp);
    background-size: contain;
    width: 22px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

button.owl-next:hover span:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.owl-nav button svg {
    display: none;
}
button.owl-prev span:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/ltarrow.webp);
    background-size: contain;
    width: 22px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

button.owl-prev:hover span:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.pp-post-filters {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    margin-bottom: 60px;
}
.innertermlist a {
    display: inline-block;
    background: #29ABE2;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 4px 12px;
    border-radius: 0px;
    text-decoration: none;
    margin-bottom: 25px;
}
.innertermlist a:hover {
    background: #012E6F;
}
.resourcesinglecontent h4{
    color: #29ABE2;
font-family: Poppins;
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: normal;
    margin-bottom: 25px;
}
span.potype {
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #9D9D9D;
}
span.potitle{
        width: 100%;
    display: inline-block;
}
.nav-previous .potsymbol {
    background-image: url(/wp-content/uploads/2026/05/resourceleft.webp);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-next .potsymbol {
    background-image: url(/wp-content/uploads/2026/05/resourcright.webp);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-links .nav-previous a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-links .nav-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-links .nav-previous a {
    outline: none;
}
.pp-content-grid-post-more-link a:after{
     -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.pp-content-grid-post-more-link a:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
@-webkit-keyframes pulse {
    0%   { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
    50%  { -webkit-transform: scale(1.3); transform: scale(1.3); opacity: 0.7; }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
@keyframes pulse {
    0%   { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
    50%  { -webkit-transform: scale(1.3); transform: scale(1.3); opacity: 0.7; }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

.menu > li a:before {
    content: '';
    position: absolute;
    left: -15px;
    background: #29ABE2;
    width: 15px;
    height: 15px;
    top: 9px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.uabb-menu-overlay .menu > li a:before {
    width: 0px;
    height: 0px;
}
.uabb-creative-menu .menu > li a:hover:before {
    opacity: 1;
    -webkit-animation: pulse 1s ease-in-out infinite;
    animation: pulse 1s ease-in-out infinite;
}
.uabb-creative-menu .menu > li.current-menu-item a:before {
    opacity: 1;
    -webkit-animation: pulse 1s ease-in-out infinite;
    animation: pulse 1s ease-in-out infinite;
}

.uabb-creative-menu .current-menu-item a span {
    font-weight: bold;
    color: #012E6F !important;
}
.uabb-menu-overlay .current-menu-item a span {
        color: #29ABE2 !important;
}
.uabb-menu-overlay a:hover span {
        color: #29ABE2 !important;
}
.uabb-tabs.uabb-tabs-layout-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a.uabb-tab-link {
    padding: 11px 15px !important;
}
.menu-item a {
    outline: 0px;
}
/* Remove any overflow that would break sticky */
.right-cards-column,
.right-cards-column > .fl-col-content {
    overflow: visible;
}

/* Stack the cards */
.right-card {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
}

.right-card:nth-child(1) { 
    top: 150px; 
    z-index: 10; 
}
.right-card:nth-child(2) { 
    top: 150px; 
    z-index: 20; 
}
.right-card:nth-child(3) { 
    top: 150px; 
    z-index: 30; 
}
.right-card{
    -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.25);
}
.right-card > .fl-module {
    position: relative;
    z-index: inherit;
}
.right-card {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media (max-width: 992px) {
.right-card:nth-child(1) { 
    top: 80px; 
    z-index: 10; 
}
.right-card:nth-child(2) { 
    top: 80px; 
    z-index: 20; 
}
.right-card:nth-child(3) { 
    top: 80px;  
    z-index: 30; 
}
.sticky-column {
    position: relative;
    top: auto;
}
}
@media (max-width: 768px) {
    .pp-content-post {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .leftblog,
    .rightblog {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .leftblog .pp-content-grid-post-image img {
        height: 220px;
    }
}
.lottiewrapper{
    position: relative;
}
.ablottie {
    position: absolute;
    top: 0px;
    overflow: hidden;
    left: 0px;
        z-index: 1;
}
.ablottie.lotbtrt dotlottie-wc{
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    right: 0px;
    z-index: 1;
}
.ablottie.lotbtrt {
    position: absolute;
    top: 0px;
    overflow: hidden;
    left: 0px;
    z-index: 1;
    width: calc(100% - 33px);
    height: calc(100% - 33px);
}
.lottiewrapperfull .ablottie {
    position: absolute;
    top: 0px;
    overflow: hidden;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.lottietop{
      z-index: 1;  
}
.right-card:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0px;
    background-image: url(/wp-content/uploads/2026/05/blueboxes.webp);
    z-index: 100;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% + 4px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 768px) {
    .right-card:after {
        opacity: 0;
    }
}
.icondraw {
    width: 80px;
    height: 80px;
    display: inline-block;
}
.fl-button:is(a, button), a.fl-button:visited {
    border: 0px solid rgb(243, 243, 243) !important;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-reverse{
        font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    border-radius: 0px;
    padding: 10px;
    background-color: #29abe2 !important;
    color: #fff !important;
      position: relative;
  overflow: hidden;
}
.shinebutton .fl-button, 
.uabb-form-button .uabb-button, .ldlogon a.ld-login.ld-login.ld-login-text.ld-login-button.ld-button {
  position: relative;
  overflow: hidden;
}



.shinebutton .fl-button:after, 
.uabb-form-button .uabb-button:after, .ldlogon a.ld-login.ld-login.ld-login-text.ld-login-button.ld-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    110deg, transparent 20%, rgba(255, 255, 255, 0.45) 50%, transparent 80%
  );
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: none;
}

.shinebutton:hover .fl-button:after, .uabb-form-button .uabb-button:hover:after, .ldlogon:hover a.ld-login:hover.ld-login.ld-login-text.ld-login-button.ld-button:after  {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-reverse:hover:after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button, a.ld-login.ld-login.ld-login-text.ld-login-button.ld-button {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    border-radius: 0px;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #235af3;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: inherit;
    font-size: .75em;
    font-weight: 800;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.25em;
    margin: 0;
    max-width: 385px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    white-space: normal;
    width: 100%;
}

span.ld-icon.ld-icon-login.ld-icon-left {
    display: none;
}
.ld-button {
    color: white !important;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register:not([disabled]){
    background-color: #012E6F !important;
    color: #ffffff;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register:hover{
    opacity: 1 !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-reverse:hover{
        opacity: .8 !important;
}

.learndash-wrapper .ld-login-modal input[type='submit']:not([disabled]) {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    border-radius: 0px;
    padding: 10px;
    background-color: #29abe2 !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}
.learndash-wrapper .ld-login-modal input[type='submit']:hover {
    opacity: 1;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-form label {
    color: #617175;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: .5em;
}
.ld-login-modal-branding {
    display: none;
}

.learndash-wrapper h2 {
    font-size: 19px !important;
        color: #000;
    font-family: "Poppins", sans-serif !important;
}
.ld-registration__forgot-password-form label, .ld-registration__login-form label, .ld-registration__register-form label, .ld-registration__reset-password-form label {
    font-size: 15px !important;
}
.ld-registration__forgot-password-form input[type=email], .ld-registration__forgot-password-form input[type=password], .ld-registration__forgot-password-form input[type=text], .ld-registration__login-form input[type=email], .ld-registration__login-form input[type=password], .ld-registration__login-form input[type=text], .ld-registration__register-form input[type=email], .ld-registration__register-form input[type=password], .ld-registration__register-form input[type=text], .ld-registration__reset-password-form input[type=email], .ld-registration__reset-password-form input[type=password], .ld-registration__reset-password-form input[type=text] {
    font-size: 15px !important;
}
button.ld-button.ld-button--secondary.ld-button--border.ld-button__password-visibility-toggle.ld--ignore-inline-css {
    background: #012e6f;
}
a.button.sbc-course-continue-btn {
    padding: 7px;
}
.learndash {
    max-width: 1200px;
    margin: 0 auto;
}
.ld-progress-bar__meter-foreground {
    background-color: #012E6F !important;
}

.learndash-wrapper.ld-modal-open:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8999; /* one below .ld-modal's z-index: 9000 */
}
:where(.fl-builder-content, .fl-page) :is(a[href], button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus {
    outline-style: solid;
    outline-width: 0px;
    outline-offset: 2px;
}