 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Inter', sans-serif;
}
.formbold-main-wrapper {
 
  padding: 48px;
}


.page-id-12787 .qodef-container-inner {
    width: auto;
}

.page-id-12787 footer .qodef-container-inner {
    width: 1100px;
}

/*#submit{
    display: none;
}*/

.formbold-radio-label{
    color: #1D114F;
    font-size: 18px;
    margin: 0 55px;
    border: 2px solid transparent;
    transition: border 0.3s;
}

/*.formbold-radio-label input[type="radio"]:checked + img {
    border: 2px solid #1564c0;
}*/

input.formbold-input-radio {
    margin: 0 15px 15px 0px;
    display: none;
}

.formbold-form-wrapper {
  margin: 0 auto;
  width: 100%;
  
  padding: 0px 40px 40px 40px;
}

.formbold-img {
  margin-bottom: 40px;
}

.formbold-input-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 30px;
}
.formbold-input-flex > div {
  width: 50%;
}
.formbold-form-input {
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
  color: #536387;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-mb-5 {
  margin-bottom: 20px;
}


.formbold-btn {
    text-align: center;
/*    width: 15%;*/
    font-size: 18px;
    border-radius: 5px;
    padding: 14px 45px;
    border: none;
    font-weight: 500;
    background-color: #002145;
    color: white;
    cursor: pointer;
    margin-top: 10px;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.containers {
    max-width: 1280px;
     padding: 30px;
	margin: auto;
    
}

.blue-bg {
	background: #030f46;
	border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
	margin:  0px auto 50px auto;
}

.small-description {
    padding-top: 40px;
}

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header {
    text-align: center;
    background-color: #1D114F;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    color: white;
}

.header h2{
    color: #fff !important;
}

.header h1 {
    margin: 0;
    font-size: 1.8em;
}

.evaluation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #1d114f;
    border-top: 2px solid #f2f2f2;
}

.evaluation h2{
    color: #282d33;
    font-weight: 800;
}

.details h2{
    text-align: center;
    color: #282d33; 
    font-size: 30px;   
    font-weight: 600;
}


.evaluation div {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.evaluation div:first-child {
    background-color: #fff;
    width: 45%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.evaluation div:last-child {
    background-color:  #fff;
    width: 45%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.recommendation h2{
    text-align: center;
    color: #1D114F;
    font-size: 30px;
}

.details, .recommendation {
    padding: 25px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 0px 0 10px 10px;
    color: #000;
    font-size: 18px;
/*    margin: 25px 24px;*/
}

.table-title {
    font-size: 25px;
    text-align: center;
    padding: 21px 0 0 0;
    color: #000;
    border-top: 1px solid #000;
    margin: 30px 0px 30px 0;
    font-weight: 500;
}

.card-body a.learnbtns {
    
    background-color: #1d114f;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 9px 21px;
    line-height: 25px;
    border-radius: 5px;
    border: 2px solid #1d114f;
    margin-top: 15px;
    transition: .2s all ease;
    display: block;
    max-width: 100%;
    text-align: center;
}
a.learnbtns:hover {
    background-color: #fff;
    color: #1d114f !important;
}


.details p, .recommendation p {
    margin: 0;
    line-height: 1.6;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table th, .table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.table th {
    background-color: #1d114f33;
    color: #1D114F;
    vertical-align: middle;
    text-align: center;
}

.table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table tbody tr:nth-child(odd) {
    background-color: #1d114f6e;
}

.table tbody td:first-child {
    background-color: #fff;
    color: #1D114F;
    font-size: 18px;
    vertical-align: middle;
}

.table tbody td:nth-child(2) {
    color: #1D114F;
    font-size: 18px;
    vertical-align: middle;
    padding: 30px 20px;
}

.table td, .table th {
    vertical-align: middle !important;
}

.table tbody td:nth-child(3) {
/*    background-color: #fff;*/
    color: #1D114F;
    font-size: 18px;
    vertical-align: middle;
}

/*Stepper design Start */
.stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0;
    position: relative;
}

.module_wise h2.h2 {
    text-align: center;
    margin: 20px auto;
}


.stepper::before {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e0e0e0;
/*            z-index: -1;*/
}

.stepper-item {
    position: relative;
    flex: 1;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s;
    color: #fff;
}

.stepper-item:hover {
    color: #007bff;
}

.stepper-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e0e0e0;
}

.stepper-item.active::before,
.stepper-item.completed::before {
    content: attr(data-step);
    position: absolute;
    bottom: 2px;
    left: 41%;
    width: 25px;
    height: 26px;
    border-radius: 50%;
    background: #007bff;
}

.stepper-item::before, .stepper-item::before{
    content: attr(data-step);
    position: absolute;
    bottom: 2px;
    left: 41%;
    width: 25px;
    height: 26px;
    border-radius: 50%;
    background: #6c6c6c;
}



.stepper-item.active,
.stepper-item.completed {
    color: #fff;
}

.stepper-item.completed::after {
    background: #007bff;
}

.step {
    display: none;
}

.step.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quiz {
    margin-bottom: 20px;
}

.quiz h3 {
    margin-bottom: 10px;
    color: #007bff;
}

.question {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff14;
    transition: background 0.3s, border 0.3s;
}

 

.question h4 {
    margin-bottom: 15px;
    color: #fff;
	font-weight: 500;
}

.answer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.answer label {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s;
}

.answer input {
    margin-right: 10px;
}

.answer label:hover {
    color: #007bff;
}

.button-container {
    display: flex;
    float: right;
    margin-top: 20px;
	gap: 15px;
}

.button-container button {
    padding: 12px 25px;
    border: none;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.button-container button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.button-container button:hover:not(:disabled) {
    background: #0056b3;
    transform: translateY(-2px);
}


.radio-container {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.formbold-radio-label {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
	cursor: pointer;
}
.formbold-input-radio {
    display: none;
}
.default-img, .hover-img, .checked-img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}
.hover-img, .checked-img {
    opacity: 0;
}
.formbold-radio-label:hover .hover-img {
    opacity: 1;
}
.formbold-input-radio:checked + .formbold-radio-label .default-img {
    opacity: 0;
}
.formbold-input-radio:checked + .formbold-radio-label .checked-img {
    opacity: 1;
}


/***Sonali**/
 


.progress-container {
  box-shadow: 0 4px 5px rgb(0, 0, 0, 0.1)
}

.progress-container, .progress {
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    height: 20px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.progress {
  background-color: #007bff;
  width: 0;
  transition: width 0.4s linear;
}

#percentage-bar {
  background-color: #007bff;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgb(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
  width: 40px;
  text-align: center;
  transition: left 0.4s linear;
}

#percentage-bar::after {
  background-color: #007bff;
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  z-index: -1;
}

label.formbold-radio-label img {
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
}

span.discriptiontext {
    top: 25px;
    display: block;
    position: relative;
    margin: 39px auto;
    text-align: center;
}

span.discriptiontext {
    top: 25px;
    display: block;
    position: relative;
    margin: 39px auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.inner-question p {
    font-weight: 400;
	color: #fff;
}


.inner-question {
    margin-bottom: 25px;
}

.quiz h2 {
    color: #fff;
}

.formbold-input-flex {
    max-width: 600px;
    margin: auto;
}

.formbold-input-flex > div.submit {
    width: 100%;
    display: block;
    margin: auto !important;
}

.small-description p, .small-description ul li {
    font-weight: 400;
	font-size: 17px;
}

 

@media (max-width: 768px) {
    .stepper {
        flex-direction: column;
        align-items: center;
    }

    .button-container {
        flex-direction: column;
        gap: 10px;
    }

    .button-container button {
        width: 48%;
    }

    .button-container{
        display: inline-block;
        float: inherit;
        margin-top: 20px;
        width: 100%;
    }

    .formbold-form-wrapper {
        margin: 0 auto;
        width: 100%;
        padding: 0 0 40px 0;
    }

    .radio-container {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
        align-content: flex-start;
    }

    .formbold-radio-label{
        margin: 0 0px;
    }

    span.discriptiontext{
        font-size: 16px;
    }
}
/*Stepper design End*/


/*08-08-2024*/

.progress {
    background-color: #007bff;
    width: 0%;
    transition: width 0.4s;
}

div.extra-info-yes,div.extra-info-no {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 15px 0 25px 0px;
}

div#extra-info {
    background: #fff;
    color: #2f2f2f;
    padding: 0px 34px; 
    border-radius: 13px;
    position: relative;
    transform: translateY(0px);
    transition: opacity var(--anim-duration) var(--acc-sine), transform 255ms var(--acc-bounce);
    will-change: opacity, transform;
}

div.extra-info-yes:before, div.extra-info-no:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 34px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 21px 17px;
    border-color: transparent transparent #fff transparent;
}

#health-quiz .form-submit input:hover {
    background-color: #030f46 !important;
    color: #fff !important;
    border-color: #030f46 !important;
}

#health-quiz .main-form.contact-form {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 22px;
    background: #fff;
}

#health-quiz  .form-submit input {
    font-size: 16px !important;
}

#health-quiz  .main-form.contact-form input, 
#health-quiz  .main-form.contact-form select, 
#health-quiz  textarea,  
#health-quiz .popup-style input,  
#health-quiz  .popup-style select {
    border-color: #030f46 !important;
}


.section-heading {
    font-weight: bold;
    color: #800000; /* SEO Master color */
}
.score-title {
    font-size: 24px;
    font-weight: bold;
    color: #800000; /* SEO Master color */
}
.highlight {
    font-size: 32px;
    color: #a10059; /* Matching the "SEO Master" color */
    font-weight: bold;
}
.email-info {
    font-size: 14px;
    color: #666;
}
.legend {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.legend-item {
    display: flex;
    align-items: center;
}
.legend-color {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border-radius: 50%;
}
.low {
    background-color: #e84d3d;
}
.medium {
    background-color: #f7a73e;
}
.high {
    background-color: #4caf50;
}
.doughnut-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.doughnut-chart-text {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
    color: #030f46; /* Matching the green color in the chart */
    text-align: center;
}

section.question-sections {
    margin: 30px 0;
    border-bottom: 1px solid #000;
}

.question-section {
    padding: 40px 20px;
}

.question-icon {
    max-width: 100px;
    margin-bottom: 20px;
}

.step-number {
    font-size: 22px !important;
    font-weight: bold;
    color: #fff;
    margin: 0 16px 0 0px;

}

.steps {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #1D114F;
}

.step-description {
    font-size: 16px;
    color: #666;
}

.step-1 {
    color: #f55a7a; /* Pink color for "01. Planning" */
}

.step-2 {
    color: #f7b738; /* Yellow color for "02. Organizing" */
}

.step-3 {
    color: #3bc3a4; /* Teal color for "03. Leading" */
}

.step-4 {
    color: #5da2ff; /* Blue color for "04. Staffing" */
}

.step-5 {
    color: #b0b0b0; /* Gray color for "05. Controlling" */
}

.step-text {
    text-align: left;
}

.card-header .title {
    font-size: 20px;
    color: #fff;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
  color: #fff;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
  background-color: rgb(29 17 79) !important;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}



@media (max-width: 768px) {
    .evaluation {
        flex-direction: column;
        text-align: center;
    }

    .evaluation div {
        margin-bottom: 20px;
        width: 100%;
    }

    .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}