.footer-copyright-gap {
	padding: 0px 0px 0px 0px !important;
}

.section-background-register {
	background-color: #dff4ff !important;
}

.btn-lg-background {
	/*background-color: var(--primary);*/
	background-color: var(--deep-primary);
	color: var(--secondary-inverse);
	/*border-color: var(--primary);*/
	border-color: var(--deep-primary);
	--hover: var(--primary--200);


	--bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #134170;
    --bs-btn-hover-border-color: #134170;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.heading-text-blue {
	color: #001fe3 !important;
}

.footer-background {
	/*background: #056CF2 !important; */
	background: var(--dark) !important;
	/*//#112347 !important;*/
}

.top-to-scroll-bg {
	background-color: var(--primary) !important;
	color: var(--secondary-inverse) !important;
	font-weight: bold !important;
	font-size: 2rem;
}

.top-to-scroll-size {
	font-size: 1.2rem !important;
}
@media (min-width: 768px) {
	.top-to-scroll-size {
		font-size: calc(1.2*100)/360) !important;
	}
}
	
.carosual-arrow-blue {
	color: #dff4ff !important;
}

.pt-4-2 {
	margin-top: 2rem !important;
}

.header-container-height: {
	height: 90px !important;
}

.featured-box-primary .icon-featured-box {
    background-color: var(--primary);
}
.icon-featured-box {
    background-color: var(--primary);
}
.icon-featured-box {
    display: inline-block;
    font-size: 0;
    /* margin: 15px; */
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: var(--light);
    font-size: 2.3em;
    line-height: 110px;
}

@media (min-width: 768px) { /*DESKTOP*/
	.dropdown-bottom-border {
		/*border-top: 4px solid #007bff !important;*/
		/*border-top: 4px solid #000 !important;*/
		margin-top: -4.0px !important;
		border-top: 3px solid var(--light-300); !important;
	    /*margin-top: -3.6px !important;*/
	}
}

@media (max-width: 767px) { /*MOBILE*/
	.dropdown-bottom-border {
		/*border-top: 4px solid #007bff !important;*/
		/*border-top: 4px solid #000 !important;*/
		margin-top: -3.8px !important;
		/*border-top: 3px solid #000 !important;*/
	    margin-top: -3.6px !important;
	}
}

.dropdown-ml-5 {
    margin-left: 7px !important;
}
/*.timeline-line-bg {
	background: #001fe3 !important;
}*/

.dropdown-item-size {
	font-size: 14px !important;
}

.custom-mt-4 {
    margin-top: 1.75rem !important;
}

.custom-bg-color-quaternary {
    background-color: var(--white) !important;
    border: 0.3px solid var(--grey);
}

/*.footer-copyright p {
    color: hsla(0, 0%, 100%, .6) !important;
}*/

.footer-nav a {
    color: hsla(0, 0%, 100%, .9) !important;
}

.footer-nav a:hover {
    color: hsla(0, 0%, 100%, .9) !important;
}

#footer .text-4 a {
    color: hsla(0, 0%, 100%, .9) !important;
}

.custom-border-radius-10 {
	border-radius: 20px;
}

.bottom-border-line {
	border-bottom: 1px solid hsla(0, 0%, 100%, .42);
}

/*.footer-copyright p {
	color: hsla(0, 0%, 100%, .7);
	font-size: 12px;
}*/

.footer-communication {
	font-size: 20px !important;
	font-weight: 500 !important;
    color: hsla(0, 0%, 100%, .8) !important;
}

.top-border-line {
	border-top: 1px solid hsla(0, 0%, 100%, .42) !important;
}





.course-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.course-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}
.badge-free {
  background-color: #e6f2ff;
  color: #0d6efd;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 0.75rem;
}
.resume-link {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
}
.resume-link:hover {
  text-decoration: underline;
}
.small-text {
  font-size: 0.85rem;
  color: #6c757d;
}



.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
/*      display: flex; /* Add this to center the content */*/
}

.speeding-wheel {
  width: 60px;
  height: 60px;
  border: 8px solid #ccc;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.nav-ul {
    justify-content: flex-start !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.my-4-hr {
    margin: 0.25rem;
}

@media (max-width: 767px) {
    .nav-ul {
        display: flex; justify-content: center !important;
    }
    .font-size-14 {
        font-size: calc(14*100)/360) !important;
    }
    .font-size-16 {
        font-size: calc(16*100)/360) !important;
    }
    .my-4-hr {
        margin: 2.25rem;
    }
}



.dropdown-center-screen {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .dropdown-wide {
      width: 90vw;
      max-width: 600px;
      padding: 1rem;
      left: 0;
    }

.number-box {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}


        .question-bottom-line {
            border-bottom: 3px solid #ddd !important;
/*            padding: 8px 0;*/
        }
        .question-box {
/*            border-bottom: 1px solid #ddd;*/
            padding: 8px 0;
        }
        .question-input {
            width: 150px;
            display: inline-block;
/*            text-align: center;*/
        }
        .btn-orange {
            background-color: #f7941d !important;
            color: #fff !important;
            border: none;
            padding: 4px 12px;
            font-size: 14px;
        }
        .btn-orange:hover {
            background-color: #e68300;
            color: #fff;
        }
        .question-actions {
            min-width: 90px;
            text-align: right;
        }


.question-text {
    line-height: 2.9;        /* controls vertical gap */
    word-spacing: 2px;
}

.question-text select,
.question-text input {
    vertical-align: middle; /* fixes drop-down jump */
    margin: 0 4px;          /* small horizontal gap */
}

.question-row {
    padding: 6px 0;         /* reduce vertical spacing */
}



.quiz-modal {
    border-radius: 0;
}

/* Top bar */
.quiz-topbar {
    height: 80px;
    border-bottom: 1px solid #eee;
    background: #fff;

    position: sticky;
    top: 0;
    z-index: 1050;
}

/* Back button */
.quiz-back-btn {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

/* Close button */
.quiz-close-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #dc3545;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

/* Body full height */
.quiz-body {
    overflow-y: auto;
    padding: 10px;
}

/* Question styling */
.question-box {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.options label {
    display: block;
    margin-bottom: 8px;
}

.declaration-checkbox {
    transform: scale(1.4);   /* checkbox size */
    cursor: pointer;
}

.declaration-label {
    font-size: 1rem;       /* text size */
    cursor: pointer;
}

.fw-custom-semibold {
    font-weight: 400 !important;
}

.px-custom-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

@media (max-width: 767px) {
    .px-custom-10 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .quiz-body {
        overflow-y: auto;
        padding: 10px;
    }
}

.w-custom-30 {
  width: 30px;
}

.fonsize {
    font-size: 14.4px !important;
}

.lh-custom-lg {
    line-height: 2.5 !important;
}

.chapter-item{
    display:flex !important;
    justify-content:space-between;
    align-items:center;
    padding-left:10px !important;
}

.nav-link.active p {
    color: #0a58ca;
}