@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

:root {

  /* font family */
  --Grotesk-font: "Space Grotesk", sans-serif;

  /* color */
  --footer-bottom-bg: #1B2232;
  --font-size: 14px;
  --color-topbar-bg: #EEF2FB;
  --color-navbar-bg: #ffffff;
  --color-postcard-bg:#ffffff;
  --color-employ-dash-bg: #EEF2FB;
  --nav-btn-bg: #ffffff;
  --toggle-color: #6FA0FC;
  /* text-color */
  --color-text-primary: #000000;
  --color-text-secondary: #6c757d;
  --nav-link-color: #1B2232;

  /* button color */
  --color-text-btn: #B249F8;
  --color-brand-primary: #000000;
  --color-brand-secondary: #B249F8;
  --color-border-light: #e0e0e0;
  --icon-color: #56627E;
  --shadow-navbar: 0 5px 6px rgba(0, 0, 0, 0.05);

  /* login  */
  --border-color: #9B39DC;
  --placeholder-color: #48536E;
  --login-bg: #ffffff;
  --heading-title: #1B2232;
  --input-bg: #FFFFFF;
  --input-border-color: #B2C7E2;

  /* registration color */
  --otp-text: #48536E;
  --verify-btn: #B249F8;
  --input-icon-color: #48536E;
  --signup-text-btn: #2C3548;
  --otp-bg: #ffffff;
  --modal-text: #48536E;

  /* role page */
  --role-card-bg: #FFFFFF;

  /* institution page */
  --input-institution-bg: #EEF2FB;
  --institution-icon-color: #56627E;
  --upload_container-bg: #fFffff;

  /* dashboard paeg */
  --dashboard-card-subtitle: #56627E;
  --sidebar-btn-active: #B249F833;
  --sidebar-active-text: #B249F8;
  --sidebar-profile-text: #48536E;
  --sidebar-btn-transparent: #FFFFFF;
  --sidebar-btn-text: #B249F8;
  --job-card-text: #48536E;
  --skill-card-bg: #9592A333;
  --skill-card-text: #9592A3;
  /* self manageemnt dashboard */
  --background-self: #ffffff;
  --service-section-bg: #E9F1F6;
  --image-color-bg: #ffff;
  --strip_border-color: #4A556E;
  --job_text-color: #099D79;

  --tsp-section: url("../images/light-sngle-bg.png") no-repeat center;
  --tsp-section1: #fff;
  --hpw-to-book: url("../images/alternate_card.png");
  --about_list_img: none;
  --revarce-card: #6d00ff24;
  --reverse-card:
      url('../images/job_bg.png'),
        linear-gradient(rgba(255,255,255,0.9),
        rgba(255,255,255,0.9));

}

[data-theme="dark"] {
  /* background-color */
  --footer-bottom-bg: #2C3548;
  --color-topbar-bg: #2C3548;
  --color-navbar-bg: #1B2232;
  --color-postcard-bg:#1B2232;
  --color-employ-dash-bg: #1B2232;
  /* text-color */
  --color-text-primary: #F8FAFF;
  --nav-btn-bg: #B249F8;
  --color-text-btn: #B249F8;
  --nav-link-color: #B9C1D5;
  /* icon color */
  --icon-color: #48536E;


  --color-brand-primary: #ffffff;
  --color-brand-secondary: #B249F8;
  --color-border-light: #e0e0e0;

  /* login  */
  --border-color: #9B39DC;
  --placeholder-color: #B9C1D5;
  --login-bg: #1B2232;
  --heading-title: #F8FAFF;
  --input-bg: #4A556E;
  --input-border-color: #47515B;

  /* registration color  */
  --otp-text: #B9C1D5;
  --verify-btn: #B249F8;
  --input-icon-color: #B9C1D5;
  --signup-text-btn: #B9C1D5;
  --otp-bg: rgba(178, 73, 248, 0.5);
  --modal-text: #9DAACC;

  /* role page */
  --role-card-bg: #2C3548;

  /*institution page  */
  --input-institution-bg: #2C3548;
  --institution-icon-color: #9DAACC;
  --upload_container-bg: #4A556E;

  /* dashboard paeg */
  --dashboard-card-subtitle: #B9C1D5;
  --sidebar-btn-active: #B249F8;
  --sidebar-active-text: #FFFFFF;
  --sidebar-profile-text: #F8FAFF;
  --sidebar-btn-transparent: #B249F833;
  --sidebar-btn-text: #ffffff;
  --job-card-text: #F8FAFF;
  --skill-card-bg: #E0B82733;
  --skill-card-text: #E0B827;
  --job_text-color: #FFD900;

  /* self manageemnt dashboard */
  --background-self: #1B2232;
  --service-section-bg: #2C3548;

  --image-color-bg: filter: brightness(0) saturate(100%) invert(18%) sepia(12%) saturate(900%) hue-rotate(180deg) brightness(85%) contrast(95%);
  --tsp-section: url("../images/dark-sngle-bg.png") no-repeat center;
  --tsp-section1: #1B2232;
  --hpw-to-book: url("../images/alternate_card-dark.png");
  --about_list_img: sepia(1) hue-rotate(143deg) saturate(4);
  --reverse-card: url('../images/job_bg.png'), 
        linear-gradient(rgba(0,0,0,0.9),
        rgba(0,0,0,0.9));;
}

body {
  font-size: var(--font-size);
  font-family: "Inter", sans-serif;
}

a{
  text-decoration: none;
}


.py_80 {
  padding: 80px 0px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}
.pt_40 {
  padding-top: 40px;
}

.mt_80 {
  margin-top: 80px;
}

/* -----------------------------------------
nabar css start
------------------------------------------*/
.topbar {
  background: var(--color-topbar-bg);
  font-size: 14px;
}

.topbar-leftside {
  font-size: 18px;
  color: var(--icon-color);
}

.leftside-text {
  color: var(--color-text-primary);
  text-decoration: none;
  font-size: 12px;
}

.topbar-middle {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-btn {
  color: var(--icon-color);
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.middle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 28px;
    border: 2px solid #B2C7E2;
    border-radius: 6px;
    color: var(--icon-color);
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
}

.middle-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 20px;
    padding: 3px 14px;
    border: 1px solid var(--border-color);
    color: var(--color-brand-secondary);
    cursor: pointer;
}

.lang-btn .lng_text {
    font-size: 21px;
}

.text_dark {
  color: var(--icon-color);
  font-size: 13px;
  display: flex;
  align-items: center;
}

.lang-btn span {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.theme-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* SWITCH STYLE */
.theme-switch {
    position: relative;
    width: 56px;
    height: 23px;
}

.theme-switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background:
    linear-gradient(var(--toggle-color), var(--toggle-color));
  border-radius: 50px;
  transition: 0.3s;
}

.slider:before {
    content: "";
    position: absolute;
    height: 17px;
    width: 17px;
    left: 3px;
    top: 3px;
    background: white;
    border-radius: 50%;
    transition: 0.3s;
}

/* Active */
input:checked+.slider {
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url('../images/Theme_Change.png');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

input:checked+.slider::before {
  background: var(--primary);
}

input:checked+.slider:before {
  transform: translateX(30px);
}


.main-navbar_container {
  background: var(--color-navbar-bg);
  box-shadow: var(--shadow-navbar);
}

.logo {
  width: 193px;
  font-weight: 700;
  letter-spacing: -4px;
}

.logo span:nth-child(even) {
  color: var(--color-brand-secondary)
}

.logo span:nth-child(odd) {
  color: var(--color-brand-primary)
}

.nav-links {
  list-style-type: none;
  gap: 25px;
}

.menu-items a {
  text-decoration: none;
  color: var(--nav-link-color);
  font-size: 16px;
  position: relative;
}

.menu-items.active a {
  color: var(--color-text-btn);
}

.menu-items.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  color: var(--color-text-btn);
  width: 100%;
  height: 3px;
  background: var(--color-text-btn);
  border-radius: 2px;
}


.search-box {
  position: relative;
  display: inline-block;
}

/* Icon */
.search-icon {
  font-size: 18px;
  cursor: pointer;
  color: var(--icon-color);
}

/* Hidden input */
.search-input {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

/* Input styling */
.search-input input {
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  width: 180px;
}

/* Show on hover */
.search-box:hover .search-input {
  opacity: 1;
  visibility: visible;
  top: 172%;
}

.nav-btn {
  display: inline-flex;
  justify-content: center;
  padding: 10px 15px;
  min-height: 36px;
  font-size: 16px;
  border: 1px solid color-mix(in srgb, var(--color-text-btn) 20%, transparent);
  background: color-mix(in srgb, var(--nav-btn-bg) 20%, transparent);
  color: var(--color-text-btn);
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  cursor: pointer;
}

.bg-btn {
  background: var(--color-text-btn);
  color: #fff;
}

/* Offcanvas width 50% */
.offcanvas-end {
  width: 50% !important;
}

.offcanvas-top {
  height: 40vh !important;
}

/* Full height already default but ensure */
.offcanvas {
  height: 100vh;
}

/* Mobile full width (better UX) */
@media (max-width: 576px) {
  .offcanvas-end {
    width: 80% !important;
  }
}

/*----------------------------------------
 footer css start 
----------------------------------------------*/

.footer {
  background: var(--login-bg);
  padding: 60px 0 0;
  font-family: 'Poppins', sans-serif;
}

.footer-logo img {
  margin-bottom: 15px;
}

.footer-text {
  color: var(--placeholder-color);
  font-size: 14px;
  line-height: 1.6;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--heading-title);
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: var(--placeholder-color);
  transition: 0.3s;
}

.footer-links a:hover {
  color: #b249f8;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #efe6ff;
  text-decoration: none;
  color: #b249f8;
  border-radius: 6px;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #b249f8;
  color: #fff;
}

.footer-contact p {
  font-size: 14px;
  color: var(--placeholder-color);
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.footer-contact i {
  color: #b249f8;
  margin-top: 3px;
}

.footer-bottom {
  background: var(--footer-bottom-bg);
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  font-size: 14px;
}


/* -------------------------------
login css
---------------------------------- */

/* LEFT SIDE BACKGROUND */
.left-section {
  background: url('../images/login_bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}

/* DARK OVERLAY */
.left-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.left-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-radius: 50%;
  background-color: rgba(12, 150, 118, 0.2);
}

.left-icon-container i {
  font-size: 40px;
  color: #26C49E;
}

/* SLIDE CONTENT */
.slide-content {
  padding: 0px 30px;
  position: relative;
  z-index: 2;
}

.itemcontainer {
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
}

.slide-content h2 {
  font-size: 36px;
  font-weight: bold;
}

.slide-content p {
  font-size: 18px;
}

/* Move dots slightly up */
.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  margin: 0 5px;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}


.right-section {
  position: relative;
  background-color: var(--login-bg);
}

.right-section::after {
  content: "";
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: url('../images/right_bg1.png') no-repeat center center;
  background-size: cover;
}

.right-section * {
  z-index: 2;
}

.back-btn {
  position: absolute;
  top: 10px;
  left: 20px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  color: var(--placeholder-color);
  z-index: 3;
}

.back-btn i {
  color: var(--color-text-btn);
}

.input-container {
  width: 100%;
  border: 2px solid var(--input-border-color);
  display: flex;
  background-color: var(--input-bg);
  padding: 5px 12px;
  border-radius: 11px;
}

.input-icon-color i {
  font-size: 20px;
  color: var(--input-icon-color);
}

.input-container:focus-within {
  border-color: var(--border-color);
}

.input_box::placeholder {
  color: var(--placeholder-color);
  font-weight: 600;
}

.input-container input {
  border: none;
  color: var(--placeholder-color);
  font-weight: 600;
  outline: none;
  flex: 1;
  background: transparent;
}


.icon_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: color-mix(in srgb, var(--color-text-btn) 20%, transparent);
  color: var(--color-text-btn);
  border-radius: 5px;
  padding: 12px 10px;
}

.input-container i {
  cursor: pointer;
}

.heaidng-title {
  font-size: 40px;
  font-weight: 700;
  word-spacing: 0px;
  letter-spacing: 0px;
  color: var(--heading-title);
}

.heaidng-subtitle {
  font-size: 16px;
  font-weight: 400;
  word-spacing: 0px;
  letter-spacing: 0px;
  color: var(--placeholder-color);
}

/* mobile css */
@media (max-width:575px) {
  .left-icon-container {
    margin-top: 90px;
  }

  .form-container {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .heaidng-title {
    font-size: 30px;
  }

  .heaidng-subtitle {
    font-size: 13px;
  }

  .slide-content h2 {
    font-size: 26px;
  }

  .slide-content p {
    font-size: 15px;
  }

  .carousel-indicators {
    margin-bottom: -2rem !important;
  }
}


/*----------------------------------------- 
Registrartion css start 
----------------------------------------*/

.verification_text {
  font-size: 18px;
  padding-top: 20px;
  font-weight: 600;
  color: var(--heading-title);
}

.verification-box-container {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.verification-box-container input {
  width: 45px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--input-bg);
  color: var(--otp-text);
  border: 2px solid var(--input-border-color);
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
}

.verification-box-container input:focus {
  border-color: var(--border-color);
}

/* MAIN CONTAINER */
.form-container {
  width: 100%;
  max-width: 420px;
}

/* BUTTON FULL WIDTH */
.submit-btn {
  width: 100%;
  padding: 12px;
  border: none;
  background-color: var(--verify-btn);
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* OTP BOXES */
.verification-box-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.verification-box-container input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
}

/* RESEND WITH LINES */
.resend-container {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: var(--heading-title);
  font-size: 14px;
  font-weight: 500;
}

.resend-container::before,
.resend-container::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #ccc;
}


/* --------------------------------
Registration step 2
--------------------------------------*/
.term-text {
  font-weight: 500;
  font-size: var(--font-size);
  color: var(--heading-title);
  display: flex;
  align-items: center;
  gap: 8px;
}

.terms-link {
  color: var(--color-text-btn);
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.terms-link:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.terms-chekbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: var(--input-border-color);
}

.left-section-bg {
  background: url('../images/Reg3_bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}

/* DARK OVERLAY */
.left-section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* RIGHT SIDE MODAL */
.modal-dialog-end {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  max-width: 40%;
}

/* FULL HEIGHT */
.modal-content {
  height: 100vh;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

/* SCROLL BODY */
.modal-body {
  overflow-y: auto;
  flex: 1;
}

/* SLIDE FROM RIGHT */
.terms-modal .modal-dialog {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.terms-modal.show .modal-dialog {
  transform: translateX(0);
}

/* BACKGROUND BLUR */
.modal-backdrop.show {
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.3);
}

/* CONTENT SPACING */
.term-item {
  margin-bottom: 20px;
}

.term-item h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.term-item p {
  font-size: 14px;
  color: var(--placeholder-color);
}

/* Slide-in modal from right */
.modal-dialog-slideout {
  position: fixed;
  margin: 0;
  right: 0;
  top: 50;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  transform: translateX(100%);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  transform: translateX(0);
}

.Agre-btn {
  padding: 8px 16px;
  border: none;
  background-color: var(--verify-btn);
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  height: fit-content;
  white-space: nowrap;
}

.model-text-container h2 {
  color: var(--placeholder-color);
  font-weight: 600;
  font-size: 20px;
}

.model-text-container p {
  font-size: 14px;
  color: var(--modal-text);
}

.body-bg-color,
.heade-bg-color {
  background: var(--login-bg) !important;
  border-radius: 0;
}

.modal-title {
  color: var(--heading-title);
}

.modal-header button {
  border: none;
  background: none;
  padding: 0;
  box-shadow: none;
}

.close-btn {
  color: var(--heading-title);
  background-color: none;
  font-size: 20px;
}

/* ----------------------------------------------
login main
--------------------------------------------------*/

.left-section-login-bg {
  background: url('../images/login_main_bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}

/* DARK OVERLAY */
.left-section-login-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.otp-login-btn {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--verify-btn);
  color: var(--verify-btn);
  background: var(--otp-bg);
  background-color: color-mix(in srgb, var(--otp-bg) 20%, transparent);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.signuptext {
  font-size: 18px;
  font-weight: 600;
  color: var(--signup-text-btn);
}

.signuptext a {
  text-decoration: none;
  font-size: 18px;
  color: #26C49E;
  padding-left: 10px;
  font-weight: bold;
  text-decoration: underline;
}


/*------------------------------- 
start screen
--------------------------------- */

.form-container-role {
  width: 100%;
  max-width: 520px;
}

.left-section-apply {
  background: url('../images/start_bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}

.left-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  cursor: pointer;
}

.left-img-container img {
  height: 100px;
}

/* DARK OVERLAY */
.left-section-apply::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Card Layout */
.role-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: var(--role-card-bg);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: 0.25s ease;
  cursor: pointer;
}

.role-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Full width last card */
.role-card.full-width {
  grid-column: span 2;
}

/* Icon */
.role-card__icon {
  min-width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.role-card__icon i {
  font-size: 22px;
}

/* Variant 1 */
.icon-one {
  background: rgba(38, 196, 158, 0.2);
}

.icon-one i {
  color: #26C49E;
}

/* Variant 2 */
.icon-two {
  background: rgba(140, 96, 255, 0.2);
}

.icon-two i {
  color: #8C60FF;
}

/* Variant 3 */
.icon-three {
  background: rgba(224, 184, 39, 0.2);
}

.icon-three i {
  color: #E0B827;
}

/* Variant 4 */
.icon-four {
  background: rgba(255, 116, 56, 0.2);
}

.icon-four i {
  color: #FF7438;
}

/* Variant 5 */
.icon-five {
  background: rgba(226, 74, 251, 0.2);
}

.icon-five i {
  color: #E24AFB;
}


/* Content */
.role-card__content {
  display: flex;
  flex-direction: column;
}

.role-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--heading-title);
  margin: 0;
}

.role-card__desc {
  font-size: 15px;
  font-weight: 500;
  color: var(--otp-text);
  margin: 2px 0 0;
}

.back-home-btn {
  border: none;
  background: none;
  font-size: 18px;
  width: 100%;
  margin: 0px auto;
  cursor: pointer;
  color: var(--placeholder-color);
  z-index: 3;
}

.back-home-btn i {
  color: var(--color-text-btn);
}


@media (max-width:575px) {
  .role-card {
    margin: 10px 0px;
  }

  .role-grid {
    display: block;
  }

  .mt-r-20 {
    margin-top: 40px;
  }
}

@media (min-width:575px) and (max-width:800px) {
  .form-container-role {
    max-width: 768px;
  }
}


/*----------------------------------
  account setup css
------------------------------------*/

/* Banner Container */
.institution-banner {
  display: flex;
  padding-top: 30px;
  gap: 16px;
  height: 200px;
  background-image: url(../images/institute_bg.png),
    linear-gradient(to right, var(--login-bg), var(--login-bg));
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom right,
}

.bottom-section {
  background: var(--login-bg);
}

/* Icon */
.institution-banner__icon {
  min-width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 50%;
  margin-left: 100px;
}

.institution-banner__icon i {
  font-size: 39px;
  color: #ffffff;
}

/* Content */
.institution-banner__content {
  display: flex;
  flex-direction: column;
  color: var(--heading-title);
}

/* Title */
.institution-banner__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: var(--heading-title);
}

/* Description */
.institution-banner__description {
  font-size: 19px;
  opacity: 0.9;
  margin: 4px 0 0;
  color: var(--placeholder-color);
}


/* Wrapper Background */
.form-wrapper {
  background: var(--input-institution-bg);
  border-radius: 12px;
  position: relative;
  top: -80px;
}

/* Section Card */
.form-section {
  border-radius: 12px;
  padding: 18px 40px;
  margin-bottom: 16px;
}

/* Section Title */
.form-section__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--heading-title);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.titleskill {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.form-section__title i {
  color: var(--institution-icon-color);
  font-size: 22px;
}

.institute_label {
  font-size: 13px;
  color: var(--placeholder-color);
  margin-bottom: 6px;
  font-weight: 500;
  display: inline-block;
}

/* Inputs */
.form-control,
.form-select {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #B2C7E2;
  font-size: 14px;
  padding: 8px 12px;
  color: #48536E;
  transition: all 0.2s ease;
}

.form-control:focus {
  border-color: none !important;
  background-color: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #48536E;
}

/* Textarea */
textarea.form-control {
  min-height: 100px;
  height: auto;
  resize: none;
}

/* Checkbox */
.form-check {
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-check-input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #8C60FF;
  border-color: #8C60FF;
}

.form-check-label {
  font-size: 14px;
  color: #334155;
  cursor: pointer;
}

.training_label {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-title);
}

/* Outer Box */
.upload-box {
  border: 1px solid #d8b4fe;
  border-radius: 12px;
  padding: 15px;
  background: var(--input-bg);
}

/* Inner Box Layout */
.insde-upload {
  border: 2px dashed #d8b4fe;
  border-radius: 10px;
  padding: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Icon Circle */
.upload-icon {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(178, 73, 248, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-icon i {
  font-size: 20px;
  color: #B249F8;
}

/* Content */
.upload-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.upload-content h6 {
  margin: 0;
  font-weight: 600;
  color: var(--heading-title);
}

.upload-content p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--institution-icon-color);
}

/* Footer */
.form-footer {
  padding: 0px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

/* Buttons */
.btn-outline {
  border: 1px solid #d8b4fe;
  color: #8C60FF;
  background: transparent;
  padding: 10px 16px;
  border-radius: 8px;
  transition: 0.2s;
}

.btn-outline:hover {
  background: #f3e8ff;
}

.btn-primary {
  background: #8C60FF;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  transition: 0.2s;
}

.btn-primary:hover {
  background: #7a4ef5;
}

/* Links */
.form-footer a {
  color: #8C60FF;
  text-decoration: none;
}

.form-footer a:hover {
  text-decoration: underline;
}

.border_bottom {
  border-bottom: 1px solid #B2C7E2;
}

.institute-input-container {
  width: 100%;
  border: 1px solid var(--input-border-color);
  display: flex;
  background-color: var(--input-bg);
  padding: 12px 12px;
  border-radius: 8px;
  overflow: hidden;
}

.institute-input-container i {
  font-size: 20px;
  color: var(--input-icon-color);
}

.institute-input-container:focus-within {
  border-color: var(--border-color);
}

.institute-input-container .input_box::placeholder {
  color: var(--placeholder-color);
  font-weight: 500;
}

.institute-input-container input {
  border: none;
  color: var(--placeholder-color);
  font-weight: 500;
  outline: none;
  flex: 1;
  background: transparent;
}

.institute-input-container .select_box {
  width: 100%;
  border: none;
  color: var(--placeholder-color);
  font-weight: 500;
  background-color: var(--input-bg);
  border-radius: 10px;
}



.institute-input-container .select_box:focus {
  border: none;
  outline: none;
}

.institute-input-container .textarea_box {
  width: 100%;
  border: none;
  background-color: var(--input-bg);
  color: var(--placeholder-color);
}

.institute-input-container .textarea_box:focus {
  outline: none;
  border: none;
}

@media (min-width:768px) and (max-width:992px) {
  .institution-banner__description {
    font-size: 16px;
    padding: 5px;
  }

  .container {
    max-width: 900px !important;
  }
}

@media (max-width:576px) {
  .institution-banner__icon {
    margin-left: 0px;
  }

  .institution-banner__icon {
    min-width: 54px;
    height: 54px;
    margin-left: 12px;

  }

  .institution-banner__icon i {
    font-size: 27px;
  }

  .institution-banner__title {
    font-size: 23px;
  }

  .institution-banner__description {
    font-size: 15px;
  }

  .form-section {
    padding: 18px 10px;
  }

  .form-footer {
    padding: 0px 10px;
  }

  .form-container-bottom {
    padding: 15px 16px !important;
  }
}

/* ----------------------------------------------
job post css start
-------------------------------------------------*/

.form-section__subtittle {
  font-size: 15px;
  padding-left: 38px;
  color: var(--placeholder-color);
}

.form-container-bottom {
  background: var(--login-bg);
  padding: 15px 31px;
  border-radius: 10px;
}

.input-helper-text {
  color: #FF7438;
}

.step-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  border-radius: 20px;
  color: #fff;
}

/* STEP ITEM */
.step-item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.step-item span {
  font-size: 15px;
  font-weight: 500;
  color: var(--placeholder-color);
}

/* CIRCLE */
.step-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: 2px solid var(--placeholder-color);
  color: var(--placeholder-color);
}

/* ACTIVE STEP */
.step-item.active .step-circle {
  background-color: #B249F8;
  border: none;
  color: #ffffff;
}

.step-item.active span {
  color: var(--placeholder-color);
}

/* CONNECTING LINE */
.step-line {
  flex: 1 1 auto;
  height: 2px;
  border-top: 2px dashed var(--placeholder-color);
  margin: 0 15px;
}

.step-line.active {
  border-color: #B249F8;
}

@media(max-width:575px) {

  .step-wrapper {
    overflow-x: scroll;
  }

  .step-circle {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .step-item span {
    font-size: 13px;
  }
}

/* --------------------------------
create profile page  css start
-----------------------------------*/
.input-profile-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


.progress-container {
  width: 55px;
  height: 55px;
}

.progress-circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#33c39f 0% 65%,
      #e6e6e6 65% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* inner circle (smaller than container) */
.progress-circle::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: #eef2f7;
  border-radius: 50%;
}

/* text */
.progress-text {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #2d3748;
}

.profile_card {
  width: 165px;
  background: var(--color-navbar-bg);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.profile-circle {
  width: 45px;
  height: 45px;
  background: #cfd3df;
  border-radius: 50%;
  margin: 0 auto 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.profile-circle i {
  font-size: 15px;
  color: #ffffff;
}

.title {
  font-size: 14px;
  color: var(--placeholder-color);
  margin-bottom: 15px;
}


.choices__inner {
  background-color: var(--input-bg) !important;
  border-radius: 6px;
  border: none;
  color: #fff;
  width: 78vw;
}

.choices__list--multiple .choices__item {
  background-color: #596579;
  border: none;
  border-radius: 5px !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  /* background-color: #596579; */
  /* color: white; */
}

.choices__input {
  background: transparent !important;
  color: #fff;
}


@media(max-width:575px) {
  .input-profile-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .mt_r {
    top: -60px !important;
  }
}

@media(min-width:576px) and (max-width:992px) {
  .input-profile-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/*-------------------------------
 employ dashboard 
 ---------------------------------*/

/* Dashboard Layout */

.bg-full {
  background-color: var(--color-employ-dash-bg);
}

.dashboard {
  padding: 20px 0px;

}

/* Header */
.dashboard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.dashboard__title {
  margin: 0px;
  font-size: 23px;
  font-weight: 700;
  color: var(--heading-title);
}

.dashboard__subtitle {
  margin: 5px 0 0;
  color: var(--placeholder-color);
  font-size: 15px;
}

/* Role Toggle */
.role-toggle {
  background: var(--role-card-bg);
  padding: 8px;
  border-radius: 10px;
}

.role-toggle__btn {
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  background: #B249F833;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #B249F8;
  color: #B249F8;
}

.role-toggle__btn--active {
  color: #FFF;
  background-color: #B249F8;
}

/* Cards Grid */
.dashboard__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Base Card */
.dashboard-card {
  background: var(--input-bg);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--input-border-color);
}

/* Card Content */
.dashboard-card__title {
  margin: 0;
  font-size: 15px;
  color: var(--dashboard-card-subtitle);
}

.dashboard-card__value {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--heading-title);
}

.dashboard-card__meta {
  font-size: 15px;
  color: #09BBC7;
}

/* Icon Base */
.dashboard-card__icon i {
  opacity: 0.4;
  font-size: 28px;
}

/* Variants */
.dashboard-card--jobs .dashboard-card__icon i {
  color: #a855f7;
}

.dashboard-card--applications .dashboard-card__icon i {
  color: #fb923c;
}

.dashboard-card--satisfied .dashboard-card__icon i {
  color: #34d399;
}

.dashboard-card--views .dashboard-card__icon i {

  color: #facc15;
}

/* Responsive */
@media (max-width: 992px) {
  .dashboard__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .dashboard__cards {
    grid-template-columns: 1fr;
  }
}

/* Card */
.sidebar-card {
  width: 100%;
  background: var(--input-bg);
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Menu */
.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-menu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-employ-dash-bg);
  padding: 12px 15px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--placeholder-color);
  font-size: 15px;
  transition: 0.3s;
}


/* Active */
.sidebar-menu__item--active {
  background: var(--sidebar-active-text);
  color: var(--upload_container-bg);
  font-weight: 500;
}

.arrow {
  font-size: 16px;
}


.border_right-container {
  border: 1px solid var(--input-border-color);
  background: var(--role-card-bg);
}

/* Profile Section */
.sidebar-profile {
  text-align: center;
  margin-top: 25px;
}

/* Icon Circle */

.profile_circle {
  background: conic-gradient(#33c39f 0% 65%, #26C49E33 65% 100%);
}

.profile_circle_text {
  background: #26C49E33;
  border-radius: 50%;
  padding: 7px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #26C49E;
}

.profile_circle_text i {
  color: #26C49E;
}

/* Text */
.profile-text {
  font-size: 16px;
  color: var(--sidebar-profile-text);
  margin-bottom: 15px;
  line-height: 18px;
  margin-top: 10px;
}

/* Buttons */
.btn-outline-sidebar {
  width: 100%;
  padding: 10px;
  border: 1px solid #B249F833;
  border-radius: 8px;
  background: var(--sidebar-btn-transparent);
  color: var(--sidebar-btn-text);
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary-sidebar {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #B249F8;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

/*right Section */

/* Header */
.jobs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.jobs-title{
  margin: 0;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--heading-title);
  position: relative;
  padding-left:10px;
}

/* Actions */
.jobs-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Search */
.search-box {
  position: relative;
}

.search-box input {
  padding: 8px 30px 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--input-border-color);
  background: var(--input-bg);
  outline: none;
}

.search-box input::placeholder {
  color: var(--dashboard-card-subtitle);
}

.search-box span {
  position: absolute;
  right: 8px;
  top: 10px;
}

.search-box span i {
  color: var(--dashboard-card-subtitle);
  font-size: 16px;
}

/* Buttons */
.btn-filter {
  padding: 8px 12px;
  border: 1px solid var(--input-border-color);
  background: var(--input-bg);
  color: var(--dashboard-card-subtitle);
  border-radius: 8px;
  cursor: pointer;
}

.btn-filter i {
  color: var(--dashboard-card-subtitle);
}

/* Grid */
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

/* Card */
.job-card {
  background: var(--upload_container-bg);
  border-radius: 12px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

/* Text */
.job-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--job-card-text);
}

.applications {
  color: #09BBC7;
  font-size: 15px;
  margin-top: 5px;
}

/* Meta */
.job-meta {
  text-align: right;
}

.job-meta small {
  display: block;
  margin-top: 10px;
  color: var(--placeholder-color);
  font-size: 12px;
}

/* Badge */
.badge {
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 12px;
}

.badge.active {
  background: #d1fae5;
  color: #10b981;
}

.badge.closing {
  background: #ffe4d6;
  color: #f97316;
}

/* Highlight Card */
.job-card--highlight {
  border: 1px solid #a855f7;
  overflow: hidden;
}

.job-card--highlight h3 {
  color: #7c3aed;
}

.js-card {
  background: var(--upload_container-bg);
  border-radius: 12px;
  padding: 15px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}


.shadow-light{
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}

/* User icon */
.js-user-icon-container {
  width: 45px;
  height: 45px;
  background: #26C49E33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #26C49E;
  font-size: 18px;
}

/* Content */
.js-content .title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-title);
}

.js-content .subtitle {
  margin: 0;
  font-size: 15px;
  color: var(--job-card-text);
}

/* Right badge alignment fix */
.js-right {
  display: flex;
  align-items: flex-start;
}

/* Meta list */
.js-card ul {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  color: var(--job-card-text);
}

.js-card ul li i {
  margin-right: 5px;
  font-size: 15px;
}

/* Skills */
.skills-container {
  flex-wrap: wrap;
  gap: 8px;
}

.skills-container p {
  background: var(--skill-card-bg);
  color: var(--skill-card-text);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  margin: 0;
}

/* Border bottom */
.broder_bottom {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* Buttons 50-50 */
.js-card .d-flex:last-child {
  gap: 10px;
}

.js-card .d-flex:last-child button {
  width: 50%;
}


.pipline-gird {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.applied {
  padding: 12px 15px;
}

/* Text + icon alignment */
.applied p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--placeholder-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  /* IMPORTANT */
}

.applied p i {
  font-size: 10px;

  position: relative;
  top: 1px;

}

.pipline-gird .applied:nth-child(1) p i {
  color: #26C49E;
}

.pipline-gird .applied:nth-child(2) p i {
  color: #FF7438;
}

.pipline-gird .applied:nth-child(3) p i {
  color: #E0B827;
}

.pipline-gird .applied:nth-child(4) p i {
  color: #8C60FF;
}

/* Right number */
.applied h3 {
  margin: 0;
  font-size: 16px;
  color: var(--heading-title);
  font-weight: 700;
}

@media (max-width:576px) {
  .jobs-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .jobs-actions {
    flex-wrap: wrap;
    gap: 16px;
  }

  .jobs-header {
    flex-wrap: wrap;
    gap: 16px;
  }

  .dashboard__header {
    display: block;
  }

  .role-toggle {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .container-fluid {
    padding: 0;
  }
}


@media (min-width:575px) and (max-width:992px) {
  .js-content .title {
    font-size: 16px;
  }

  .js-content .subtitle {
    font-size: 12px;
  }

  .btn-outline-sidebar {
    font-size: 12px;
  }
}



/* ---------------------------------------------
skill dashboard
-----------------------------------------------*/

.aprove_overflow {
  height: 248px !important;
  overflow-y: scroll;
  scrollbar-width: none;
}

.enrollment-card {
  background: linear-gradient(135deg, #3DE7BC, #009475);
  color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
}

.enrollment-card__title {
  font-size: 31px;
  font-weight: 700;
}

.enrollment-card__subtitle_card {
  margin-top: 10px;
}

.enrollment-card__subtitle {
  font-size: 16px;
  margin: 0;
}

.enrollment-card__percent {
  font-size: 28px;
  font-weight: bold;
  margin: 5px 0;
}

.strip_bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.strip_bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 92%;
  /* percentage */
  background: #ffffff;
  border-radius: 10px;
}

.enrollemnt_botton_text {
  margin-top: 20px;
}

.enrollemnt_botton_text__content h5 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
}

.enrollemnt_botton_text__content p {
  margin: 0;
  font-size: 14px;
}


.pending-approval {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  margin: 10px 0px;
  border-radius: 10px;
  background: var(--upload_container-bg);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* LEFT ICON BOX */
.icon_container {
  width: 40px;
  height: 40px;
  background: #E0B82733;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.icon_container i {
  color: #E0B827;
  font-size: 16px;
}

/* CONTENT */
.pending_apoval_content {
  flex: 1;
}

.pending_apoval_content h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-title);
}

.pending_apoval_content p {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--placeholder-color);
}


@media (max-width:576px) {
  .fs_r_12 {
    font-size: 12px;
  }
}


/*===============================
   home page css
=================================*/

/* HERO */
.hero {
  height: 450px;
  background: url('../images/home-new_banner.png') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
}

.herobg-2 {
  background: url('../images/Banner.jpg') center/cover no-repeat;
}
.herobg-3 {
  background: url('../images/post_job-banner.png') center/cover no-repeat;
}
.herobg-4 {
  background: url('../images/Cources_ bg.png') center/cover no-repeat;
}

.course_card_bg {
    background-image: url('../images/bg_image_course.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.herobg-3::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hero-overlay {
  position: relative;
  max-width: 800px;
  color: #fff;
  padding-top: 80px;
}

.hero h1 {
  font-size: 42px;
  font-weight: 700;
}

.hero h1 span {
  color: #FFD900;
}

.hero p {
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.6;
  color: #B9C1D5;
}

/* BUTTONS */
.hero-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.Home-start-btn {
    border: none;
    padding: 7px 9px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background: #00913C;
    color: white;
}

.transparent_btn{
 color: #00913C;
  background: white;
}

.Home-signin-btn {
  border: none;
  padding: 11px 15px;
  border: 1px solid white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: #00913C33;
  color: white;
}

.signup {
  background: white;
  color: #00913C;
  border: 1px solid #00913C;
}

.btn {
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 5px;
}

.dark {
  background: #111;
  color: #fff;
}

/* DOTS */
.dots {
  margin-top: 20px;
}

.dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #aaa;
  border-radius: 50%;
  margin: 0 4px;
}

.dots .active {
  background: #7c3aed;
}

/* SEARCH WRAPPER */
.search-wrapper {
  text-align: center;
  position: relative;
  margin-top: -163px;
}

.wrapper-self_emploemtent {
  margin-top: -80px;
}

/* TABS */
.tabs {
  display: inline-flex;
  background: #fff;
  padding: 5px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  /* margin-bottom: -20px; */
  position: relative;
  z-index: 2;
}

.tab {
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
}

.tab.active {
  background: #7c3aed;
  color: #fff;
}

/* SEARCH CARD */

.search-car-top-content {
  display: flex;
  justify-content: space-between;
}

.search-car-top-content p {
  color: var(--heading-title);
  font-size: 19px;
  font-weight: 500;
}

.post_job_button {
  color: #FF5564;
  background: #FF556433;
  padding: 3px 9px;
  border-radius: 2px;
  border: none;
}

.dark-theme {
  background-color: var(--color-navbar-bg);
}


.search-card-container {
  background: var(--input-bg);
  width: 90%;
  box-shadow: 0px 12px 15px rgb(0 56 138 / 12%);
  max-width: 900px;
  margin: auto;
  border-radius: 14px;
  padding: 15px 20px;
  margin-bottom: 10px !important;
}

.search-card {
  margin: auto;
  padding: 5px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #B2C7E2;
}



.search-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--placeholder-color);
}

.divider {
  width: 1px;
  height: 33px;
  background: var(--placeholder-color);
}

/* INPUT */
.search-input-home {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}

.search-input-home i {
  color: var(--placeholder-color);
}

.search-input-home input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 13px;
  color: var(--placeholder-color);
  background: transparent;
}

.search-input-home input::placeholder {
  color: var(--placeholder-color);
}

.custom-select {
  position: relative;
  display: inline-block;
}

/* SELECT RESET */
.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  font-size: 13px;
  color: var(--placeholder-color);
  padding-right: 18px;
  cursor: pointer;
  padding-left: 10px;
}

/* REMOVE FOCUS BORDER */
.custom-select select:focus {
  outline: none;
}

/* CUSTOM DROPDOWN ICON */
.custom-select::after {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--placeholder-color);
  pointer-events: none;
}

/* BUTTON */
.search-btn {
  background: #09BBC7;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
}

/* NOTE */
.search-note {
  font-size: 14px;
  color: var(--placeholder-color);
  margin-top: 10px;
  margin-bottom: 0px;
}

/* process section start */

.process-section {
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.card-testimonal_bottom .tag {
  color: var(--heading-title);
  background: #FFD90033;
  font-size: 12px;
  font-weight: 600;
  border-radius: 17px;
  padding: 4px 13px;
  margin-bottom: 5px;
}

.about_list {
  list-style-type: none;
}

.about_list_item {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--heading-title);
}

.about_list_item_subtitle {
  font-size: 15px !important;
  white-space: nowrap;
  ;
}

.about_list_img {
  width: 30px;
  height: 30px;
}

.process-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* TABS */
.process-tabs {
  display: inline-flex;
  gap: 10px;
  background: #fff;
  padding: 6px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.process-tabs button {
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
}

.process-tabs .active {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #fff;
}

/* CURVE */
.curve {
  margin: 40px auto;
  max-width: 800px;
}

.curve img {
  width: 100%;
}

/* STEPS */
.steps {
  position: relative;
  display: flex;
  gap: 50px;
  /* max-width: 1043px; */
  margin: auto;
}

.number {
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 1px #cbd5e1;
  font-weight: 700;
}

/* POSITIONING (MATCH IMAGE) */
.step-1 {
  margin-top: -145px;
}

.step-2 {
  margin-top: -57px;
}

.step-3 {
  margin-top: 10px;
}

.step-4 {
  margin-top: -51px;
}

.step-5 {
  margin-top: -158px;
}

/* TEXT */
.step h4 {
  font-size: 14px;
  margin: 5px 0;
}

.step p {
  font-size: 12px;
  color: #666;
}

/* STATS */
.stats {
  margin-top: 40px;
  background: var(--color-topbar-bg);
  border-radius: 12px;
  padding: 25px;
  display: flex;
  justify-content: space-around;
  box-shadow: 0 16px 25px rgba(0, 0, 0, 0.1);
}

.stats h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--heading-title);
}

.stats p {
  font-size: 15px;
  color: var(--placeholder-color);
  font-weight: 600;
}

.job-section {
  background: var(--login-bg);
  position: relative;
  padding: 80px 0px;
}

.job-section::before {
  content: "";
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: url('../images/job_bg.png') no-repeat center center;
  background-size: cover;
}

/* .job-top-content{
  padding-top: 36px;
} */

.job_card_container {
  display: flex;
  gap: 15px;
  background: var(--color-navbar-bg);
  padding: 18px;
  border-radius: 12px;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* image circle */
.job_img_container {
  width: 50px;
  height: 43px;
  border-radius: 50%;
  background: #8C60FF1A;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px #8C60FF33;
}

/* icon */
.job_img_container i {
  font-size: 20px;
  color: #8C60FF;
}

/* icon */
.job_img_container img {
  width: 24px;
  position: relative;
  z-index: 1;
}

/* text */
.job-content-container h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-title);
}

.job-content-container p {
  margin: 0;
  font-size: 14px;
  color: var(--placeholder-color);
}

.job_card_container-bottom {
  background: var(--color-navbar-bg);
  border-radius: 10px;
}


.left_content_platform__title {
  color: var(--job_text-color);
  font-size: 18px;
  margin-bottom: 0px;
}

.left_content_platform__subtitle {
  color: var(--heading-title);
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 40px;

}

.left_content_platform__desc {
  color: var(--sidebar-profile-text);
  font-size: 17px;
}

.left_content_platform__btn--heading {
  color: #2B2224;
  font-size: 22px;
}

.store-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #1e1e23;
  color: #fff;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 9px;
  transition: 0.3s ease;
}

.store-btn i {
  font-size: 28px;
}

.store-btn .text span {
  font-size: 10px;
  opacity: 0.8;
  display: block;
}

.store-btn .text strong {
  font-size: 15px;
  font-weight: 600;
}

/* hover */
.store-btn:hover {
  background: #2a2a30;
  transform: translateY(-2px);
}

/* right section */
.find-job-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.find-job_card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #099D79;
  padding: 12px;
  border-radius: 10px;
}

.find-job_card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0
}

.job-card-content {
  flex: 1;
}

.job-card-content h2 {
  font-size: 18px;
  margin: 0 0 5px;
  color: var(--heading-title);
}

.job-card-content p {
  font-size: 13px;
  margin: 0;
  color: var(--placeholder-color);
}

.card-2-bg {
  background-color: #FF556433;
}

.card-3-bg {
  background-color: #8C60FF33;
}

.card-4-bg {
  background-color: #FF556433;
}

.card-5-bg {
  background-color: #00A8B333;
}

.card-6-bg {
  background-color: #CC33FF33;
}

/* SECTION BACKGROUND */
.ecosystem {
  padding: 80px 20px;
  text-align: center;
  background: url(../images/eco_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* HEADINGS */
.tag {
  color: #22c55e;
  font-size: 13px;
}

.ecosystem h2 {
  font-size: 28px;
  margin: 8px 0;
}

.sub {
  font-size: 13px;
  color: #555;
  margin-bottom: 40px;
}

/* GRID */
.eco-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

/* CARD */
.eco-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.eco-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.icon {
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.icon i {
  color: #22c55e;
  font-size: 18px;
}

/* TEXT */
.eco-card h4 {
  font-size: 14px;
  margin: 8px 0;
}

.eco-card p {
  font-size: 12px;
  color: #666;
}

/* BUTTONS */
.eco-buttons {
  margin-top: 30px;
}

.btn {
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 5px;
}

.primary {
  background: #7c3aed;
  color: #fff;
}

.light {
  background: #fff;
}

.post_job_container {
  /* padding: 0px 20px; */
  text-align: center;
  /* background: url(../images/Banner_post_job.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.post_job_container .tag {
  color: #22c55e;
  font-size: 13px;
}

.post_job_container h2 {
  margin-bottom: 30px;
}

/* CARD */
.post_job_card {
  background: var(--color-topbar-bg);
  padding: 20px;
  border-radius: 14px;
  text-align: left;
  box-shadow:
    0 0 0 1px #EDEEEF,
    0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.post_job_card:hover {
  transform: translateY(-5px);
}

.bg_post_light{
   background: var(--color-postcard-bg);
   border: 1px solid #26C49E;
}

/* TOP */
.job_top {
  align-items: center;
}

.company_name {
  font-size: 13px;
  font-weight: 600;
  color: var(--placeholder-color);
}

.company_name span {
  font-weight: 400;
  color: var(--placeholder-color);
  margin-left: 6px;
}

/* ICON */
.job-iconcontainer {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #26C49E33;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-iconcontainer i {
  color: #26C49E;
  font-size: 16px;
}

/* TITLE */
.job_title {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600;
  color: var(--heading-title);
}

/* SUBTITLE */
.job_subtitle {
  font-size: 11px;
  color: var(--heading-title);
}

.salary {
  font-weight: 600;
  margin-left: 10px;
  color: var(--heading-title);
}

/* ROW ALIGNMENT */
.skills-row {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* SKILLS GROUP */
.skills {
    display: flex;
    gap: 4px;
    overflow: scroll;
    white-space: nowrap;
    scrollbar-width: none;
}
.skills-btn {
    background: #80ddc733;
    color: #07745a;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.pacage-badge{
    background: #c3a62233;
    color: #c3a622;
    border: 1px solid #d4c687;
    padding: 4px 10px;
}

/* RIGHT ARROW BUTTON */
.arrow-btn {
  width: 36px;
  height: 36px;
  background: #B249F833;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.arrow-btn i {
  color: #B249F8;
  font-size: 14px;
}

.workspace-container {
  background: var(--login-bg);
  position: relative;
  padding: 50px 0px;
  /* padding: 70px 20px;
  text-align: center;
  background: url(../images/transform_workspace.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.workspace-container::before {
  content: "";
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: url(../images/transform_workspace.png) no-repeat center center;
  background-size: cover;
}


.left {
  flex: 1;
}

.left h2 {
  font-size: 25px;
  line-height: 1.4;
}

.left h2 span {
  color: #20c997;
}

.right {
  flex: 1.5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.right-bottom {
  flex: 1.5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-testimonal {
  background: var(--color-topbar-bg);
  padding: 15px;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}

.card-testimonal_bottom {
  background: var(--color-topbar-bg);
  padding: 15px;
  margin: 20px 0px;
  border-radius: 14px;
  box-shadow: 0 16px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}

.card-testimonal img,
.card-testimonal_bottom img {
  width: 91px;
  height: 86px;
  border-radius: 5px;
  object-fit: cover;
}

.card-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-title);
}

.card-content span {
  margin: 3px 0;
  font-size: 14px;
  font-weight: 500;
  color: #099D79;
}

.card-content p {
  margin: 3px 0;
  font-size: 14px;
  color: var(--placeholder-color);
}

.card-content-bottom {
  margin-top: 10px;
}

.card-content-bottom h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-title);
}

.card-content-bottom p {
  margin: 3px 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--placeholder-color);
}

.tag {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  background: #f1eadf;
}



/* simple-steps */
.simple-steps {
  padding: 20px 0 50px;
}

/* Wrapper */
.simple-steps-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;

}

/* Vertical line */
.simple-steps-line {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  padding-left: 24px;
  height: 100%;
}

.simple-steps-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  border-left: 2px dashed #7C4DFF;
}

/* Dots */
.simple-steps-dot {
  width: 12px;
  height: 12px;
  background: #7C4DFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.simple-steps-dot.top {
  top: -7px;
}

.simple-steps-dot.bottom {
  bottom: -7px;
  background: #fff;
  border: 3px solid #7C4DFF;
}

/* Content */
.simple-steps-content {
  width: 100%;
}

.simple-steps-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--heading-title);
}

.simple-steps-content p {
  margin: 8px 0 0;
  font-size: 14px;
  color: var(--placeholder-color);
}

/* Number */
.simple-steps-number {
  display: block;
  font-size: 70px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #7C4DFF;
}

.dot-line {
  height: 1px;
  width: 100%;
  border-top: 2px dotted #757E87;
  padding-bottom: 120px;
}

.m-top {
  display: none;
}

.bottom-touch {
  position: relative;
  bottom: -100%;
}

.upcoming-training {
  padding: 80px 0 80px;
}

@media(max-width:1199px) {
  .simple-steps-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .simple-steps-dot.bottom {
    display: none;
  }

  .m-top {
    display: block;
  }

  .w-top {
    display: none;
  }

  .bottom-touch {
    bottom: auto;
  }

  .simple-steps-content p {
    padding-bottom: 24px;
  }

  .dot-line {
    display: none;
  }
}


/* evnet section */

.event-card-x1 {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: var(--color-topbar-bg);
  border-radius: 12px;
  max-width: 600px;
  box-shadow: 0px 16px 25px rgba(0, 0, 0, 0.1);
}

/* image */
.event-card-x1__img img {
  width: 120px;
  height: 154px;
  object-fit: cover;
  border-radius: 10px;
}

/* content */
.event-card-x1__content {
  flex: 1;
}

/* tag */
.event-card-x1__tag {
  font-size: 12px;
  color: var(--sidebar-profile-text);
  display: block;
  margin-bottom: 4px;
}

/* title */
.event-card-x1__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--heading-title);
}

/* date */
.event-card-x1__date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #7c3aed;
  font-weight: 600;
  margin-bottom: 8px;
}

.event-card-x1__date i {
  font-size: 14px;
}

/* description */
.event-card-x1__desc {
  font-size: 13px;
  color: var(--placeholder-color);
  margin-bottom: 10px;
}

/* link */
.event-card-x1__link {
  font-size: 14px;
  font-weight: 500;
  color: #16a34a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.event-card-x1__link:hover {
  text-decoration: underline;
}
















/*========================================
Self employment service css start
==========================================*/
.home_service_banner {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  gap: 16px;
  height: 200px;
  background-image: url(../images/institute_bg.png),
    linear-gradient(to right, var(--login-bg), var(--login-bg));
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom right,
}

.home_service_banner_content h4 {
  font-size: 30px;
  font-weight: 700;
  color: var(--heading-title);
}

.home_service_banner_content p {
  color: var(--sidebar-profile-text);
  margin-bottom: 0px;
  font-size: 16px;
}


.bacground_color {
  background-color: var(--background-self);
}

.trasnform_top {
  transform: translateY(-50%);
}

.scroll-card_container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-scroll {
  /* width: 1320px;
  overflow-x: scroll */
}

.fre-reg-contant img{
    padding-top: 160px;
}

@media (min-width: 576px) and (max-width: 768px) {
    .custom-scroll {
        width: 685px;
    }
}

@media (min-width: 769px) and (max-width:1200px) {
    .custom-scroll {
        width: 961px;
    }
}

@media (max-width: 576px) {
    .custom-scroll {
        width: 350px;
    }
}


#style-16::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: 26C49E33;
  border-radius: 10px;
  cursor: pointer;
}

#style-16::-webkit-scrollbar {
  height: 5px;
  background-color: #26C49E33;
  border-radius: 10px;
}

#style-16::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #26C49E;
  cursor: pointer;
}


.custom-scroll-service {
  height: 1487px;
  overflow-y: auto
}

.custom-scroll-jobcard{
  height:1487px;
  overflow-y: auto;
  overflow-x: hidden;
}


#style-17::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #26C49E33;
  border-radius: 10px;
  cursor: pointer;
}

#style-17::-webkit-scrollbar {
  /* height: 10px; */
  width: 5px;
  background-color: #E4ECF7;
  border-radius: 10px;
}

#style-17::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b249f8;
  cursor: pointer;
}


#style-15::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #26C49E33;
  border-radius: 10px;
  cursor: pointer;
}

#style-15::-webkit-scrollbar {
  /* height: 10px; */
  width: 5px;
  background-color: #E4ECF7;
  border-radius: 10px;
}

#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #09BBC733;
  cursor: pointer;
}

.service-card {
  width: 165px;
  min-height: 150px;
  border-radius: 22px;
  padding: 12px;
  text-align: center;
  position: relative;
  background: #ebf4fd;
  overflow: hidden;
  /* margin-bottom: 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
.service-card:hover {
  border: 2px solid #63a4ed;
}
.searchmap{
  display: inline-block;
  border: 1px solid #d1d1d1;
  padding: 6px 12px;
  border-radius: 20px;
  margin-top: 10px;
  background: #f3f3f3;
  box-shadow: 0 4px 20px 0 #d1d1d130;
}
/* TOP LEFT GLOW */
.service-card::before {
  /* content: ""; */
  position: absolute;
  top: -40px;
  left: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(38, 196, 158, 0.35) 0%, transparent 70%);
  z-index: 0;
}

/* BOTTOM RIGHT GLOW */
.service-card::after {
  /* content: ""; */
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(38, 196, 158, 0.25) 0%, transparent 70%);
  z-index: 0;
}

/* CONTENT */
.service-card img {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-weight: 500;
    width: 40px;
}

.service-card h4 {
  font-size: 16px;
  color: var(--heading-title);
  position: relative;
  z-index: 2;
}

/* 6 color cycle */
/* GREEN */
/* .scroll-card_container a:nth-child(6n+1) .service-card {
  background: #26C49E1A;
  border: 1px solid #26c49e;
} */

/* .scroll-card_container a:nth-child(6n+1) .service-card::before {
  background: radial-gradient(circle, rgba(38, 196, 158, 0.35), transparent 70%);

} */

/* .scroll-card_container a:nth-child(6n+1) .service-card::after {
  background: radial-gradient(circle, rgba(38, 196, 158, 0.25), transparent 70%);
} */

/* YELLOW */
/* .scroll-card_container a:nth-child(6n+2) .service-card {
  background: #E0B8271A;
    border: 1px solid #E0B827;;
} */

/* .scroll-card_container a:nth-child(6n+2) .service-card::before {
  background: radial-gradient(circle, rgba(255, 193, 7, 0.35), transparent 70%);
} */

/* .scroll-card_container a:nth-child(6n+2) .service-card::after {
  background: radial-gradient(circle, rgba(255, 193, 7, 0.25), transparent 70%);
} */

/* PURPLE */
/* .scroll-card_container a:nth-child(6n+3) .service-card {
  background: #8C60FF1A;
    border: 1px solid #8C60FF;;
} */

/* .scroll-card_container a:nth-child(6n+3) .service-card::before {
  background: radial-gradient(circle, rgba(140, 96, 255, 0.35), transparent 70%);
} */

/* .scroll-card_container a:nth-child(6n+3) .service-card::after {
  background: radial-gradient(circle, rgba(140, 96, 255, 0.25), transparent 70%);
} */

/* RED */
/* .scroll-card_container a:nth-child(6n+4) .service-card {
  background: #FF55641A;
    border: 1px solid #FF5564;
} */

/* .scroll-card_container a:nth-child(6n+4) .service-card::before {
  background: radial-gradient(circle, rgba(255, 85, 100, 0.35), transparent 70%);
} */
/* 
.scroll-card_container a:nth-child(6n+4) .service-card::after {
  background: radial-gradient(circle, rgba(255, 85, 100, 0.25), transparent 70%);
} */

/* CYAN */
/* .scroll-card_container a:nth-child(6n+5) .service-card {
  background: #09BBC71A;
    border: 1px solid #09BBC7;;
} */

/* .scroll-card_container a:nth-child(6n+5) .service-card::before {
  background: radial-gradient(circle, rgba(9, 187, 199, 0.35), transparent 70%);
} */

/* .scroll-card_container a:nth-child(6n+5) .service-card::after {
  background: radial-gradient(circle, rgba(9, 187, 199, 0.25), transparent 70%);
} */

/* ORANGE */
/* .scroll-card_container a:nth-child(6n) .service-card {
  background: #FF74381A;
    border: 1px solid #FF7438;;
} */

/* .scroll-card_container a:nth-child(6n) .service-card::before {
  background: radial-gradient(circle, rgba(255, 116, 56, 0.35), transparent 70%);
} */

/* .scroll-card_container a:nth-child(6n) .service-card::after {
  background: radial-gradient(circle, rgba(255, 116, 56, 0.25), transparent 70%);
} */

.service_left_card_container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.service-left-card {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: center;
    background-color: var(--input-bg);
    /* background: linear-gradient(135deg, #ffffff, #f8fbff); */
    padding: 18px;
    border-radius: 22px;
    border: 1px solid #e7ecff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);

    width: 100%;
    min-height: 150px;

    /* KEEP HIDDEN */
    overflow: hidden;

    transition: 0.35s ease;
    z-index: 1;
}

.service-right_content small{
  color: var(--heading-title);
}

/* TOP DECORATION */
.service-left-card::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(99, 102, 241, 0.08);
    border-radius: 50%;
    top: -70px;
    right: -50px;
    z-index: 0;
}

/* BOTTOM DECORATION */
.service-left-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(34, 197, 94, 0.08);
    border-radius: 50%;
    bottom: -40px;
    left: -20px;
    z-index: 0;
}

/* hover */
.service-left-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border-color: #cfd8ff;
}

.popular_service_title h5 {
  color: var(--heading-title);
  display: flex;
  align-items: center;
}

/* content */
.service-right_content {
  flex: 1;
}

.service-right_content h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px;
  color: var(--heading-title);
}

/* rating row */
.rating {
  font-size: 13px;
  color: var(--heading-title);
  display: flex;
  align-items: center;
  gap: 6px;
}

.star {
  color: #fbbf24;
  font-size: 14px;
}

.dot i {
  margin: 0 4px;
  color: #10b981;
}

.instant {
  color: var(--heading-title);
  font-weight: 500;
}

/* price */
.amount {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-title);
}

.amount del {
  font-size: 13px;
  color: var(--placeholder-color);
  margin-left: 6px;
}

.furniture_bnner_container {
  padding: 50px;
  background: url(../images/furniture_accessories.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.bg-img2 {
  background: url(../images/banner_second.png);
}

.furniture_bnner_container h2 {
  font-weight: 700;
  font-size: 35px;
}

.furniture_bnner_container p {
  width: 471px;
  font-size: 16px;
}

.furniture_bnner_container .img-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid white;
}

.testimonal_bnner_img {
  width: 30px;
  height: 30px;
}

.img_parent {
  display: flex;
  gap: 0;
}


/* Section */
.tsp-section {
  padding: 40px 0;
  /* background: #f5f7fb; */
  font-family: Arial, sans-serif;
}

/* Container */
.tsp-container {
  width: 100%;
  margin: auto;
  position: relative;
  /* IMPORTANT for nav alignment */
}

/* Header */
.tsp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.tsp-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--heading-title);
}

.tsp-filter {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* Slider (FIXED) */
.tsp-slider {
  padding: 0 10px;
  /* space so cards don't stick */
}

/* Card */
.tsp-card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.tsp-card:hover {
  transform: translateY(-5px);
}

/* Top */
.tsp-card-top {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tsp-card-top span {
  font-size: 32px;
  font-weight: bold;
  opacity: 0.7;
}

/* Colors */
.tsp-bg-green {
  background: #d6f5ee;
  color: #16a085;
}

.tsp-bg-purple {
  background: #ece3ff;
  color: #7d5fff;
}

.tsp-bg-yellow {
  background: #fff4d6;
  color: #c9a100;
}

.tsp-bg-pink {
  background: #ffe3e6;
  color: #ff5c5c;
}

/* Body */
.tsp-card-body {
  padding: 15px;
  text-align: center;
}

.tsp-rating {
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
}

.tsp-name {
  font-size: 16px;
  margin: 5px 0;
}

.tsp-role {
  font-size: 12px;
  color: #999;
}

/* Button */
.tsp-viewall {
  text-align: center;
  margin-top: 25px;
}

.tsp-btn {
  background: #1abc9c;
  border: none;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.tsp-btn:hover {
  background: #16a085;
}


.traing-slider .owl-nav {
  position: absolute;
  top: -14%;
  right: 33px;
  gap: 13px;
  display: flex;
  pointer-events: none;
}

/* Buttons */
.traing-slider .owl-nav button {
  pointer-events: all;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #eaf7f5 !important;
  color: #1abc9c !important;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Hover */
.traing-slider .owl-nav button:hover {
  background: #1abc9c !important;
  color: #fff !important;
}

/* Optional: hide dots */
.traing-slider .owl-dots {
  display: none;
}

.tsp-slider .owl-nav {
  position: absolute;
  top: 45%;
  left: -40px;
  right: -40px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

/* Buttons */
.tsp-slider .owl-nav button {
  pointer-events: all;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #eaf7f5 !important;
  color: #1abc9c !important;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Hover */
.tsp-slider .owl-nav button:hover {
  background: #1abc9c !important;
  color: #fff !important;
}

/* Optional: hide dots */
.tsp-slider .owl-dots {
  display: none;
}

.bg_light {
  background: var(--service-section-bg);
  position: relative;
  /* IMPORTANT */
}

.bottom_img {
  color: var(--image-color-bg);
}

.owl-carousel .owl-nav.disabled {
  display: flex !important;
}

@media (max-width:575px) {
  .tsp-slider .owl-nav {
    left: -5px;
    right: -5px;
  }
}


/*  */
.landing-modal-body {
  /* position: relative; */
}

.landing-modal-body::before {
  content: '';
  position: absolute;
  top: 93px;
  width: 50%;
  height: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/landing-top-shade.png);
  background-position: center;
  background-size: cover;
}

.landing-modal-body::after {
  content: '';
  position: absolute;
  bottom: -28%;
  width: 50%;
  height: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/landing-bottom-shade.png);
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.ztop {
  position: relative;
  z-index: 1;
}

.job-banner-area {
  display: table;
  width: 100%;
}

.job-banner-area:hover .job-btn {
  background: #00E262;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-modal {
  position: relative;
  padding-top: 24px;
  text-align: center;
}
.landing-modal img {
  max-width: 175px;
  border-radius: 12px;
}

.landing-modal h1 {
  font-size: 28px;
  font-weight: 600;
  color: #1B2232;
}

.landing-modal p {
  font-size: 18px;
  font-weight: 500;
  color: #48536E;
}

.job-banner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-height: 220px;
  margin-bottom: 24px;
}

.job-banner img {
  width: 100%;
  object-fit: cover;
}

.job-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
  display: flex;
  align-items: end;
  padding: 16px 60px 16px 16px;
}

.job-content {
  color: #fff;
  max-width: 500px;
}

.job-content h2 {
  font-size: 20px;
  font-weight: 700;
}

.job-content p {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 0;
}

.job-btn {
  position: absolute;
  right: 12px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #00E262;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00E262;
  font-size: 20px;
  transition: 0.3s;
}

.job-btn:hover {
  background: #00E262;
  color: #fff;
}

.landing-modal-banner {
  color: #099D79;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Smooth base transition */
.job-banner img,
.job-overlay,
.job-btn {
  transition: all 0.4s ease;
}

/* Image zoom effect */
.job-banner-area:hover .job-banner img {
  transform: scale(1.08);
}

/* Overlay gradient animation */
.job-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}

.job-banner-area:hover .job-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.2));
}

/* Button animation (slide + scale) */
.job-btn {
  opacity: 0.8;
}

.job-banner-area:hover .job-btn {
  opacity: 1;
  background: #00E262;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 226, 98, 0.4);
}

/* Top Service Provider near you */
/* CARD */
.repair-card {
    width: 100%;
    /* background: linear-gradient(135deg, #ffffff, #f8fbff); */
    border-radius: 24px;
    overflow: hidden;
    padding: 18px;
    border: 1px solid #e7ecff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    transition: all 0.35s ease;
    position: relative;
    z-index: 1;
}

/* DECORATIVE EFFECT */
.repair-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(34, 197, 94, 0.06);
    border-radius: 50%;
    top: -90px;
    right: -70px;
    z-index: 0;
}

.repair-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(59, 130, 246, 0.06);
    border-radius: 50%;
    bottom: -60px;
    left: -40px;
    z-index: 0;
}

/* CONTENT ABOVE BG EFFECT */
.repair-card > * {
    position: relative;
    z-index: 2;
}

/* HOVER */
.repair-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
    border-color: #d7e1ff;
}

/* TOP SECTION */
.repair-card-top {
    position: relative;
    height: 230px;
    border-radius: 20px;
    background: linear-gradient(135deg, #eefbf5, #f4f8ff);
    overflow: hidden;
    padding: 18px;
}

/* INNER EFFECT */
.repair-card-top::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(34, 197, 94, 0.08);
    border-radius: 50%;
    top: -70px;
    right: -50px;
}

.repair-card-top::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(99, 102, 241, 0.08);
    border-radius: 50%;
    bottom: -40px;
    left: -30px;
}

/* large blur user icon */
.user-bg-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: 700;
  color: #7f56f2;
  z-index: 2;
}

.repair-card-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #2b2b2b;
  z-index: 3;
}

.rating1 span {
  color: #f4b400;
}

.distance {
  color: var(--color-brand-primary);
}

.service-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}

.repair-card-content {
  position: relative;
  text-align: center;
  padding-top: 36px;
}

.repair-card-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-brand-primary);
}

.repair-card-content p {
  margin-top: 10px;
  color: var(--color-text-secondary);
  font-size: 16px;
}

.usercardbg {
  width: 176px;
  height: 176px;
  background: url(images/usercard.png);
  margin: 12px auto;
  display: flex;
  font-size: 60px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

.rating1 {
  font-size: 13px;
  color: var(--heading-title);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.repair-card.repair-card-1 .repair-card-top {
  background: #099d7915;
  color: #099d79;
}

.repair-card.repair-card-2 .repair-card-top {
  background: #8c60ff15;
  color: #8c60ff;
}

.repair-card.repair-card-3 .repair-card-top {
  background: #ffd90015;
  color: #ffd900;
}

.repair-card.repair-card-4 .repair-card-top {
  background: #ff556415;
  color: #ff5564;
}

.tsp-slider.owl-carousel .owl-item {
  padding: 16px;
}

.tsp-section {
  background: var(--tsp-section);
  background-color: var(--tsp-section1);
  background-position: center;
  background-size: 100%;
}

.hpw-to-book {
  background: var(--hpw-to-book);
  background-position: top, left;
  background-size: 100%;
  background-repeat: no-repeat;

}

.b_service_section {
  background: var(--background-self);
}

.desc {
  color: var(--color-text-secondary);
}

.about_list_img {
  filter: var(--about_list_img);
}

.fre-reg-contant {
  position: relative;
  width: 100%;
  bottom: 48px;
}


.free-reg{
background: url(../images/free-reg-bg.png);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

@media(max-width:768px) {
  .landing-modal-body::before {
    width: 100%;
  }

  .landing-modal-body::after {
    display: none;
  }

  .job-banner {
    max-height: inherit;
  }
}



/* ===================================================
RESPONSIVE
======================================================= */

@media(max-width:1024px){
   .left_content_platform__subtitle{
    font-size: 20px;
   }
   .fre-reg-contant{
        bottom: 24px;
   }
   .fre-reg-contant img{
        width: 100px;
        padding-top: 36px;
   }
  .furniture_bnner_container p {
    width: 100%;
  }
  .furniture_bnner_container{
    padding: 24px;
  }
}
@media(max-width:1024px) {
  .eco-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:600px) {
  .eco-grid {
    grid-template-columns: 1fr;
  }
}

/* RESPONSIVE */
@media(max-width:768px) {

  .hero h1 {
    font-size: 28px;
  }

  .search-card {
    flex-direction: column;
    align-items: stretch;
  }

  .divider {
    display: none;
  }

  .steps {
    position: static;
  }

  .step {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .stats {
    flex-direction: column;
    gap: 15px;
  }

  .right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .right-bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .card-testimonal_bottom{
        margin: 10px 0px 0px 0px;
  }

  .find-job-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .search-car-top-content {
    display: block;
  }

  .search-wrapper {
    text-align: center;
    transform: translateY(0%);
  }

  .search-card-container{
    width: 100%;
  }

  .service_left_card_container{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .tsp-header{
    display: block;
  }

  .hpw-to-book{
    height: 200px !important;
  }
}




/*-------------------------------------------------------
skill provider css start
-------------------------------------------------------------- */
.training_hero_btn_container {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
  max-width: 100%;
}

.training_hero_btn {
  background: #8b889880;
  color: #72B6FF;
  border: none;
  padding: 7px 12px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.training_hero_btn span {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #72B6FF;
  border-radius: 150%;
}


/*-----------------------------------------------------------
training css start
-------------------------------------------------------------- */

/*-----------------------------------------------------------
job result css start
-------------------------------------------------------------- */

.job_result_banner {
  height: 120px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #82bdf8 0%, #d8e8f1 45%, #ecb59d 100%);

}

/* PNG overlay */
.job_result_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/_Group_.png);
    background-size: cover;
    opacity: 0.1;
    background-position: right;
    background-repeat: no-repeat;
    pointer-events: none;
}

.job_post_left_side_content_container{
  display: flex;
  gap: 82px;
}

.job_post_left_side_content{
display: flex;
justify-content: center;
align-items: center;
gap: 14px;
font-size: 19px;
color: var(--placeholder-color);
}


.job_post_left_side_content span{
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #00913C;
  border-radius: 50%;
}

.distance-tabs {
    display: inline-flex;
    border: 2px solid #b8c7e0;
    border-radius: 8px;
    overflow: hidden;
    font-family: sans-serif;
}

.distance-tabs button {
    padding: 6px 15px;
    border: none;
    background: transparent;
    color: var(--sidebar-profile-text);
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s ease;
}

.distance-tabs button:not(:last-child) {
  border-right: 2px solid #b8c7e0;
}

.distance-tabs button.active {
  background: #0a8f3c;
  color: #fff;
}

.skill_banner {
    background: url(../images/Mask_group.png) no-repeat center / cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding: 60px 20px;
    position: relative;
        height: 530px;
}

/* Optional overlay for better readability */
.skill_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.skill_banner-content {
  position: relative; /* bring above overlay */
  max-width: 700px;
  width: 100%;
}

.skill_banner-content h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.skill_banner-content p {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 20px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}


.bg_gray{
  background-color: #5B586926;
  color: var(--placeholder-color);
}

.save-btn{
    border: none;
    padding: 10px 30px;
    background: #fff;
    border-radius: 6px;
}

.our-expert{
  background: url(../images/expert.png);
}
.expert-card {
    background: #f3f5f9;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
 
.expert-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}
 
/* Avatar */
.expert-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e6;
    border: 3px solid;
}
 
.expert-avatar span {
    font-size: 26px;
    font-weight: 700;
}
 
/* Text */
.expert-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1b2232;
}
 
.role {
    font-size: 14px;
    color: #5a6b82;
    margin-bottom: 10px;
}
 
.desc {
    font-size: 13px;
    color: #6c7a92;
    margin-bottom: 20px;
}
 
/* Button */
.expert-btn {
    background: #cfe5da;
    color: #1fa37c;
    padding: 10px;
    border-radius: 12px;
    font-weight: 600;
    display: block;
}
 
.expert-btn:hover {
    background: #1fa37c;
    color: #fff;
}
 
/* Color Variants */
.orange .expert-avatar {
    border-color: #ff7a3d;
}
.orange .expert-avatar span {
    color: #ff7a3d;
}
 
.red .expert-avatar {
    border-color: #ff3d3d;
}
.red .expert-avatar span {
    color: #ff3d3d;
}
 
.teal .expert-avatar {
    border-color: #1fa37c;
}
.teal .expert-avatar span {
    color: #1fa37c;
}
 
.purple .expert-avatar {
    border-color: #c94dff;
}
.purple .expert-avatar span {
    color: #c94dff;
}
.expert-start-btn {
  border: none;
  padding: 11px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: #FFD900;
  color: 1B2232;
}
.about-company{
  border-radius: 8px;
  background-color: #EEF2FB;
  padding: 20px;
}
.job_description{
  color: #56627E;
}
.Req_description{
  color: #56627E;
}
.Others_Specifications{
  color: #56627E;
}
.Others_Specifications span{
  color: var(--color-text-primary);
}
.key-skill .badge{
  background: #5B586915;
  font-size: var(--font-size);
  color: #5B5869;
  font-weight: 500;
}
/* Job search */
/* Card */
.job-card {
    background: var(--color-topbar-bg);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
    flex-direction: column;
}
 
.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
 
/* Avatar */
.job-card-avatar {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
 
.job-card-avatar.green {
  background: #1fa37c15;
  color: #1fa37c;
}
.job-card-avatar.purple {
  background: #9b59b615;
  color: #9b59b6;
}
.job-card-avatar.orange {
  background: #ff7a3d15;
  color: #ff7a3d;
}
.job-card-avatar.red {
  background: #e74c3c15;
  color: #e74c3c;
}
/* Text */
.job-card-name {
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--color-brand-primary);
}
 
.job-card-rating {
    font-size: 13px;
     color: var(--color-brand-primary);
    margin-bottom: 2px;
}
 
.job-card-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-brand-primary);
}
 
.job-card-price span {
    text-decoration: line-through;
    font-size: 14px;
    color: var(--color-brand-primary);
    margin-left: 5px;
}
 
/* Actions */
.job-card-actions a {
    font-size: 13px;
     color: var(--color-brand-primary);
    margin-right: 8px;
    text-decoration: none;
}
/* .job-card-actions a:first-child {
    border-right: 1px solid #6c7a92 ;
} */
 
/* Button */
.job-card-btn {
    background: #1fa37c20;
    color: #1fa37c;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 8px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
 
.job-card-btn:hover {
    background: #1fa37c;
    color: #fff;
}
 
/* Body */
.job-card-title {
    font-weight: 700;
    margin-bottom: 10px;
     color: var(--color-brand-primary);
}
 
.job-card-list {
    padding-left: 18px;
    font-size: 14px;
    color: var(--placeholder-color);
}
 
.job-card-more {
    font-size: 14px;
    color: #1fa37c;
    text-decoration: none;
}
 
.job-card-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
 
/* Page Numbers */
.job-card-page {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: var(--color-topbar-bg);
    color: var(--color-brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}
 
.job-card-page:hover {
    background: #e2e6ee;
}
 
/* Active */
.job-card-page.active {
    background: #0b8f3a;
    color: #fff;
}
 
/* Prev / Next */
.job-card-page-btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: var(--color-topbar-bg);
    color: var(--color-brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}
 
.job-card-page-btn:hover {
    background: #e2e6ee;
}
/* Dots */
.job-card-dots {
    padding: 0 6px;
    color: var(--placeholder-color);
}
/* Banner */
.job-card-banner img {
    border-radius: 16px;
    max-height: 250px;
    object-fit: cover;
}
 
/* Header */
.job-card-header {
    margin-top: 20px;
}
 
.job-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7b5cff, #9b8cff);
}
 
.job-card-title {
    font-weight: 700;
}
 
.job-card-rating {
    font-size: 14px;
    color: #6c7a92;
}
 
.job-card-price {
    font-size: 20px;
    font-weight: 700;
}
 
.job-card-price span {
    text-decoration: line-through;
    font-size: 14px;
    color: #888;
}
 
/* Actions */
.job-card-top-actions a {
    margin-left: 10px;
    font-size: 14px;
    color: #6c7a92;
    text-decoration: none;
}
 
.job-card-book-btn {
    margin-top: 10px;
    background: #0b8f3a;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}
 
.job-card-book-btn:hover {
    background: #08752f;
}
 
/* Section */
.job-card-section h5 {
    font-weight: 700;
    margin-bottom: 10px;
     color: var(--placeholder-color);
}
 
.job-card-section p {
    color: #5a6b82;
    font-size: 14px;
}
 
/* Process */
.job-card-process {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
 
.job-card-step {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
 
.job-card-step span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px dashed #cfd6e4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #6c7a92;
}
 
.job-card-step h6 {
    margin-bottom: 4px;
    font-weight: 600;
     color: var(--placeholder-color);
}
 
.job-card-step p {
    font-size: 13px;
    color: #6c7a92;
}
 
/* Review */
.job-card-review {
    background: #0b8f3a;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
}
 
.job-card-review a {
    color: #fff;
    text-decoration: none;
}
.modal-footer{
  background-color: var(--color-topbar-bg);
}
 
/* Prefix for all sub-services */
.sub-service {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid black;
  /* background-color: var(--color-topbar-bg); */
  background-color:var(--input-bg);
  text-align: center;
}
.sub-service__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-title);
  text-align: center;
  display: block;
}


/* job card */
.job-card2 {
  background: var(--color-navbar-bg);
  border-radius: 18px;
  padding: 18px;
  font-family: "Segoe UI", sans-serif;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Header */
.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-header h3 {
  font-size: 18px;
  color: var(--heading-title);
  margin: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions span{
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
       background-color: rgb(233 234 255);
    color: #1a0080;
    border-radius: 10px;
    font-weight: 600;
}

.status {
  background: #fef9c3;
  color: #854d0e;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}


/* Meta Row */
.job-meta {
  display: flex;
  gap: 16px;
  margin-top: 5px;
  font-size: 14px;
  color:var(--sidebar-profile-text);
  align-items: center;
}

.job-meta .user {
  display: flex;
  align-items: center;
  gap: 6px;
}

.job-meta img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

/* Sub Meta */
.job-submeta {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 13px;
  color: var(--sidebar-profile-text);
}

.job-submeta a {
  color: #2563eb;
  text-decoration: none;
  border-bottom: 1px dotted #2563eb;
}

/* Buttons */
.job-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.btn-outline {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  cursor: pointer;
}

.btn-primary {
  flex: 1;
  padding: 10px 18px;
  border-radius: 10px;
  border: none;
  /* background: linear-gradient(to right, #1d4ed8, #2563eb); */
  color: #fff;
  cursor: pointer;
}

/*------------------------------------------
 traing details
 --------------------------------- */

.traing-search-box{
    position: relative;
    width: 100%;
}

.traing-search-box input{
  border: none;
  width: 100%;
  padding-left: 20px;
    /* width: 100%;
    height: 43px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 0 45px 0 15px;
    outline: none;
    font-size: 14px; */
}

.traing-search-box input:focus{
  outline: none;
  border: none;
  
}


.traing-search-box i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    cursor: pointer;
}

.training_btn_container{
    /* padding: 3px; */
    border-radius: 10px;
    background-color: white;
    /* box-shadow: 0px 16px 25px rgba(0,0,0,0.2); */
    display: flex;
    gap: 10px;
    flex-wrap: wrap;   /* prevents overflow */
    align-items: center;
    width: fit-content;
}

.training_btn_container button{
    white-space: nowrap;
}

.training_btn_container .button_dark {
    background: #fffdfd;
    padding: 4px 6px;
    border-radius: 6px;
    color: #00913c;
border: 1px solid #00913c;
}


.training_btn_container .button_light {
    background: #4cd18333;
    padding: 4px 6px;
    border-radius: 6px;
    color: #00953e;
    border: 1px solid #00913c;
}

.btn-tb-padding button{
padding: 5px 15px 4px;
}


.pmky-card {
    background: #fff;
    border-radius: 18px;
    padding: 10px 22px;
    border: 1px solid #e2d6d6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: .3s ease;
}

.pmky-card.active{
  background-color: #00913C33;
  border: 1px solid #00913C;
}

.pmky-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.08);
}

.pmky-card .pmky-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 30px;
    background: rgba(13,110,253,0.08);
    color: #0d6efd;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.pmky-card .pmky-title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.pmky-card .pmky-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.pmky-condiadte{
  align-items: center;
}

.pmky-card .pmky-count{
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 2px;
}

.pmky-card .pmky-text{
    font-size: 13px;
    color: #777;
}
.pmky-card .pmky-arrow:hover{
    transform: rotate(-10deg);
}

.pmky-btn i{
  color: #00913C;
}

.pmky-btn{
background-color: #00913C33;
}

.reg-bg-color{
    background-color: #EEF2FB;
    padding: 62px 0;
}

.reg-image-wrapper{
    position: relative;
}

.reg-image{
    position: relative;
    z-index: 2;
}

/* Top Left Vector */
.reg-image-wrapper::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -85px;
    width: 420px;
    height: 420px;
    opacity: .5;
    background-image: url("../images/vection1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.reg-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: -116px;
    right: -984px;
    width: 517px;
    height: 466px;
    opacity: .5;
    background-image: url("../images/vection1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.reg_title{
    font-size: 41px;
    font-weight: 700;
    color: var(--heading-title);
    z-index: 2;
}

.reg_subtitle{
  font-size: 21px;
  padding-top: 10px;
  color:var(--placeholder-color);
  z-index: 2;
}
 
/* detail page css  */

.toggle-switch{
    width: 60px;
    height: 32px;
    background: #dcdcdc;
    border-radius: 50px;
    padding: 4px;
    cursor: pointer;
    transition: .3s ease;
    position: relative;
}

.toggle-circle{
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    transition: .3s ease;
}

/* Active */
.activebtn{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #00913C33;
    color: #00913C;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
}

/* Dot */
.activebtn span{
    width: 8px;
    height: 8px;
    background: #00913C;
    border-radius: 50%;
    display: block;
}
.jobidbtn{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #00179133;
    color: #000391;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
}

/* Disable */
.disablebtn{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ff00001a;
    color: #dc3545;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
}

.disablebtn span{
    width: 8px;
    height: 8px;
    background: #dc3545;
    border-radius: 50%;
    display: block;
}



/* job details section css */

.job-details-section {
    background: #f5f7fb;
}

.job-detail-card, .sidebar-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px #d1d1d130;
}

.company-logo img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 14px;
}

.job-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
}

.company-name {
    font-size: 18px;
    color: #4b5563;
    font-weight: 600;
}

.job-meta span {
    background: #f3f4f6;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: #374151;
}

.job-meta i {
    margin-right: 6px;
    color: #00913C;
}

.apply-btn {
    background: #00913C;
    border: none;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
}

.save-btn {
    background: #eefaf3;
    border: 1px solid #00913C33;
    color: #00913C;
    padding: 10px 22px;
    border-radius: 10px;
    font-weight: 600;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111827;
}

.job-detail-card p {
    color: #6b7280;
    line-height: 1.8;
}

.detail-list {
    padding-left: 20px;
}

.detail-list li {
    margin-bottom: 12px;
    color: #4b5563;
}

.skills-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.skills-wrapper span {
    background: #eefaf3;
    color: #00913C;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.overview-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeeee;
}

.overview-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.overview-item span {
    color: #6b7280;
}

.overview-item strong {
    color: #111827;
}

.company-info-item {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
    color: #4b5563;
}

.company-info-item i {
    color: #00913C;
    margin-top: 3px;
}

.similar-job-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.similar-job-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.similar-job-item h6 {
    margin-bottom: 5px;
    font-weight: 700;
    color: #111827;
}

.similar-job-item p {
    margin-bottom: 0;
    color: #6b7280;
    font-size: 14px;
}

@media(max-width:768px){

    .job-title {
        font-size: 22px;
    }

    .job-detail-card,
    .sidebar-card {
        padding: 18px;
    }

    .apply-btn,
    .save-btn {
        width: 100%;
    }
}
/* job details cssed */
/* Student Import */
.upload-btn{
    background:#6366f1;
    border:none;
    padding:12px 22px;
    border-radius:12px;
    font-weight:600;
}

.upload-btn:hover{
    background:#4f46e5;
}

/* MODAL */

.upload-modal{
    border:none;
    border-radius:24px;
    overflow:hidden;
    padding:10px;
}

.upload-info-card{
    display:flex;
    gap:20px;
    background:#f8faff;
    border:1px solid #e7ecff;
    border-radius:16px;
    padding:18px;
}

.info-item{
    flex:1;
}

.info-label{
    font-size:13px;
    color:#6366f1;
    font-weight:600;
    display:block;
    margin-bottom:6px;
}

.info-label i{
    margin-right:5px;
}

.info-item h6{
    font-size:16px;
    font-weight:700;
    margin:0;
    color:#111827;
}

/* UPLOAD AREA */

.csv-upload-box{
    border:2px dashed #c7d2fe;
    border-radius:20px;
    padding:40px;
    text-align:center;
    background:#fafbff;
}

.upload-icon{
    width:80px;
    height:80px;
    background:#eef2ff;
    color:#6366f1;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:32px;
    margin-bottom:20px;
}

.csv-upload-box h5{
    font-weight:700;
    margin-bottom:8px;
    color:#111827;
}

.csv-upload-box p{
    color:#6b7280;
    font-size:14px;
}

/* BUTTONS */

.sample-download-btn{
    text-decoration:none;
    color:#6366f1;
    font-weight:600;
}

.submit-upload-btn{
    background:linear-gradient(135deg,#6366f1,#4f46e5);
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:12px;
    font-weight:600;
}

.submit-upload-btn:hover{
    opacity:0.95;
}


/* Student end Import */

/* Enquiry Training Program */
/* MODAL CONTAINER */
.enquiry-modal {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: modalFade 0.35s ease;
}

/* HEADER */
.enquiry-modal .modal-header {
    background: linear-gradient(135deg, #977235, #6610f2);
    color: #fff;
}

.enquiry-modal .modal-title {
    font-size: 20px;
    color: #fff;
}

.enquiry-modal .modal-header p {
    color: rgba(255,255,255,0.85) !important;
}

/* CLOSE BUTTON */
.enquiry-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* BODY */
.enquiry-modal .modal-body {
    padding: 30px 32px 35px;
    background: #f8fbff;
}

/* LABELS */
.enquiry-modal .form-label {
    font-weight: 600;
    font-size: 14px;
    color: #1e293b;
    margin-bottom: 8px;
}

/* INPUTS */
.custom-input {
    height: 52px;
    border-radius: 14px;
    border: 1px solid #dbe4f0;
    background: #fff;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.25s ease;
    box-shadow: none;
}

/* TEXTAREA */
textarea.custom-input {
    height: auto;
    min-height: 130px;
    resize: none;
    padding-top: 14px;
}

/* FOCUS EFFECT */
.custom-input:focus {
    border-color: #0d6efd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
}

/* PLACEHOLDER */
.custom-input::placeholder {
    color: #94a3b8;
    font-size: 14px;
}

/* BUTTON */
.submit-enquiry-btn {
    background: linear-gradient(135deg, #0d6efd, #4f8cff);
    border: none;
    color: #fff;
    padding: 14px 30px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
}

/* BUTTON HOVER */
.submit-enquiry-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #0b5ed7, #3f7ef7);
    color: #fff;
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.35);
}

/* MODAL ANIMATION */
@keyframes modalFade {
    from {
        opacity: 0;
        transform: translateY(25px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* MOBILE */
@media (max-width: 768px) {

    .enquiry-modal .modal-header,
    .enquiry-modal .modal-body {
        padding: 22px;
    }

    .enquiry-modal .modal-title {
        font-size: 22px;
    }

    .submit-enquiry-btn {
        width: 100%;
    }
}

/*End of  Enquiry Training Program */
.revarce-card1{
  background: var(--reverse-card);
  background-size: cover;
}
.detail-card{
  box-shadow: 0 4px 20px 0 #d1d1d130;
}
.detail-card-body{
  background: var(--background-self);
}

.training-banner {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background:linear-gradient(135deg, #82bdf8 0%, #d8e8f1 45%, #ecb59d 100%);
}

/* Glow circles */

.training-banner::before {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgb(0 56 138 / 12%);
  border-radius: 50%;
  top: -287px;
  right: -198px;
  filter: blur(20px);
}

.training-banner::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgb(9 157 121 / 21%);
  border-radius: 50%;
  bottom: -100px;
  left: -60px;
  filter: blur(15px);
}

.training-content {
  position: relative;
  z-index: 2;
}

.training-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 28px;
}

.training-content h1 {
  font-size:32px;
  line-height: 1.1;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}

.training-content h1 span {
  color: #099d79;
  position: relative;
}

.training-content h1 span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(13, 110, 253, 0.15);
  left: 0;
  bottom: 8px;
  z-index: -1;
  border-radius: 20px;
}

.training-content p {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 16px;
}

.training-btns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.training-btn {
  padding: 18px 36px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.35s;
}

.btn-primary-training {
  background: linear-gradient(135deg, #0d6efd, #2563eb);
  color: #fff;
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.25);
}

.btn-primary-training:hover {
  transform: translateY(-5px);
  color: #fff;
  box-shadow: 0 18px 35px rgba(13, 110, 253, 0.35);
}

.btn-outline-training {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-outline-training:hover {
  background: #fff;
  transform: translateY(-5px);
  color: #0f172a;
}

.training-image-wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
}

.training-image-circle {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  margin-left: auto;
  background:linear-gradient(135deg, rgb(2 102 122), rgb(147 111 239));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 5s ease-in-out infinite;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.training-image-circle img {
  width: 111px;
}

@keyframes float {
  0% {
      transform: translateY(0px);
  }

  50% {
      transform: translateY(-15px);
  }

  100% {
      transform: translateY(0px);
  }
}
.provider-avatar1{
  width: 80px;
  height: 80px;
  background: #fff;
  color: var(--sidebar-active-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 4px 20px 0 #85b6fa70;
  margin-top: -55px;
  position: relative;
}

.avatar-edit{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #b249f8;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
.of-i{
  overflow: inherit !important;
}
.role-select{
  min-width: 180px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border: 1px solid #dcdcdc00;
  box-shadow: none;
}

.role-select:focus{
  border-color: #0d6efd;
  box-shadow: none;
}
.header-profile-fropdown{
  min-width: 225px;
}

.skill-card{
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px #d1d1d130;
  border: 1px solid #e9eef5;
  font-family: Arial, sans-serif;
  transition: 0.3s ease;
}


.skill-header{
  background: linear-gradient(135deg, #f3f7ff, #f3f7ff);
  color: var(--heading-title);
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.skill-icon{
  font-size: 20px;
}

.skill-list{
  list-style: none;
  margin: 0;
  padding: 20px;
}

.skill-list li{
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  padding: 8px 16px;
  border-radius: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  transition: 0.3s ease;
  border-left: 4px solid #2563eb;
}

.skill-list li:hover{
  background: #eff6ff;
  transform: translateX(5px);
}

.dot{
  width: 10px;
  height: 10px;
  background: #2563eb;
  border-radius: 50%;
  flex-shrink: 0;
}
.hours-card{
  background: #f8fafc;
  overflow: hidden;
  font-family: Arial, sans-serif;

}

.hours-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  background: linear-gradient(135deg,#1e3a8a,#2563eb);
  color: #fff;
}

.hours-header h3{
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.hours-header p{
  margin: 5px 0 0;
  font-size: 14px;
  opacity: 0.8;
}

.status-badge{
  background: rgba(255,255,255,0.18);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.hours-body{
  padding:0 18px;
}

.hour-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 4px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  transition: 0.3s ease;
}

.hour-row:hover{
  transform: translateX(6px);
  background: rgba(37,99,235,0.18);
}

.hour-row.active{
  background: linear-gradient(90deg,#dfe9ff,#dfe9ff);
}

.hour-row.active .day,
.hour-row.active .time{
  color: #333;
}

.day{
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.time{
  color: #666;
  font-size: 17px;
  font-weight: 500;
}

.closed{
  background: rgba(239,68,68,0.12);
}

.closed .time{
  color: #f87171;
  font-weight: 700;
}


.booking-wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  gap: 24px;
  font-family: Arial, sans-serif;
}

.booking-card{
  background: #f7f7f7 !important;
  border-radius: 20px;
  padding: 16px !important;
  box-shadow: 0 4px 20px #d1d1d130 !important;
  border: 1px solid #eef2f7;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
.detail-box {
  background: #f7f7f7 !important;
}
/* .booking-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
} */

.booking-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.booking-id{
  background: #eff6ff;
  color: #2563eb;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
}

.booking-status{
  padding: 7px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
}

.pending{
  background: #fff7ed;
  color: #ea580c;
}

.confirmed{
  background: #ecfdf5;
  color: #059669;
}

.booking-user{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.user-avatar{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg,#2563eb,#1d4ed8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.user-avatar.blue{
  background: linear-gradient(135deg,#0f766e,#14b8a6);
}

.booking-user h3{
  margin: 0;
  font-size: 16px;
  color: #0f172a;
}

.booking-user p{
  margin: 0;
  color: #000;
  font-size: 14px;
}

.booking-details{
  display: grid;
  gap: 8px;
  /* margin-bottom: 16px; */
}

.detail-box{
  background: #f8fafc;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.label{
  display: block;
  color: #000;
  font-size: 13px;
  margin-bottom: 0px;
}

.value{
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
}

.booking-actions{
  display: flex;
  gap: 14px;
}

.btn{
  border: none;
  padding: 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.approve{
  background: linear-gradient(135deg,#16a34a,#15803d);
  color: #fff;
}

.reject{
  background: linear-gradient(135deg,#ef4444,#dc2626);
  color: #fff;
}

.btn:hover{
  transform: scale(1.03);
}

.nite-text{
      color: #000000;
    font-size: 12px;
    background: #ded1ff;
    padding: 8px 12px;
    border-radius: 8px;
}
.chart-status-color {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.chart-status-list {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.chart-status-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.chart-status-color {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.pending {
  background: #f59e0b;
}

.completed {
  background: #10b981;
}

.cancelled {
  background: #ef4444;
}

.progress {
  background: #3b82f6;
}
.midby{
  width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    line-height: 24px;
}
@media(max-width:991px) {

  .training-banner {
      padding: 70px 0;
      text-align: center;
  }

  .training-content h1 {
      font-size: 24px;
  }

  .training-content p {
      font-size: 17px;
      margin: auto auto 35px;
  }

  .training-btns {
      justify-content: center;
  }

 

  .training-image-circle {
      width: 150px;
      height: 150px;
  }

  .training-image-circle img {
      width: 80px;
  }
}

@media(max-width:576px) {

  .training-content h1 {
      font-size: 24px;
  }

  .training-content p {
      font-size: 15px;
  }

  .training-btn {
      width: 100%;
  }
}
/* Student end Import */

.skill-provider_dashboard{
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:575px){
  .skill-provider_dashboard{
    grid-template-columns: repeat(2, 1fr);
  }
}
