/* body.no-scroll,
html.no-scroll {
  overflow: hidden !important;
  height: 100%;
} */
.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(221, 14, 126, 0.3);  /* light translucent */
  border-top-color: #dd0e7ee8;                 /* your brand color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
#loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255,255,255,0); */ /* transparent */
  background-color: rgb(0 0 0 / 10%);
  z-index: 9999;
  pointer-events: none; /* default: inactive */
}
#loadingOverlay.fade-in {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#loadingOverlay.active {
  pointer-events: all; /* blocks interaction */
}
.copyBtn {
  background-color: transparent;
  border-color: transparent;
}
img .imgPayBanner{
  height: 100%;
  width: 20%;
  object-fit: cover;
}
.dropdown-menu {
  border: 2px solid rgb(226 16 130) !important;
  background-color: #fff7f7 !important;
}
/* Keyframes for the spinning animation */
@keyframes spin {
  to { transform: rotate(360deg); }
}

.dropdown-toggle::after{
  color: #e21082;
  display: inline-block;
  margin-left: 0.0255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  /* border-bottom: 2em; */
  border-left: 0.4em solid transparent;
}
.col-md-7 p, .marketing .col-lg-4 p, p.lead{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(77, 91, 124);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.1px;  
}
div .row> img.ProImage {
  width: 130px !important;
  height: 110px !important;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
.container {
  max-width: inherit;
  padding-left: 0px;
  padding-right: 0px; 
  margin-top: 2rem;
}
.container.footer {
  font-family: avenir !important;
  text-align: center;
}
.container.formSuccess{
  width: 80% !important;
}
.footer> a, .footendRight>a {
  color: #dc0477;
  text-decoration: none;
}
.my-cart {
  fill: #e21082;      
  height: auto;
  padding-right: 10px;
}
.superscript {
  color: white;
  background-color: #007f9e;
  position: relative;
  top: -0.2em;
  left: 1px;
  font-size: 12px;
  vertical-align: super;
  font-weight: 600;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.form-check-input {
  width: 1.1em;
  height: 1.1em;
  margin-left: -2em !important;
  margin-top: 0.15em !important;
  border-color: rgb(126 0 254) !important;
}
.form-check-label {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  /* font-size: 20px;
  font-weight: 300; */
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.coursetitle{      
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0px;
  border-bottom: 1.5px solid #e210d2;
  line-height: 1.1;
  color: black;
}
.addontitle{
  font-family: Avenir;
  font-size: 1.2rem;
  font-weight: 800;
  /* font-style: italic; */
  text-transform: capitalize;
  padding-bottom: 0px;
  border-bottom: 1.5px solid #048a91;
  line-height: 1.1;
  color: #000000cf;
}
.subhead{
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
  padding-left: 0.1rem;
  font-family: avenir;
  color: black;
  /* text-decoration: underline 1.5px #0000ffcf; */
  text-underline-offset: 4px;
  font-style: italic;
}
.FeeInfoWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}
.FeeInfo.Spec {      
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01rem;
  background-image: linear-gradient(45deg, #9ce4ac, #b9e217, transparent);
  border-radius: 4px;
  width: auto;
  color: black;
  padding: 3px;
  padding-left: 10px;
  font-family: avenir;
}
.form-check-input:checked {
  background-color: #ba10e2;
  border-color: #ba10e2;      
}
.form-check-input:disabled {
  background-color: #404041; /* #46ab46 */
  border-color: #404041 !important;      
}    
/* #gridCheck1.form-check-input:disabled.form-check-input:checked~.form-check-label::after,  */
#gridCheck1.form-check-input[checked][disabled]~.form-check-label::after {
  /* content: 'Already Enrolled'; */
  color: #01704a;
  opacity: 1 !important;
  background-color: #f2fffd;
  padding: 0em;
  font-size: 0.65em;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}    
#gridCheck1.form-check-input.Cert[checked][disabled]~.form-check-label::after {
  content: 'Already Certified';
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
  opacity: 0.9 !important;
}
.myCourseNames.Pending::after {
content: 'Pending Approval';
color: #593800;
opacity: 1 !important;
background-color: #f3e9e9;
padding: 0.05em 0.4em 0.2em 0.4em;
font-size: 0.56em;
font-weight: 400;
margin-left: 0.5em;
}
.myCourseNames.Provisioning::after {
content: 'Approved - Setup in Progress';
color: #593800;
opacity: 1 !important;
background-color: #f3e9e9;
padding: 0.05em 0.4em 0.2em 0.4em;
font-size: 0.56em;
font-weight: 400;
margin-left: 0.5em;
}
.myCourseNames.Subtext::after {
content: attr(data-after);
color: #593800;
opacity: 1 !important;
background-color: #f3e9e9;
padding: 0.05em 0.4em 0.2em 0.4em;
font-size: 0.56em;
font-weight: 400;
margin-left: 0.5em;
}
h1 {
  text-transform: capitalize !important;    
  letter-spacing: 0.01em !important;
  font-size: 1rem;
  font-family: avenir;  
}
h1.PageTitle {
    padding: 0.7rem;
    text-transform: capitalize;
    letter-spacing: 0.05rem;
    text-align: center;
    background-image: linear-gradient(45deg, #9808c0, #4f20c6);
    color: white;
    line-height: 0.4;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);  
    border-radius: 5px;
}
.dropdown-menu {
  background-color: white;/* #fff9f9; */
  width: max-content;
}
.btn-banner-top {
  border: 0;
  background-color: black;
  color:aqua;
}
.btn-banner-top:active {
  border: 0;
  background-color: black;
  color:aqua;
}
.btn-banner-top:hover {
  border: 0;
  background-color: black;
  color:aqua;
}
.fa-user {
  font-size: 1.6rem;
  color:#e21082;
}    
.navbar-nav:nth-child(2) {
  margin-left: 5rem;
}
.nav-link.btn {
  display: inline-block;
}
.nav-item.init {
  display: flex;
  align-items: center;
  justify-content: center;
}
.col-lg-6 input[type="file"]{
  background-color: #f1ebff94;
  color: #333;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  line-height: normal;
}
.col-sm-0 {
  padding-left: 0;
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  font-weight: normal;
}
.form-sec-link:focus, .form-sec-link:hover, .form-sec-link {  
  width: auto !important; 
  padding: 5px 15px 5px 15px !important;
  height: auto !important;
  font-size: 14px;
  text-transform: math-auto;
  background-color: #e21082;
  color: white;  
  border-color: #e21082;
  border: 2px solid #e21082;
  /* width: 12rem; */
  /* height: 2.4rem; */
  letter-spacing: 0.02em;
  /* font-weight: 800; */
  /* font-size: 0.85rem;   */      
  /* margin-left: 2rem; */
}    
.form-pri-link:focus, .form-pri-link:hover, .form-pri-link {
  color: white;
  text-transform: capitalize;
  background-color: #49037ee8;
  border-color: #49037ee8;
  border: #49037ee8;
  font-size: 18px;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.comboBtn {
  background:linear-gradient(60deg,#01a982 0% 13%,#1cd3a8 20%,#01a982 27%,#01a982) 99%/200% 200% !important;
}
.PaymentLabel { 
  color: #007bff;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.8px;      
  font-size: 1.2rem;
  font-weight: 300;
}
.PaymentInfo {
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.8px;      
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5em;
  white-space: pre-line;
}
.Tiny {
  font-size: 0.8rem;
}
label.error {
  font-size: 10px;
  padding-left: 20px;
  background: linear-gradient(45deg, #ff1665, #b30000ed);
  color: white;
  padding: 1px 10px;
  border-radius: 5px;
}
.Payerror { 
  color: #dc3535;
  text-transform: none;      
  font-size: 1.2em; 
}
#error-msg {
  color: #dc3535;
}
#valid-msg {
  color: #00c900e4;
}
input.error {
  border: 1px solid #FF7C7C;
}
.hide {
  display: none;
}  
.form-label{
  margin-bottom: .2rem !important;
}  
.stud_lbl {
  padding-left: 0%;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.01em;  
}
.stud_info {
  padding-left: 0%;
  /* background-color: lightskyblue; */
  color: #e21082;
  border-radius: 0.25em;
  padding-top: 0.0em;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: 50%;            
}
.stud_form {
  border: 1.5px solid #eaeaea;
  border-radius: 0.3em;
  width: 100%;
  /* text-transform: capitalize; */
  word-spacing: 0.2em;
  letter-spacing: 0.4px;
  font-family: avenir !important;
  color: #5d2eff;
  font-size: 16px;
  font-weight: 500;
}
#id_phone::placeholder, #id_studEmail::placeholder {
  color: rgba(177, 175, 175, 0.902);
  opacity: 0.6; /* Ensures visibility across browsers */
}
.iti--allow-dropdown, .iti--allow-dropdown input {
  width: 100%;     
  text-transform:lowercase; 
}    
.iti--allow-dropdown input.stud_form {
  font-family: inherit !important;
  /* width: 75%; */
  font-size: 16px;
}
.form-group {
  margin-bottom: 0.2rem;
}
.center-cropped {
  width: 200px;
  height: 260px;
  /* background-image: url('https://images.unsplash.com/photo-1569878698889-7bffa1896872?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60'); */
  /* background-image: url('../../img/Home/FDX.jpg');       */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form-signin { margin-top: 50px !important; } 
.d-flex, .flex-column {
  margin-top: 50px !important;
  font-size: 20px;
  font-weight: 300;
}
.carousel-item > img {
  object-fit: cover;
  object-position: right!important;
  /* filter: brightness(0.8); */
}
.d-inline-block {
  width: 200px;
  height: 60px;
  padding-left: 30px;
  object-fit: contain;
  object-position: left;
}  
.navbar-nav.me-auto.mb-2.mb-md-0 {
  margin-right: 20px !important;
}
.navbar-dark .navbar-toggler {
  border-color: transparent !important;
}

#browser-notification {
  background-color: #f8d7da; /* Light red for a gentle warning */
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 10px;
  text-align: center;
  position: fixed; /* Keep it at the top */
  top: 0;
  left: 0;
  width: 100%; 
}
.btn-group-lg>.btn, .btn-lg {
  font-weight: 500 !important;
  padding: 0.2rem 1rem !important;        
  text-transform: capitalize;
  letter-spacing: 0.7px;
  font-size: 1.1rem;    
}
.modal.fade{
  background-color: transparent !important;
}
.modal-backdrop.show {
  opacity: 0 !important;
}
.modal-footer {
  display: flex !important;
  width: 60% !important;
  border-top: none;
}
.modalfooter {
  text-transform:uppercase ;
  border: 2px solid #5807a4 !important;
  color: #5807a4 !important;
  width : 50% !important; 
}
.modalWA {
  background-color: #f5ecff;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  width: 90%;
}
.modalWA .modal-body{
  text-align: center;
  padding: 0.3rem !important;
}
.modalWAP{
  margin-bottom: 0rem !important;
  text-align: center !important;
  letter-spacing: 0.2px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin-top: 10px !important;
}
#welcomeModal{
  display: block;
  margin-top: 75%;
  margin-left: 2%;
  width: 100% !important;
}
/*  */
.image-effect {
  opacity: 0;
  transform: scale(0.9); /* Initially smaller */
  transition: opacity 0.5s ease, transform 1s ease; /* Smooth fade-in and scaling */
}
.image-effect-visible {
  opacity: 1;
  transform: scale(1); /* Final state (full size) */
}

/* Banner CSS - New */
#announcement-banner-overlay {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  z-index: 9998; /* Background overlay behind the banner */
}

.banner-overlay {
  padding:5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); /* Add semi-transparent background for better visibility */
  z-index: 9999;
}
h2.bannerShort {
  padding: 2vw 4vw; /* Adjust padding based on viewport width */  
  font-family: Inter, "Inter Fallback Arial", Arial;
  background: linear-gradient(135deg, #f3f5ff, #e0eaff);
  background-color: white;
  color: #b000ce;
  font-size: 4.2vw;
  text-transform: none;
  letter-spacing: 0.015rem;
  line-height: 1.15;
  border-radius: 10px; /* Add rounded corners for better appearance */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow for focus */
  background-image: linear-gradient(45deg, #f6d3f229, #ef94e433, #ef94e433, #ef94e433, #f5c8f021) !important;
  /* background-image: linear-gradient(45deg, #dbe8ff, #e8dbff, #fadbff, #e8dbff, #dbe8ff) !important; */
  /* background-image: linear-gradient(45deg, #dfffe8, #e8ffdb, #f0ffe8, #e8ffdb, #dfffe8) !important; */
  position: relative; /* Ensure the X button is positioned inside the banner */
  width: 100%; /* Banner width */
  max-width: 600px; /* Max width for larger screens */
}
.link-secondary {
  text-decoration: none;
  color: #6b1678db;
  font-weight: bold;
  margin-left: 5px;
}
.newTag {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 2.5vw;
  letter-spacing: 0.015rem;
  color: #751273;
}
.close-banner {
  background: none;
  background-color: #140c0c;
  border-radius: 50px;
  border: none;
  font-size: 2vw; /* Large enough for visibility */
  font-weight: bold;
  color: #fafafa; /* White color */
  position: absolute;
  top: -15px;
  right: -2px;
  cursor: pointer;
  z-index: 10000; /* Make sure the button is above the banner */
}
.close-banner i {
  font-size: 26px; /* Font Awesome icon size */
}
.newTagBanner {
  font-weight: 600; 
  text-transform: capitalize !important; 
  letter-spacing: 0.015rem; 
  font-size: 3vw !important; 
  color: #751273;
}
.plus-checkbox {
  appearance: none;
  -webkit-appearance: none;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  /* line-height: 26px; */
  cursor: pointer;
  position: relative;
}

.plus-checkbox::before {
  content: '+';
  color: rgb(126 0 254);
  position: absolute;
  top: -0.5px;  
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plus-checkbox:checked::before {
  content: '';  /* Or leave it as '+' if you don’t want toggle change */
}



@media (max-width: 768px) {       
  #welcomeModal{
    margin-top: 60%;
  } 
  .navbar-toggler {
      font-size: 2rem!important;
      vertical-align: -2rem!important;
  }
  .btn-banner-top {
    margin-left: 1.5rem;
  }  
}
.btn-group-lg>.btn, .btn-lg {
    font-weight: 500 !important;
    padding: 0.2rem 1rem !important;        
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-size: 1.1rem;    
}
.aquaBG {
  opacity: 0.90;
  /* background-image: linear-gradient(45deg, #9d14a1, #2b00ff); */
  background-image: linear-gradient(45deg, black, #403f3f);
  text-align: left;
  text-transform: initial;
  border-radius: 0.3rem;
  padding: 0.3em 1em;
  font-size: smaller;
  font-weight: 500;
  font-family: avenir;
}
div .carousel-caption {      
  width: 90%;
  padding: 10px;
  padding-top: 200px;
  border: 3px solid transparent!important;        
  color: white;
  text-transform: uppercase;    
  margin-left: 80px;
  /* margin-bottom: 100px; */
}
.carousel-button {      
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featurette-heading span {          
display: block;
margin-top: 0.9rem;
width: 300px;    
display: block;
width: 300px;    
margin-top: 0.7rem;
text-align: leer;
padding-top: 0.35rem;
height: auto; /* 26px; */
padding-left: 0.9rem;
background: #e21082;
color: white;
word-spacing: normal;
font-weight: 400;
text-align: center;
}    
.btn-outline-primary {
  margin-left: 0rem;
  font-size: 0.8rem;
  color: #078baa!important;
  border-color: #078baa!important;
}
.lead {
  line-height: 1.8;
  margin-top: 2rem;
}
.econfLead {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;    
  color: #5a5a5a;
  text-align: center;
  font-family: avenir;
}
.frintersect, .frhighlight {
  /* text-decoration: underline; */
  font-weight: bolder;      
}
.frintersect { color: #7604b6; }
.footendRight { text-align: center; font-size: 10px;padding-left: 10px;}
.footend { margin-left: 2em; }
.col-md-7 {
  height: 500px;width:52% }
 /*   */
 .HomeCourseHighL, .HomeAudNLang {
  width:300px;
  height:400px;
}
.HomeAboutEducator {
  width:500px;
  height:500px;
}
.HomeGeneralBanner {
  width:400px;
  height:400px;  
}
.FeeImg {
  height: 22px;
  width: auto;
  margin-left: 3px;
}
.btn-primary {      
  height: auto !important;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  line-height: 1;
  /* background-color: #e21082 !important; */
  background-image: linear-gradient(45deg, #dc1883, #ec1cac, #ac1cec) !important;
  /* linear-gradient(45deg, #e7ff0a, #e7ff0a) !important;  */
  /* linear-gradient(45deg, #ffe81af0, #ffe81af0) !important; */
  color: white !important;
  font-weight: 600 !important;
  border: 0.5px solid #bebebe29;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary.signup{
  /* background: linear-gradient(45deg, #e21082, #9a10e2) no-repeat center / cover !important; */  
  background-image: linear-gradient(45deg, #ffea00, #ffea00) !important;
  color: black !important;
  border-radius: 5px;
  /* color: white !important; */
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  /* margin-left: 25px !important; */
  /* line-height: 1.5 !important; */
  /* height: 1.8rem !important */
  height: auto !important;
}
h2.supplies_banner {
  line-height: 1.4;
  padding: 5px 10px 5px 10px;
  text-transform: none;
  letter-spacing: 0.005rem;
  text-align: center;  
  /* background-image: linear-gradient(45deg, #ffbe01, #ffbe01,#ffbf007d, #ffbf007d,#ffbe01 ,#ffbe01) !important; */
  /* background-image: linear-gradient(45deg, #00bfff, #00bfff, #1e90ff7d, #1e90ff7d, #00bfff, #00bfff) !important; */
  background-image: linear-gradient(45deg, #d8b7ff, #d8b7ff, #d8b7ffbf, #d8b7ffbf, #e0bbff, #d8b7ff) !important;
  font-family: avenir;
  color: #000000;
  font-size: 0.95rem;
  font-weight: 700; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative; /* Stacking context for the text */
  z-index: 10; /* Higher z-index to ensure text is above the icons */
}

/* Course Card CSS  */
.course-card .form-check-input {
  transform: scale(1.3);
  border: 1.4px solid rgb(126 0 254);
}
.course-card .card-title {
  font-size: 12px !important;
  padding: 0px 2px 0px 2px;
  padding-top: 5px !important;  
  margin-bottom: 0rem !important;
  height: 2.1rem;
  font-weight: 400;
  color: rgb(33 44 54);
  font-family: Inter, "Inter Fallback Arial", Arial; /* 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  /* line-height: 1.1; */
  overflow: hidden;
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;  
  -webkit-box-orient: vertical;
  hyphens: none;
  word-break: keep-all;
  max-height: 2.2rem;
}
.text-muted{
  color: #3d4246 !important;
}
.small, small{
  font-size: 1em;
  font-family: avenir;
  font-weight: 600;
  color: #4f4f4fc4 !important;
  letter-spacing: -0.4px !important;
}
.course-card .card-body {
  padding: 0px !important;
}
/* Course Fee Styling */
.CompLabel{
  font-family: Inter, "Inter Fallback Arial", Arial;
  font-size: 0.80rem;
  letter-spacing: 0.0rem;
  font-weight: 700;
  color:#2700cf;
  /* color: white;
  background-color: #6f1abe; */
  height: 17px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;     
}   
#CompCourse{    
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #2700cf;
  font-size: 0.75rem;
  text-align: left;
  letter-spacing: 0rem;
  /* padding-left: 4% !important; */
  font-family: avenir !important;
  font-style: italic;
  line-height: 1.3;
}
div.row.EMIOptions {
  width: 98% !important;
  background: #ecec7f;
  padding: 8px 5px 5px 10px;  
  border-radius: 7px;
  font-weight: 600;

}
.col-6.EMIOption {
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PackName{
  font-family: Inter, "Inter Fallback Arial", Arial;
  font-size: 0.65rem;
  letter-spacing: 0.02rem;
  font-weight: 700;
  color: white;
  background-image: linear-gradient(45deg, #9c27b0, #9c27b0, #8e24aa, #9c27b0);
  height: 22px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 0.25rem 0.65rem;
  margin-bottom: 0px;
  display: inline !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 3px;
}
.diplomaSubtitle{
  font-size: 10px;
  font-family: Inter, "Inter Fallback Arial", Arial;
  color: rgb(94 7 182);
  font-weight: 500;
  margin-top: 5px;
}
.gridPackageOptions .col-4{
  padding-right: 5px !important;
  padding-left: 5px !important;  
}
.gridPackageOptions {
  line-height: normal;
}
/* .form-check{
  min-height: inherit;
  padding-left: inherit;
  margin-bottom: inherit;
} */
.FeeValue {
    display: revert;
    padding-bottom: 1px;
    font-weight: 600;
    font-size: 1.7rem;
    color: #b200dc;  
    /* margin-left: 5px; */
    font-family: avenir;
}
.FeeValues{
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.top-high{
  top:54px;     
  word-spacing: 1px;
  z-index: 1000;
  padding-left: 0px;     
  margin-left: 15%;     
  /* background-color: #e1dfff7d;     */
  background-image: linear-gradient(360deg, #e7e5ff63, #e7e5ff7d);
  padding: 2px 2px;
  margin: 0px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FeeInfo{
  font-size: 0.90rem;
  color:rgb(0, 0, 0);
  /* background-image: linear-gradient(45deg, #0049ff, #0049ff, #2462ff, #4273efeb); */
  background-image: linear-gradient(45deg, #7effe3, #7effe3, #7effe3, #7effe3);
  padding-top: 0px;
  text-align: center;
  width: auto;
  /* display: block;     */
  font-weight: 500;
  letter-spacing: 0.1px;
  padding: 4px 6px;
  border-radius: 4px;
  font-family: avenir;
}

/* Fireworks Start */
.fireworks-placeholder {
  background-image: linear-gradient(45deg, #c18ff5ab, #c7b2e22e);
  padding: 4px 12px;
  color: #380869 !important;  
  width: 100% !important;
  font-size: 0.70rem;
  position: relative;
  width: 92% !important;
  height: auto !important;
  /* border: 2px dashed #fff; */
  border-radius: 12px;
  display: inline;
  justify-content: center;
  align-items: center;
  /* color: rgb(16, 15, 15); */
  font-family: avenir; /* Inter, "Inter Fallback Arial", Arial; */
  text-align: center;
  font-weight: 800;
}

.firework {
  position: absolute;
  width: 2px;
  height: 2px;
  background: transparent;
  border-radius: 50%;
  animation: firework-launch 1s linear, firework-burst 1s linear 1s;
}

.firework span {
  position: absolute;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 50%;
  animation: firework-particle 1.5s ease-out forwards;
  opacity: 0;
}

/* Submit Button BAR Styling */
.submit-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fffaff;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  z-index: 999; /* ensure it’s above other content */
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}
.submit-bar .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.fee-info {
  font-size: 16px;
  font-weight: bold;
}

.submit-bar button, a {
  /* padding: 10px 20px; */
  /* background-color: #007bff;
  color: white; */
  border: none !important;
  border-radius: 14px !important;
  cursor: pointer !important;
}
.ValueGroup {
  display: flex;
  align-items: center;  
}
.ValueGroup label{
  margin-bottom: 0rem !important;
}

@keyframes firework-launch {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(50%);
  }
}

@keyframes firework-burst {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes firework-particle {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(var(--dx), var(--dy)) scale(0.1);
    opacity: 0;
  }
}
/* Fireworks End */

/* Glowing Border Animation Start */
/* @keyframes glowing {
  0% { box-shadow: 0 0 10px #d400ff; }
  50% { box-shadow: 0 0 20px #450b75; }
  100% { box-shadow: 0 0 10px #d400ff; }
}
.supplies_banner {
  animation: glowing 2s infinite;
} */
/* Glowing Border Animation End */

/* Falling Icons Start */
.falling-icons {
  position: absolute;
  top: 30px;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 1;
  animation: fall 5s linear infinite, fadeInOut 5s ease-in-out infinite;  
}
@keyframes fall {
  0% { transform: translateY(10px) rotate(-80deg); }
  100% { transform: translateY(60px) rotate(40deg); }
}
 /* Fade-in Animation */
 @keyframes fadeInOut {
  0% { opacity: 0; }       /* Fully invisible at start */
  20% { opacity: 0.8; }    /* Fade in */
  80% { opacity: 1; }    /* Stay visible in the middle */
  100% { opacity: 0; }     /* Fade out towards the end */
}
/* Positioning Icons */
.fall_icon1 {top:1.5%; left: 8%; animation-delay: 0s; }
.fall_icon1a {top:1.6%; left: 15%; animation-delay: 0s; }
.fall_icon1b {top:1.7%; left: 20%; animation-delay: 0s; }
.fall_icon2 {top:1.5%; right: 10%; animation-delay: 0s; }
.fall_icon2a {top:1.7%; right: 20%; animation-delay: 0s; }
/* Falling Icons End */

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  color: transparent;
  cursor: not-allowed;
  filter: brightness(70%) blur(0px) !important;
}

@media (max-width: 62em) {    
  .center-cropped {
    width: 180px;
    height: 240px;
  }
  .container{
    margin-top: 0.5rem !important;
  }
  .FeeValue {
    font-size: 1.4rem;
  }
  .btn-group-lg>.btn, .btn-lg {        
    font-size: 2rem;    
  }      
  .btn-primary {      
    background-image: linear-gradient(45deg, #ffe81af0, #ffe81af0);
    color: black;
    font-size: 14px !important;
    height: auto !important;
    line-height: 1.5;
    text-transform: initial !important;
    letter-spacing: 0.0rem !important;
    font-weight: 600 !important;
    /*  */
    padding: .175rem .75rem !important;
    /* font-size: 0.8rem !important; */
  }
  .btn-group-lg>.btn, .btn-lg {
    /* padding-top: 1.1rem !important;           */
    padding: 0.2rem 1rem !important;        
  }            
  .navbar-nav:nth-child(2) {
    margin-left: 0rem;
  }
  .btn-banner-top {
    margin-left: 0rem;
  }
  .stud_info {
    width: 95%;
    text-align: left;
  }    
  .btn-block{
    width: 95%;
  }
  .col-md-7 {
    height: 100%;
    width:100%
  }
  div.row {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  div .row> img, video, .HomeAudNLang, .HomeCourseHighL, .HomeGeneralBanner, .HomeAboutEducator {
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down;
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
  }    
  /* .ProImage {
    width: 50% !important;      
    border-radius: 50%;
  } */
  /* main {
    display: inline-block;
  }     */
  html, body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }
  body {
    position: relative;
    /* background-color: #fff9f9; */
  }
  .carousel-item > img {
    /* object-position: 50% 0px !important; */
    object-position: 80% 0px !important;
  }    
  div .carousel-caption {
    width: 98%;
    text-transform: uppercase;
    margin-left: 3px;
    margin-bottom: 0rem;
  }
  .carousel-caption.text-start .ovalWhite, .carousel-caption.text-start .oval{ 
    font-size: 18px;
  }
  .carousel-caption.text-start .oval{
    width: 130px;
    height: 40px;
    padding: 0.2em 0.6em 0.2em 0.6em !important;
    vertical-align: 0em !important;
  }
  .navbar-brand {
    margin-right: 0rem;
  }
  .navbar-nav.me-auto.mb-2.mb-md-0 {
    margin-right: 0px !important;
  }
  .navbar-toggler {
    position: relative;
    float: right;
  }
  .d-inline-block {
    width: 120px;
    height: 35px;
    padding-left: 20px;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='deeppink' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }  
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-toggler {
    padding-left: 0rem !important;
  }
  .navbar>.container-fluid {
    justify-content: normal !important;
    display: contents;
  }
  .navbar {
    justify-content: normal !important;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-bottom-color: #e9e9e9;
  }    
  /* .navbar-toggler {
    margin-left: 75px;
  } */
  /* .navbar-nav {
    display: contents;
  } */
  .navbar-nav.mx-auto.mb-2.mb-md-0 {
    margin-top: 0.2em;
  }
  .navbar-expand{
    display: contents!important;
  }
  .nav-link {
    padding-left: 10px !important;
    font-size: 1rem !important;
    }     
  .cart-grp{
    margin-top: 5px;  
  }  
  .course-card img {
    height: 120px;
    width: 120px;
  }
  .form-sec-link {
    width: 6rem;
    height: 2.4rem;
    font-size: 14px;
    text-transform: math-auto;
    background-color: #e21082;
    color: white;
    font-weight: 600;
  }
  .row img .imgPayBanner{
    height: 100% !important;
    width: 30% !important;
    object-fit: cover !important;
  }
}
@media (min-width:481px) and (max-width:767px) {
  .nav-icons-grp{
    margin-left: 15px;
  }
  .navbar-toggler {
    margin-left: 160px !important;
  }    
  .course-card img {
    height: 120px;
    width: 120px;
  }
}
@media (min-width:426px) and (max-width:480px) {
  .navbar-toggler {
    margin-left: 160px !important;
  }    
  .navbar-toggler.signedin {
    margin-left: 135px !important;
  }
  .nav-icons-grp{
    margin-left: 10px;
  }
  .course-card img {
    height: 90px;
    width: 90px;
  }
}
@media (min-width:405px) and (max-width:425px) {
  .navbar-toggler {
    margin-left: 160px !important;
  }
  .navbar-toggler.signedin {
    margin-left: 120px !important;
  }
  .nav-icons-grp{
    margin-left: 10px;
  }
  .course-card img {
    height: 80px;
    width: 80px;
  }
}
@media (min-width:380px) and (max-width:404px) {
  .navbar-toggler {
    margin-left: 120px !important;
  }
  .navbar-toggler.signedin {
    margin-left: 80px !important;
  }
  .nav-icons-grp{
    margin-left: 10px;
  }
  .course-card img {
    height: 80px;
    width: 80px;
  }
  .course-card .card-title {
    font-size: 12px !important;
    letter-spacing: 0.1px !important;
    font-weight: 400;
  }
}
@media (min-width:374px) and (max-width:380px) {
  .center-cropped {
    width: 160px;
    height: 220px;
  }
  .navbar-toggler {
    margin-left: 120px !important;
  }
  .navbar-toggler.signedin {
    margin-left: 80px !important;
  }
  .nav-icons-grp{
    margin-left: 10px;
  }
  .carousel-caption.text-start .ovalWhite, .carousel-caption.text-start .oval{ 
    font-size: 16px !important;
  }  
  .course-card img {
    height: 70px;   
    width: 70px; 
  }
  .course-card .card-title {
    font-size: 0.750rem !important;
    letter-spacing: 0px !important;
    font-weight: 400;
  }
}
@media (min-width:351px) and (max-width:373px) {
  .center-cropped {
    width: 160px;
    height: 220px;
  }
  .navbar-toggler {
    margin-left: 100px !important;
  }
  .navbar-toggler.signedin {
    margin-left: 70px !important;
  }
  .carousel-caption.text-start .ovalWhite, .carousel-caption.text-start .oval{ 
    font-size: 16px !important;
  }  
  .course-card img {
    height: 70px;
    width: 70px;
  }
  .course-card .card-title {
    font-size: 11px !important;
    letter-spacing: 0.1px !important;
    font-weight: 400;
  }
}
@media (min-width:320px) and (max-width:350px) {
  .center-cropped {
    width: 140px;
    height: 200px;
  }
  .btn-primary {
    font-size: 14px !important;
  }
  .navbar-toggler {
    margin-left:80px !important;
  }
  .navbar-toggler.signedin {
    margin-left: 40px !important;
  }
  .carousel-caption.text-start .ovalWhite, .carousel-caption.text-start .oval{ 
      font-size: 14px !important;
    }  
  .nav-icons-grp {
    margin-left: 10px;
  }
  h2.supplies_banner {
    font-size: 0.70rem;
    padding: 0px 0px 0px 0px;
  }
  .course-card img {
    height: 60px;
    width: 60px;
  }
  .course-card .card-title {
    font-size: 11px !important;
    letter-spacing: 0.1px !important;
    font-weight: 400;
  }
}
@media (max-width:314px) {
  .navbar-toggler {
    margin-left: 25px !important;
  }  
  .navbar-toggler.signedin {
    margin-left: 10px !important;
  }
}
@media (min-width: 780px) {
  .navbar-nav.mx-auto.mb-2.mb-md-0 {
  margin-right: 10px!important;
  }
  .navbar-nav, .navbar-collapse{
  display: flex!important;
  }  
  .course-card img {
    height: 120px;
    width: 120px;
  }
  .course-card .form-check-input{
    transform: scale(1.4);
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse{
    display: inline-flex!important;
  }  
  .cart-grp{
    margin-right: 10px;
    display: felx!important;
  }
  .nav-icons-grp{
    margin-right: 20px;
    display: flex!important;
  }
}
/* @media (max-width: 550px) {
  .nav-icons-grp{
    margin-left: 0px;
    margin-left: -20px;
    width: 100%;
    display: flex;
  }
} */
@media (max-width: 780px) {
  .cart-grp{
  margin-top: -2px;
  margin-right: 10px;
  margin-left: 5px;
  }  
}
@media (max-width: 337px) {
.navbar-brand {
  margin-right: -0.7rem;
}
}
@media screen and (min-width:768px) {  
  #gridCheck1.form-check-input[checked][disabled]~.form-check-label::after {
  vertical-align: middle;
  }      
  .nav-login {
    padding-left: 0px!important;      
    padding-right: 20px !important;
    padding-top: 3px !important;   
  }
  .nav-register{
  margin-left: 0px!important;
  }
  div .carousel-caption {
    padding: 10px;
    padding-top: 200px;
    border: 3px solid transparent!important;
    color: black;
    text-transform: uppercase;
    margin-bottom: 5rem;
    margin-left: 30px;
  }
  .ovalWhite {
    font-size: 20px !important;
  }
  .oval {
    font-size: 20px !important;
  }
  .carousel-caption {
  bottom: 0rem;
  z-index: 10;
  left: 0rem;
  }
  .course-card .card-title {
    font-size: 13px !important;
    letter-spacing: 0px !important;
  }
}
@media screen and (min-width:993px) {
  .oval {
    font-size: 18px !important;
  }
}
.carousel-item active > img {
object-fit: cover;
object-position: left!important;
}                    
.nav-link {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
letter-spacing: 1.2px;
text-transform: capitalize;
padding-left: 25px!important;
font-size: 1rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
color: #e21082
}
.navbar-toggler-icon {
width: 0.8em;
height: 1em;
vertical-align: text-top;
}
.navbar-toggler {
padding-left: 5rem;
}
.bg-black {
background-color: white !important; /*  #fff9f9!important; */
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  height: 100% !important;
  width: 100% !important;
}
.btn-secondary.login{
  margin-right: 2px;
  background-color: #eb59a9 !important;
  color: white !important;
  border: 1px solid #eb59a9 !important;
  /* color: #8503c7 !important;
  border: 1px solid #8503c7 !important; */
  /* height: 1.8rem !important; */
  height: auto !important;
  line-height: 1 !important;
  text-transform: initial;
  margin-left: 25px !important;
  padding: .375rem .75rem !important; 
  margin-top: 0rem;
  letter-spacing: 0.05rem;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
}
/* Media Files Start */
.thumbnail-wrapper {
  position: relative;
  display: inline-block;
  /* width: 35px; 
  height: 25px; */
  width: 100%; /* or max-width: some value */
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0%; /* Rectangle (Circle) shape */
  /* margin-right: 10px; */ /* Space between thumbnail and file name */
  vertical-align: middle; /* Align with text */
}
.thumbnail-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* Ensures the image fits the circle */
  border-radius: 1px !important;
  vertical-align: initial;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.0rem; /* Adjust play button size */
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.VMVP.link-secondary {
  font-size: 14px;
}
.video-duration {
  position: absolute;
  bottom: 1px;
  right: 2px;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  font-size: 10px;
  padding: 0.2px 2px;
  border-radius: 3px;
  font-weight: 500 !important;
  font-family: avenir !important;
}
.submit-bar {
  height: 5rem;
}
/* For tablets and larger screens */
@media (min-width: 768px) {
  /* .thumbnail-wrapper {
      width: 45px; 
      height: 30px; 
  } */
  .play-icon{
    font-size: 1.4rem;
  }
  .video-duration{
    font-size: 12px !important;
    padding: 2px 4px !important;
  }
  .VMVP.link-secondary{
    font-size: 16px !important;
  }
}
/* For laptops and larger screens */
@media (min-width: 1024px) {
  .diplomaSubtitle{
    font-size: 12px;
  }
  #CompCourse{    
    font-size: 0.9rem;
    width: 100%;
    /* padding-left: 25% !important; */
  }
  .play-icon{
    font-size: 1.2rem;
  }
  .VMVP.link-secondary{
    font-size: 16px !important;
  }
  .course-card .card-title {
    font-size: 12px !important;
    letter-spacing: 0px !important;
    height: 3rem;
  }
  .small, small {
    font-size: 1.275em;
  }
  .course-card img {
    height: 140px;
    width: 140px;
  }
  .submit-bar {
    height: 5rem;
  }
}
@media (min-width: 1440px) {  
  .course-card img {
    height: 160px;
    width: 160px;
  }
  .course-card .form-check-input{
    transform: scale(1.7);
  }
  .course-card .card-title {
    font-size: 14px !important;
    letter-spacing: 0px !important;
    height: 3rem;
  }
  .submit-bar {
    height: 6rem;
  }
}
@media (max-width: 400px) {    
  .video-duration{
    font-size: 10px !important;    
  }
}
@media (max-width: 367px) {  
  .play-icon{
    font-size: 0.8rem !important;
  }
  .video-duration{
    font-size: 7px !important;
    padding: 0.2px 2px !important;
  }
}
/* Media Files End */

@media (min-width: 768px) {
  .container.extra-margin {
    margin-top: 3rem !important;
  }
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
  h2.bannerShort {
    font-size: 2vw;
  }
  .newTagBanner {
    font-size: 2vw !important;
  }
}
/* .bd-placeholder-img {
  height: 160px !important;
  width: 160px !important;
} */
@media (max-width: 767px) {      
.nav-login{     
    padding-left: 65px!important;     
    padding-right: 20px !important;
    padding-top: 0px !important;    
  }
.nav-register{
    margin-left: 2rem!important;
  }
}
@media (min-width:320px) and (max-width:374px) {
  /* .bd-placeholder-img {
    height: 95px !important;
    width: 95px !important;
  } */
  .btn-primary.signup{
    width: auto !important;
  }
  .btn-secondary.login{
    width: auto !important;
  }
}
@media (min-width:375px) and (max-width:424px) {
  /* .bd-placeholder-img {
    height: 115px !important;
    width: 115px !important;
  } */
  .btn-primary.signup{
    width: auto !important;
  }
  .btn-secondary.login{
    width: auto !important;
  }
}
@media (min-width:425px) and (max-width:767px) {
  /* .bd-placeholder-img {
    height: 130px !important;
    width: 130px !important;
  }   */
  .btn-primary.signup{
    width: auto !important;
  }
  .btn-secondary.login{
    width: auto !important;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .nav-link {
    padding-left: 12px !important;
    font-size: 0.90rem !important;
  }     
  .nav-register{
    font-size: 0.6rem!important;
  }
  /* .bd-placeholder-img {
    height: 160px !important;
    width: 160px !important;
  } */
  .btn-primary.signup{
    width: auto !important;
  }  
  .btn-secondary.login{
    width: auto !important;
  }
}
@media (min-width:1024px) {
  .btn-primary.signup{
    width: auto !important;
    text-transform: inherit;
    line-height: 1;
  }
  .btn-secondary.login{
    width: auto !important;
  }
  .nav-link {
    padding-left: 20px !important;
    font-size: 0.95rem !important;
  }     
  .HomeAboutEducator {
    width:300px;
    height:300px;
  }
  #welcomeModal{
    margin-top: 25%;
  } 
  h2.bannerShort {
    font-size: 1.5vw !important;
  }
  .newTagBanner {
    font-size: 1.5vw !important;
  }
  /* .bd-placeholder-img {
    height: 200px !important;
    width: 200px !important;
  } */
  .HomeAboutEducator {
    width:350px;
    height:350px;
  }
  .col-md-7 p, .marketing .col-lg-4 p, p.lead{
    font-size: 16px !important;
  }
  /* .nav-link {
    padding-left: 30px !important;
    font-size: 1.2rem !important;
  }      */
  #welcomeModal{
    margin-top: 20%;
  } 
  .modal-footer {   
    width: 58% !important;    
  }
  h2.bannerShort {
    font-size: 1.5vw !important;
  }
  .newTagBanner {
    font-size: 1vw !important;
  }
  /* Positioning Icons */
  .fall_icon1 {top:1.5%; left: 30%; animation-delay: 0s; }
  .fall_icon1a {top:1.6%; left: 35%; animation-delay: 0s; }
  .fall_icon1b {top:1.7%; left: 38%; animation-delay: 0s; }
  .fall_icon2 {top:1.5%; right: 30%; animation-delay: 0s; }
  .fall_icon2a {top:1.7%; right: 40%; animation-delay: 0s; }
  /* Falling Icons End */

  div.row .submitFrame {
    width: 70% !important;
    padding-left: 25% !important;
  }    
}