@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap");

:root {
  --main-font-family: "IBM Plex Sans", sans-serif;
  --body-font-family: "Roboto", sans-serif;

  /* Dark */
  --dark-50: #edebe7;
  --dark-100: #d9d9d9;
  --dark-200: #5b5b5b;
  --dark-300: #06131c;
  --dark-400: #0c1e2b;
  --dark-1: #4b1046;

  /* Light */
  --off-white: #f7f5f0;
  --white: #fff;

  /* lime */
  --lime-300: #4b1046;
  --green-300: #13544e;

  /* Blue */
  --blue-300: #4b83fc;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font-family);
  /* margin: 0; */
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a body {
  color: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
button {
  border: 0;
  background: none;
  font-family: var(--main-font-family);
}
p {
  margin: 0;
}
ul {
  list-style-type: none;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  overflow-x: hidden;
  font-family: var(--body-font-family);
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
    padding: 0 20px;
  }
}

/* Predefine Class */
.bg-white {
  background-color: var(--white);
}
.bg-offWhite {
  background-color: var(--off-white);
}
.bg-darkGreen {
  background-color: var(--green-300);
}
.bg-dark-300 {
  background-color: var(--dark-300);
}
.bg-blue-300 {
  background-color: var(--blue-300);
}
.bg-lime-300 {
  background-color: var(--lime-300);
}
.bg-darkLime {
  background-color: #14a800;
}
.text-dark-200 {
  color: var(--dark-200);
}
.text-dark-300 {
  color: var(--dark-300);
}
.text-lime-300 {
  color: var(--lime-300);
}
.text-14 {
  font-size: 14px;
}
.text-18 {
  font-size: 18px;
}
.text-24 {
  font-size: 24px;
}
.text-40 {
  font-size: 40px;
}
.w-shadow {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.06);
}
.high-zindex {
  z-index: 2000;
}
.mt-n2 {
  margin-top: -2px;
}

/* Padding */
.pt-150 {
  padding-top: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pt-110 {
  padding-top: 110px;
}
.pb-85px {
  padding-bottom: 85px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.py-60 {
  padding: 60px 0;
}
.py-80 {
  padding: 80px 0;
}
.py-110 {
  padding: 110px 0;
}
/* Margin */
.mt-60 {
  margin-top: 60px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}

/* Button */
.header-btn {
  background-color: var(--lime-300);
  padding: 16px 32px;
  border-radius: 30px;
  color: var(--white);
  line-height: 1;
  font-size: 16px;
  color: var(--white);
}
.header-btn svg {
  margin-right: 5px;
  margin-right: 5px;
}
.header-btn:hover {
  background-color: var(--green-300);
}
.w-btn {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: none;
  gap: 10px;
  font-family: var(--main-font-family);
}

.w-btn-md {
  padding: 16px 30px;
  color: var(--dark-200);
  font-size: 18px;
  border-radius: 30px;
  background-color: var(--white);
}
.w-btn-md:hover {
  background-color: var(--lime-300);
  color: var(--white);
}

.w-btn {
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
  font-size: 16px;
}

.w-btn-secondary-lg {
  color: var(--white);
  background-color: var(--lime-300);
  padding: 16px 32px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.w-btn-black-lg {
  color: var(--white);
  background-color: var(--dark-300);
  padding: 16px 32px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.w-btn-blue-lg {
  color: var(--white);
  background-color: var(--blue-300);
  padding: 16px 32px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.w-btn-primary-sm {
  color: var(--white);
  background-color: var(--lime-300);
}
.w-btn-gray-sm {
  color: var(--dark-200);
  background-color: var(--dark-50);
  padding: 14px 24px;
  border-radius: 30px;
  text-align: center;
}
.w-btn-secondary-sm {
  color: var(--white);
  background-color: var(--lime-300);
  padding: 14px 24px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.w-btn-primary-icon {
  background-color: var(--lime-300);
  color: var(--white);
}
.w-btn-secondary-icon {
  background-color: var(--dark-50);
  color: var(--dark-300);
}
.w-btn-secondary-icon:hover {
  color: var(--white);
  background-color: var(--lime-300);
}

.w-btn-link {
  color: var(--dark-200);
  font-size: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.w-btn-link::before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -5px;
  background: var(--lime-300);
  height: 1px;
  transition: 0.3s ease-out;
}

.w-btn-link svg {
  color: var(--dark-200);
  transition: 0.2s;
  position: relative;
  width: 15px;
  transition-delay: 0.2s;
  margin-left: 5px;
}
.w-btn-link:hover {
  color: var(--lime-300);
}
.w-btn-link:hover::before {
  width: 100%;
}
.w-btn-link:hover svg {
  transform: translateX(4px);
  color: var(--lime-300);
}

.w-btn-primary-xl {
  background: var(--white);
  border-radius: 50px;
  text-align: center;
  padding: 16px 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-300);
  gap: 10px;
  flex-shrink: none;
  line-height: 26px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.w-btn-secondary-xl {
  background-color: var(--lime-300);
  color: var(--white);
  padding: 16px 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  flex-shrink: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.footer-newsletter-btn::before,
.hero-form-btn::before,
.w-btn-secondary-sm::before,
.w-btn-black-lg::before,
.w-btn-blue-lg::before,
.cta-btn-link::before,
.w-btn-secondary-lg::before,
.w-btn-secondary-xl::before,
.w-btn-primary-lg::before,
.w-btn-primary-xl::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}
.footer-newsletter-btn:hover::before,
.hero-form-btn:hover::before,
.w-btn-secondary-sm:hover::before,
.w-btn-black-lg:hover::before,
.w-btn-blue-lg:hover::before,
.cta-btn-link:hover::before,
.w-btn-secondary-lg:hover::before,
.w-btn-secondary-xl:hover::before,
.w-btn-primary-lg:hover::before,
.w-btn-primary-xl:hover::before {
  animation: shine 1.5s ease-out infinite;
}
.w-btn-secondary-xl:hover,
.w-btn-primary-lg:hover,
.w-btn-primary-xl:hover {
  background-color: var(--lime-300);
  color: var(--white);
}

.w-btn-primary-lg {
  background: var(--off-white);
  border-radius: 50px;
  text-align: center;
  padding: 17px 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-300);
  line-height: 1;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.not-found-img {
  max-height: 680px;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/* Custom Dropdown */
.custom-dropdown.dropdown {
  width: 200px;
}
.custom-dropdown-toggle.dropdown-toggle {
  background-color: var(--white);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding: 16px 25px;
  min-width: 200px;
  width: 100%;
}
.custom-dropdown-toggle.dropdown-toggle::after {
  display: none;
}
.custom-dropdown-menu.dropdown-menu {
  width: 100%;
}
.custom-dropdown-menu.dropdown-menu .dropdown-item {
  color: var(--dark-200);
  display: inline-flex;
  justify-content: space-between;
}
.custom-dropdown-menu.dropdown-menu .dropdown-item:hover {
  color: var(--lime-300);
  background-color: var(--dark-50);
}

.custom-dropdown-menu input[type="range"]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 70%;
  background: var(--lime-300);
  pointer-events: auto;
  -webkit-appearance: none;
}
.custom-dropdown-menu.dropdown-menu .form-check-input:checked {
  background-color: var(--lime-300);
  border-color: var(--lime-300);
}

/* Custom Pagination */
.custom-pagination.pagination {
  gap: 16px;
  flex-wrap: wrap;
}
.custom-page-link.page-link {
  background-color: transparent;
  width: 48px;
  height: 48px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 50%;
  color: var(--dark-200);
  border-color: var(--dark-100);
}
.custom-page-link.page-link:hover {
  background-color: var(--lime-300);
  color: var(--white);
  border: transparent;
}
.custom-page-item.page-item:last-child .page-link,
.custom-page-item.page-item:first-child .page-link {
  border: 0;
  width: 100%;
}
.custom-page-item.page-item:last-child .page-link:hover,
.custom-page-item.page-item:first-child .page-link:hover {
  color: var(--lime-300);
  background-color: transparent;
}
.custom-page-item.page-item.active > .page-link,
.page-link.active {
  background-color: var(--lime-300);
  color: var(--white);
  border: transparent;
}
/*Custom Pagination End */
/* Section */
.section-subtitle {
  font-size: 18px;
  color: var(--lime-300);
}
.section-title {
  font-size: 40px;
  color: var(--dark-1);
  line-height: 50px;
  margin-bottom: 10px;
}
.section-title-light {
  font-size: 40px;
  color: var(--white);
  line-height: 50px;
}
.section-desc {
  font-size: 18px;
  color: var(--dark-200);
}
.section-desc-light {
  font-size: 18px;
  color: var(--white);
}

/* Swiper Navigation */

.swiper-prev,
.swiper-next {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: var(--lime-300);
  border: 1px solid var(--lime-300);
}

.swiper-prev:hover,
.swiper-next:hover {
  background-color: var(--lime-300);
  color: var(--white);
  border: 1px solid var(--lime-300);
}

.swiper-prev svg,
.swiper-next svg {
  width: 24px;
  height: 24px;
}

/* Swiper End */

/* Navbar Start */

.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--lime-300);
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: initial;
  color: var(--dark-300);
  padding: 15px 0;
  margin: 0 10px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0 15px;
  letter-spacing: 0px;
  text-transform: capitalize;
  line-height: 32px;
  margin-bottom: 5px;
  color: var(--dark-300);
  background: transparent;
  display: inline-block;
  position: relative;
  transition: all 0.35s;
  white-space: inherit;
}

.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: var(--lime-300);
}

.navbar .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  border: none !important;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  line-height: 30px;
  color: var(--dark-300);
  top: calc(50% - 15px);
  text-align: center;
  transition: all 0.3s ease;
}

.navbar .dropdown-submenu:hover > .dropdown-toggle::after {
  transform: rotate(90deg);
}
.header-primary.header-transparent.sticky,
.header-primary.sticky {
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  width: 100%;
  z-index: 200;
  transition: 0.3s ease-in;
  -webkit-animation: upsdown 1000ms;
  animation: upsdown 1000ms;
}
.header-primary.header-transparent .become-seller-link {
  color: var(--white);
}
.header-primary.header-transparent.sticky .become-seller-link {
  color: var(--dark-300);
}
.header-primary.header-transparent .logo-green {
  display: none;
}
.header-primary.header-transparent.sticky .logo-transparent {
  display: none;
}
.header-primary.header-transparent.sticky .logo-green {
  display: block;
}

.navbar .dropdown .dropdown-menu{
  transition: unset;
    right: -50px;
    padding: 21px 10px;
    top: 110%;
    border-radius: 0.375rem;
    max-height: 80vh;
    overflow: auto;
 }
  .navbar .dropdown .dropdown-menu a{
    margin-bottom: 0;
    align-items: center;
    line-height: 1.5;
    font-size: 12px;
  }
  .navbar .dropdown .dropdown-menu.show {
    display: block;
    position: absolute;
    transform: unset;
     opacity: 1;
    visibility: visible;
    max-width: 203px;
    width: 100%;
    min-width:203px;
    /* right: -50px; */
    left: auto;
    margin: auto;
    z-index: 99999;
}

 .navbar .dropdown.dash-sec-nav .dropdown-menu.show{
    min-width:323px;
    max-width: 323px;

}


/*----- For Desktop -------*/
@media screen and (min-width: 1199.5px) {
  .header-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--white);
  }
  .header-primary.header-transparent {
    background-color: transparent;
    border-bottom: 1px solid #ffffff5c;
  }

  /* .header-primary.header-transparent.sticky .navbar .navbar-nav .nav-link,
  .header-primary .navbar .navbar-nav .nav-link {
    color: var(--dark-300);
  } */

  .header-primary .navbar .navbar-nav .nav-link {
    color: var(--dark-300);
  }
  .header-primary.header-transparent .navbar .navbar-nav .nav-link {
    color: black;
  }

  .header-primary.header-transparent.sticky
    .navbar
    .navbar-nav
    .nav-link::after,
  .header-primary .navbar .navbar-nav .nav-link::after {
    color: var(--dark-300);
  }
  .header-primary.header-transparent .navbar .navbar-nav .nav-link::after {
    color: var(--white);
  }

  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: initial;
    color: var(--dark-300);
    font-weight: 400;
    padding: 30px 0;
    margin: 0 10px;
    position: relative;
  }
  .nav-item:hover .nav-link::after {
    transform: rotate(-180deg);
    color: var(--dark-300);
  }

  .navbar .dropdown-menu {
    z-index: 20;
    background-color: var(--white);
    display: block;
    right: 0;
    left: 0;
    padding: 10px;
    border: none;
    top: 110%;
    visibility: hidden;
    transform: scale(1, 0);
    opacity: 0;
    min-width: 200px;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }

  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 10px);
    top: 100%;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgb(0, 0, 0, 0.15);
    transform: scale(0, 1);
  }
  /* .navbar .dropdown:hover > .dropdown-menu:not(.dashboard-profile) {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  } */



  .navbar .navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle {
    transition: all 0.4s ease-in-out;
  }
  .navbar
    .navbar-nav
    .nav-item.dropdown:hover
    .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
    color: var(--interface-4);
  }
  .header-primary.header-transparent.sticky .navar-right-transparent a,
  .header-primary.header-transparent.sticky .navar-right-transparent button {
    color: var(--dark-300);
  }
}

/*----- For Mobile ----*/
@media screen and (max-width: 1199px) {
  .header-primary {
    width: 100%;
    z-index: 10000;
    background-color: var(--white);
  }
  .header-primary.header-transparent {
    background-color: transparent;
    position: static;
  }
  .header-primary .nav-item .nav-link {
    color: var(--dark-300);
    font-size: 16px;
  }
  .header-primary .nav-item .nav-link::after {
    color: var(--dark-300);
  }
  .header-primary .nav-item:hover .nav-link ::after {
    transform: rotate(-180deg);
  }
  .navbar {
    padding: 12px 0;
  }
  .header-primary .navbar-toggler span {
    background: var(--dark-300);
  }
  .header-primary .navbar-toggler span::after,
  .header-primary .navbar-toggler span::before {
    background: var(--dark-300);
  }
  .navbar-collapse .logo {
    margin-bottom: 3vh;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    background-color: var(--white);
    left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    clear: both;
    width: 320px;
    max-width: calc(100vw - 60px);
    z-index: 9999;
    transform: translateX(-100%);
    display: block !important;
    padding: 32px 15px 20px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.1);
  }

  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: 0 10px;
    font-size: 16px;
  }
  .navbar .dropdown-menu {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    background-color: var(--white);
    border-radius: 0;
    margin: 0;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 15px;
  }

  .navbar .show.dropdown-toggle::after {
    transform: rotate(180deg);
    color: var(--lime-300);
  }
}

@-webkit-keyframes upsdown {
  0% {
    transform: translateY(-100px);
    visibility: hidden;
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes upsdown {
  0% {
    transform: translateY(-100px);
    visibility: hidden;
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

/* Navbar Toggler */
.header-primary.header-transparent .navbar-toggler span {
  background-color: var(--dark-300);
}
.header-primary.header-transparent .navbar-toggler::after,
.header-primary.header-transparent .navbar-toggler::before {
  background-color: var(--dark-300);
}
/* .header-primary.header-transparent.sticky .navbar-toggler span {
  background-color: var(--dark-300);
}
.header-primary.header-transparent.sticky .navbar-toggler::after,
.header-primary.header-transparent.sticky .navbar-toggler::before {
  background-color: var(--dark-300);
} */

.navbar-toggler {
  width: 38px;
  height: 38px;
  padding: 0;
  box-shadow: none;
  position: relative;
  right: 0;
  z-index: 99;
  border: none;
}
.navbar-toggler span {
  position: absolute;
  left: 9px;
  overflow: hidden;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: var(--dark-300);
}
.navbar-toggler::after,
.navbar-toggler::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 26px;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: var(--dark-300);
}
.navbar-toggler::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.navbar-toggler::before {
  -webkit-transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] span {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"]::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.navbar-toggler[aria-expanded="true"]::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.select-dropdown span {
  font-size: 16px;
}

.select-dropdown.nice-select::after {
  border: 0;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  border: none !important;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  line-height: 30px;
  color: var(--dark-300);
  top: calc(50% - 15px);
  text-align: center;
  transition: all 0.3s ease;
  display: block;
  height: auto;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 12px;
  transform-origin: 0;
  transform: none;
  width: auto;
}
.header-primary.header-transparent .select-dropdown.nice-select {
  background-color: transparent;
}
.header-primary.header-transparent .select-dropdown.nice-select span {
  color: var(--white);
}
.header-primary.header-transparent .select-dropdown.nice-select::after {
  color: var(--white);
}
.header-primary.header-transparent.sticky .select-dropdown.nice-select {
  background-color: transparent;
}
/* .header-primary.header-transparent.sticky .select-dropdown.nice-select span {
  color: var(--dark-200);
}
.header-primary.header-transparent.sticky .select-dropdown.nice-select::after {
  color: var(--dark-200);
} */

/* Navbar  End */

/*****************
 Secondary Nav
 *****************/
.secondary-nav-wrapper {
  padding-top: 95px;
}
.secondary-nav-container {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #edebe7;
}

.secondary-nav li a {
  padding: 16px 21px;
  display: block;
  font-size: 16px;
  color: var(--dark-200);
  white-space: nowrap;
}

.secondary-nav li a:hover {
  color: var(--lime-300);
}
.secondary-nav li:last-child button {
  padding: 16px 20px;
}
.modal-backdrop {
  z-index: 999;
  width: 100%;
  height: 100%;
}
/* Category Modal */
.category-nav ul li a {
  font-size: 16px;
  color: var(--dark-200);
  line-height: 30px;
  transition: all 0.3s ease-in;
}
.category-nav ul li a:hover {
  color: var(--lime-300);
  text-decoration: underline;
}
/* Category Modal End*/
/*****************
 Secondary Nav End
 *****************/

/************
Breadcrumb
************/
.w-breadcrumb-area {
  position: relative;
  padding: 60px 0 60px 0;
}
.w-breadcrumb-area::after {
  position: absolute;
  content: "";
  opacity: 0.9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #06131c 0%, rgba(6, 19, 28, 0) 100%);
}
.w-breadcrumb .breadcrumb-item a {
  color: var(--white);
}
.w-breadcrumb.breadcrumb .breadcrumb-item.active {
  /* color: var(--lime-300); */
  color: var(--white);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--white);
}
/**************
Breadcrumb End
***************/

/**************
Hero Start
***************/
.hero-one {
  padding: 170px 0 50px 0;
}

.hero-one-title {
  font-size: 72px;
  color: var(--white);
}
.highlighted-text {
  color: var(--lime-300);
}
.hero-form-wrapper {
  padding:  20px 16px;
  border-radius: 50px;
  box-shadow: 0px 25px 63px 0px rgba(0, 0, 0, 0.1);
  max-width: 630px;
}
.hero-form-wrapper .form-select {
  border: 0;
}
.hero-form-wrapper .form-control {
  border: 0;
  border-left: 1px solid var(--dark-100);
  border-radius: 0;
}
.hero-form-btn {
  background-color: var(--lime-300);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 16px 30px;
  color: var(--white);
  top: 0;
  right: 0;
  margin: 6px;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.hero-group-img-wrapper .hero-group-img {
  margin-left: -20px;
}
.hero-group-img-wrapper .hero-group-img:first-of-type {
  margin-left: 0;
}
.hero-counter-title {
  font-size: 30px;
}
.hero-rating {
  padding-left: 20px;
  border-left: 1px solid var(--white);
}
/* Hero Two */
.hero-two {
    min-height: 75vh;
    padding: 150px 0 150px 0;
    display: flex;
    align-items: center;
}
.hero-two::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 19, 28, 0.8);
}
.hero-two-title {
  font-size: 60px;
  line-height: 70px;
}
.hero-two-img {
  position: absolute;
  top: 50%;
  max-width: 500px;
  left: 0;
  transform: translateY(-50%);
}
.tag-item {
  padding: 10px 14px;
  border-radius: 30px;
  color: var(--dark-100);
  border-radius: 500px;
  background: #1d2c32;
  box-shadow: 20px 20px 45px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
/**************
Hero End
***************/

/******************
Feature Categories
*******************/
.feature-category-card {
  border-radius: 16px;
  padding: 40px 32px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  height: 230px;
}
.feature-category-link a {
  font-size: 18px;
  color: var(--dark-300);
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.feature-category-link a:hover {
  color: var(--lime-300);
}
.feature-category-desc {
  color: var(--dark-200);
}
.feature-category-card:hover {
  border-color: var(--lime-300);
}
/**********************
Feature Categories End
**********************/

/**********************
Recent Job Post
**********************/

.job-post {
  padding: 20px;
  border-radius: 16px;
}
.job-type-badge {
  left: 20px;
}
.job-type-badge-primary,
.job-type-badge-secondary,
.job-type-badge-tertiary {
  display: inline;
  line-height: 1;
  border-radius: 30px;
  padding: 4px 3px;
  font-size: 12px;
  text-align: center;
}
.job-type-badge-primary {
  background-color: var(--white);
  color: var(--dark-300);
}
.job-type-badge-secondary {
  background-color: var(--lime-300);
  color: var(--white);
}
.job-type-badge-tertiary {
  background-color: var(--dark-50);
  color: var(--dark-300);
}
.job-post-icon {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #13544e;
  margin-bottom: 30px;
  display: inline-block;
}
.job-post-subtitle {
  font-size: 18px;
  color: var(--dark-300);
  margin-bottom: 10px;
}
.job-post-title a {
  font-size: 18px;
  color: var(--dark-300);
  margin-bottom: 35px;
  display: block;
  text-align: center;
}

.job-post-horizontal {
  padding: 10px;
  border-radius: 10px;
}
.job-price-range {
  font-size: 14px;
}
.job-post-horizontal-img img {
  border-radius: 8px;
  width: 200px;
  object-fit: cover;
  min-height: 200px;
  max-height: 220px;
  display: inline-block;
}
.job-post-horizontal-title {
  line-height: 1;
}
.job-post-horizontal-title a {
  color: var(--dark-300);
  font-size: 18px;
  line-height: 1;
  position: relative;
  background-image: linear-gradient(#000000, #000000),
    linear-gradient(#ffffff, #ffffff);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.job-post-horizontal-title a:hover {
  background-size: 100% 1px;
}
/**********************
Recent Job Post End
**********************/

/*****************
 Business Widget
 *****************/
.widget-wrapper {
  border-radius: 16px;
  /* padding: 50px 60px; */
}
.widget-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.widget-desc {
  margin-bottom: 20px;
  font-size: 18px;
}
.widget-list {
  position: relative;
}
.widget-list-item {
  font-size: 18px;
  position: relative;
  padding-left: 12px;
}
.widget-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
}
.widget-video {
  position: relative;
}
.widget-video-btn {
  background-color: var(--white);
  color: var(--lime-300);
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*******************
Business Widget End
********************/

/**************
 Cta Start
 **************/
.cta-area-bg {
  padding: 60px;
  border-radius: 16px;
  background: #4b1046;
}
.cta-subtitle {
  font-size: 18px;
  color: var(--white);
}
.cta-counter {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-counter-item {
  background-color: var(--white);
  padding: 20px 35px;
  border-radius: 10px;
  text-align: center;
}
.cta-counter-title {
  font-size: 40px;
  color: var(--dark-300);
}
.cta-counter-desc {
  font-size: 16px;
  line-height: 26px;
  color: var(--dark-200);
}
.cta-img img {
  border-radius: 10px;
}
.cta-wrapper {
  padding: 70px;
  border-radius: 16px;
}
.cta-people {
  top: -22%;
  right: 5%;
}
.cta-btn-link {
  padding: 20px 30px;
  border-radius: 50px;
  background-color: var(--lime-300);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
  gap: 5px;
  position: relative;
  overflow: hidden;
}
/**************
 Cta End
 **************/

/* Top Seller Card */

.top-seller-card {
  border-radius: 16px;
  padding: 30px 20px;
  transition: all 0.4s ease;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
}

/* .top-seller-card.style-two:hover {
  background-color: var(--off-white);
} */
.top-seller-card.style-two:hover .w-btn-primary-lg {
  background-color: var(--lime-300);
  color: var(--white);
}
.seller-type {
  display: flex;
  gap: 5px;
}
.seller-type-badge {
  background-color: var(--off-white);
  border-radius: 30px;
  padding: 4px 8px;
  font-size: 10px;
  color: var(--dark-300);
  display: inline-block;
}
.seller-type-badge.green {
  background-color: var(--lime-300);
  color: var(--white);
}
.seller-profile-img img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
}

.top-seller-name {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--dark-300);
}
.top-seller-title {
  color: var(--dark-200);
  font-size: 14px;
  margin-bottom: 5px;
}
.top-seller-rating {
  color: var(--dark-300);
  gap: 5px;
}
.top-seller-review {
  color: var(--dark-200);
}
.freelancer-tab-link {
  background-color: var(--green-300);
  color: var(--white);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.freelancer-tab-link.active {
  background-color: var(--lime-300);
}

/* Top Seller Card End*/

/*******************
Testimonial
********************/
.testimonial-card {
  border-radius: 12px;
  position: relative;
  border-bottom: 4px solid var(--lime-300);
}

.testimonial-content {
  padding: 24px 30px;
  border-bottom: 1px solid #edebe7;
}
.testimonial-title {
  color: var(--dark-200);
  font-size: 18px;
}
.testimonial-feedback {
  color: var(--dark-200);
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
}
.testimonial-meta {
  padding: 20px 30px;
}
.testimonial-author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.testimonial-author-name {
  font-size: 18px;
  color: var(--dark-300);
}
.testimonial-author-title {
  color: var(--dark-200);
  font-size: 14px;
}
.testimonialsSlider .swiper-wrapper,
.testimonialsSliderBottom .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
/*******************
Testimonial End
********************/

/*******************
Service Card
********************/
/* Service Filter */
.service-filter-btn {
  padding: 14px 20px;
  border: 1px solid var(--lime-300);
  border-radius: 30px;
  height: 46px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  color: var(--dark-300);
  transition: all 0.3s ease;
}
.service-filter-btn:hover {
  background-color: var(--lime-300);
  color: var(--white);
}
.service-filter-btn.active {
  background-color: var(--lime-300);
  color: var(--white);
  border-color: transparent;
}

/* Service Card Two */
.service-card-two {
  border-radius: 8px;
  transition: all 0.4s ease;
  background-color: var(--white);
  transition: all 0.4 ease-in;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
}
/* .service-card-two.style-three {
  background-color: transparent;
}
.service-card-two.style-three:hover {
  background-color: var(--off-white);
} */

.service-card-two-img {
  border-radius: 8px;
}
.service-card-two-body {
  padding: 25px 20px;
}

/* Service Card One */

.service-card {
  border-radius: 16px;
  padding: 8px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
}

.service-card:hover {
  border-color: var(--lime-300);
}
.service-card-wishlist-btn {
  background-color: var(--white);
  color: var(--lime-300);
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 16px;
}
.recently-view-card-img {
  border-radius: 12px;
}

.service-card-content {
  padding: 20px 12px 12px;
}
.service-card-price {
  color: var(--lime-300);
  font-size: 20px;
}
.service-card-rating {
  font-size: 16px;
  color: var(--dark-200);
  line-height: 1;
}
.service-card-title {
  line-height: 1.4;
  padding: 12px 0;
  color: var(--dark-300);
  font-size: 18px;
  word-break: break-word;
}
.service-card-title a {
  position: relative;
  background-image: linear-gradient(#000000, #000000),
    linear-gradient(#ffffff, #ffffff);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.service-card-title a:hover {
  background-size: 100% 1px;
}
.service-card-author {
  padding-top: 16px;
  border-top: 1px solid #edebe7;
  gap: 12px;
}
.service-card-author.style-two {
  padding: 16px 0;
  border-top: 1px solid #edebe7;
  border-bottom: 1px solid #edebe7;
}
.service-card-author.horizontal {
  border: 0;
  padding: 0;
}
.service-card-author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.service-card-author-name {
  font-size: 18px;
  color: var(--dark-300);
  line-height: 1;
}
.service-card-author-name:hover {
  color: var(--lime-300);
}
.service-card-horizontal {
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.service-card-horizontal:hover {
  border: 1px solid var(--lime-300);
}
.wishlist-btn-horizontal {
  background-color: #f7f5f0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--lime-300);
}
/* Service Card Horizontal */

.service-payment-btn {
  border-radius: 4px;
  background-color: var(--white);
  padding: 14px 30px;
  border: 1px solid transparent;
  position: relative;
  min-width: 180px;
}
.service-payment-btn.active {
  border: 1px solid var(--lime-300);
}
.payment-checked-icon {
  position: absolute;
  left: 10px;
  /* padding-right: 10px; */
}
/*******************
Service Card End
********************/

/*******************
About Pages
********************/

/***********************
Service Details Start
***********************/
.job-details-slider-img {
  border-radius: 16px;
}
.service-details-content {
  padding: 20px;
  border-radius: 16px;
}
.service-details-title {
  font-size: 40px;
  line-height: 50px;
  word-break: break-all;
}
.service-details-subtitle {
  font-size: 24px;
  line-height: 26px;
  color: var(--dark-300);
}
.service-title-secondary {
  font-size: 18px;
}

.swiper-nav-btn .swiper-button-next,
.swiper-nav-btn .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swiper-nav-btn .swiper-button-next::after,
.swiper-nav-btn .swiper-button-prev::after {
  font-size: 16px;
  color: var(--dark-200);
}

.service-review-count {
  width: 200px;
  height: 190px;
}
.review-progress-wrapper {
  background-color: #d2d2d2;
  height: 12px;
  border-radius: 30px;
  width: 100%;
}
.review-progress-bar {
  background-color: var(--lime-300);
  height: 12px;
  border-radius: 30px;
}
.review-card {
  padding: 40px;
  border-radius: 10px;
}
.reply-btn {
  background-color: var(--dark-50);
  color: var(--green-300);
  padding: 8px 16px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s;
}
.reply-btn:hover {
  background-color: var(--green-300);
  color: var(--white);
}
.seller-reply {
  border-top: 1px solid var(--dark-50);
}
/*Package Tabs
 */
.package-tabs {
  background-color: var(--dark-50);
  padding: 16px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.package-tab-content {
  padding: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.package-tab-btn {
  color: var(--dark-300);
  font-size: 18px;
  font-family: var(--main-font-family);
}
.package-tab-btn.active {
  color: var(--lime-300);
  text-decoration: underline;
}
.package-name {
  font-size: 18px;
}
.package-price {
  font-size: 24px;
}
.package-title {
  font-size: 18px;
  color: var(--dark-200);
}

/***********************
Service Details End
***********************/

/***********************
Freelancer Details Start
***********************/
.freelancer-avatar {
  width: 110px;
  height: 110px;
}
.freelancer-name {
  font-size: 24px;
  line-height: 26px;
}
.freelancer-sidebar-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.freelancer-single-info {
  border-color: var(--dark-50);
}
.single-skill {
  background-color: #f7f5f0;
  color: #333;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
}
.freelancer-university-name {
  font-size: 18px;
}
.freelancer-tab {
  border-radius: 16px;
}
.freelancer-tab .tab-btn {
  border: 1px solid var(--lime-300);
  padding: 14px 28px;
  border-radius: 30px;
  color: var(--dark-300);
}
.freelancer-tab .tab-btn.active {
  background-color: var(--lime-300);
  color: var(--white);
}
.freelancer-tab-content {
  border-radius: 16px;
  padding: 30px;
}
.portfolio-card {
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  width: 100%;
}
.portfolio-card img {
  border-radius: 12px;
}
.portfolio-card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 16px;
  transform: scale(0.3);
  transition: all 0.5s ease-in-out;
  background-color: rgba(6, 19, 28, 0.5);
}
.portfolio-card:hover .portfolio-card-overlay {
  transform: scale(1);
  opacity: 1;
}
.portfolio-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/**********************
Freelancer Details End
***********************/

/*******************
Job Details
********************/
.job-posts-container {
  padding: 40px;
  border-radius: 10px;
}
.job-post-details {
  border-top: 1px solid #edebe7;
}
.company-icon {
  width: 128px;
  height: 128px;
  background-color: var(--green-300);
  border-radius: 5px;
}
.job-type {
  color: var(--dark-200);
  font-size: 14px;
}
.job-type span {
  color: var(--dark-300);
  font-size: 14px;
}
.job-post-title {
  font-size: 24px;
  color: var(--dark-300);
  line-height: 26px;
}
.job-company {
  font-size: 16px;
  color: var(--dark-300);
}
.job-post-date,
.job-location {
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.job-post-date {
  background-color: #e3ffdf;
  color: var(--lime-300);
}
.job-location {
  background-color: #edebe7;
  color: var(--green-300);
}
.job-wage {
  font-size: 24px;
  color: var(--dark-300);
}
.job-description-title {
  font-size: 18px;
  color: var(--dark-300);
  margin-bottom: 10px;
}
.job-desc {
  color: var(--dark-200);
  font-size: 16px;
  line-height: 26px;
}

/* Job Modal */

.company-profile-card {
  padding: 30px;
  border-radius: 10px;
}
.company-profile-card-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #edebe7;
}
.company-profile-card-icon {
  width: 78px;
  height: 78px;
  background-color: var(--green-300);
  border-radius: 10px;
}
.company-profile-card-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.company-card-list li {
  border-bottom: 1px solid var(--dark-50);
}
.company-card-list li:last-child {
  border-bottom: none;
}
.proposal-container {
  padding: 0 0 30px 0;
  border-bottom: 1px solid var(--dark-50);
}
.proposal-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--dark-50);
}
.proposal-input-container .proposal-form-label {
  color: var(--dark-300);
  margin-bottom: 10px;
  display: block;
}

.proposal-input-container .form-select,
.proposal-input-container .form-control {
  border: 1px solid var(--dark-50);
  border-radius: 50px;
  padding: 16px 30px;
  height: 56px;
}

.proposal-input-container .form-textarea {
  border: 1px solid var(--dark-50);
  border-radius: 30px;
  padding: 16px 30px;
  height: 156px;
  width: 100%;
  resize: none;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-size: 14px;
  padding: 34px 40px;
  border-radius: 50px;
  border: 1px dashed #c9c9c9;
  background: #f7f5f0;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

/* Job Modal End */
/* .content-details h3,
h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--dark-300);
  font-weight: 600;
} */

/* .content-details ul,
li,
p,
a,
span {
  font-size: 16px;
  line-height: 26px;
  color: var(--dark-200);
} */
.content-details p {
  margin-bottom: 20px;
}
.content-details p:last-of-type {
  margin-bottom: 0;
}
.content-details ul li {
  list-style-type: disc;
  list-style-position: inside;
}

/*******************
Job Details End
********************/

/* Latest Features */

.feature-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
  min-height: 250px;
}
.feature-card-title {
  margin-top: 30px;
  font-size: 24px;
  white-space: wrap;
}

/* About Company */
.about-desc {
  font-size: 16px;
  color: var(--dark-200);
}
.about-list {
  column-gap: 40px;
  border-bottom: 1px solid rgba(0, 35, 90, 0.15);
}
.about-list-item {
  color: var(--dark-200);
}
.ceo-avatar {
  width: 60px;
  height: 60px;
}
.about-img-group li img {
  border: 10px solid white;
  border-radius: 16px;
}
.about-img-group li:nth-child(1) {
  top: 0;
  left: 0;
}
.about-img-group li:nth-child(2) {
  bottom: 0;
  left: 10%;
  top: 65%;
}

/*******************
Feature Tab Start
********************/

.feature-tab {
  padding: 30px;
  border-radius: 10px;
}

.feature-tab {
  background-color: transparent;
  margin-bottom: 20px;
}
.feature-tab:hover {
  background-color: var(--off-white);
}
.feature-tab.feature-tab-two:hover {
  background-color: var(--white);
}
.feature-tab-img-one {
  top: 22%;
  right: 0;
}
.feature-tab-img-two {
  left: -6%;
  top: 50%;
}
/*******************
Feature Tab End
********************/

/*******************
Accordion Start
********************/
.faq-accordions .accordion .accordion-item {
  background-color: var(--white);
  border: 0;
  margin-bottom: 20px;
  border-radius: 5px;
}
.faq-accordions .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 20px 30px;
  background: var(--lime-300);
  color: #fff;
}
.faq-accordions .accordion .accordion-item .accordion-button::after {
  -webkit-filter: invert(1);filter: invert(1);
}
.faq-accordions .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: var(--lime-300);
  color: #fff;
}
.accordion-body {
  border-top: 1px solid #ededed;
  padding: 20px 30px;
}
.accordion-body p {
  columns: var(--dark-100);
  line-height: 26px;
}
/*******************
Accordion End
********************/

/*******************
About Pages End
********************/

/*******************
Blog Page Start
********************/
.blog-card {
  border-radius: 10px;
  background-color: transparent;
  transition: all 0.4s ease;
}
.blog-card:hover {
  background-color: var(--white);
}

.blog-thumb {
  border-radius: 10px;
}
.blog-date {
  background-color: var(--lime-300);
  border-radius: 30px;
  line-height: 1;
  font-size: 16px;
  color: var(--white);
  padding: 6px 12px;
  bottom: 8px;
  right: 8px;
}
.blog-meta {
  padding: 30px 20px;
}
.blog-title a {
  font-size: 24px;
  line-height: 1.3;
  color: var(--dark-300);
  position: relative;
  background-image: linear-gradient(#000000, #000000),
    linear-gradient(#ffffff, #ffffff);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.blog-title a:hover {
  background-size: 100% 1px;
}
.blog-link:hover {
  color: var(--lime-300);
}

.pagination-link {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--dark-50);
  color: var(--dark-200);
}
.pagination-link:hover {
  background-color: var(--lime-300);
  color: var(--white);
  border: transparent;
}
.pagination-link.active {
  background-color: var(--lime-300);
  border: transparent;
  color: var(--white);
}
.pagination-item:first-child span,
.pagination-item:last-child span {
  border: none;
}
/* Blog Details */
.blog-details-title {
  font-size: 40px;
}
.blog-highlight {
  background-color: var(--green-300);
  padding: 30px 40px;
  border-radius: 6px;
}
.blog-highlight svg {
  position: absolute;
  left: 20px;
  top: 20px;
}
.blog-highlight p {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--white);
}
.blog-tags-wrapper {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.blog-tags-wrapper .blog-tag {
  color: var(--dark-200);
  font-size: 16px;
}
.blog-tags-wrapper .blog-tag:hover {
  color: var(--lime-300);
}

/* Social Links */
.social-links a {
  color: var(--dark-200);
}
.social-links a:hover {
  color: var(--lime-300);
}

.blog-single-comment {
  border-radius: 10px;
  padding: 40px;
}

.comment-reply-btn {
  color: var(--lime-300);
}
.comment-reply {
  border-top: 1px solid var(--dark-50);
}
/* Comment Form */
.comment-form {
  padding: 40px;
  border-radius: 10px;
}

.comment-form-input .form-control {
  border-radius: 30px;
  padding: 14px 28px;
  border: 1px solid #ededed;
  color: var(--dark-300);
}
.comment-form-input .form-control::placeholder {
  color: #b1b1b1;
}
.comment-form-input .form-control.form-textarea {
  border-radius: 20px;
  height: 110px;
  resize: none;
}
.comment-form-btn {
  background-color: var(--lime-300);
  color: var(--white);
  padding: 16px 32px;
  border-radius: 30px;
  line-height: 1;
  text-align: center;
}

/*******************
Blog Page End
********************/

/**********************
Subscription Plan Start
***********************/

.price-tabs .price-tab-link {
  background-color: var(--white);
  color: var(--dark-200);
  padding: 12px 24px;
}
.price-tabs .price-tab-link.active {
  background-color: var(--lime-300);
  color: var(--white);
}
.plan-table {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
}
.plan-table:hover {
  border-color: var(--lime-300);
}
.plan-header {
  padding: 16px 24px;
  border-radius: 8px;
}
.plan-footer-btn {
  background-color: transparent;
  padding: 16px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #a1a1aa;
  font-family: var(--main-font-family);
  font-size: 18px;
  width: 100%;
}
.plan-footer-btn:hover {
  background-color: var(--lime-300);
  color: var(--white);
}
.popular-plan {
  background-color: var(--lime-300);
  position: absolute;
  display: inline-block;
  top: 11px;
  right: -38px;
  transform: rotate(45deg);
  padding: 10px 30px;
  color: var(--white);
  font-size: 14px;
  font-family: var(--main-font-family);
}

/**********************
Subscription Plan End
**********************/

/*******************
Job Post
********************/
.job-post-input {
  padding: 0 16px;
  border-right: 1px solid var(--dark-100);
}
.job-post-filter {
  gap: 10px;
  border-radius: 50px;
}
.job-post-input .form-control,
.job-post-input .form-select {
  border: none;
}
.job-filter-btn {
  padding: 16px 30px;
  border-radius: 30px;
  height: 48px;
  color: var(--white);
  background-color: var(--lime-300);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.tab-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green-300);
  color: var(--white);
}
.tab-link.active {
  background-color: var(--lime-300);
  color: var(--white);
}

/*******************
Job Post End
********************/

/*******************
Contact Page
********************/
.contact-widget-item .contact-widget-title {
  color: var(--dark-300);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-widget-item .contact-widget-info {
  color: var(--dark-200);
  font-size: 18px;
  line-height: 28px;
}
.contact-form-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-300);
}
.contact-form-desc {
  color: var(--dark-200);
  font-size: 16px;
  line-height: 26px;
}
.contact-form-input .form-control {
  background-color: var(--white);
  border-radius: 50px;
  border: 1px solid transparent;
  padding: 16px 30px;
  height: 56px;
}
.contact-form-input .form-textarea {
  background-color: var(--white);
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 16px 30px;
  height: 156px;
  width: 100%;
  resize: none;
}
.w-form-btn-inline {
  display: inline-block;
  background-color: var(--lime-300);
  border-radius: 30px;
  color: var(--white);
  padding: 14px 28px;
}
.contact-map {
  border-radius: 30px;
  width: 100%;
}
.contact-map iframe {
  filter: grayscale(100%) invert(92%) contrast(83%);
}
.contact-social-links a {
  color: var(--dark-300);
}
.contact-social-links a:hover {
  color: var(--lime-300);
}
/*******************
Contact Page End
********************/

/*******************
Login Pages Start
********************/

.form-input .form-label {
  font-size: 18px;
  margin-bottom: 10px;
}
.form-input .form-control,
.form-input .form-select {
  border-radius: 50px;
  border: 1px solid #edebe7;
  padding: 16px 30px;
  height: 56px;
}
.form-input .form-control::placeholder {
  color: #b1b1b1;
}
.form-input .form-check-label {
  color: var(--dark-200);
}
.form-forget-pass {
  color: var(--lime-300);
}
.form-divider {
  border-bottom: 1px solid #edebe7;
}
.w-form-btn {
  width: 100%;
  border-radius: 30px;
  background-color: var(--lime-300);
  color: var(--white);
  padding: 14px 20px;
  display: block;
  text-align: center;
}
.w-form-btn-outline {
  width: 100%;
  border-radius: 30px;
  background-color: transparent;
  color: var(--dark-300);
  border: 1px solid var(--lime-300);
  padding: 14px 20px;
  display: block;
  text-align: center;
}
.form-divider-text {
  background: var(--white);
  position: absolute;
  color: #06131c;
  width: 30px;
  padding: 4px;
}
.social-login .social-login-item {
  background-color: #f7f5f0;
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  color: #06131c;
}
.social-login .social-login-item:hover {
  background-color: var(--green-300);
  color: var(--white);
}
.form-text a {
  color: var(--dark-200);
}
.form-text a {
  color: var(--dark-300);
}
/*******************
Login Pages End
********************/

/*******************
Dashboard CSS Start
********************/
.dashboard-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  z-index: 20;
  top: 0;
  background-color: var(--white);
  overflow-y: scroll;
  height: calc(100vh - 80px);
  scrollbar-width: none;
}

.sidebar-nav-link {
  display: flex;
  padding: 15px 30px;
  border-radius: 5px;
  gap: 16px;
  font-size: 18px;
  align-items: center;
  color: var(--dark-200);
  font-size: 16px;
}
.sidebar-nav-link.active {
  background-color: var(--lime-300);
  color: var(--white);
}
.sidebar-nav-link svg {
  color: var(--lime-300);
}
.sidebar-nav-link.active svg {
  color: var(--white);
}
.dashboard-main {
  background-color: var(--off-white);
  padding: 30px;
  margin-left: 300px;
  padding-top: 120px !important;
}
.dashboard-widget-title {
  font-size: 40px;
}
.dashboard-widget-icon {
  background-color: var(--green-300);
  border-radius: 8px;
  padding: 20px;
}
.dashboard-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.dashboard-table > thead > tr > th {
  background-color: #4b1046;
  font-weight: 600;
  font-size: 16px;
  /* color: var(--dark-300); */
  color: #fff;
  padding: 20px 10px;
  white-space: nowrap;
  font-family: var(--main-font-family);
}
.dashboard-table.job-table > thead > tr > th {
  padding: 20px 25px;
}
.dashboard-table.applicant-table > thead > tr > th,
.dashboard-table.subscription-table > thead > tr > th,
.dashboard-table.withdraw-table > thead > tr > th {
  padding: 20px 35px;
}
.dashboard-table > thead > tr > th:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dashboard-table > thead > tr > th:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dashboard-table tbody {
  background-color: var(--white);
  border-radius: 10px;
}
.dashboard-table tbody tr {
  border-bottom: 1px solid var(--dark-50);
}
.dashboard-table tbody tr td {
  padding: 10px;
  white-space: normal;
}
.dashboard-table.applicant-table tbody tr td {
  padding: 10px 35px;
}
.dashboard-table.subscription-table tbody tr td,
.dashboard-table.withdraw-table tbody tr td {
  padding: 20px 25px;
}
.dashboard-table tbody tr td:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dashboard-table tbody tr td:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.project-name img {
  background-color: var(--green-300);
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.order-category li {
  font-size: 14px;
}
.applicant-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2ffde;
  border-radius: 30px;
  color: var(--dark-200);
}
.applicant-link:hover {
  background-color: #e0fddc;
  color: #22be0d;
}
.project-link {
  color: var(--dark-200);
}
.project-link:hover {
  text-decoration: underline;
  color: var(--dark-300);
}
/* Dashboard Header */
.dashboard-header {
  margin-left: 280px;
}
.dashboard-header-btns .dashboard-header-btn {
  position: relative;
  background-color: var(--off-white);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  align-self: center;
}

.header-btn-badge {
  position: absolute;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--lime-300);
  top: 0;
}
.dashboard-profile .dashboard-profile-item.dropdown-item {
  color: var(--dark-200);
  /* padding: 10px; */
  padding: 7px 0;
}
.dashboard-profile .dashboard-profile-item.dropdown-item:hover {
  background-color: var(--off-white);
}

.dashboard-header-btn.dropdown-toggle::after {
  display: none;
}
.dashboard-notification {
  width: 300px;
}
.notification-bell {
  background-color: var(--off-white);
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.notification-item.dropdown-item {
  padding: 10px;
  cursor: pointer;
}
.notification-item.dropdown-item:hover {
  background-color: var(--off-white);
}
.notification-item.dropdown-item:hover .notification-bell {
  background-color: var(--white);
}
.see-notification-btn {
  background-color: var(--lime-300);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s;
}
.see-notification-btn:hover {
  opacity: 0.8;
}
.offcanvas-backdrop {
  width: 100%;
  height: 100%;
}
.offcanvas-body {
  z-index: 20;
}
.offcanvas-body .btn-close {
  background-color: var(--dark-50);
  position: absolute;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
/* Create Gigs */

.gig-title-switch .form-check-input {
  background-color: transparent;
}
.gig-status .form-check-input:checked,
.gig-title-switch .form-check-input:checked {
  background-color: var(--lime-300);
  border-color: var(--lime-300);
}
.gig-info-header,
.profile-info-header {
  padding: 20px 30px;
  background-color: #4b1046;
  border-radius: 8px 8px 0 0;
}
.profile-info-header h4, .gig-info-header h4 {
  color: #fff;
}
.profile-info-body,
.gig-info-body {
  padding: 20px 30px 30px;
  border-radius: 0 0 8px 8px;
}

/* Manage Gig */
.gig-edit-btn {
  background-color: var(--blue-300);
  border-radius: 30px;
  padding: 10px 18px;
  line-height: 1;
  color: var(--white);
  font-size: 14px;
}
/* Quill */
.w-editor-wrapper {
  border: 1px solid var(--dark-50);
  border-radius: 30px;
  padding: 20px;
  width: 100%;
}
.w-editor-wrapper .ql-toolbar.ql-snow {
  background-color: var(--dark-50);
  border: 0;
  border-radius: 30px;
}
.w-editor-wrapper .ql-container.ql-snow {
  border: 0;
}
.w-editor-wrapper .ql-editor {
  padding: 12px 0;
  height: 150px;
}

/* Price */
.price-pack-wrapper {
  border: 1px solid var(--dark-50);
  border-radius: 4px;
}

.pricing-pack-name {
  /* margin: 10px; */
  border-radius: 5px;
  padding: 10px;
  display: block;
  background-color: var(--dark-50);
}
.pack-description textarea {
  resize: none;
}
.pack-description textarea:focus {
  border: none;
}
.gig-file-upload {
  width: 130px;
  height: 130px;
  margin : 10px;
  border-radius: 6px;
  padding: 8px;
  font-size: 14px;
}

.gig-media-thumb {
  border-radius: 6px;
  border: 1px solid var(--dark-50);
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.gig-img-delete-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ff3838;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  right: 12px;
}
/* Dashboard Action */
.dashboard-action-btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-50);
  border-radius: 50%;
}
.dashboard-action-btn.dropdown-toggle::before {
  display: none;
}
.dropdown-menu.table-dropdown {
  background-color: #dcdcdc;
  border-radius: 8px;
  border: 0;
  min-width: 80px;
}
.dropdown-menu.table-dropdown .dropdown-item {
  color: #5b5b5b;
  font-size: 14px;
}
.dropdown-menu.table-dropdown .dropdown-item:hover {
  color: var(--lime-300);
  background: none;
}
/* Dashboard Badge */
.status-badge {
  padding: 8px 16px;
  line-height: 1;
  border-radius: 30px;

  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
}
.status-badge.pending {
  background-color: #fff0e2;
}
.status-badge.in-progress {
  background-color: #e2ffde;
  color: var(--dark-200);
}
.status-badge.canceled {
  background-color: #ffe2e2;
  color: var(--dark-200);
}
.status-badge.active {
  color: #22be0d;
  background-color: #ddffe6;
}
.status-badge.expired {
  color: #4b83fc;
  background-color: #eaf0ff;
}
.status-badge.in-active {
  color: #ff3838;
  background-color: #fde1e1;
}
/* Dashboard Tab */
.dashboard-tab-btn {
  background-color: var(--white);
  border-radius: 30px;
  padding: 16px 32px;
  color: var(--dark-200);
  font-size: 18px;
  line-height: 1;
}
.dashboard-tab-btn.active {
  background-color: var(--lime-300);
  color: var(--white);
}
/* Profile Settings */
.form-container {
  position: relative;
}

.form-container .form-label {
  font-size: 18px;
  color: var(--dark-300);
  line-height: 18px;
  margin-bottom: 10px;
}
.form-container .form-control {
  border: 1px solid #edebe7;
  border-radius: 30px;
  padding: 16px;
  height: 52px;
}
.form-container .form-control::placeholder {
  color: #b1b1b1;
}
.form-container .form-select {
  border: 1px solid #edebe7;
  border-radius: 30px;
  font-size: 16px;
  height: 52px;
  padding: 0 16px;
}
.form-container .form-control.form-textarea {
  height: 120px;
  resize: none;
}
.skill-cloud {
  border-radius: 30px;
  padding: 20px;
  border: 1px solid var(--dark-50);
}
.skill-cloud-item {
  background-color: #f8f8f8;
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #ededed;
  line-height: 1;
  font-size: 14px;
}
/* Message */
.message-sidebar-header {
  padding: 20px;
}
.message-search .form-control {
  height: 44px;
  padding: 12px 12px 12px 40px;
  background-color: #f3f9ff;
  border: 0;
}
.message-search-icon {
  left: 16px;
}
.message-person {
  border-top: 1px solid var(--dark-50);
  transition: all 0.3s ease;
  cursor: pointer;
}
.message-person:hover {
  background-color: #f3f3f3;
}
.message-person.active {
    /* background: #d1e7dd !important; */
    /* background: #f3f9ff !important; */
    background: rgb(190,240,255) !important;
}
.conversation-text li:nth-child(odd) {
  justify-content: end;
}
.conversation-text li:nth-child(even) {
  justify-content: start;
}
.conversation-text li:nth-child(even) p {
  background-color: #f9fafb;
}

.msg-write-input .form-control {
  height: 50px;
  padding-left: 30px;
  padding-top: 13px;
  resize: none;
}
.msg-send-btn {
  background-color: var(--lime-300);
  padding: 16px 28px;
  border-radius: 30px;
  color: var(--white);
  height: 50px;
  line-height: 1;
}
html body main.dashboard-main #chat-content p {
  white-space: wrap;
  word-break: break-word;
}

.input-icon-end {
  right: 16px;
}
/*******************
Dashboard CSS End
********************/

/*******************
Footer
********************/
/* Newsletter */
.footer-newsletter {
  border-bottom: 1px solid #2c4253;
}
.footer-newsletter-desc {
  font-size: 14px;
  color: #fff3ed;
}
.footer-newsletter-form {
  border: 1px solid #2c4253;
  border-radius: 50px;
  padding: 10px;
  gap: 20px;
}
.footer-newsletter-form .form-control {
  background-color: #22323f;
  border-radius: 50px;
  border: 1px solid #22323f;
  padding: 16px 32px;
  color: var(--white);
}
.footer-newsletter-form .form-control:focus {
  border: 1px solid #22be0d;
}
.footer-newsletter-form .form-control::placeholder {
  color: #5e7080;
}
.footer-newsletter-btn {
  background-color: var(--lime-300);
  color: var(--white);
  padding: 16px 32px;
  font-size: 18px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer Widgets */
.footer-info-widget-item {
  color: var(--dark-100);
  font-size: 16px;
}
.footer-widget-title {
  color: var(--white);
  font-size: 24px;
}
.footer-nav-list .footer-nav-list-item .footer-nav-link {
  font-size: 18px;
  color: var(--dark-100);
  transition: all 0.3s ease-in-out;
}
.footer-nav-list .footer-nav-list-item .footer-nav-link:hover {
  color: var(--lime-300);
}
.footer-nav-list .footer-nav-list-item .footer-nav-link svg {
  transition: all 0.3s ease-in-out;
}
.footer-nav-list .footer-nav-list-item .footer-nav-link:hover svg {
  transform: rotate(-20deg);
}
/* Footer Copyright */
.footer-copyright {
  background-color: var(--dark-400);
}
.footer-social-link {
  color: #5b7081;
}
.footer-social-link:hover {
  color: var(--white);
}
/*******************
Footer   End
********************/


.main-categories a, .subrow .left-col a:not(.related-keywords a) {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.subrow .left-col a:not(.related-keywords a) {
  padding: 10px 15px;
  border-bottom: 1px solid #d3d3d3;
  display: block;
  margin: 0 15px 8px;
  font-size: 17px;
  font-weight: 500;
}
.subrow .left-col ul > li:last-child a {
  border: none;
}
.signin-sec .breadcrumb-item+.breadcrumb-item::before {
  content: "/" !important;
}
.hero-two:not(.home-hero) .hero-two-title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0.9rem !important;
}
.hero-two:not(.home-hero) .hero-two-title + h4 {
  font-size: 16px;
}
.hero-two:not(.home-hero) {
  padding: 155px 0 60px 0;
}
.pt-110 {
  padding-top: 60px;
}
.pb-110 {
  padding-bottom: 60px;
}
.py-110 {
  padding: 60px 0;
}
#service_list {
  background: #4b1046;
  margin: 70px 0px;
}
.core-cta-sec {
  margin-top: 85px;
}

.file-preview {
    position: relative;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    width: 120px;
    height: 140px;
    overflow: hidden;
    vertical-align: top;
}
.file-preview img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 5px;
}
.file-preview .file-icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 5px;
}
.file-preview p {
    word-wrap: break-word;
    font-size: 12px;
    margin: 0;
}
.file-preview button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}
.fav-star {
  z-index: 222;
}
.fav-star.active i, .fav-star i:hover {
  color: #14a800;
}
.msg-send-btn {
  cursor: pointer !important;
}
.text-17 {
  font-size: 17px;
}


.form-container input[type="date"].form-control.is-invalid {
    background-position: center right 40px;
}

/* design changes */
.new-dashboard-menu.dashboard-header-btns .dashboard-header-btn{
      width: 46px;
    height: 46px;
}
.new-dashboard-menu  .dropdown-toggle h6 {
    color: #fff;
    cursor: pointer;
}
.navbar .new-dashboard-menu  .dropdown-toggle::after {
  color: #e8f6ff;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid #fffefe !important;
  font-size: 0;
}
.new-dashboard-menu  .dropdown-toggle{
  /* padding-right: 28px; */
  padding-right: 0px;
}

 .header-primary.header-transparent.sticky .new-dashboard-menu .dropdown-toggle h6{
    color: var(--dark-300);
}

 .header-primary.header-transparent.sticky .navbar .new-dashboard-menu .dropdown-toggle::after{
  /* border-top: 8px solid var(--dark-300) !important; */
}

/* Dashboard header button with user name and role */
.new-dashboard-menu.dashboard-header-btns .dashboard-header-btn.dashboard-header-btn-with-text,
.dashboard-header-btn.dashboard-header-btn-with-text {
  width: auto;
  height: auto;
  padding: 8px 12px;
  border-radius: 30px;
  gap: 10px;
  background-color: #f7f5f0;
  border: 1px solid #e0e0e0;
}
.dashboard-header-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.dashboard-header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-header-user-info h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-header-user-info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #666;
  white-space: nowrap;
}
.header-primary.header-transparent.sticky .dashboard-header-user-info h6 {
  color: var(--dark-300);
}
.header-primary.header-transparent.sticky .dashboard-header-user-info p {
  color: var(--dark-300);
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .new-dashboard-menu.dashboard-header-btns .dashboard-header-btn.dashboard-header-btn-with-text,
  .dashboard-header-btn.dashboard-header-btn-with-text {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
  }
  .dashboard-header-avatar {
    width: 100%;
    height: 100%;
  }
}

.select2-container--open .select2-dropdown--above{
  top: -65px;
}

body .secondary-nav-wrapper + main.order-section{
  padding-top: 40px !important;
}

.hero-two.privacy-policy-banner{
  min-height: 250px;
  padding: 80px 0;
}


.latest-offer-card .card-status {
    position: absolute;
    top: 28px;
    right: 0px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    /* max-width: 120px; */
    /* width: 100%; */
}
.latest-offer-card .card-status .active-status{
  background-color: #4b1046;
  color: #fff;
}
.latest-offer-card .card-status .inactive-status{
  background-color: #e74521;
  color: #fff;
}

.card-status-label  {
   padding: 6px 18px 6px 6px;
}

.latest-offer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer-top-desc{
    flex: 1;
}

.job-range-details {
    background-color: #B5B3A9;
    color: #fff;
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    line-height: 1.2;
}

.offer-cards-label{
  margin-top: 30px;
}
.offer-card-bottom-sec{
  margin-top: 26px;
}
.offer-desc-wrapper .cnt-sec {
    margin-top: 27px;
    word-break: break-word;
}
.card-location-info{
  gap: 10px;
}
.card-location-info:not(:last-child){
  margin-bottom: 12px;
}
.offer-card-bottom-sec p {
    font-weight: 600;
    font-size: 12px;
}
.latest-offer-card .card-status p {
       display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    line-height: 1.1;
}

.latest-offer-card h3 {
    padding-right: 71px;
    font-family: var(--body-font-family);
      /* min-height: 60px;; */
}
.latest-offer-card .offer-btn {
    padding: 10px 20px;
    font-size: 14px;
}

.latest-offer-card  .job-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
}

.latest-offer-card  .job-info p {
    margin: 0;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

.latest-offer-card  .job-price {
    background-color: #e0f7fa;
    color: #007b8f;
}

.latest-offer-card  .job-type {
    background-color: #f0f0f0;
    color: #333;
}

.latest-offer-card  .job-deadline {
    background-color: #fff3e0;
    color: #ff7f50;
}

.offer-jobs-grid{
      display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  align-items: stretch;
}


/* INNER WRAPPERS */
.job-post-horizontal {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 20px;
}

.offer-desc-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.offer-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.cnt-sec {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.view-all-job-grid .offer-card-img img {
    max-height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.view-all-job-grid  .job-post-horizontal{
  padding: 10px;
  border-radius: 30px 30px 10px 10px;
}

.offer-card-img {
    position: relative;
}

.view-all-job-grid  .view-job-bottom-desc{
  padding: 10px;
}

.view-all-job-grid .offer-card-img.no-picture img{
      object-fit: contain;
}

/* job details */
.job-details {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  padding: 30px 35px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.job-detailsr:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.job-details .job-type {
  font-size: 14px;
  color: #555;
  text-transform: capitalize;
}

.job-details .job-type svg {
  flex-shrink: 0;
}

.job-details .job-post-title {
  font-size: 22px;
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.job-details .job-post-title:hover {
  color: #22BE0D;
}

.job-details .job-company {
  font-size: 15px;
  color: #777;
}

.job-details .job-post-date {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
}

.job-details .job-post-date svg {
  flex-shrink: 0;
}

.job-details .job-wage {
  font-size: 20px;
  color: #22BE0D;
  text-align: right;
}

.job-details .cnt-sec a {
  align-items: center;
  padding: 8px 14px;
}

.job-details .content-details {
    color: #090909;
    line-height: 1.6;
    font-size: 18px;
    text-transform: capitalize;
}

.border-top {
  border-top: 1px solid #eaeaea !important;
  padding-top: 40px;
}


/* job details end */


.related-keywords {
    /* background: #fff; */
    padding: 0;
    border-radius: 11px;
    margin-top: 20px;
}

.related-keywords .related-keywords-title{
  padding: 20px 30px 0;
}
.related-keywords ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    gap: 0 8px;
}
.related-keywords li {
    /* border-bottom: 1px solid #E7E9ED; */
    padding: 6px 0px;
    transition: all 0.4s ease-in-out;
}

.related-keywords ul li a {
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 1.5;
    display: inline-block;
    border-radius: 9px;
    font-size: 14px;
    border: 1px solid #E7E9ED;
}

.related-keywords ul li a:hover{
/*  background-color: var(--bs-success-bg-subtle);*/
  background-color: #91e585;
}

.services-accordion{
  background-color: #f8f9fa;
}

.services-accordion .accordion-button:not(.collapsed) {
    color: #22BE0D !important;
    font-weight: bold;
    background: transparent !important;
}

.mobile-close-btn .navbar-toggler::after,
.mobile-close-btn .navbar-toggler::before{
 background-color: #5bc9d0 !important;
 height: 3px !important;
}
.mobile-close-btn {
      position: absolute;
    top: 12px;
    right: 20px;
    z-index: 9999;
}

.navbar-right .navbar-toggler[aria-expanded="true"]{
  display: none !important;
}

.custom-select-box .select2-selection{
    border: 1px solid #D5D5D5 !important;
    font-weight: 500;
    border-radius: 30px !important;
    padding: 16px;
    height: 52px !important;
    line-height: 1;
    display: flex !important;
    align-items: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") no-repeat center;
    background-size: 12px;
    background-position: right 13px center;
}

.custom-select-box .select2-selection:focus-visible{
  outline: none;
}

.my-select2-open .select2-dropdown{
  margin-top: 20px !important
}


.dropdown-auth-img {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #CBCAC6;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 8px;
    font-family: var(--body-font-family);
}

.dropdown-auth-img img {
    height: 30px;
    width: 30px;
}

.dropdown-auth-img h6 {
    color: #5B5B5B;
    font-size: 13px;
    font-weight: 400;
}
.dropdown-wrapper ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #CBCAC6;
}

.dropdown-main-profile h3 {
    color: #5B5B5B;
    font-size: 14px;
    margin: 0;
}

.dropdown-main-profile {
    padding: 15px 0 9px;
    border-bottom: 1px solid #CBCAC6;
}

:is(.dropdown-main-profile,.menu-logout) ul {
    padding: 0;
    border: 0;
}
.menu-logout {
    padding-top: 8px;
}

#language-header {
  background: transparent;
    color: rgb(255, 255, 255);
}

#language-header option{
  background-color: #000;
}

.job-post-horizontal{
  background-color: #F6F5F0;
}

.dropdown-auth-img p {
    font-size: 12px;
    color: #A9A9A9;
    font-weight: 400;
    line-height: 1.2;
}
.dashboard-profile-item {
    padding-top: 9px;
    padding-bottom: 0;
    border: 0;
}

.author-icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #4b1046;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.5;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.daterangepicker{
  z-index:9999999 !important
}

.daterangepicker :is(th.next.available,.prev.available){
    display: none;
}
.map-location {
    margin-bottom: 21px;
}

.map-location .form-control {
    max-width: 329px;
}

.input-preview {
    text-align: center;
    width: 100%;
    max-width: 450px;
}

.upload-box {
    display: block;
    width: 100%;
    padding: 20px;
    border: 2px dashed #cbd5e1;
    border-radius: 10px;
    cursor: pointer;
    background-color: #f8fafc;
    transition: 0.2s ease;
}

.upload-box:hover {
    background-color: #f1f5f9;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-icon img {
    max-width: 210px;
    width: 100%;
    margin-bottom: 10px;
}

.upload-text {
    font-size: 25px;
    font-weight: 600;
    color: #475569;
    margin: 12px 0 2px;
}

.upload-sub {
    font-size: 16px;
    color: #64748b;
}

.upload-link-note {
    margin-top: 20px;
    font-size: 14px;
}

.upload-link-note a {
    color: var(--lime-300);
    text-decoration: underline;
}

.upload-icon::before {
    position: absolute;
    content: "";
    height: 9px;
    background: #a2b4c059;
    width: 38%;
    border-radius: 50%;
    bottom: -2px;
    left: 0;
    right: -10px;
    margin: auto;
}

.upload-icon {
    position: relative;
}


.info-tooltip-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    background-color: transparent;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}


.tooltip {
    z-index: 99999 !important;
}

/* modal changes */
.modal.how-to-work-popup.show{
  z-index: 99999;
}
.how-to-work-popup .modal-dialog{
      border-radius: 20px;
    overflow: hidden;
}

.how-to-work-popup .modal-body{
  overflow: auto;
    height: auto;
    max-height: calc(100vh - 150px);
    padding: 28px 30px;
}

.how-to-work-popup  :is(.form-input .form-control, .form-input .form-select){
  height: 46px;
  padding: 10px 24px;
  font-size: 15px;
}
.how-to-work-popup  .form-input .form-label{
    font-size: 16px;
    margin-bottom: 8px;
}

/* design changes end */

@media (min-width: 992px) {
	.site-cols.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 40%;
	}
  #initial-view, #current-view {
    -webkit-box-flex: 0;
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
		max-width: 62%;
  }
}
@media (min-width: 1200px) {
	.site-cols.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
  #initial-view, #current-view {
    -webkit-box-flex: 0;
		-ms-flex: 0 0 67%;
		flex: 0 0 67%;
		max-width: 67%;
  }
}
@media (min-width: 1600px) {
	.site-cols.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
  #initial-view, #current-view {
    -webkit-box-flex: 0;
		-ms-flex: 0 0 67%;
		flex: 0 0 75%;
		max-width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .job-post-horizontal-img img {
    width: 150px;
  }
  .cta-area .cta-area-bg {
    padding: 40px;
  }
  .core-cta-sec {
    margin-top: 30px;
  }
  .core-cta-sec .cta-wrapper {
    padding: 35px;
  }
  .hero-two.privacy-policy-banner{
     padding: 60px 0;
   }

   .latest-offer-card h3 {
      min-height: unset;;
  }

}
@media only screen and (max-width: 767px) {
  .feature-category-card > img {
    -o-object-fit: contain !important;object-fit: contain !important;
  }
  .core-cta-sec .cta-wrapper, .cta-area .cta-area-bg {
    padding: 25px;
  }
  .core-cta-sec .cta-wrapper p.mb-5 {
    margin-bottom: 1.7rem !important;
  }
  .core-cta-sec {
    margin-top: 0px;
  }
  .feature-category-card {
    padding: 25px;
  }
  .filters-btns {
    gap: 12px !important;
  }
  .service-filter-btn {
    padding: 10px 15px;
    height: 35px;
    font-size: 15px;
  }
  footer .footer-widgets > .row > div:first-child > .mb-5 {
    margin-bottom: 15px !important;
  }
  .home-hero .hero-two-img {
    display: none;
  }
  .home-hero {
    padding-bottom: 70px !important;
  }

 .new-dashboard-menu.dashboard-header-btns .dashboard-header-btn {
    width: 28px;
    height: 28px;
    position: relative;
  }
  .new-dashboard-menu.dashboard-header-btns .dashboard-header-btn.dashboard-header-btn-with-text {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
  }
  .dashboard-header-btn-with-text .dashboard-header-avatar {
    width: 100%;
    height: 100%;
  }

   .new-dashboard-menu .dropdown-toggle h6 {
    display: none;
  }

  .navbar .new-dashboard-menu .dropdown-toggle::after {
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 6px solid #fffefe !important;
}



  /* .new-dashboard-menu.dashboard-header-btns .dashboard-header-btn::after{
    content: "";
    top: 14px;
    right: 41px;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 6px solid #fffefe !important;
    font-size: 0;
    right: -24px;
    position: absolute;
  }
   .navbar .new-dashboard-menu .dropdown-toggle::after{
    display: none;
  }

     .new-dashboard-menu .dropdown-toggle {
    padding-right: 0px;
        flex-direction: column;
    align-items: self-start !important;
  }
  */

 header:has(.dashboard-header-btns) .header-logo {
    max-width: 170px;
    width: 100%;
}
 header:has(.dashboard-header-btns) .header-logo img{
  width: 100% !important;
 }
  .navbar .dropdown .dropdown-menu {
      right: 50%;
      margin: auto !important;
      transform: translateX(50%) !important;
      padding: 12px 10px;
  }

  .navbar .reg-dropdown .dropdown .dropdown-menu {
      right: auto;
      transform: translateX(0%)!important;
  }

  .offer-cards-label {
    margin-top: 20px;
  }
  .dropdown-auth-img{
    margin-bottom: 6px;
  }

  .map-location .form-control {
    max-width: 100%;
}

}
@media only screen and (max-width: 480px) {
  .related-blogs .blog-filter > div > ul {
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    margin-bottom: 10px;
  }
  .msg-dashboard {
    padding-left: 15px;
    padding-right: 15px;
  }
  #chat-list .message-person {
    padding: 1rem 0.5rem !important;
  }
  #chat-list .message-person .rounded-circle {
    width: 35px !important;
    height: 35px !important;
  }
  #chat-list .message-person > div:last-child > span:first-child {
    font-size: 11px;
  }
  .msg-write-input {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    gap: 6px !important;
  }
  .msg-write-input .form-control {
    width: calc(100% - 42px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .msg-write-input .msg-send-btn {
    padding: 0px;
    width: 50px;
    -webkit-box-flex: 0;-ms-flex: 0 0 50px;flex: 0 0 50px;
  }
}
.header-primary {
  z-index: 99999 !important;
}
#popup-message {
  z-index: 999999 !important;
}
html main.dashboard-main {
  padding-top: 40px !important;
}
.header-primary.header-transparent {
  background-color: #F6F5F0 !important;
}
.header-primary + script + .hero-two:not(.home-hero) {
  display: none !important;
}
.service-card-two {
  position: relative;
}
.service-card-two-img {
  border-bottom: 1px solid #e3e3e3;
}
.service-card-price {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #4b1046;
  border-radius: 20px;
  color: #fff;
  margin: 0;
  padding: 8px 16px;
  font-size: 15px;
  z-index: 99;
}
.header-primary.header-transparent.sticky, .header-primary.sticky {
  /* background-color: var(--white) !important; */
}
.service-card-two-body a {
  color: #5b5b5b;
}
.chatbtn {
  background: #4b1046;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.chatbtn svg {
  fill: #fff;
}
.mySwiper5 img {
  height: 180px;
  -o-object-fit: cover;object-fit: cover;
}

@media only screen and (min-width: 1201px) {
  .secondary-nav-wrapper + main.dashboard-main {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body {
    padding-top: 0px !important;
  }
  .header-primary + script + .hero-two + * {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .header-primary + script + .hero-two + * {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mySwiper img {
    height: 60px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
}

/* -- Transaction History -- */
.t-history input[type="text"] {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.t-history .icons span {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}
.t-history h2 {
  font-size: 28px;
}
.t-history label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px
}
.t-history .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.t-history .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.t-history .filter .form-control, .t-history .filter .form-select {
  height: 50px;
  padding: 10px 20px;
}
.t-history .download-btn {
  background-color: transparent;
  border: none;
  color: green;
  font-size: 16px;
  cursor: pointer;
}
.t-history .balance-box {
  background-color: #4b1046;
  padding: 10px;
  border-radius: 5px;
  max-width: 250px;
  color: #fff;
}
.t-history .balance {
  color: #fff;
  font-weight: bold;
}
.t-history .pending {
  font-size: 14px;
  color: #fff;
}
.t-history table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.t-history th, .t-history td {
  padding: 20px 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.t-history th {
  font-weight: bold;
}
.t-history .negative {
  color: red;
}
.t-history .positive {
  color: green;
}
/* -- /Transaction History -- */

/* -- Get Paid -- */
.get-paid h2 {
  font-size: 24px;
}
.get-paid h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.get-paid .card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.get-paid .balance {
  text-align: left;
}
.get-paid .amount {
  font-size: 24px;
  font-weight: bold;
  color: #008000;
  margin: 5px 0 15px;
}
.get-paid .pending, .get-paid .small-text {
  font-size: 14px;
  color: gray;
}
.get-paid .info {
  font-size: 12px;
  cursor: pointer;
}
.get-paid .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.get-paid .grid .card {
  -webkit-box-flex: 1;-ms-flex: 1;flex: 1;
}
.get-paid .green-button {
  background: #008000;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.get-paid .green-button-outline {
  background: white;
  border: 2px solid #008000;
  color: #008000;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}
.get-paid .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.get-paid .method img {
  width: 24px;
}
.get-paid .preferred {
  background: lightgray;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}
.get-paid .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.get-paid .edit {
  color: green;
  cursor: pointer;
}
.get-paid .remove {
  color: red;
  cursor: pointer;
}
/* -- /Get Paid -- */

/* -- Milestrone Payment Popup Modal CSS starts here*/
#paymentModal > .modal-dialog {
  max-width: 700px;
}
#paymentModal .modal-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
#paymentModal .hr-right::after {
  content: "";
  background: #A7A7A7;
  width: calc(100% + 250px);
  height: 2px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
#paymentModal .form-label {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
#paymentModal h5.form-label {
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  margin-bottom: 30px !important;
  display: block;
}
#paymentModal .modal-body {
  padding: 20px 30px 30px;
  overflow: hidden;
}
#paymentModal .modal-header .btn-close {
  color: #000;
}
#paymentModal {
  z-index: 999999;
}
/* -- Milestrone Payment Popup Modal CSS ends here*/

.pj-select .select2-container .select2-selection {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pj-select .select2-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  line-height: normal;
  width: 100%;
}
.pj-select .select2-search .select2-search__field {
  width: 100% !important;
  margin: 0 !important;
}

  .navbar .dropdown .dropdown-menu.new-dash-menu-responsive {
    right: 0 !important;
    left: auto;
  }


@media screen and (max-width: 1200px) {
  .t-history td:first-child, .t-history td:nth-child(4), .t-history td:last-child {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .t-history .filters {
    -ms-flex-wrap: wrap;flex-wrap: wrap;
  }
  .t-history .filter {
    width: 47%;
    -webkit-box-flex: 0;-ms-flex: 0 0 47%;flex: 0 0 47%;
  }
  .t-history thead {
    display: none;
  }
  .t-history tr {
    background: #fff !important;
    display: block;
    margin-bottom: 30px;
  }
  .t-history tr td {
    padding: 15px !important;
    border-bottom: 1px solid #ddd;
    font-size: .8em;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* gap: 1rem; */
    background: #fff;
    border-radius: 0px;
  }
  .t-history tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .t-history .bottom {
    background: transparent !important;
  }
  .t-history .bottom .filters {
    background: #fff !important;
  }
  .t-history .negative::before, .t-history .positive::before {
    color: #212529;
  }
  .t-history label {
    font-size: 15px;
  }
  .t-history .filter .form-control, .t-history .filter .form-select {
    height: 46px;
    padding: 10px 14px;
    font-size: 15px;
  }
  html .dashboard-header {
    position: fixed !important;
    background: #fff !important;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 5px #e3e3e3;
    box-shadow: 0px 0px 5px #e3e3e3;
    z-index: 9999;
  }
  html main.dashboard-main {
    padding-bottom: 100px !important;
  }
  .in-msg {
    max-width: 100% !important;
    margin-left: auto;
  }
  .milestone-table td:last-child {
    word-break: break-word;
  }
  .milestone-table td:first-child {
    width: auto;
  }
  #paymentModal .modal-body {
    padding: 20px 15px 30px;
  }
  #paymentModal h5.form-label {
    font-size: 20px;
  }
  #paymentModal .form-container .form-control {
    height: 46px;
  }
  #paymentModal #submitButton {
    width: 100%;
  }

  /* menu chnage */


  .navbar .dropdown .dropdown-menu.new-dash-menu-responsive{
    transform: translateY(-120%) !important;
  }
}


/* Landing Page CSS */
.bot-cnt .card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
}
.bot-cnt .tag {
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  margin-right: 4px;
  display: inline-block;
}
.bot-cnt .budget {
  background-color: #22BE0D;
}
.bot-cnt .urgent {
  background-color: #22BE0D;
}
.bot-cnt .deadline {
  background-color: #22BE0D;
}
.bot-cnt .faq-header {
  font-weight: bold;
}
.bot-cnt .accordion-button {
  font-size: 22px;
  font-weight: 700;
}
.bot-cnt .accordion-button:not(.collapsed), .providers-con .accordion-button:not(.collapsed) {
  color: #4b1046 !important;
  font-weight: bold;
  background: transparent !important;
}
.providers-con .accordion p {
  margin-bottom: 20px;
}
.providers-con .accordion-button {
  font-weight: 600;
  font-size: 20px !important;
}
.providers-con .accordion-button:focus, .providers-con  .accordion-button:focus-visible {
  box-shadow: none !important;
  border: none !important;
}
.providers-con .accordion-button:not(.collapsed)::after, .bot-cnt .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(49%) sepia(57%) saturate(3296%) hue-rotate(80deg) brightness(108%) contrast(90%);
}
.dev-cnt p, section.provider-banner.w-breadcrumb-area p {
  font-size: 18px;
  margin-bottom: 25px;
}
section.provider-banner.w-breadcrumb-area::before {
  content: "";
  background: linear-gradient(90deg, rgba(28, 17, 6, 0.64) 0%, rgba(28, 17, 6, 0) 55%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
section.provider-banner.w-breadcrumb-area {
  padding: 110px 0px;
}
section.provider-banner.w-breadcrumb-area > .container {
  position: relative;
  z-index: 22;
}
.providers-con .accordion-button::after {
  margin-left: auto;
}
.providers-con .tag-btn {
  background-color: transparent;
  border: 1px solid #CDC8BB;
  border-radius: 40px;
  padding: 14px 30px;
  margin: 0;
  font-size: 16px;
  color: #06131C;
  line-height: 1;
}
.providers-con .tag-btn:hover, .providers-con .tag-btn.active {
  background: #CDC8BB;
  border-color: #CDC8BB;
  color: #fff;
}
.providers-con .accordion-body {
  padding-bottom: 0px;
}
.providers-con .accordion-item ul li a {
  color: #000;
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 30px;
  display: inline-block;
}
.providers-con .accordion-button, .providers-con .accordion-item {
  background: transparent;
  border: none;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.providers-con .accordion-button {
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #CDC8BB;
}
.providers-con .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #CDC8BB;
  box-shadow: none;
  font-weight: 500;
}
.providers-con .w-btn-secondary-lg, .provider-banner .w-btn-secondary-lg {
  line-height: 1;
}
.providers-con #service-grid, .providers-con .btn-wrp {
  padding-left: 50px;
}
.providers-con .star {
  color: #22BE0D;
  font-size: 16px;
  margin-right: 0px;
}
.providers-con .star-gray {
  color: #A8A8A8;
}
.providers-con .rating-text {
  font-weight: bold;
  font-size: 1rem;
  margin-left: 8px;
}
.providers-con .stars-wrp {
  margin-top: 15px;
}
.providers-con .service-card-two-body a {
  white-space: normal;
  word-break: break-all;
}


@media only screen and (max-width: 1399px) {
  .providers-con .tag-btn {
      padding: 12px 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .providers-con #service-grid, .providers-con .btn-wrp {
      padding-left: 0px;
  }
  .providers-con .star {
      font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.provider-banner.w-breadcrumb-area {
      padding: 60px 0px;
  }
  .provider-banner .w-btn-secondary-lg {
      margin-top: 0px !important;
  }
  .bot-cnt .card {
      padding: 20px;
  }
  .bot-cnt .tag {
      margin-right: 3px;
  }
  .dev-cnt p, section.provider-banner.w-breadcrumb-area p {
      font-size: 16px;
  }
  .bot-cnt .accordion-body {
      padding: 20px 20px;
  }
  .providers-con .left-sidebar {
      position: absolute;
      left: 12px;
      top: 0px;
      background: #fff;
      z-index: 999;
      padding: 30px;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0px 0px 10px #e3e3e3;
  }
  .providers-con .left-sidebar.active {
      opacity: 1;
      visibility: visible;
  }
  .filter-toggle {
      cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  section.provider-banner.w-breadcrumb-area p {
      margin-bottom: 30px;
  }
  .bot-cnt .accordion-button {
      font-size: 18px;
  }
  .providers-con .bot-row {
      margin: 0px;
  }
  .providers-con .left-sidebar {
      left: 0px;
      padding: 20px;
  }
  .providers-con .accordion-button {
      font-size: 18px !important;
  }
  .providers-con .top-btn-wrp .w-btn, .providers-con .top-btn-wrp .w-btn-secondary-lg {
      padding: 12px 20px;
      font-size: 15px;
  }
  .providers-con .top-btn-wrp .filter-toggle {
      padding: 10px 11px;
  }
  .providers-con .tag-btn {
      padding: 10px 12px;
      font-size: 14px;
  }

  .upload-text {
    font-size: 18px;
    margin: 8px 0 2px;
}
}

/* How to Work Page CSS */
.how-work .step {
  text-align: center;
  padding: 20px;
  position: relative;
}
.how-work .step-icon {
  background-color: #4b1046;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.how-work .step-icon img {
  width: 40px;
  height: 40px;
}
.how-work .step h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.how-work .top-row {
  margin-bottom: 60px
}
.how-work h1, .how-work h2 {
  margin-bottom: 30px;
}
.how-work h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.how-work .top-row p {
  font-weight: 300;
  font-size: 17px;
}
.how-work .form-container .form-control, .how-work .form-container .form-select {
  border: 1px solid #D5D5D5;
  font-weight: 500;
}
.how-work .long-arrow-right::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #22BE0D;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
}
.how-work .long-arrow-right {
  transform: rotate(135deg);
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 2px solid #22BE0D;
  border-left: 2px solid #22BE0D;
}
.how-work .arrow-sec {
  position: absolute;
  top: 60px;
  right: -40%;
  transform: translateX(-40%);
}
.how-work .w-editor-wrapper {
  border: 1px solid #D5D5D5;
  height: 250px;
}
.how-work .w-btn-secondary-lg {
  line-height: 1;
}


/* category design */
.category-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 48px 40px;
  max-width: 100%;
}
.category-items {
    padding: 30px;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.category-items img {
    width: 65px;
    height: auto;
}
.category-image-wrapper {
  gap: 20px 30px;
}
.category-items-head {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.category-desc {
    margin-top: 30px;
    color: #000;
}
.category-desc h6 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.category-button{
  margin-top: 40px;
}
.category-service ul{
  margin-top: 30px;
}
.category-service ul li a{
  color: #000;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 88%;
  overflow: hidden;
  white-space: nowrap;
}
.category-service ul li a:hover{
  color: #22BE0D;
}
.category-service ul li{
  font-weight: 400;
  margin-bottom: 3px;
  font-size: 18px;
}
.category-service ul li:last-child{
  margin-bottom: 0;
}

.category-grid article {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-grid .category-desc-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* category design end */
.banner-drop-down .select2-container--default .select2-selection--single{
    border: 0;
}

.banner-drop-down .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}

.hero-form-wrapper .hero-form-btn{
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    z-index: 99999;
}

.select2-container--open .select2-dropdown{
  margin: 33px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border-radius: 5px;
}

.select2-container--default input:is(:focus,:focus-visible){
  outline: none ;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}


/* model search */

 header .header-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  z-index: 9999;
  padding-top: 60px;
}

header .header-search-modal.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

header .modal-close {
  position: fixed;
  top: 30px;
  right: 60px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.2s ease;
}

header .modal-close:hover {
  color: #245fa6;
}

.header-search-modal form{
      max-width: 650px;
    width: 100%;
    padding: 0 25px;
}



@keyframes modalPop {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Fix Select2 dropdown above modal */
.select2-container {
  z-index: 10002 !important;
}

.header-search-btn{
  padding-left: 15px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.header-search-btn svg {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.header-search-btn svg path {
  fill: #4b1046;
}



@media (min-width: 1200px) {
  .how-work .fs-4 {
      font-size: 1.4rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  .how-work .arrow-sec {
      right: -47%;
  }
  .category-grid{
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  }
}
@media only screen and (max-width: 1200px) {
  .how-work .arrow-sec {
      width: 125px;
  }
  .how-work .fs-4 {
      font-size: calc(1.0rem + .3vw) !important;
  }
  .how-work .form-container .form-label {
      font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .how-work .arrow-sec {
      display: none;
  }
}
@media only screen and (max-width: 767px) {
  .how-work .w-editor-wrapper {
      padding: 10px;
  }
  .how-work .top-row p {
      font-size: 16px;
  }

  .header-search-btn {
    justify-content: center;
       height: auto;
    width: 50px;
    padding: 0;
    margin: 0;
    padding-left: 4px;
}
.dashboard-header-btns .dashboard-header-btn{
   height: auto;
    width: 50px;
}
.modal-close {
    position: fixed;
    top: 30px;
    right: 30px;
}
.header-search-btn svg {
    height: 23px;
    width: 23px;
}
}
.testimonialsSlider .swiper-slide, .testimonialsSliderBottom .swiper-slide {
  height: auto;
}
.testimonialsSlider .testimonial-card, .testimonialsSliderBottom .testimonial-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonialsSlider .testimonial-content, .testimonialsSliderBottom .testimonial-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service-filter-badge {
  background: linear-gradient(135deg, #22be0d, #1a9b0a);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.service-filter-badge:hover {
  background: linear-gradient(135deg, #22be0d, #1a9b0a);
  transform: translateY(-1px);
}

.service-filter-close-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.service-filter-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

#service-active-filters {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 16px;
}

@media only screen and (max-width: 359px) {
  .bot-cnt .tag {
      font-size: 0.65rem;
  }


  header:has(.dashboard-header-btns) .header-logo,
   .header-logo {
    max-width: 145px;
    width: 100%;
  }

}

/* Target the footer info list items */
.footer-info-widget-item.footer-content{
    font-size: 16px;       /* smaller text */
    line-height: 1.4;      /* improves readability */
    padding-top: 4px;      /* optional, reduce vertical spacing */
    padding-bottom: 4px;   /* optional, reduce vertical spacing */
}

/* Optional: make images smaller if needed */
.footer-info-widget-item.footer-content img {
    max-width: 300px;      /* reduce logo size */
    height: auto;
}

.three-col-holder, .three-col-holder .left-col ul li {
  color: #384249 !important;
}
.three-col-holder .mid-col .form-control:not(textarea) {
  height: 44px;
  border-radius: 50px !important;
  padding: 15px;
}
.three-col-holder .mid-col textarea.form-control {
  height: 88px;
  border-radius: 80px !important;
  resize: none;
  padding: 15px;
}
.three-col-holder .mid-col .sub-txt {
  font-size: 0.75rem;
}
.three-col-holder .mid-col .badge {
  border-radius: 30px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  background: #4b1046;
  font-weight: 400;
  font-size: 12px;
  line-height: line height/24;
}
.sbt-btn, .sbt-btn:hover  {
  background: #4b1046;
  padding: 10px 22px;
  color: #fff;
}

/* .three-col-holder .carousel-wrapper {
  width: 100%;
  max-width: 420px;
  margin: auto;
} */
/* .three-col-holder .mainSwiper {
  height: 280px;
  margin-bottom: 20px;
} */
.three-col-holder .mainSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-col-holder .mainSwiper img {
  width: 100%;
  border-radius: 25px;
  /* box-shadow: 0 0 50px rgba(255, 0, 0, 0.6); */
}
.three-col-holder .thumbSwiper {
  height: 100px;
}
.three-col-holder .thumbSwiper img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: contain;
}
.three-col-holder .toggle-btn {
  display: none;
}
input[type=text].date-input {
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}
input[type=date].date-input {
  background-image: none !important;
}
@media only screen and (max-width: 1200px) {
  .three-col-holder .right-row .left img {
    max-width: 60px !important;
  }
  .three-col-holder .mid-col h1 {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .three-col-holder .thumbSwiper {
    height: 200px;
  }
  .three-col-holder .box-col {
    background-color: var(--off-white);
    padding: 1.5rem !important;
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .three-col-holder .toggle-btn {
    display: block;
  }
  .three-col-holder .box-col .top-sec {
    margin-bottom: 0px !important;
  }
  .three-col-holder .box-col .carousel-wrapper {
    display: none;
    margin-top: 25px;
  }
  .three-col-holder .box-col > .bg-offWhite {
    padding: 0px !important;
    display: none;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .three-col-holder .box-col {
    padding: 16px 20px !important;
  }
  .three-col-holder .box-col .top-sec h4 {
    font-size: 18px;
  }
  .three-col-holder .mid-col h1 {
    margin-bottom: 30px !important;
  }
  .three-col-holder .mid-col textarea.form-control {
    border-radius: 15px !important;
  }
  .three-col-holder .thumbSwiper {
    height: auto;
  }
}

.custom-select-box .select2-container, .profile-sec .custom-multi-select .select2, .profile-sec .country-select .select2-container {
  z-index: 999 !important;
}
.custom-select-box .select2-container, .profile-sec .custom-multi-select .select2 {
  z-index: 999 !important;
}
.profile-sec .btn-delete img {
pointer-events: none;
}
.profile-sec .upload-icon::before {
display: none !important;
}
.profile-sec .upload-icon img {
margin-bottom: 0px !important;
}


/* New Page & Popup CSS starts here*/
.calculator-box {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  background: #fff;
  margin: 0 auto;
}
.calculator-box .header-title {
  font-weight: 600;
  margin: 0;
  color: #40556b;
  margin-left: 15px;
}
.calculator-box .header-info {
  font-size: 18px;
  color: #40556b;
}
.calculator-box .header-info i {
  color: #ff7a00;
}
.calculator-box .custom-input-group {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.calculator-box .input-container {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  height: 56px;
}
.calculator-box .floating-label {
  position: absolute;
  top: -12px;
  left: 12px;
  background: #fff;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0c3b5e;
  z-index: 2;
}
.calculator-box .unit-text {
  font-size: 18px;
  color: #6c757d;
  font-weight: 400;
  margin-right: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.calculator-box .unit-text::after {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  background-color: #ddd;
  margin-left: 12px;
}
.calculator-box .custom-input {
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  color: #6c757d;
  width: 100%;
  background: transparent;
}
.calculator-box .custom-input::-webkit-outer-spin-button,
.calculator-box .custom-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-box .custom-input {
  -moz-appearance: textfield;
}
.calculator-box .custom-range-wrapper {
  position: absolute;
  bottom: -13px;
  left: 20px;
  right: 20px;
  left: 0;
  right: 0;
  height: 26px;
  z-index: 3;
  pointer-events: none;
  pointer-events: auto;
}
.calculator-box input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  margin: 0;
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  background-image: linear-gradient(#ff7a00, #ff7a00);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left center;
}
.calculator-box input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
}
.calculator-box input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 26px;
  width: 50px;
  background-color: #f57f20;
  border-radius: 13px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26' fill='none'%3E%3Cpath d='M18 8L13 13L18 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 8L37 13L32 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: -12px;
}
.calculator-box input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
}
.calculator-box input[type=range]::-moz-range-thumb {
  height: 26px;
  width: 50px;
  background-color: #f57f20;
  border-radius: 13px;
  cursor: pointer;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26' fill='none'%3E%3Cpath d='M18 8L13 13L18 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 8L37 13L32 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.calculator-box .monthly-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.calculator-box .monthly-label {
  font-weight: 600;
  color: #0c3b5e;
  margin-bottom: 5px;
}

.calculator-box .monthly-val-wrap {
  font-size: 18px;
  font-weight: 700;
  color: #0a2540;
}
.calculator-box .monthly-val-wrap span {
  font-size: 18px;
  font-weight: 500;
  color: #6c757d;
}
.calculator-box .btn-orange {
  background: #ff7a00;
  color: #fff;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  border: none;
  transition: background 0.2s;
}
.calculator-box .btn-orange:hover {
  background: #e56d00;
  color: #fff;
}
.calculator-box .promo-text {
  color: #6c757d;
  font-size: 18px;
}
.calculator-box .promo-text .code {
  color: #ff7a00;
  font-weight: 600;
  border: 1px dashed #ff7a00;
  padding: 2px 8px;
  border-radius: 6px;
  margin: 0 4px;
}
.calculator-box.popupbox {
  border: none;
  border-radius: 0px;
  padding: 0px;
  background: #fff;
}

/* --- Aesthetic Calculator Tabs --- */
.aesthetic-tabs {
  border-bottom: 2px solid #f0f0f0;
  gap: 10px;
  padding-bottom: 0;
}
.aesthetic-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s ease;
  background: transparent;
  position: relative;
  top: 2px;
  font-weight: 600;
}
.aesthetic-tabs .nav-link:hover {
  color: #0c3b5e;
  background-color: #f8f9fa;
}
.aesthetic-tabs .nav-link.active {
  color: #ff7a00;
  background-color: #fff;
  border-bottom: 2px solid #ff7a00;
}
.aesthetic-tab-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 0 0 10px 10px;
}

/* --- Aesthetic Form Elements --- */
.aesthetic-form .form-control,
.aesthetic-form .form-select {
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
  transition: all 0.2s ease;
  box-shadow: none;
}
.aesthetic-form .form-control:focus,
.aesthetic-form .form-select:focus {
  background-color: #fff;
  border-color: #ff7a00;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.1);
}
.aesthetic-form .form-control::placeholder {
  color: #a0a0a0;
  font-weight: 400;
}
.aesthetic-form .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  border: 1px solid #d0d0d0;
  cursor: pointer;
}
.aesthetic-form .form-check-input:checked {
  background-color: #ff7a00;
  border-color: #ff7a00;
}
.aesthetic-form .form-check-label {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 4px;
}
.aesthetic-form a {
  color: #0c3b5e;
  text-decoration: underline;
  transition: color 0.15s ease;
}
.aesthetic-form a:hover {
  color: #ff7a00;
}
.aesthetic-form .btn-orange {
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 6px rgba(255, 122, 0, 0.2);
}
.aesthetic-form .btn-orange:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 8px rgba(255, 122, 0, 0.25);
}
.sdm-wrap .container > .sdm-other {
  overflow: hidden;
}

@media (min-width: 992px) {
  .details-sdm-wrap .sdm-reel {
    overflow: visible;
  }
  .details-sdm-wrap .sdm-reel .sdm-reel-actions {
    right: -50px;
    bottom: 0px;
    z-index: 99;
  }
  .details-sdm-wrap .sdm-reel-action {
    color: #000;
  }
  .details-sdm-wrap .sdm-reel-action .circle {
    background: #000;
  }
  .details-sdm-wrap .sdm-reel-action .circle:hover, .details-sdm-wrap .sdm-reel-action:hover .circle {
    background: #555;
  }
  .details-sdm-wrap .sdm-reel-overlay {
    border-radius: 18px;
  }
}
@media (max-width: 991px) {
  .aesthetic-tabs .nav-link {
    padding: 10px 3px;
    font-size: 14px;
  }
  .aesthetic-tabs {
    gap: 5px;
  }
  .aesthetic-form .btn-orange {
    margin-top: 20px;
  }
  html main.dashboard-main .st-card {
    background: transparent;
    box-shadow: none !important;
    border-radius: 0;
  }
  .th-alltab-wrapper {
    background: transparent !important;
  }
  .th-alltab-wrapper > .filters {
    background: #fff !important;
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .calculator-box .header-info, .calculator-box .promo-text, .aesthetic-tabs .nav-link {
    font-size: 16px;
  }
  .calculator-box .custom-input {
    font-size: 18px;
  }
  .aesthetic-tab-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .aesthetic-tabs {
    justify-content: space-around;
  }
}
@media (max-width: 575px) {
  .sdm-fs-inner {
    width: 90vw !important;
    height: 90dvh !important;
  }
}
/* New Page & Popup CSS ends here*/
/* New Page & Popup CSS ends here*/

#service_list .section-title {
  color: #fff;
}
#service_list .w-btn-secondary-lg {
  background: #fff;
  border: 1px solid #fff;
  color: #4b1046;
}
#service_list .w-btn-secondary-lg:hover {
  background: transparent;
  color: #fff;
}
.cta-area .cta-btn-link, .footer-newsletter-btn {
  background: #01a5af;
}
.cta-area .cta-btn-link:hover, .footer-newsletter-btn:hover {
  background: #fff;
  color: #4b1046;
}
.cta-area .cta-counter-title, .cta-area .cta-counter-desc, .job-post-horizontal-title a {
  color: #4b1046;
}
.core-cta-sec .cta-btn-link {
  background: transparent;
  border: 1px solid #fff;
}
.core-cta-sec .cta-btn-link:hover {
  background: #fff;
  color: #01a5af;
}
.footer-social-link {
  color: #01a5af;
}
.footer-social-link:hover {
  color: #fff;
}
.navbar-right .btn-success {
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 30px;
}
.navbar-right .w-btn-secondary-lg, .navbar-right .btn-success:hover {
  background: #00cad6;
}
.navbar-right .w-btn-secondary-lg:hover, .navbar-right .btn-success {
  background: #01a5af;
}
.home-hero.hero-two::after {
  display: none !important;
}
.homereviews .testimonial-author-name {
  color: #4b1046 !important;
}
.homereviews .testimonial-card {
  border-bottom: 4px solid #4b1046 !important;
}
@media only screen and (min-width: 1450px) {
  .homefeatures {
    background: transparent !important;
    position: relative;
  }
  .homefeatures > div {
    position: relative;
    z-index: 9;
  }
  .homefeatures::before {
    content: "";
    width: 100%;
    height: 83%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #F5F2F6 !important;
  }
  .homefeatures .feature-tab-right .feature-tab-images > img:first-child {
    margin-top: -110px;
  }
}
#toast-container > div {
    opacity: 1 !important;
}

.link-success {
  color: #4b1046 !important;
  text-decoration: none !important;
}
.link-success:hover {
  color: #4b1046 !important;
  text-decoration: underline !important;
}
