@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.popins {
    font-family: "Poppins", sans-serif;
}

.active-link {
    color: #00732f !important;
}

.about-bg {
    background-image: url("../img/home/about-bg.png");
    background-size: cover;
    /* background-position: top center; */
}

/* Dropdown Styling */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.active1 {
    display: block !important;
    margin-left: -90px;
    margin-top: 20px;
}

.sidebar {
    display: none;
}

.mobile-sidebar-icon {
    display: block;
}

.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    .sidebar {
        display: block;
    }
    .mobile-sidebar-icon {
        display: none !important;
    }
    .mobile-sidebar-icon1 {
        display: none !important;
    }
}

.popup__progress-item22 {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 2px solid #3b8fe5;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3b8fe5;
}

.popup__progress-item_active {
    background-color: #3b8fe5;
    color: #fff;
}

/* index2.css */

.popup__progress {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.manag {
    color: #808080;
    font-family: "Poppins" sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

.popup__progress-line {
    height: 2px;
    width: 48px;
    background-color: #808080;
}

.popup__progress-item {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 2px solid #3b8fe5;
    color: #d20f26;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__progress-item3 {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 2px solid lightgrey;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightgrey;
}

.popup__progress-item2 {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 2px solid lightgrey;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightgrey;
}

.popup__progress-item_active {
    background-color: #3b8fe5;
    color: #fff;
}

/* .heart-icon path {
    fill: none ;
    stroke: #00732f;
    stroke-width: 2;
    transition: fill 0.2s ease;
}

.heart-btn.active .heart-icon path {
    fill: #00732f;
} */


/* Checkbox ko gayab kar den */
.heart-checkbox {
  display: none;
}

/* Default Heart Style (Stroke) */
.heart-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  fill: transparent; /* Khali heart */
  stroke: #00732F;   /* Outline color */
  stroke-width: 2;
  transition: transform 0.2s ease, fill 0.3s ease;
}

/* JAB CHECKBOX CHECKED HO (Magic Line) */
.heart-checkbox:checked + .heart-label .heart-icon {
  fill: #00732F;      /* Color bhar jaye */
  stroke: #00732F;
  transform: scale(1.1); /* Thora sa pop effect */
}
.iti--separate-dial-code .iti__selected-flag{
  background-color: transparent !important;
}
/* Hover effect (Optional) */
.heart-label:hover .heart-icon {
  transform: scale(1.15);
}


.selected-border {
    border-color: #4789ec !important;
}

.selected-text {
    color: #4789ec !important;
}

#quiz h2 {
    display: none !important;
}
#start {
    display: none !important;
}
.option-btn {
    padding: 15px 20px;
    margin: 10px;
    border: 1px solid #adb2b6;
    border-radius: 5px;
    background-color: white;
    color: #707070;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    flex: 1;
    font-weight: 500;
}

.option-btn.selected {
    background-color: #f0fbf4;
    color: 00732F;
    border: 1px solid #00732f;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#question p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    color: #525252;
    font-size: 20px;
    font-weight: 500;
}

/*  */
#full-stars-example {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    .rating-group {
        display: inline-flex;
    }

    /* make hover effect work properly in IE */
    .rating__icon {
        pointer-events: none;
    }

    /* hide radio inputs */
    .rating__input {
        position: absolute !important;
        left: -9999px !important;
    }

    /* set icon padding and size */
    .rating__label {
        cursor: pointer;
        padding: 0 0.1em;
        font-size: 18px; /* Adjusted size */
    }

    /* set default star color */
    .rating__icon--star {
        color: #ffc122;
    }

    /* set color of none icon when unchecked */
    .rating__icon--none {
        color: #eee;
    }

    /* if none icon is checked, make it red */
    .rating__input--none:checked + .rating__label .rating__icon--none {
        color: red;
    }

    /* if any input is checked, make its following siblings grey */
    .rating__input:checked ~ .rating__label .rating__icon--star {
        color: #ddd;
    }

    /* make all stars orange on rating group hover */
    .rating-group:hover .rating__label .rating__icon--star {
        color: #ffc122;
    }

    /* make hovered input's following siblings grey on hover */
    .rating__input:hover ~ .rating__label .rating__icon--star {
        color: #ddd;
    }

    /* make none icon grey on rating group hover */
    .rating-group:hover
        .rating__input--none:not(:hover)
        + .rating__label
        .rating__icon--none {
        color: #eee;
    }

    /* make none icon red on hover */
    .rating__input--none:hover + .rating__label .rating__icon--none {
        color: red;
    }
}

/* Css For 2nd Type Questioner */
.quiz-container {
    margin: auto;
    /* border: 1px solid #ccc; */
    padding: 40px 100px;
    border-radius: 10px;
    background-color: #fff;
}

.quiz-header {
    text-align: center;
    margin-bottom: 20px;
}
/* 
      .question {
        margin-bottom: 20px;
      } */
.question p {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.options {
    margin-bottom: 20px;
}

.part {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    justify-content: space-between;
}

.part label {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #707070;
}

.part select {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1;
    width: 200px;
    height: 50px;
}

.buttons-q {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.buttons-q button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.buttons-q #next-btn {
    padding: 10px 45px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #00732f;
    color: #fff;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.buttons-q #prev-btn {
    background-color: transparent !important;
    border: none;
}

.buttons-q button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .quiz-container {
        padding: 10px;
    }
    .part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .buttons-q {
        gap: 20px;
    }
}

/* Landing Page Css Start  */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

.outfit {
    font-family: "Outfit", sans-serif;
}

.text-stroke {
    -webkit-text-stroke: 1px black;
}

.mySwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.navbar-list {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 250ms ease-out;
}

.navbar.active .navbar-list {
    transform: scaleY(1);
}

.navbar {
    --navbar-color: hsl(0, 0%, 100%);
}

.navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff6b;
    border: 1px solid #ffffff78 !important;
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    border-radius: 10px;
    padding: 0.5em 1em;
}

.navbar-logo {
    margin: 0;
}

.navbar-list {
    list-style: none;
    display: grid;
    grid-auto-flow: row;
    gap: 1rem;
    margin: 0;
    padding: 1em 2em;
    background-color: #ffffff6b;
    border: 1px solid #ffffff78 !important;
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    border-radius: 10px;
    /* margin-top: 30px; */
}

.navbar-link {
    text-decoration: none;
}

/* Accordian Css Start  */
.container {
    /* background-color: white; */
    /* color: black; */
    border-radius: 8px;
    /* box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25); */
    margin: 20px 0;
    /* border: 1px solid #00732f; */
}

.question {
    /* font-size: 1.2rem;
    font-weight: 600; */
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 65px 20px;
    /* line-height: 1.5rem; */
}

.question.active + .answercont {
}

@media screen and (max-width: 790px) {
    html {
        font-size: 14px;
    }
    .wrapper {
        width: 80%;
    }
}

.container .active,
.container .answercont {
    background-color: black !important;
    /* border-radius: 8px; */
}
.active,
.answercont {
    color: white !important;
}

/* Accordian Css End */

@media only screen and (max-width: 600px) {
    .answer {
        padding: 0 20px 20px;
        margin-top: 20px;
    }
}

/* Landing Page Css End  */

.tab-link {
    position: relative;
    text-decoration: none;
    color: #787777;
    font-weight: bold;
    font-size: 1.5rem; /* Adjust font size as needed */
    padding-bottom: 30px; /* Space for the border indicator */
}

.tab-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px; /* Adjust the width of the border indicator */
    height: 3px; /* Adjust the height of the border indicator */
    background-color: #00732f; /* Color of the active border */
    transform: scaleX(0); /* Initially hide the border */
    transform-origin: left; /* Start the scaling from the left */
    transition: transform 0.3s ease; /* Smooth transition for visibility */
}

.tab-link.active::after {
    transform: scaleX(1); /* Show the border when the link is active */
}

.tab-link {
    position: relative;
    text-decoration: none;
    color: #787777;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 24px;
}

.tab-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px; /* Adjust the width of the border indicator */
    height: 3px; /* Adjust the height of the border indicator */
    background-color: #00732f; /* Color of the active border */
    transform: scaleX(0); /* Initially hide the border */
    transform-origin: left; /* Start the scaling from the left */
    transition: transform 0.3s ease; /* Smooth transition for visibility */
}

.tab-link.active::after {
    transform: scaleX(1); /* Show the border when the link is active */
}

/* search */
.search {
    display: inline-flex;
    align-items: center;

    color: black;
    padding: 10px;
    border-radius: 40px;
}

.search :is(input, button) {
    color: inherit;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
}

.search__input {
    width: 0;
    transition: width 0.5s;
}

.search__button {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: color 0.25s;
}

.search__button:hover {
    color: #e3e3e3;
}

.search:focus-within input {
    width: 180px;
    border-bottom: 1px solid #dedede;
}

::placeholder {
    font: inherit;
    color: white;
}

/************************ upload msg ********************/

.input-file {
    padding: 30px;
    width: 300px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0);
}
.upload-img {
    border-radius: 100%;
    display: inline-block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: 50% 50%;
    /* border: 3px solid #20e5bf; */
    margin-right: 15px;
    vertical-align: middle;
}
.input-file-upload {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.input-file-upload input[type="file"] {
    opacity: 0;
    padding: 10px 0;
    height: 36px;
    width: 150px;
}

.upload-label {
    /* width: 150px; */
    height: 36px;
    /* background: #3b70f1; */
    border: 1px solid #adb2b6;
    text-align: center;
    color: #707070;
    display: block;
    padding: 8px 0;
    position: absolute;
    line-height: normal;
    font-size: 10px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
/* .input-file-upload:hover .upload-label {
  background: #eaf5fe;
  color: #3b70f1;
} */

/* toggle btn */
input:checked ~ .dot {
    transform: translateX(100%);
    background-color: white;
}

input:checked ~ .tgl {
    background-color: #d9d9d9;
}

.myChartContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.centerValue {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-weight: bold;
    color: #b64c00;
}

.responsive-chart {
    width: 100%;
    height: 100%;
}

.chart-container {
    width: 100%;
    height: 400px; /* Default height */
}

@media (max-width: 600px) {
    .chart-container {
        height: 100vh; /* Full viewport height on small screens */
    }
}

.checklist-item {
    min-height: 32px; /* Fix height → no jump */
    align-items: center; /* Align everything clean */
}
.check-box {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; /* Prevent movement */
    user-select: none; /* No text selection */
}
