:root {
  --color1: #00b0f0;
  --color2: #0d0140;
  --color3: #c2e4ff;
}

body {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

.uppercase {
  text-transform: uppercase;
}

.font-700 {
  font-weight: 700;
}

.font-600 {
  font-weight: 600;
}

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.clr_skyblue {
  color: var(--color1);
}

.clr_lskyblue {
  color: var(--color3);
}

.clr_blue {
  color: var(--color2);
}

.clr_white {
  color: #ffffff;
}

.clr_grey {
  color: #202124;
}

.clr_lgrey {
  color: #696969;
}

.footer_clr {
  color: #8e97a4;
}

.font_50 {
  font-size: 50px;
}

.font_48 {
  font-size: 48px;
}

.font_38 {
  font-size: 38px;
}

.font_34 {
  font-size: 34px;
}

.font_26 {
  font-size: 26px;
}

.font_24 {
  font-size: 24px;
}

.font_20 {
  font-size: 20px;
}

.font_18 {
  font-size: 18px;
}

.font_16 {
  font-size: 16px;
}

.font_14 {
  font-size: 14px;
}
.font_12 {
  font-size: 12px;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.skyblue_btn {
  background: #00b0f0;
  border: 1px solid #00b0f0;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
}

.skyblue_btn:hover {
  color: #00b0f0 !important;
  background: rgb(0 176 240 / 10%);
  border: 1px solid rgb(0 176 240 / 10%);
}

.btn.sky_bluel_btn {
  color: #00b0f0 !important;
  background: rgb(0 176 240 / 10%);
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 0;
}
.yellow_btn {
  background: #f9ab00;
  border: 1px solid #f9ab00;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
}

.yellow_btn:hover {
  background: transparent;
  border: 1px solid #f9ab00;
  color: #f9ab00;
}

main {
  min-height: calc(100vh - 74px - 595px);
}

/* banner_section */

.top_section {
  background: url(../images/banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

/* header */
header.home-header {
  background: #c2e4ff;
  position: sticky;
  top: 0;
  z-index: 999999;
}
header.other-header {
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgb(0 34 47 / 10%);
  position: sticky;
  top: 0;
  z-index: 999999;
}
header .navbar-brand img {
  width: 280px;
}

header .navbar-nav a.nav-link {
  color: #0d0140;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 8px 15px !important;
}

header .navbar-nav .nav-link.active {
  color: #00b0f0 !important;
  font-weight: 600 !important;
}

header button.btn.dropdown-toggle {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 10px 13px;
}

/*  */
.search-box {
  background: #ffffff;
  padding: 20px 10px;
  width: 100%;
  column-gap: 10px;
}

.search-box .input-group.search {
  width: calc(100% - 43% - 120px);
}

.search-box .input-group.select {
  width: calc(100% - 43% - 120px);
}

.search-box .btn.skyblue_btn {
  width: 120px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 22px;
  white-space: nowrap;
}

.search-box .form-select {
  color: #696969 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.search-box span.input-group-text {
  color: #696969;
}

.job-slider .job-card {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  width: calc(100% - 50px) !important;
  margin-left: 50px;
}

.job-slider .job-card:nth-child(2n) {
  margin-left: 0px;
  margin-right: 50px;
}
.job-slider .job-card .card_inner {
  display: flex;
  align-items: start;
  column-gap: 15px;
}

.job-card .card_inner .content-box h2 {
  display: flex;
  align-items: start;
  column-gap: 10px;
}

.job-card .card_inner .content-box ul.nav {
  column-gap: 12px;
  margin-top: 5px;
}

.job-card .card_inner .content-box ul.nav li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}

.job-card span.job-type {
  background: #1967d226;
  display: inline-flex;
  padding: 5px 20px;
  color: #00b0f0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 40px;
}

.job-slider .slick-list {
  position: relative;
}

.job-slider .slick-list:after {
  content: "";
  width: 100%;
  height: 210px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: linear-gradient(
    0deg,
    transparent 0%,
    rgba(194, 228, 255, 0.9) 100%
  );
}

.job-slider .slick-list:before {
  content: "";
  width: 100%;
  height: 210px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(194, 228, 255, 0.9) 100%
  );
}

.job-slider .img-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/*  job-category*/

.btn-outline-dark {
  border: 1px solid #202124;
  column-gap: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #202124;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
}

.btn-outline-dark:hover {
  border: 1px solid #202124;
  background: #202124;
  color: #ffffff;
}

.job-category .card {
  border: 1px solid #ecedf2;
  padding: 20px;
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
}

.job-category .card .icon-box {
  width: 60px;
  height: 60px;
  background: #c2e4ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-category .card .content-box {
  width: calc(100% - 75px);
  margin-left: 15px;
}
/* easy-steps_sec */

.easy-steps_sec {
  background: #0079a6;
  position: relative;
  width: 100%;
}

.easy-steps_sec .step-card.card {
  background: #ffffff1a;
  padding: 20px 30px;
  box-shadow: none;
  border: none;
  height: 100%;
}

/* featured-jobs */
.featured-jobs .card.h-100 {
  border: 1px solid #dee2e6;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
}

.featured-jobs .card-body img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  object-fit: cover;
  border-radius: 15px;
}

.featured-jobs .card-body p {
  color: #002c3fb2;
}

.featured-jobs button.btn.skyblue_btn {
  font-size: 14px;
}

/* top-companies */

.top-companies {
  background: #f1f5f8;
}

.top-companies .card.h-100 {
  border: none;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
}

.top-companies .card-footer.border-0 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.top-companies .btn.lightsky_btn {
  background: #e4f3ff;
  width: 150px;
  font-size: 14px;
}

.top-companies .card .font_14.font-400.mb-1 {
  color: #0f161ea6;
}

.top-companies .card .font_12.font-500.loction {
  color: #002c3fb2;
}

/* cv_section */
.cv_sec_inner {
  background: url(../images/cv-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 120px;
  border-radius: 30px;
}

/* find-tt-candidate */
.find-tt-candidate img.img-fluid.ftt_image {
  width: 100%;
}

.find-tt-candidate .Right_Side_Content {
  margin-left: 50px;
  width: 480px;
}

.find-tt-candidate .Feature_List .list-unstyled {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

/* testimonials-section */

.testimonials-section .card {
  border: 2px solid #f1f3f7 !important;
  padding: 25px 15px;
}

.testimonials-section .card .img_box img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e1e5ec;
}

.testimonials-section .card .text-warning.rating {
  display: flex;
  column-gap: 4px;
  font-size: 10px;
}

/* download-app */
.download-app .nav li a img {
  width: 168px;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
}

.recruiter_dashboard .row .col-xxl-2 {
  width: 300px;
}

.recruiter_dashboard .row .col-xxl-10 {
  width: calc(100% - 302px);
}

/* footer */

footer.footer {
  background: #30363f;
}

.footer-top .Subscribe {
  width: 480px;
  background: #ffffff;
  padding: 8px;
  border-radius: 10px;
}

.footer-top .Subscribe .form-control {
  width: calc(100% - 138px);
  font-size: 14px;
  border: none !important;
  outline: none !important;
  font-weight: 500;
}

.footer-middle .footer_logo.mb-3 img {
  width: 220px;
}

.footer-middle .download-app a {
  background: #ffffff0a;
  padding: 10px;
}

.footer-middle .download-app a i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.footer-middle .download-app a .small.text-start span {
  font-size: 12px;
  color: #f8f9fa;
  font-weight: 500;
}

.footer-middle .download-app a .small.text-start p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.footer-middle .social_icon a {
  width: 38px;
  height: 38px;
  background: #ffffff12;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8e97a4;
}

.footer-middle ul.nav.flex-column li a:hover,
.footer-middle ul.nav.flex-column li a:focus {
  color: #00b0f0;
}

/* lofin_page */

.login-inner.card {
  box-shadow: 0px 8px 50px 0px #0d01401f !important;
  border-radius: 40px;
  padding: 60px 30px !important;
}

.login-inner .nav.nav-tabs {
  margin-bottom: 0;
  border: none !important;
  column-gap: 35px;
}

.login-inner .nav.nav-tabs li.nav-item button {
  border: 1px solid #00b0f0 !important;
  border-radius: 8px !important;
  margin-bottom: 0 !important;
  color: #0d0140;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 36px;
}

.login-inner .nav.nav-tabs li.nav-item button.active {
  background: #00b0f0 !important;
  color: #ffffff !important;
}

.login-inner span.input-group-text img {
  width: 20px;
}

a.forgot {
  color: #0083b3 !important;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
}

.remmber_sec .form-check-label.small {
  font-size: 18px;
  color: #5e6670;
  font-weight: 400;
}

.form-check-input {
  width: 1.2em !important;
  height: 1.2em !important;
}

.form-check-input:checked {
  background-color: #00b0f0;
  border-color: #00b0f0;
}

.login_with {
  font-size: 22px;
  color: #4b556b;
  font-weight: 400;
  position: relative;
}

.login_with:before {
  content: "";
  position: absolute;
  background: rgb(172 178 185 / 60%);
  width: calc(50% - 70px);
  height: 1px;
  left: 0;
  top: 18px;
}

.login_with:after {
  content: "";
  position: absolute;
  background: rgb(172 178 185 / 60%);
  width: calc(50% - 70px);
  height: 1px;
  right: 0;
  top: 18px;
}

.input-group {
  height: 60px;
  border: 1px solid #acb2b973;
  border-radius: 8px;
}
.input-group .form-control {
  background: #ffffff !important;
  font-size: 20px;
  font-weight: 400;
  color: rgb(18 18 36 / 50%) !important;
  border-radius: 8px !important;
  height: 58px;
}
.input-group .form-control::placeholder {
  background: #ffffff !important;
  font-size: 20px;
  font-weight: 400;
  color: rgb(18 18 36 / 50%) !important;
}

.input-group .form-control:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #333 !important;
  font-family: "Poppins", sans-serif !important;
  transition: background-color 5000s ease-in-out 0s;
}

.social a {
  width: 60px;
  height: 60px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social a img {
  height: 25px;
  object-fit: contain;
}

/* job_grid */

.inner_pages_banner {
  background: #f5f7fc;
  padding: 100px 0;
}

.input-group .form-control:focus,
.input-group .form-select:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.search-box .form-control {
  color: #696969 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0;
}

.search-box .form-control::placeholder {
  color: #696969 !important;
  font-size: 16px !important;
}

.custom-select option {
  color: #444; /* text color */
  background-color: #f9f9f9; /* background */
  padding: 10px; /* kuch browsers me work karega */
}
/* job_list_page */

.job_list ul.list-unstyled {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.switch {
  position: relative;
  display: flex;
  width: 100%;
  height: 20px;
  justify-content: space-between;
}

label.switch.me-2 p {
  width: calc(100% - 48px);
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: 0.3s;
  border-radius: 34px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.switch input:checked + .slider {
  background-color: #00aaff;
}

.switch input:checked + .slider:before {
  transform: translateX(18px);
}

.switch .slider.round {
  border-radius: 34px;
  width: 38px;
}

.switch .toggle-item span {
  font-size: 0.9rem;
}

.grey_box {
  background: #f5f7fc;
  padding: 25px;
  border-radius: 8px;
}

.showmore {
  background: transparent;
  border: none;
  color: #00b0f0;
  font-size: 14px !important;
}

.showmore span {
  width: 25px;
  height: 25px;
  display: flex;
  background: #00b0f026;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  font-size: 12px;
}

.grey_box .form-select {
  border: 1px solid #f0f5f7;
  height: 60px;
  border-radius: 8px;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
  background-color: #ffffff;
}

.grey_box .form-control {
  border: 1px solid #f0f5f7;
  height: 60px;
  border-radius: 8px;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
  background-color: #ffffff;
}

.grey_box .form-control::placeholder {
  color: #696969;
}

.form-select:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.Top_Filters .form-select {
  background-color: #f0f5f7;
  border: none;
  width: 175px;
  height: 45px;
  border-radius: 4px;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}

.pagination {
  column-gap: 5px;
}

.pagination .page-item .page-link {
  width: 45px;
  height: 45px;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #696969;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
}

.pagination .page-item.active .page-link {
  background: #00b0f0 !important;
  color: #ffffff !important;
}

.job_details_banner .employer-logo img {
  width: 100px;
  height: 99px;
}

.job_details_banner .jd_content ul.nav li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.job_details_banner .jd_content ul.nav li {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.job_details_banner .jd_content ul.nav li span {
  line-height: 0;
  color: #696969;
  font-size: 16px;
}

.job_details_banner .jd_content ul.nav li p {
  font-size: 14px;
  color: #696969;
  font-weight: 500;
}

.list-with-dots {
  list-style-type: disc !important;
  padding-left: 1.5rem; /* bullets dikhne ke liye spacing */
}

/* about_us_page */

.about_gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 6px;
}

.about_gallery .item {
  overflow: hidden;
  border-radius: 16px;
}

.about_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.about_gallery img:hover {
  transform: scale(1.05);
}

/* Layout Positioning (Matches Screenshot) */
.item-1 {
  grid-row: 1 / 3; /* tall left image */
  grid-column: 1 / 2;
}

.item-2 {
  grid-row: 1 / 2; /* top middle image */
  grid-column: 2 / 3;
}

.item-3 {
  grid-row: 1 / 2; /* top right image */
  grid-column: 3 / 4;
}

.item-4 {
  grid-row: 2 / 3; /* bottom middle-left image */
  grid-column: 2 / 3;
}

.item-5 {
  grid-row: 2 / 3; /* bottom middle-right image */
  grid-column: 3 / 4;
}

.item-6 {
  grid-row: 1 / 3; /* tall right image */
  grid-column: 4 / 5;
}

/* Adjust width for 6-column effect */
.about_gallery .gallery-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .about_gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6 {
    grid-column: auto;
    grid-row: auto;
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .about_gallery .gallery-grid {
    grid-template-columns: 1fr;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6 {
    height: 220px;
  }
}

.jobs_waiting {
  background: url(../images/bg_shape.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.how_it_works {
  background: #f5f7fc;
  width: 100%;
  position: relative;
}

.how_it_works .how_card.card {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.how_it_works .how_card.card img {
  width: 90px;
  object-fit: cover;
}

.Recruiting_section .cv_sec_inner {
  background: url(../images/Recruiting.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 40px;
  background-position: right;
}

/* contact_info */

.contact_info {
  height: 200px;
  padding: 0 !important;
}
.contact_info_inner {
  position: absolute;
  width: 1320px;
  background: #ffffff;
  top: -100px;
  padding: 50px 0;
}

.contact_form .form_card.card {
  border: 1px solid rgb(172 178 185 / 50%);
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
}

.custom_control {
  height: 50px;
  border: 1px solid #acb2b973;
  color: rgb(18 18 36 / 50%);
  font-size: 18px;
  font-weight: 400;
}

.text_control {
  border: 1px solid #acb2b973;
  color: rgb(18 18 36 / 50%);
  font-size: 18px;
  font-weight: 400;
}

.input-group.custom_input {
  height: 52px;
  border: 1px solid #acb2b973;
  border-radius: 8px;
}

.input-group.custom_input .custom_control {
  height: 50px;
  border: none !important;
  color: rgb(18 18 36 / 50%);
  font-size: 18px !important;
  font-weight: 400;
}

.input-group.custom_input .custom_control::placeholder {
  color: rgb(18 18 36 / 50%);
  font-size: 18px;
  font-weight: 400;
}

span.skill-tag {
  background: #cbc9d4;
  font-size: 13px;
  color: #524b6b;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: 45px;
  column-gap: 8px;
  display: flex;
  align-items: center;
}

.apply_card.bg-white.shadow-sm {
  border: 1px solid #acb2b980;
  border-radius: 20px;
  padding: 40px;
}

/* profile_page */

.user_profile .input-group-text {
  background: transparent;
  border: none !important;
  padding-right: 2px;
}

.user_profile .input-group-text {
  color: #4b556b !important;
}

.profile-pic {
  width: 140px;
  height: 140px;
  border: 4px solid #00b0f0;
  border-radius: 50%;
}

.profile-pic .camera-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  color: #00b0f0;
  position: absolute;
  top: -15px;
  right: -4px;
  box-shadow: 0 0 10px #e9f9ff;
}

.profile-pic img {
  border-radius: 50%;
  object-fit: cover;
  width: 132px;
  height: 132px;
}

.profile_sidebar {
  background: #ffffff;
  padding: 30px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.profile_sidebar ul .nav-item .nav-link {
  padding: 18px 20px;
  border-radius: 0 !important;
  font-size: 16px;
  color: #0d0140;
  font-weight: 400;
  border-top: 1px solid rgba(46, 85, 250, 0.1);
}

.profile_sidebar ul .nav-item .nav-link.active {
  background: rgb(0 176 240 / 10%) !important;
  position: relative;
  color: #00b0f0 !important;
}

.profile_sidebar ul .nav-item .nav-link.active:before {
  width: 5px;
  height: 100%;
  background: #00b0f0;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 0 30px 30px 0;
}

.profile_sidebar ul .nav-item .nav-link svg {
  fill: #0d0140;
}

.profile_sidebar ul .nav-item .nav-link.active svg {
  fill: #00b0f0 !important;
}

.user_profile .tab-content {
  background: #ffffff;
  padding: 30px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* Recruiter Dashboard */

.sidebar {
  box-shadow: 0 0 10px rgb(0 34 47 / 10%);
  padding: 30px;
  min-height: calc(100vh - 73px);
  position: sticky;
  top: 73px;
}

.sidebar {
  transition: all 0.3s ease;
  z-index: 1050;
}

@media (max-width: 992px) {
  .sidebar {
    position: fixed;
    left: -260px;
    top: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    z-index: 1060;
    overflow-y: auto;
  }
  .sidebar.active {
    left: 0;
  }
}

.rd_user_info .skyblue_btn {
  font-size: 12px;
}

.rd_user_info .profile-img img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}

.sidebar ul.nav li a svg {
  stroke: #4b556b;
  width: 25px;
  margin-right: 10px;
}

.sidebar ul.nav .nav-item a {
  color: #4b556b;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 8px;
}

.sidebar ul.nav .nav-item a.active {
  color: #00b0f0 !important;
  background: rgb(0 176 240 / 10%);
}

.sidebar ul.nav li a.active svg {
  stroke: #00b0f0;
}

.light_bg {
  background: #f5f7fc;
  min-height: calc(100vh - 73px);
  padding: 30px !important;
  position: relative;
}

.Statistic_cards .card {
  border: 1px solid #ecedf2;
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  position: relative;
}

.Statistic_cards .card .card-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Statistic_cards .card .card-body span {
  stroke: #1967d2;
  background: rgba(25, 103, 210, 0.1);
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.Statistic_cards .card .card-body .info {
  width: calc(100% - 55px);
  text-align: right;
}

.Statistic_cards .row .col-lg-3:first-child .info h3 {
  color: #1967d2;
}

.Statistic_cards .row .col-lg-3:nth-child(2) .info h3 {
  color: #d93025;
}

.Statistic_cards .row .col-lg-3:nth-child(3) .info h3 {
  color: #f9ab00;
}

.Statistic_cards .row .col-lg-3:nth-child(4) .info h3 {
  color: #34a853;
}

.Statistic_cards .row .col-lg-3:nth-child(2) .card .card-body span {
  background: rgba(217, 48, 37, 0.1);
  stroke: transparent;
}

.Statistic_cards .row .col-lg-3:nth-child(2) .card .card-body span svg {
  fill: #d93025 !important;
}

.Statistic_cards .row .col-lg-3:nth-child(3) .card .card-body span {
  stroke: #f9ab00;
  background: rgba(249, 171, 0, 0.1);
}

.Statistic_cards .row .col-lg-3:nth-child(4) .card .card-body span {
  stroke: #34a853;
  background: rgba(52, 168, 83, 0.1);
}

.white_box {
  border: 1px solid #ecedf2;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  position: relative;
  border-radius: 8px;
}
.graph_select .form-select {
  background-color: #f0f5f7;
  height: 50px;
  border: none;
  border-radius: 8px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
}

.Notifications .icon {
  width: 35px;
  height: 35px;
  stroke: #34a853;
  background: rgba(52, 168, 83, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  padding: 5px;
}

.Notifications .content {
  width: calc(100% - 50px);
}

.recent_applicants ul li.applicant-item {
  border: 1px solid #ecedf2;
  padding: 30px;
  border-radius: 8px;
}

.recent_applicants .action-icons a {
  color: #1967d2;
  background: rgba(25, 103, 210, 0.1);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 5px;
}

.recent_applicants .applicant-info {
  width: calc(100% - 182px);
}

.recent_applicants .action-icons {
  width: 182px;
}

.recent_applicants .list-unstyled {
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}

.white_box_radius {
  border: 1px solid #acb2b980;
  border-radius: 20px;
  padding: 40px;
}

.terms_page .terms-list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.list-dot {
  padding-left: 1.2rem;
}

.list-dot li {
  list-style-type: disc;
  margin-bottom: 8px;
  font-size: 15px;
  color: #6c757d;
}

.accordion-button::after {
  display: none;
}
.accordion-button.collapsed .fa-minus {
  display: none;
}
.accordion-button:not(.collapsed) .fa-plus {
  display: none;
}
.accordion-button .fa {
  margin-left: auto;
  transition: all 0.3s ease;
}

.faq-section .accordion {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.faq-section .accordion-item {
  border: 1px solid #ecedf2;
  border-radius: 10px !important;
  overflow: hidden;
}

.faq-section .accordion-item .accordion-button {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #202124 !important;
}

.faq-section .accordion-item .accordion-button:not(.collapsed) {
  background: #f5f7fc !important;
}

.faq-section .accordion-item .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}

/* manage_job */

.rd_filter .search_box {
  height: 52px;
  border: 1px solid #acb2b973;
  border-radius: 8px;
  width: 300px;
  padding: 0;
}

.rd_filter .search_box .form-control {
  border: none;
  height: 50px;
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 8px;
  color: rgb(18 18 36 / 50%) !important;
}

.rd_filter .form-select {
  height: 52px;
  border: 1px solid #acb2b973 !important;
  border-radius: 8px;
  width: 250px !important;
  padding: 0 10px;
  font-size: 16px;
  color: rgb(18 18 36 / 50%) !important;
}

.comman_table table thead tr th {
  background: #f5f7fc !important;
  padding: 15px 15px !important;
  color: #0d0140 !important;
  font-size: 16px;
}

.comman_table table tr td {
  color: #696969;
  font-size: 14px;
  padding: 10px 15px !important;
}

.mj_icon .btn.btn-light {
  background: rgb(0 176 240 / 7%);
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comman_table table .img-fluid.user {
  width: 20px;
}

.job_post_su_inner {
  width: 650px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.applicants_sec .rd_filter .search_box {
  display: flex;
  width: 400px;
  justify-content: space-between;
}

.applicants_sec .rd_filter .search_box .form-select {
  border: none !important;
  width: 170px !important;
  height: 50px !important;
}

.applicants_heading .custom-tabs .nav-link {
  font-size: 16px;
  color: #00b0f0;
  font-weight: 500;
}

.applicants_heading .nav.custom-tabs {
  border-bottom: 2px solid #00b0f0;
}

.applicants_heading .custom-tabs .nav-link.active {
  background: #00b0f0;
  color: #ffffff !important;
  border-radius: 8px 8px 0px 0px;
}

.applicants_heading {
  border-bottom: 1px solid #ecedf2;
  padding-bottom: 20px;
}

/*  membership_page*/
.pricing_plans .card {
  transition: all 0.3s ease-in-out;
}

.pricing_plans .card-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.pricing_plans .card-header {
  border-bottom: 1px solid #e4e7e9 !important;
  padding-bottom: 20px !important;
  margin-bottom: 10px !important;
}

.pricing_plans .card-footer {
  border-top: 1px solid #e4e7e9 !important;
  padding-top: 20px !important;
  margin-top: 10px !important;
}

.pricing_plans .card:hover {
  border-color: #00b0f0;
}

.pricing_plans .card:hover .sky_bluel_btn {
  background: #00b0f0;
  border: 1px solid #00b0f0;
  color: #ffffff !important;
}
/* jobseeker_dashboard */

.jobs_applied_sec .job_details_banner .employer-logo img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.jobs_applied_sec .recent_applicants .action-icons a {
  width: 45px;
  height: 45px;
}

.featured-text {
  color: #34a853;
  font-size: 14px;
  font-weight: 500;
}

.label.pending {
  background-color: #27ceb4;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px;
  border-radius: 4px;
  font-weight: 500;
}

.education-box {
  box-shadow: 0px 0px 10px rgb(153 171 198 / 18%) !important;
  background: #ffffff !important;
  padding: 20px !important;
  border-radius: 8px;
}

.education-box ul.nav.gap-3 {
  list-style: disc !important;
  padding-left: 20px;
  column-gap: 30px !important;
}

.jobseeker_applies_sec .comman_table .job_details_banner .employer-logo img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.jobseeker_applies_sec .comman_table .mj_icon .btn.btn-light {
  font-size: 14px;
  color: #00b0f0;
}

.jobseeker_applies_sec .comman_table table tr td {
  padding: 15px 15px !important;
}

.activate_plan_offline {
  border: 1px solid #acb2b980;
  border-radius: 20px;
  padding: 40px;
}

.company_list .top-companies .card {
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  border: 1px solid #dee2e6 !important;
}

.company_details_inner .social_profile {
  display: flex;
  align-items: center;
  column-gap: 20px;
  background: #f5f7fc;
  padding: 20px 25px;
  border-radius: 8px;
}

.company_details_inner .applicant-item .employer-logo {
  width: 60px;
}
.company_details_inner .applicant-item .info-detail-job {
  width: calc(100% - 60px);
}

.form-control.review-input {
  height: 50px;
  border: 1px solid #acb2b973;
  border-radius: 8px;
  color: rgb(18 18 36 / 50%);
  font-size: 18px !important;
  font-weight: 400;
}

.form-control.review-input::placeholder {
  color: rgb(18 18 36 / 50%);
  font-size: 18px !important;
  font-weight: 400;
}

textarea.form-control.review-textarea {
  border: 1px solid #acb2b973;
  border-radius: 8px;
  color: rgb(18 18 36 / 50%) !important;
  font-size: 18px !important;
  font-weight: 400;
}

textarea.form-control.review-textarea::placeholder {
  color: rgb(18 18 36 / 50%) !important;
}

.company_details_inner .protfolio_img img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 8px !important;
}

.star-icons i {
  font-size: 14px;
}

.company_details_banner .sky_bluel_btn {
  width: 130px;
  font-size: 14px;
  border-radius: 50px;
  padding: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
}

.jobseeker_profile_view_page .user_profile .list-unstyled {
  row-gap: 8px;
  display: flex;
  flex-direction: column;
  column-gap: 10px !important;
}

.jobseeker_profile_view_page .user_profile .profile-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  display: block;
}

.job_details_banner.jobseeker_profile_details .employer-logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.jobseeker_profile_details .skills li {
  color: #00b0f0 !important;
  background: rgb(0 176 240 / 10%);
  padding: 3px 20px;
  border-radius: 30px;
  font-size: 14px;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.timeline li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}

.timeline li::before {
  border-left: 2px dashed rgba(217, 48, 37, 0.15);
  content: "";
  height: 100%;
  width: 2px;
  left: 17px;
  position: absolute;
  top: 36px;
}

.timeline li:last-child::before {
  display: none;
}

.timeline-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 48, 37, 0.15);
  color: #d93025;
}

.timeline-content h6 {
  font-size: 16px;
}

.timeline-content p {
  font-size: 14px;
}

.wrok_experience .timeline-icon {
  background: rgba(25, 103, 210, 0.15);
  color: #1967d2;
}

.wrok_experience .timeline li::before {
  border-color: rgba(25, 103, 210, 0.15);
}

span.text-primary svg,
span.text-primary i {
  font-size: 20px;
  width: 20px;
  stroke: #00b0f0 !important;
  color: #00b0f0 !important;
}

span.text-primary .mobile {
  fill: #00b0f0 !important;
}

.avatar-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  display: inline-block;
}

.avatar-wrap .avatar-img {
  width: 95px !important;
  height: 95px !important;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.avatar-wrap .progress-svg {
  width: 110px;
  height: 110px;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: visible;
}

.avatar-wrap .ring-bg {
  stroke: #dadada;
  stroke-width: 5;
  fill: none;
}

.avatar-wrap .ring-progress {
  stroke: #00b0f0;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
  transition: stroke-dashoffset 900ms ease;
}

.avatar-wrap .percent-label {
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translate(-50%, 0%);
  z-index: 4;
  font-weight: 700;
  font-size: 14px;
  color: #212529;
  user-select: none;
  background: #00b0f0;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 4px;
}

.avatar-wrap .badge_img {
  position: absolute;
  top: 0;
  right: -5px;
  width: 35px !important;
  height: 35px !important;
  z-index: 9;
  object-fit: contain;
}

.payment_faq .nav.nav-tabs {
  margin-bottom: 0;
  border: none !important;
  column-gap: 35px;
  width: 400px;
  margin: auto;
}

.payment_faq .nav.nav-tabs li.nav-item button {
  border: 1px solid #00b0f0 !important;
  border-radius: 8px !important;
  margin-bottom: 0 !important;
  color: #0d0140;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 36px;
}

.payment_faq .nav.nav-tabs li.nav-item button.active {
  background: #00b0f0 !important;
  color: #ffffff !important;
}

.terms_page ul li h2 {
  font-size: 18px;
  color: #202124;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}

.terms_page ul li p {
  font-size: 16px;
  color: #696969;
  font-weight: 500;
 
}

.terms_page ul li ul li {
    list-style: disc;
    margin-left: 25px;
    font-size: 16px;
    color: #696969;
    font-weight: 500;
    margin-bottom: 10px;
}
