
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');



.login_bX_home{
    
    background:#fff;
    border-radius:12px;
    padding:20px 35px 25px;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
}

.login_bX_home h2 {
    font-size: 26px;
    margin-bottom: 4px;
    color: #087F7B;
}

.login_sec_left_bx{
    background:#fff;
    padding:50px 60px;
}

.login_sec_right_bx{
       background: linear-gradient(135deg, #f0e9e9 0%, #f9f4f5 18%, #fbf9fa 35%, #fdfefd 70%, #f2eaeb 100%);
}
.owner-wrapper {
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.owner-box {
    background: #ffffff;
    border: 1px solid #dce8fb;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    border-bottom: none !important;
}

.owner-box i {
    color: #ea0612 !important;
    font-size: 10px;
    margin-right: 6px;
}
.owner-label {
    color: #666;
    font-size: 13px;
    margin-right: 6px;
}

.owner-name {
    color: #ea0612;
    font-weight: 500;
    font-size: 12px;
    line-height: 0px;
}
.login_sec_content_bx {
    width: 100%;
    padding: 0 15px 0px 25px;
}

.login_sec_content_bx h1{
    font-size:40px;
    font-weight:700;
    line-height:1.2;
    color:#000;
}

.login_sec_content_bx p{
    font-size:14px;
    color:#263238;
    line-height:1.7;
}

.login_sec_content_bx hr{
    margin:22px 0 19px;
}

.login_sec_content_bx .login_logo img{
    width:120px;
}

.login_stats_bx h2 {
    color: #ffef5f;
    font-weight: 700;
    margin-bottom: 0px;
}
.login_stats_bx span {
    color: #ffffff;
    font-size: 16px;
}
.login_sec_right_bx_width {
    width: 100%;
    margin: auto;
    padding: 15px 30px;
}

.login_stats_bx .stat-icon {
    width: 45px;
    height: 45px;
    margin: 25px 0px 6px;
    background: #ffffffe3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.login_stats_bx .stat-icon i {
    font-size: 22px;
    color: #046a67;
}
.login_card_bx{

    background:#fff;
    border-radius:12px;
    padding:20px 35px 25px;
    box-shadow:0 5px 20px rgba(0,0,0,.12);

}

.login_card_bx h2{
        font-size: 26px;
    margin-bottom: 7px;
    font-weight:700;
    color:#0b2b61;
}

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

.login_card_bx label{
    font-weight:400;
    font-size:14px;
    margin-bottom:0px;
}

.login_sec_right_bx .input-group-text{
    background:#fff;
}

.login_sec_right_bx .form-control{
    height:40px;
}

.login_otp-btn {
    background: #087F7B;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 30px;
    border-radius: 6px;
    width: 100%;
}
.login_divider{
    position:relative;
    text-align:center;
        margin: 15px 0px 10px;
}

.login_divider::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:45%;
    height:1px;
    background:#ddd;
}

.login_divider::after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    width:45%;
    height:1px;
    background:#ddd;
}

.login_divider span{
    background:#fff;
    padding:0 10px;
    position:relative;
}

.login_enterprise{
    color: #0b2b61;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
}

@media (max-width: 767px) {
    .login_sec_left_bx {
        display: none !important;
    }
    
        .login_card_bx {
                width: 100% !important;
        margin: 0 !important;
    }
    
}


@media(max-width:991px){
.login_sec_right_bx_width{
        width:600px;
    margin: auto;
}
.login_sec_left_bx{
padding:60px 100px;
}

.login_sec_content_bx h1{
font-size:38px;
}

.login_sec_content_bx p{
font-size:18px;
}

.login_card_bx{
width:100%;
margin:30px;
}
}

#signinModal .modal-dialog{max-width: 540px;}

#signinModal .modal-dialog h2 {
    font-size: 26px;
    margin-bottom: 5px;
}


:root {
  --body-font: 'Josefin Sans', sans-serif;
  --heading-font: 'Josefin Sans', sans-serif;
  --theme-color: #d4030e;
  --theme-bg-light: #fee7e736;
  --body-text-color: #757F95;
  --color-white: #FFFFFF;
  --color-dark: #000;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --transition: all .5s ease-in-out;
  --footer-bg: #fee7e736;
  --footer-text-color: #fff;
 /* --footer-text-color: #66789C;*/
}


/* ===================
3. General css
====================== */

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #0049D0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  margin: 0px;
  font-weight: 700;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 14px;
  opacity: 1;
}



/* ===================
4. Preloader
====================== */

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader{
  position: absolute;
  text-align: center;
  width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #087F7B;
  margin: 35px 10px;
}

.loader span:nth-child(1){
  animation: loader-bounce 1s ease-in-out infinite;
}

.loader span:nth-child(2){
  animation: loader-bounce 1s ease-in-out 0.33s infinite;
}

.loader span:nth-child(3){
  animation: loader-bounce 1s ease-in-out 0.66s infinite;
}

@keyframes loader-bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}




/* ===================
5. Theme default css
====================== */

.ovrflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

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

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: #dee5f930;
}



/* ===================
6. Site title css
====================== */

.site-heading {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 14px;
    font-weight: 500;
    color: #087F7B;
    position: relative;
      padding-left: 36px;
    padding-right: 36px;
}

.site-title-tagline::after {
    content: "";
    position: absolute;
    background-color: #087F7B;
    border-radius: 60px;
    height: 4px;
    width: 22px;
    left: 0;
    bottom: 7px;
}

.faq-right .site-title-tagline::before {
display:none;
}

.faq-right .site-title-tagline {
    padding-right: 0;
}

.site-title-tagline::before {
    content: "";
    position: absolute;
    background-color: #2f7f7b;
    border-radius: 60px;
    height: 4px;
    width: 22px;
    right: 0;
    bottom: 7px;
}

.site-title {
   font-weight: 700;
    text-transform: capitalize;
    font-size: 33px;
  color: var(--color-dark);
  margin-top: 4px;
  margin-bottom: 0;
}

.site-title span {
    background: linear-gradient(90deg, #088d89, #8fab09);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.site-heading p {
  margin-top: 5px;
  font-size: 19px;
  text-transform: capitalize;
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--theme-color);
  width: 90px;
  overflow: hidden;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}


@media all and (max-width: 992px) {
  .shadow-title {
    font-size: 100px;
  }
  .bx_lg_login{
          background-image: linear-gradient(45deg, #F8F9FC, #F8F9FC)!important;
              padding-top: 30px !important;
  }
  .login_card_bx {
    padding: 20px 15px 15px !important;
}
.login_sec_right_bx_width {
    padding: 15px 15px !important;
}
  .lg_login{
      display:none !important;
  }
}



/* ===================
7. Margin & padding
====================== */

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.py-50 {
    padding: 50px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

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

.mt-30 {
  margin-top: 30px;
}

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

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}



/* ===================
8. Theme button
====================== */
.theme-btn {
    font-size: 13px;
    color: var(--color-white);
    padding: 6px 10px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #087F7B;
    box-shadow: 0 3px 24px rgb(21 151 146 / 24%);
    z-index: 1;
}
.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span{
  margin-right: 5px;
}

.theme-btn2 {
   background: #8cd1ce61;
    color: #087F7B;
    box-shadow: none;
}

.theme-btn2::before {
  background: #087f7b;
}

.theme-btn2:hover {
  color: var(--color-white);
}




/* ===================
9. Scroll-top css
====================== */

#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background: #087f7b;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: var(--transition);
  z-index: 1;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top {
    bottom: 80px;
  }
}




/* ===================
10. Nav menu css
====================== */

.main {
  margin-top: -7rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 20px 0 20px 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-dark);
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 8px;
    border: none;
    left: -15px;
    border-radius: 12px;
    background: var(--color-white);
    width: 220px;
    box-shadow: 0px 10px 20px rgb(10 42 105 / 6%);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid rgba(224, 232, 252, .5);
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px 10px 15px;
    color: var(--color-dark);
    position: relative;
    text-transform: capitalize;
    transition: var(--transition);
    z-index: 1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--theme-color);
    padding-left: 30px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 22.5px;
    width: 0;
    height: 4px;
    border-radius: 10px;
    background: var(--theme-color);
    transition: var(--transition);
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 10px;
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #087f7b;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .header-nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: 30px;
  }

  .header-nav-link {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-nav-link:hover {
    color: var(--theme-color);
  }

  .header-nav-link.search-box-outer {
    font-size: 18px;
  }

  #main_nav {
    justify-content: flex-end;
  }

}


/*bootstrap nav*/
.navbar {
  background: transparent;
  padding-top:0px;
  padding-bottom:0px;
  z-index: 999;
}

.navbar.fixed-top {
  background: var(--color-white);
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}

.navbar.fixed-top .nav-item .nav-link {
  color: var(--color-dark);
}

.navbar.fixed-top .header-nav-link {
  color: var(--color-dark);
}

.navbar.fixed-top .header-nav-link:hover {
  color: var(--theme-color);
}

.navbar.fixed-top .nav-item .nav-link.active,
.navbar.fixed-top .nav-item:hover .nav-link {
  color: #087f7b;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-btn-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 160px;
}

.navbar .header-btn {
  display: flex;
  gap: 10px;
}

/* dropdown toggler */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (max-width: 1199px) {
  .header-nav-right {
    gap: 5px;
    margin-left: 15px;
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }

  .navbar .header-btn {
    display: none;
  }
}


/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    padding-top: 0!important;
    padding-bottom: 0!important;
  }

  .navbar-bg {
    height: 59px;
  }

  .navbar-bg::before {
    transform: translateY(0px) skew(-15deg);
    left: -8px;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar-collapse {
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: var(--color-white);
  }

  .dropdown-toggle::after {
    float: right;
  }

  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 700;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color) !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
  }

  .mobile-menu-link {
    font-size: 20px;
    color: var(--color-dark);
    font-weight: 500;
    padding-right: 20px;
    margin-bottom: 0px;
    position: relative;
  }

  .mobile-menu-link:hover {
    color: var(--theme-color);
  }

  .navbar-toggler-btn-icon {
    font-size: 25px;
    color: var(--color-dark);
    font-weight: 500;
  }

  .navbar.fixed-top .mobile-menu-link {
    color: var(--color-dark);
  }

  .navbar.fixed-top .navbar-toggler-btn-icon {
    color: var(--color-dark);
  }

  .navbar .dropdown-menu {
    border-radius: 8px;
  }

  .header-nav-right {
    display: none;
  }

}



/* ===========================
11. Multi level dropdown menu
============================== */

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 12px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}




/* ===================
12. Hero css 
====================== */

.hero-section {
  position: relative;
}

.hero-single {
  padding-top: 220px;
  padding-bottom: 150px;
  background: var(--theme-bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-single .hero-content .hero-title {
    color: var(--color-dark);
    font-size: 43px;
    margin: 13px 0 0px;
    font-weight: 800;
    /* line-height: 55px; */
    text-transform: capitalize;
}

.hero-single .hero-content .hero-title span {
    color: #ffed4d;
    position: relative;
    z-index: 1;
}

.hero-single .hero-content .hero-title span::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  height: 25px;
  width: 100%;
  left: 0;
  bottom: -6px;
  z-index: -1;
  opacity: 0.1;
}
.hero-title span{
    
}
.hero-single .hero-content .hero-sub-title {
    font-size: 14px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    display: inline;
    background: #effdff;
    color: #087f7b !important;
    padding: 6px 11px 4px;
    border-radius: 7px;
}

.hero-single .hero-content p {
  color: var(--color-dark);
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}

.hero-info-box{
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-info-img{
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.hero-info-img span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--color-white);
  overflow: hidden;
  margin-left: -10px;
}

.hero-info-img span img{
  border-radius: 50%;
}

.hero-info-content h6{
  font-weight: 600;
}
 
.hero-info-content h6 span{
  color: var(--theme-color);
  font-weight: 700;
}

.hero-single .hero-img img{
  position: absolute;
  bottom: 0;
  width: 46%;
  z-index: 2;
}

.hero-single .hero-img-shape{
  position: absolute;
  bottom: 150px;
  margin-left: 100px;
  width: 70%;
  z-index: 1;
}

.hero-shape img{
  position: absolute;
}

.hero-shape .hero-shape-1{
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 80%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.hero-shape .hero-shape-2{
  left: 40%;
  top: 20%;
  width: 100px;
  opacity: .2;
  z-index: -1;
}

.hero-shape .hero-shape-3{
  right: 10%;
  bottom: 0;
  width: 50px;
  opacity: .2;
  z-index: -1;
}

.hero-shape .hero-shape-4{
  left: 22%;
  top: 0;
  width: 120px;
  opacity: .1;
  z-index: -1;
}

@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
}

@media all and (max-width: 991px) {
  .hero-single{
    padding-top: 300px;
  }

  .hero-single .hero-content .hero-title {
    font-size: 25px;
  }
.hero-single .hero-content p {
    line-height: 21px;
}

.login_bX_home {
    padding: 18px 17px 20px;
}
.otpForm.mt-3{
        margin-top: 5px !important;
}

.login_bX_home h2 {
    font-size: 22px;
}
  .hero-img {
    display: none;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1.5rem;
  }

  .hero-single .hero-content .hero-btn .theme-btn {
    padding: 12px 15px;
  }

  .search-form-wrapper{
    padding: 15px 20px !important;
  }

  .search-form-wrapper .theme-btn{
    width: 100%;
  }

}

@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 13px;
  }

  .hero-single .hero-content .theme-btn {
    padding-left: 20px;
  }

  .hero-shape .hero-shape-2{
    left: 10%;
  }

  .search-form-wrapper div[class*='col-']{
    border-right: none !important;
  }

  .search-form-wrapper .theme-btn{
    margin-top: 20px;
  }
}



/* =====================
13. Play btn
===================== */

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}




/* ===================
14. Search css
====================== */

.search-form{
  position: relative;
}

.search-form-wrapper{
  background: var(--color-white);
  border-radius: 15px;
  padding: 10px 20px 8px 15px;
  box-shadow: 0px 10px 20px rgb(10 42 105 / 7%);
}

.search-form-wrapper div[class*='col-']{
  border-right: 1px solid rgba(0, 0, 0, .08);
}

.search-form-wrapper div[class*='col-']:nth-last-child(1),
.search-form-wrapper div[class*='col-']:nth-last-child(2){
  border: none;
}

.search-form .form-group-icon{
  position: relative;
}

.search-form .form-group-icon i{
  position: absolute;
  left: 10px;
  top: 16px;
}

.search-form .form-control{
  padding: 12px 10px 12px 35px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  outline: none;
}

.search-form .nice-select {
    width: 100%;
    padding-left: 30px;
    font-size: 14px;
    border-radius: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    outline: none;
}
.search-form .form-group-icon i {
    position: absolute;
    left: 10px;
    top: 10px;
}
.search-form .nice-select:after{
  height: 8px;
  width: 8px;
  margin-top: -6px;
}

.search-form .nice-select .list{
  width: 100%;
  background: var(--color-white);
  border-radius: 12px;
  border: none;
  box-shadow: 0px 10px 20px rgb(10 42 105 / 6%);
}

.search-form .nice-select .option.focus,
.search-form .nice-select .option.selected.focus,
.search-form .nice-select .option:hover{
  background: #E0EEFF;
  color: var(--theme-color);
}

.search-form-wrapper .theme-btn {
    padding: 7px 9px;
}

.search-form .form-control {
    box-shadow: none;
    padding: 7px 10px 7px 35px !important;
    border-radius: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    outline: none;
}
.popular-search{
  margin-top: 30px;
}

.popular-search span{
  font-weight: 600;
  color: var(--color-dark);
  margin-right: 10px;
}

.popular-search a{
  color: #4F5E64;
}

.popular-search a:hover{
  color: var(--theme-color);
}

.search-area{
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.search-area .nice-select,
.search-area .form-control{
  border: 1px solid #ced4da;
  border-radius: 10px;
}

.search-area .search-form-wrapper{
  padding: 20px 30px;
}

.search-area .search-form-wrapper div[class*='col-']{
  border: none;
}

.search-area label{
  margin-bottom: 5px;
  color: var(--color-dark);
}



/* ===================
15. Category css
====================== */

.category-area {
 position: relative;
}

.category-item{
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  background: var(--color-white);
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, .08);
}

.category-item:hover{
  transform: translateY(-7px);
}

.category-icon{
  background: rgba(60, 101, 245, .1);
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 40px;
  color: var(--theme-color);
  border-radius: 15px;
  transition: var(--transition);
}

.category-item:hover .category-icon{
  background: var(--theme-color);
  color: var(--color-white);
}

.category-item h6{
  font-size: 17px;
  margin-bottom: 3px;
  transition: var(--transition);
}

.category-item p{
  font-weight: 500;
  color: var(--body-text-color);
  font-size: 14px;
  transition: var(--transition);
}

.category-item p:hover,
.category-item h6:hover{
  color: var(--theme-color);
}



/* ===================
16. Career css
====================== */

.career-area{
  position: relative;
}

.career-img img{
  border-radius: 15px;
}

.career-img-3{
  margin-top: 24px;
}

.career-right{
  margin-left: 20px;
}

.career-list{
  margin-top: 20px;
  margin-bottom: 35px;
}

.career-list li{
  margin-bottom: 10px;
  font-weight: 500;
}

.career-list li i{
  color: var(--theme-color);
  margin-right: 5px;
}

@media all and (max-width: 991px) {
  .career-right {
    margin-top: 0px;
  }
  .site-heading {
    margin-bottom: 15px;
}
.testimonial-area .owl-dots {
    margin-top: 16px;
}
.cta-left h2 {
    font-size: 23px !important;
}
}

@media all and (max-width: 767px) {
  .career-img-1{
    margin-bottom: 24px;
  }
}




/* ===================
17. Job css
====================== */

.job-area{
  position: relative;
}

.job-item{
  background: var(--color-white);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  transition: var(--transition);
}

.job-item:hover{
  transform: translateY(-7px);
}

.job-bookmark{
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 37px;
  background: rgba(60, 101, 245, .1);
  right: 15px;
  top: 15px;
  font-size: 20px;
  text-align: center;
  color: var(--theme-color);
  border-radius: 50px;
}

.job-bookmark:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.job-top{
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.job-title a:hover{
  color: var(--theme-color);
}

.job-employer{
  margin-top: 5px;
  color: var(--theme-color);
  font-weight: 500;
}

.job-employer:hover{
  color: var(--theme-color);
}

.job-img{
  width: 60px;
}

.job-img img{
  border-radius: 15px;
}

.job-info-list li{
  display: inline-block;
  margin: 0 10px 8px 0;
}

.job-skill{
  margin-top: 5px;
}

.job-skill a{
  background: rgba(60, 101, 245, .1);
  border-radius: 50px;
  padding: 2px 12px;
  color: var(--theme-color);
  font-size: 14px;
}

.job-skill a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.job-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, .04);
}

.job-salary-amount{
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 600;
}

.job-salary-type{
  font-size: 14px;
}

.job-bottom .theme-btn{
  padding: 7px 15px;
}

/* job grid */
.job-grid .job-item{
  box-shadow: var(--box-shadow);
}

.job-grid2 .search-form-wrapper,
.job-grid2 .job-sort,
.job-grid2 .job-sidebar{
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .08);
}

.job-grid2 .job-item{
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 15px;
}

.job-grid2 .job-img{
  width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.job-grid2 .job-img img{
  border-radius: 50%;
}

.job-grid2 .job-top{
  margin-bottom: 15px;
}

/* job list */
.job-list .job-item{
  box-shadow: var(--box-shadow);
}

.job-list2 .search-form-wrapper,
.job-list2 .job-sort,
.job-list2 .job-sidebar{
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .08);
}

.job-list2 .job-item{
  display: flex;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 15px;
}

.job-list2 .job-img{
  width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.job-list2 .job-img img{
  border-radius: 50%;
}

.job-list2 .job-top{
  margin-bottom: 15px;
}

@media all and (max-width: 991px) {
  .job-list2 .job-item {
    flex-direction: column;
    gap: 5px;
  }
}



/* ===================
18. Job sidebar
=================== */

.job-sidebar{
  background: var(--color-white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: var(--box-shadow);
}

.job-sidebar-item{
  margin-bottom: 35px;
}

.job-sidebar-item:last-child{
  margin-bottom: 0;
}

.job-sidebar-title{
  font-size: 19px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.job-sidebar .form-check-input{
  margin-top: 6px;
  box-shadow: none;
  border-color: var(--color-dark);
}

.job-sidebar .form-check-input:focus{
  border-color: var(--theme-color);
}

.job-sidebar .form-check-label{
  width: 100%;
  color: var(--color-dark);
}

.job-sidebar .form-check-label span{
  float: right;
}

.job-sidebar .form-check{
  margin: 12px 0;
}



/* ===================
19. Job sort
=================== */
.job-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-white);
  margin-bottom: 25px;
  padding: 10px 10px 10px 15px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.job-sort-list-grid a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #CED4DA;
  color: var(--color-dark);
}

.job-sort-list-grid a.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.job-sort .nice-select {
  width: 100%;
  height: 46px;
  line-height: 44px;
  border-radius: 8px;
  padding-left: 15px;
  font-size: 14px;
  border-color: #CED4DA;
  color: var(--color-dark);
}

.job-sort .form-control:focus,
.job-sort .nice-select:focus {
  border-color: var(--theme-color);
}

.job-sort .nice-select .list {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0px 0px 50px 0px rgb(32 32 32 / 15%);
}

.job-sort .nice-select .option.focus,
.job-sort .nice-select .option.selected.focus,
.job-sort .nice-select .option:hover {
  background: #F6F6F6;
  color: var(--theme-color);
  border-radius: 8px;
}

.job-sort .nice-select:after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
  right: 15px;
}

@media all and (max-width: 767px) {
  .job-sort {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .job-sort-box{
    width: 100%;
  }

}



/* ===================
20. Job single
=================== */
 .job-single{
  position: relative;
 }

 .job-single-img img{
  border-radius: 15px;
 }

 .job-single-title{
  margin-top: 25px;
  margin-bottom: 15px;
 }

 .job-single-info{
  margin-top: 25px;
 }

 .job-single-info h5{
  margin-bottom: 15px;
 }

 .job-single-info ul li{
  margin: 8px 0;
  position: relative;
 }

 .job-single-info ul li i{
  color: var(--theme-color);
  margin-right: 5px;
 }

 .job-location h5{
  margin-top: 35px;
  margin-bottom: 20px;
 }

 .job-location iframe{
  width: 100%;
  height: 300px;
  border-radius: 15px;
 }

 .job-single-social-share{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .05);
 }

 .job-single-social-share span{
  color: var(--color-dark);
  font-weight: 600;
  margin-right: 10px;
 }

 .job-single-social-share a{
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  background: rgba(57, 101, 245, .1);
  color: var(--theme-color);
  margin: 0 2px;
 }

 .job-single-social-share a:hover{
  background: var(--theme-color);
  color: var(--color-white);
 }

 .job-single .job-sidebar{
  padding: 30px;
 }

 .job-single-employer{
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
 }

 .job-single-employer img{
  width: 60px;
  height: 60px;
  border-radius: 15px;
 }

 .job-single-employer-info a{
  color: var(--theme-color) !important;
 }

 .job-single-heading-btns{
  margin-top: 20px;
 }

 .job-single-heading-btns .theme-btn2{
  margin-left: 8px;
 }

 .job-single-list{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .06);
 }

 .job-single-list h5{
  margin-bottom: 25px;
 }

 .job-single-list li{
  display: flex;
  gap: 15px;
  margin: 15px 0;
 }

 .job-single-list-icon{
  width: 30px;
  line-height: 38px;
  font-size: 25px;
  color: var(--theme-color);
 }

 .job-single-list-info h6{
  font-weight: 600;
  margin-bottom: 5px;
 }

 .job-employer-contact{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .05);
 }

 .job-employer-contact h5{
  margin-bottom: 15px;
 }

 .job-employer-contact li{
  margin: 8px 0;
 }

 .job-employer-contact li i{
  width: 20px;
 }

 .related-job{
  margin-top: 60px;
 }

 .related-job h4{
  margin-bottom: 30px;
 }

 .related-job .job-item{
  box-shadow: var(--box-shadow);
}



/* =====================
21. Price range slider
===================== */

.price-range-slider{
  margin-bottom: 50px;
}

.price-range-slider .price-range-info{
  margin-bottom: 20px;
}

.priceRange {
  background: transparent;
  border: none;
  font-weight: 800;
  outline: none;
  color: var(--theme-color);
}

.price-range-slider label {
  color: var(--color-dark);
  font-weight: 500;
}

.price-range-slider .ui-slider-handle {
  top: -0.36em !important;
  border-radius: 50px;
  background: var(--color-white) !important;
  border: 4px solid var(--theme-color) !important;
  width: 1.1em;
  height: 1.1em;
  outline: none;
}

.price-range-slider .ui-widget.ui-widget-content {
  background: #E6E9EC;
  border: none;
  border-radius: 50px;
  padding: 0;
  height: 0.4em;
}

.price-range-slider .ui-widget-header {
  background: var(--theme-color);
}



/* ===================
22. Employer css
====================== */
.employer-area{
  position: relative;
}

.employer-item{
  display: flex;
  gap: 15px;
  padding: 18px;
  border-radius: 15px;
  margin-bottom: 25px;
  background: var(--color-white);
  position: relative;
  border: 1px solid rgba(0, 0, 0, .08);
  transition: var(--transition);
}

.employer-item:hover{
  transform: translateY(-7px);
}

.employer-bookmark{
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 37px;
  background: rgba(60, 101, 245, .1);
  right: 15px;
  top: 15px;
  font-size: 20px;
  text-align: center;
  color: var(--theme-color);
  border-radius: 50px;
}

.employer-bookmark:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.employer-img{
  width: 60px;
}

.employer-img img{
  border-radius: 50px;
}

.employer-content h5 a:hover{
  color: var(--theme-color);
}

.employer-job{
  font-weight: 500;
  color: var(--theme-color);
  margin-top: 3px;
}

.employer-content p{
  margin-top: 8px;
}

.employer-content p i{
  color: var(--theme-color);
}

/* employer grid */
.employer-grid .employer-item{
  border: none;
  box-shadow: var(--box-shadow);
}

.employer-grid2 .employer-item{
  flex-direction: column;
}

.employer-grid2 .search-form-wrapper,
.employer-grid2 .job-sidebar,
.employer-grid2 .job-sort{
 box-shadow: none;
 border: 1px solid rgba(0, 0, 0, .08);
}

/* employer list */
.employer-list .employer-item{
  border: none;
  box-shadow: var(--box-shadow);
}

.employer-list2 .employer-item{
  align-items: center;
}

.employer-list2 .employer-img{
  width: 100px;
}

.employer-list2 .employer-img img{
  border-radius: 15px;
}

.employer-list2 .search-form-wrapper,
.employer-list2 .job-sidebar,
.employer-list2 .job-sort{
 box-shadow: none;
 border: 1px solid rgba(0, 0, 0, .08);
}



/* ======================
23. Employer single css 
=========================*/

.employer-single{
  position: relative;
}

.employer-heading{
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.employer-heading-content{
  display: flex;
  gap: 20px;
}

.employer-heading-content img{
  width: 160px;
  height: 160px;
  border-radius: 15px;
}

.employer-heading-list{
  margin-top: 5px;
}

.employer-heading-list li{
  display: inline-block;
  margin-right: 10px;
}

.employer-heading-list li i{
  margin-right: 5px;
}

.employer-heading-rate{
  margin-top: 8px;
}

.employer-heading-rate i{
  color: #F5BE3D;
}

.employer-heading-tag{
  margin-top: 15px;
}

.employer-heading-tag a{
  background: var(--theme-bg-light);
  padding: 2px 20px;
  margin-right: 8px;
  border-radius: 50px;
}

.employer-heading-tag a:hover{
  color: var(--theme-color);
}

.employer-gallery-item{
  position: relative;
  margin-bottom: 25px;
}

.employer-gallery-item img{
  border-radius: 15px;
}

.employer-gallery-item .gallery-link{
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  text-align: center;
  color: var(--color-white);
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.employer-gallery-item:hover .gallery-link{
  opacity: 1;
  visibility: visible;
}

.employer-single-job .job-item{
  box-shadow: var(--box-shadow);
}

.employer-single .job-sidebar{
  padding: 30px;
}

.employer-overview ul{
  margin-top: 25px;
  margin-bottom: 30px;
}

.employer-overview li {
  margin: 8px 0;
  font-weight: 500;
}

.employer-overview li span{
  float: right;
  font-weight: normal;
}

.employer-overview li a{
  color: var(--theme-color);
}

.employer-location-map{
  margin-top: 30px;
}

.employer-location-map iframe{
  border-radius: 15px;
  margin-top: 20px;
  width: 100%;
  height: 250px;
}

.employer-social{
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.employer-social-link{
  margin-top: 18px;
}

.employer-social-link a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  color: var(--color-white);
  text-align: center;
  margin-right: 5px;
}

.employer-social-link a:hover{
  background: var(--color-dark);
  color: var(--color-white);
}

.employer-heading-with-img{
  border-radius: 15px;
  padding: 20px;
  box-shadow: var(--box-shadow);
}

.employer-single-img img{
  border-radius: 15px;
}

.employer-heading-with-img .employer-heading{
  box-shadow: none;
  padding: 0;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .employer-heading{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .employer-heading-tag a:first-child{
    margin-bottom: 15px;
  }

  .employer-heading-content{
    flex-direction: column;
  }
}




/* ===================
24. Candidate css 
====================== */
.candidate-item{
  background: var(--color-white);
  border-radius: 15px;
  padding: 20px;
  position: relative;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.candidate-item:hover{
  transform: translateY(-7px);
}

.candidate-bookmark{
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 37px;
  background: rgba(60, 101, 245, .1);
  right: 15px;
  top: 15px;
  font-size: 20px;
  text-align: center;
  color: var(--theme-color);
  border-radius: 50px;
}

.candidate-bookmark:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.candidate-bio{
  display: flex;
  align-items: center;
  gap: 14px;
}

.candidate-bio-content h5 a:hover{
  color: var(--theme-color);
}

.candidate-img{
  width: 95px;
}

.candidate-img img{
  border-radius: 50%;
}

.candidate-content p{
  margin-top: 15px;
}

.candidate-bio-rate i{
  font-size: 13px;
  color: #F5BE3D;
}

.candidate-bio-rate span{
  font-size: 13px;
  margin-left: 2px;
}

.candidate-skill{
  margin-top: 15px;
  margin-bottom: 20px;
}

.candidate-skill a{
  background: var(--theme-bg-light);
  padding: 2px 20px;
  border-radius: 50px;
  margin: 5px 5px 5px 0;
}

.candidate-skill a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.candidate-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.candidate-salary{
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}

.candidate-salary span{
  font-weight: normal;
  font-size: 14px;
  color: var(--body-text-color);
}

.candidate-bottom .theme-btn{
  padding: 6px 15px;
}

/* candidate grid */
.candidate-grid2 .candidate-item{
  flex-direction: column;
  box-shadow: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .08);
}

.candidate-grid2 .candidate-bio{
  flex-direction: column;
}

.candidate-grid2 .search-form-wrapper,
.candidate-grid2 .job-sidebar,
.candidate-grid2 .job-sort{
 box-shadow: none;
 border: 1px solid rgba(0, 0, 0, .08);
}

.candidate-grid2 .candidate-bottom{
  justify-content: center;
}

/* candidate list */
.candidate-list2 .candidate-item{
  align-items: center;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .08);
  display: flex;
  justify-content: space-between;
}

.candidate-list2 .candidate-img{
  width: 100px;
}

.candidate-list2 .candidate-img img{
  border-radius: 15px;
}

.candidate-list2 .search-form-wrapper,
.candidate-list2 .job-sidebar,
.candidate-list2 .job-sort{
 box-shadow: none;
 border: 1px solid rgba(0, 0, 0, .08);
}

@media all and (max-width: 767px) {
  .candidate-list2 .candidate-item {
    flex-direction: column;
    text-align: center;
  }

  .candidate-list2 .candidate-skill{
    padding: 20px 0;
  }

  .candidate-list2 .candidate-bio{
    flex-direction: column;
  }
}



/* ======================
25. Candidate single css 
======================== */
.candidate-single{
  position: relative;
}

.candidate-heading{
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.candidate-heading-content{
  display: flex;
  gap: 20px;
}

.candidate-heading-content img{
  width: 185px;
  height: 185px;
  border-radius: 15px;
}

.candidate-heading-list{
  margin-top: 5px;
}

.candidate-heading-list li{
  display: inline-block;
  margin-right: 10px;
}

.candidate-heading-list li i{
  margin-right: 5px;
}

.candidate-heading-rate{
  margin-top: 8px;
}

.candidate-heading-rate i{
  color: #F5BE3D;
}

.candidate-heading-tag{
  margin-top: 15px;
}

.candidate-heading-tag a{
  background: var(--theme-bg-light);
  padding: 2px 20px;
  margin-right: 8px;
  border-radius: 50px;
}

.candidate-heading-tag a:hover{
  color: var(--theme-color);
}

.candidate-heading-with-img{
  border-radius: 15px;
  padding: 20px;
  box-shadow: var(--box-shadow);
}

.candidate-single-img img{
  border-radius: 15px;
}

.candidate-heading-with-img .candidate-heading{
  box-shadow: none;
  padding: 0;
  margin-top: 20px;
}

.candidate-skill-item{
  margin-bottom: 20px;
  position: relative;
}

.candidate-skill-item .skill-tag {
  margin-bottom: 10px;
  display: inline-block;
  color: var(--body-text-color);
  font-size: 14px;
  position: relative;
}

.candidate-skill-item .skill-box {
  width: 100%;
  height: 5px;
  background: #F1F1FA;
  border-radius: 50px;
  position: relative
}

.candidate-skill-item .progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 50px;
  background: var(--theme-color);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  width: 0;
}

.candidate-skill-item .skill-percentage {
  color: var(--body-text-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  right: -15px;
  top: -35px;
}

.candidate-timeline-wrapper {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, .08);
}

.candidate-timeline {
  margin-bottom: 50px;
  margin-left: 50px;
}

.candidate-timeline:last-child {
  margin-bottom: 0px;
}

.candidate-timeline-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 15px;
  border-radius: 50px;
  color: var(--theme-color);
  margin-left: 15px;
  background: rgba(60, 101, 245, .1);
}

.candidate-timeline-title {
  color: var(--color-dark);
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.candidate-timeline-title::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid var(--theme-color);
  background: var(--color-white);
  border-radius: 50%;
  left: -50px;
  top: 3px;
}

.candidate-timeline-title::after {
  content: '';
  position: absolute;
  width: 22px;
  border-top: 3px solid var(--theme-color);
  left: -26px;
  top: 13px;
}

.candidate-timeline-sub-title {
  margin: 10px 0px;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme-color);
}

.candidate-timeline-discription p:last-child {
  margin-bottom: 0px;
}

.candidate-single .job-sidebar{
  padding: 35px;
}

.candidate-sidebar-btns a:first-child{
  margin-right: 8px;
}

.candidate-social{
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.candidate-social-link{
  margin-top: 18px;
}

.candidate-social-link a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  color: var(--color-white);
  text-align: center;
  margin-right: 5px;
}

.candidate-social-link a:hover{
  background: var(--color-dark);
  color: var(--color-white);
}

@media all and (max-width: 767px) {
  .candidate-heading{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .candidate-heading-tag a:first-child{
    margin-bottom: 15px;
  }

  .candidate-heading-content{
    flex-direction: column;
  }
}



/* ===================
26. Location css 
====================== */

.location-area{
  position: relative;
}

.location-item{
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 25px;
  background: var(--color-white);
  transition: var(--transition);
}



.location-img img{
  border-radius: 15px;
  width: 100%;
}

.location-content{
  padding-top: 10px;
}

.location-content h5{
  margin-bottom: 5px;
}

.location-content h5 a:hover{
  color: var(--theme-color);
}

.location-content-info{
  display: flex;
  gap: 15px;
  align-items: center;
}

/*==========================================
            PRICING SECTION
==========================================*/

.pricing-section{
    padding:50px 0;
}

.pricing-tag{

    display:inline-block;
    background:#2563eb;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;

}

.pricing-heading{

    font-size:42px;
    font-weight:700;
    color:#172554;

}

.pricing-subtitle{

    color:#6b7280;
    font-size:17px;

}


/*==========================================
                TABS
==========================================*/

.pricing-tabs{

    gap:15px;
    border:none;

}

.pricing-tabs .nav-link {
    border: none;
    background: #ebeffe;
    border-radius: 5px;
    padding: 6px 20px;
    color: #494be6;
    font-weight: 600;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.pricing-tabs .nav-link:hover{

    background:#2563eb;
    color:#fff;

}

.pricing-tabs .nav-link.active{

    background:linear-gradient(135deg,#2563eb,#4f46e5);
    color:#fff;

}



/*==========================================
            PRICING CARD
==========================================*/

.pricing-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
    transition: .40s;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    height: 100%;
}

.pricing-card{
    display:flex;
    flex-direction:column;
    height:100%;
}
.plan-header {
    min-height: 150px;
}

.plan-footer{
    margin-top:auto;
}

/*==========================================
        TOP COLOR LINE
==========================================*/

.card-border {
    padding: 3px;
    border-radius: 10px;
    background: #e8edf7;
}

/* Inner Card */


/* GREEN */
.card-border.green{
    background:
        linear-gradient(#10b981,#10b981) top/100% 5px no-repeat,
        linear-gradient(#10b981,#10b981) left top/5px 53px no-repeat,
        linear-gradient(#10b981,#10b981) right top/5px 53px no-repeat,
        #ceffef;
}

/* PURPLE */
.card-border.purple{
    background:
        linear-gradient(#7c3aed,#7c3aed) top/100% 5px no-repeat,
        linear-gradient(#7c3aed,#7c3aed) left top/5px 53px no-repeat,
        linear-gradient(#7c3aed,#7c3aed) right top/5px 53px no-repeat,
        #ebe0ff;
}

/* ORANGE */
.card-border.orange {
    background: linear-gradient(#ff6200, #ff6200) top / 100% 5px no-repeat, linear-gradient(#ff6200, #ff6200) left top / 5px 53px no-repeat, linear-gradient(#ff6200, #ff6200) right top / 5px 53px no-repeat, #ffefe5;
}

/* BLUE */
.card-border.blue{
    background:
        linear-gradient(#2563eb,#2563eb) top/100% 5px no-repeat,
        linear-gradient(#2563eb,#2563eb) left top/5px 53px no-repeat,
        linear-gradient(#2563eb,#2563eb) right top/5px 53px no-repeat,
        #e8edf7;
}

.card-border.pink {
    background: linear-gradient(#d946ef,#d946ef) top/100% 5px no-repeat,
        linear-gradient(#d946ef,#d946ef) left top/5px 53px no-repeat,
        linear-gradient(#d946ef,#d946ef) right top/5px 53px no-repeat,
        #fce7f3;
}

.card-border.teal {
    background: linear-gradient(#0891b2,#0891b2) top/100% 5px no-repeat,
        linear-gradient(#0891b2,#0891b2) left top/5px 53px no-repeat,
        linear-gradient(#0891b2,#0891b2) right top/5px 53px no-repeat,
        #cffafe;
}

.card-border.rose {
    background: linear-gradient(#e11d48,#e11d48) top/100% 5px no-repeat,
        linear-gradient(#e11d48,#e11d48) left top/5px 53px no-repeat,
        linear-gradient(#e11d48,#e11d48) right top/5px 53px no-repeat,
        #ffe4e6;
}
.card-border.slate {
    background: linear-gradient(#475569,#475569) top/100% 5px no-repeat,
        linear-gradient(#475569,#475569) left top/5px 53px no-repeat,
        linear-gradient(#475569,#475569) right top/5px 53px no-repeat,
        #e2e8f0;
}



/*==========================================
        POPULAR BADGE
==========================================*/

.popular-badge {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    background: #7c3aed;
    color: #fff;
    width: 110px;
    text-align: center;
    padding: 2px 0;
    font-size: 10px;
    border-radius: 0px 0px 7px 7px;
    font-weight: 700;
    transform: rotate(0deg);
    margin: auto;
}



/*==========================================
            TEXT
==========================================*/

.plan-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 3px;
    color: #111827;
    text-align: center;
    line-height: 25px;
}

.tex-colo-1{
        color: #10b67f;
        
}

.tex-colo-2{
        color: #7a39e9;
            margin-top: 15px !important;
}
.tex-colo-3{
        color: #fb6000;
        
}

.tex-colo-4{
        color: #2461e7;
        
}

/* 5th Plan */
.tex-colo-5 {
    color: #d946ef;
}

/* 6th Plan */
.tex-colo-6 {
    color: #0891b2;
}

/* 7th Plan */
.tex-colo-7 {
    color: #e11d48;
}

/* 8th Plan */
.tex-colo-8 {
    color: #64748b;
}

.small-text {
    color: #6b7280;
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
}
.pricing-card h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.pricing-card h2 span {
    font-size: 13px;
    color: #798190;
    font-weight: 500;
}
.price-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    justify-content: center;
}
.price-box del{

    color:#9ca3af;

}

.discount {
    background: #ffebe9;
    color: #f31c0c;
    border-radius: 4px;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 500;
}



/*==========================================
            BUTTON
==========================================*/

.plan-btn {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: .35s;
    margin-bottom: 10px;
}

.green .plan-btn{

    background:#10b981;

}

.purple .plan-btn{

    background:#7c3aed;

}

.orange .plan-btn{

    background:#f97316;

}

.blue .plan-btn{

    background:#2563eb;

}
.pink .plan-btn {
    background: #d946ef;
}

/* 6th Plan */
.teal .plan-btn {
    background: #0891b2;
}

/* 7th Plan */
.rose .plan-btn {
    background: #e11d48;
}

/* 8th Plan */
.slate .plan-btn {
    background: #475569;
}
.plan-btn:hover{

    transform:translateY(-3px);

}



/*==========================================
            FEATURES
==========================================*/

.pricing-card ul{

    list-style:none;
    margin:0;
    padding:0;

}

.pricing-card ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    color: #4b5563;
    border-bottom: 1px dashed #ececec;
    font-size: 13px;
        position: relative;
            padding-left: 15px;
}

.card-border.green{
    --theme-color:#10b981;
}

.card-border.purple{
    --theme-color:#7c3aed;
}

.card-border.orange{
    --theme-color:#ff6200;
}

.card-border.blue{
    --theme-color:#2563eb;
}
/* 5th Plan */
.card-border.pink {
    --theme-color: #d946ef;
}

/* 6th Plan */
.card-border.teal {
    --theme-color: #0891b2;
}

/* 7th Plan */
.card-border.rose {
    --theme-color: #e11d48;
}

/* 8th Plan */
.card-border.slate {
    --theme-color: #475569;
}
.pricing-card ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:12px;
    height:12px;
    border:3px solid var(--theme-color);
    border-radius:50%;
}

.pricing-card ul li:last-child{

    border:none;

}

.pricing-card ul li i{

    color:#10b981;
    font-size:17px;

}



/*==========================================
        POPULAR CARD EFFECT
==========================================*/

.popular{

    transform:scale(1.05);
    z-index:10;

}

.popular:hover{

    transform:scale(1.07);

}



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

@media(max-width:991px){

.pricing-card{

margin-bottom:30px;

}

.popular{

transform:scale(1);

}

}

@media(max-width:768px){

.pricing-heading{

font-size:32px;

}

.pricing-tabs{

display:flex;
overflow:auto;
flex-wrap:nowrap;

}

.pricing-tabs .nav-link{

white-space:nowrap;

}

.pricing-card{

padding:30px 20px;

}

.plan-title{

font-size:24px;

}

.pricing-card h2{

font-size:36px;

}

}

/* ===================
27. Banner css 
====================== */

.banner-item {
  width: 100%;
  height: Auto;
  border-radius: 10px;
  position: relative;
}

.banner-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, .3);
}

.banner-item img {
  border-radius: 10px;
  width: 100%;
}

.banner-item-content {
  position: absolute;
  top: 20px;
  right: 20px;
}

.banner-item-content h2 {
  color: var(--color-white);
}

.banner-item-content p {
  color: var(--color-white);
}

.banner-item-content a {
  padding: 6px 20px;
  color: var(--color-white);
  background: var(--theme-color);
  margin-top: 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: var(--transition);
}

.banner-item-content a:hover {
  background: var(--theme-color);
}

.banner-item2 .banner-item-content {
  top: unset;
  right: unset;
  left: 20px;
  bottom: 20px;
}

.banner-item3 .banner-item-content {
  top: unset;
  bottom: 20px;
}

@media all and (max-width: 991px) {
  .banner-item {
    margin-bottom: 25px;
  }
}




/* ===================
28. About css 
====================== */

.about-area {
  position: relative;
  display: block;
}

.about-left {
  position: relative;
  margin: 0 40px 0 20px;
}

.about-img img {
  border-radius: 15px;
}

.about-img::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #ECF0FE;
  border-radius: 50%;
  left: -50px;
  top: -50px;
  z-index: -1;
}

.about-shape {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}

.about-right {
  position: relative;
  display: block;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 35px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.about-list li .about-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-list li .about-icon span {
  font-size: 20px;
  color: var(--theme-color);
}


@media all and (max-width: 991px) {
  .about-left {
    margin-bottom: 60px;
  }
}



/* ===================
29. Service css 
====================== */

.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-item {
  position: relative;
  padding: 15px 15px 30px 15px;
  margin-top: 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  background: var(--color-white);
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.service-img {
  overflow: hidden;
  border-radius: 10px;
  margin-top: -30px;
}

.service-img img {
  border-radius: 12px;
}

.service-item:hover .service-img img {
  transform: scale(1.1) rotate(2deg);
  transition: var(--transition);
}

.service-content {
  position: relative;
}

.service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background: var(--color-white);
  border-radius: 30px 0 30px 0;
  margin: -45px 0 0 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  position: relative;
  transition: var(--transition);
}

.service-icon i {
  color: var(--theme-color);
  font-size: 48px;
  line-height: 1;
  transform: rotate(-45deg);
}

.service-icon img {
  width: 70px;
}

.service-arrow {
  margin-top: 25px;
}

.service-title a {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.service-title a:hover {
  color: var(--theme-color);
}

.service-arrow a {
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 15px;
  border: 3px solid var(--color-white);
  background: var(--theme-color);
  transform: rotate(45deg);
  color: var(--color-white);
  font-size: 20px;
  text-align: center;
  position: relative;
  transition: var(--transition);
  z-index: 1;
}

.service-item:hover .service-arrow a {
  border-color: var(--theme-color);
  background: var(--color-white);
}

.service-item .service-arrow a i {
  transition: var(--transition);
}

.service-item:hover .service-arrow a i {
  color: var(--theme-color);
  transform: rotate(-45deg);
}

/* service-area 2 */
.service-area2 {
  position: relative;
}

.service-area2 .service-item {
  background: #00081D;
  padding: 28px;
  position: relative;
}

.service-area2 .service-icon {
  margin: 0 auto;
}

.service-area2 .service-item p,
.service-area2 .service-item .service-title a {
  color: var(--color-white);
}

.service-area2 .service-item:hover .theme-btn {
  background: var(--theme-color);
}

.service-slider .service-item {
  box-shadow: none;
}

.service-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.service-slider .owl-dots .owl-dot span {
  background: rgba(28, 185, 200, .4);
  margin: 5px;
  width: 20px;
  height: 7px;
  border-radius: 50px;
  display: inline-block;
  transition: var(--transition);
}

.service-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}



/* ====================
30. Service single
==================== */

.service-single-wrapper .widget-title {
  font-weight: 700;
}

.service-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.service-download a {
  border: 2px solid var(--theme-color);
  padding: 10px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  border-radius: 50px;
  transition: var(--transition);
}

.service-download a i {
  margin-right: 10px;
}

.service-download a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.service-details h3 {
  color: var(--color-dark);
  font-weight: 700;
}

.service-details img {
  border-radius: 7px;
}




/* ===================
31. Skill css 
====================== */

.skills-section {
  margin-top: 40px;
}

.skill-left {
  position: relative;
}

.skill-left img {
  border-radius: 7px;
}

.skill-shape {
  position: absolute;
  z-index: -1;
  left: -22px;
  top: -1px;
  width: 100%;
  height: 100%;
}

.skill-img {
  position: relative;
  display: block;
  -webkit-mask-image: url(../img/shape/03.png);
  mask-image: url(../img/shape/03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  overflow: hidden;
}

.progress-box {
  margin-bottom: 30px;
  position: relative;
}

.progress-box:last-child {
  margin-bottom: 0;
}

.progress-box h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.progress-box .progress {
  box-shadow: 0px 10px 31px rgb(169 177 193 / 17%);
  border: 1px solid #D5E0F5;
  height: 16px;
  padding: 4px;
  border-radius: 50px;
  background-color: var(--color-white);
}

.progress-box .progress .progress-bar {
  background: linear-gradient(to right, #fe6d1c 0%, #fd3d10 100%);
  border-radius: 50px;
}

@media all and (max-width: 991px) {
  .skill-right .site-heading {
    font-size: 30px;
  }

  .skill-img img {
    width: 100%;
  }

}




/* ===================
32. Feature css 
====================== */

.feature-area {
  position: relative;
}

.feature-item {
  padding: 50px 20px;
  position: relative;
  background: var(--color-dark);
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 12px;
  transition: var(--transition);
  z-index: 1;
}

.feature-item::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--theme-color);
  border-radius: 50%;
  right: -100px;
  top: -100px;
  z-index: -1;
}

.feature-icon {
  font-size: 80px;
  color: var(--color-white);
  line-height: 1;
  margin-bottom: 15px;
}

.feature-title {
  color: var(--color-white);
  margin-bottom: 10px;
}

.feature-item p {
  color: var(--color-white);
}




/* ===================
33. Video css 
====================== */

.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.video-content::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 450px;
  z-index: 100;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media all and (max-width: 767px) {
  .video-wrapper {
    height: 250px;
  }

  .video-wrapper h1 {
    font-size: 28px;
    margin-top: 25px;
  }
}



/* ===================
34. Step/process css 
====================== */
.process-content{
        width: 95%;
}
.process-area {
  position: relative;
}

.process-item {
    position: relative;
    border-radius: 8px;
    padding: 15px 15px 11px 15px;
    margin-bottom: 25px;
    border: 1px solid rgb(8 127 123 / 59%);
    transition: var(--transition);
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 0px 7px #c9daff6b;
}

.process-item:hover{
  transform: translateY(-7px);
}

.process-count {
  position: absolute;
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  right: 15px;
  top: 15px;
  color: var(--theme-color);
  opacity: .1;
}

.process-icon {
    height: 60px;
    width: 70px;
    line-height: 68px;
    border-radius: 10px;
    font-size: 30px;
    color: var(--color-white);
    text-align: center;
    background: var(--theme-color);
    margin-bottom: 10px;
}

.cl_1{
        background: linear-gradient(45deg, #1868f7, #01318a);
    box-shadow: 0px 0px 12px #1158d73b;
}
.cl_2{
   background: linear-gradient(45deg, #4CAF50, #009c06);
    box-shadow: 0px 0px 12px #3dab4163;
}

.cl_3{
       background: linear-gradient(45deg, #f34007, #c63406);
    box-shadow: 0px 0px 12px #e93d0738;
}

.process-content h5{
  margin-bottom: 5px;
}




/* ===================
35. Choose css 
====================== */

.choose-area {
  position: relative;
  z-index: 1;
}

.choose-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 35px;
}

.choose-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--color-dark);
  border-radius: 50px;
  color: var(--color-white);
  transition: 0.4s;
  margin-top: 2px;
  font-size: 40px;
}

.choose-item-content {
  flex: 1;
}

.choose-item-content h4 {
  margin-bottom: 5px;
}

.choose-img {
  margin-left: 50px;
  position: relative;
  z-index: 1;
}

.choose-img img {
  border-radius: 12px;
}

.choose-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-dark);
  left: 0;
  top: 0;
  border-radius: 12px;
  transform: rotate(5deg);
  z-index: -1;
}

@media all and (max-width: 991px) {
  .choose-img {
    margin-top: 60px;
  }
}



/* ===================
36. Testimonial css 
====================== */

.testimonial-area {
  position: relative;
}

.testimonial-item{
  background: #c4d0f121;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

.testimonial-quote-icon {
  position: absolute;
  right: 30px;
  bottom: -38px;
  font-size: 80px;
  color: #087f7b;
  opacity: .1;
}

.testimonial-rate{
  color: #087f7b;
  margin-bottom: 5px;
}

.testimonial-content{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.testimonial-author-img{
  width: 60px;
}

.testimonial-author-img img{
  border-radius: 50%;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: rgba(60, 101, 245, .2);
  margin: 5px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  background-color: #087f7b;
  width: 18px;
}



/* ===================
37. Counter css 
====================== */

.counter-area {
  position: relative;
}

.counter-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, .08);
  position: relative;
  transition: var(--transition);
}

.counter-box:hover{
  transform: translateY(-7px);
}

.counter-box .icon {
  position: relative;
  font-size: 35px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background:var(--theme-color);
  text-align: center;
  color: var(--color-white);
}

.counter-box .counter-number{
  display: flex;
  align-items: center;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-dark);
  font-size: 40px;
  font-weight: 600;
}

.counter-box .counter-sign{
  font-size: 35px;
  color: var(--color-dark);
  line-height: 1;
  font-weight: 600;
}

.counter-box .title {
  margin-top: 5px;
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

@media all and (max-width: 1199px) {
  .counter-area .counter-box {
    margin-bottom: 25px;
  }
}



/* ===================
38. Cta-area css 
====================== */

.cta-area {
  position: relative;
}

.cta-wrapper{
  background: var(--theme-color);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-wrapper::before{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: #587AF3;
  border-radius: 50%;
  left: 10%;
  top: -50px;
  z-index: -1;
}

.cta-wrapper::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 20px solid #587AF3;
  border-radius: 50%;
  right: 10%;
  bottom: -50px;
  z-index: -1;
}

.cta-content h1{
  color: var(--color-white);
}

.cta-content p{
  color: var(--color-white);
  font-size: 18px;
  margin: 10px 0 25px 0;
}

.cta-content .theme-btn{
  background: var(--color-white);
  color: var(--theme-color);
}

.cta-content .theme-btn:hover{
  color: var(--color-white);
}




/* ========================
39. Portfolio css 
=========================== */

.portfolio-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.portfolio-img {
  height: 100%;
}

.portfolio-img img {
  width: 100%;
  border-radius: 8px;
}

.portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.portfolio-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: var(--theme-color);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.portfolio-content:hover::before {
  opacity: 0.9;
  visibility: visible
}

.portfolio-link {
  width: 50px;
  height: 50px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50px;
  top: 0px;
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  color: var(--theme-color);
}

.portfolio-link::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 2px dashed var(--color-white);
  border-radius: 50px;
}

.portfolio-link:hover {
  color: var(--theme-color);
}

.portfolio-content:hover .portfolio-link {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.portfolio-info {
  position: absolute;
  bottom: 35px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.portfolio-content:hover .portfolio-info {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}

.portfolio-subtitle {
  font-size: 14px;
  color: var(--color-white);
  margin-bottom: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.portfolio-subtitle span {
  color: var(--color-white);
}

.portfolio-title {
  color: var(--color-white);
  font-size: 30px;
}

.filter-btns {
  text-align: center;
}

.filter-btns li {
  display: inline-block;
  text-transform: capitalize;
  margin: 4px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-dark);
  border-radius: 50px;
  padding: 3px 20px 4px 20px;
  border: 2px solid var(--theme-color);
  cursor: pointer;
  transition: var(--transition);
}

.filter-btns li:hover,
.filter-btns li.active {
  color: var(--color-white);
  background: var(--theme-color);
}

.portfolio-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.portfolio-slider .owl-dots .owl-dot span {
  background: rgba(28, 185, 200, .5);
  margin: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: inline-block;
  transition: var(--transition);
}

.portfolio-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
  width: 18px;
}

@media all and (max-width: 991px) {
  .filter-controls {
   margin-top: 30px;
  }

  .filter-btns {
    margin-top: 30px;
    text-align: left;
   }
}



/* ======================
40. Portfolio single
====================== */

.portfolio-details img {
  border-radius: 7px;
}

.portfolio-sidebar .portfolio-sidebar-content ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
}

.portfolio-sidebar .portfolio-sidebar-content ul li:last-child {
  border-bottom: none;
}

.portfolio-sidebar-title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

.portfolio-sidebar .portfolio-sidebar-content ul li span {
  display: block;
  font-weight: normal;
  margin: 0;
}

.portfolio-sidebar .portfolio-sidebar-content .rating a {
  color: var(--theme-color);
}

.new-portfolio {
  background: var(--theme-color) !important;
}

.new-portfolio h4 {
  color: var(--color-white);
  margin-bottom: 30px;
  font-size: 28px;
}

.new-portfolio-btn {
  background: var(--color-white);
  color: var(--color-dark);
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 500;
  transition: var(--transition);
}

.new-portfolio-btn:hover {
  background: var(--color-dark);
  color: var(--color-white);
}

.new-portfolio-btn i {
  margin-left: 8px;
}

.portfolio-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.portfolio-details h3 {
  font-weight: 700;
}



/* ===================
41. Blog css 
====================== */

.blog-area{
  position: relative;
}

.blog-item {
  margin-bottom: 25px;
  background: var(--color-white);
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, .08);
  transition: var(--transition);
}

.blog-item-img {
  overflow: hidden;
  border-radius: 15px;
}

.blog-item-img img {
  border-radius: 15px;
}

.blog-item:hover .blog-item-img img {
  transform: scale(1.1);
}

.blog-item-info {
  padding: 15px 15px 5px 15px;
}

.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 18px;
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color: var(--color-dark);
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-item-meta a:hover {
  color: var(--theme-color);
}

.blog-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-item-info p {
  margin-bottom: 16px;
}

.blog-item-info h5 a {
  color: var(--color-dark);
}

.blog-item-info h5 a:hover {
  color: var(--theme-color);
}

@media all and (max-width: 991px) {
  .blog-item-info {
    padding: 23px 15px 30px 15px;
  }
}



/* ===========================
42. Blog single css
=========================== */

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-single-content img {
  border-radius: 10px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta .blog-meta-left ul li {
  font-weight: 500;
}

.blog-meta i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-meta a {
  color: #66788a;
  font-weight: 500;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-details-title {
  font-size: 34px;
  color: var(--color-dark);
}

.blockqoute {
  background: #F5F7FA;
  border-left: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 15px;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: var(--color-dark);
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color);
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags h5 {
  color: var(--color-dark);
  font-weight: 700;
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  background: #F5F7FA;
  color: var(--color-dark);
  padding: 6px 18px;
  border-radius: 6px;
  transition: var(--transition);
}

.blog-details-tags ul a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #F5F7FA;
  border-radius: 15px;
  margin: 50px 0;
  padding: 20px;
}

.blog-author-img {
  width: 320px;
  position: relative;
}

.blog-author-img::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
}

.blog-author-img img {
  border-radius: 15px;
}

.author-name {
  font-size: 22px;
  color: var(--theme-color);
  margin: 8px 0;
}

.author-info {
  padding: 0 20px 0 30px;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition);
}

.author-social a:hover {
  color: var(--color-white);
  background: var(--theme-color);
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments h3 {
  color: var(--color-dark);
  font-weight: 700;
}

.blog-comments-wrapper {
  margin: 30px 0;
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px;
}

.blog-comments-img {
  margin-top: 3px;
}

.blog-comments-single img {
  border-radius: 50%;
  width: 120px;
}

.blog-comments-content {
  padding: 0 0 0 20px;
}

.blog-comments-content span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}

.blog-comments-content a {
  font-weight: 600;
  margin-top: 5px;
  color: var(--theme-color);
}

.blog-comments-content a:hover {
  color: var(--color-dark);
}

.blog-comments-content h5 {
  color: var(--color-dark);
  font-weight: 700;
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  background: #F5F7FA;
}

.blog-comments-form h3 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  color: var(--color-dark);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: none;
  transition: var(--transition);
}

.blog-comments-form .form-control::placeholder{
  color: var(--body-text-color);
}

.blog-comments-form .form-control:focus {
  border-color: var(--theme-color);
}

@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 14px;
  }

  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }

  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px 0 0 0;
  }

  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .blog-comments-reply {
    margin-left: 0px;
  }
}



/* =========================
43. Sidebar css
========================= */

.widget {
  background: #F5F7FA;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  color: var(--color-dark);
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 22px;
}

.widget .blog-search-form .form-control {
  color: var(--color-dark);
  padding: 12px 15px 12px 15px;
  border-radius: 10px;
  box-shadow: none;
}

.widget .blog-search-form .form-control::placeholder{
  color: var(--body-text-color);
}

.widget .blog-search-form {
  position: relative;
}

.widget .blog-search-form .form-control:focus {
  border-color: var(--theme-color);
}

.widget .blog-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: var(--theme-color);
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: var(--transition);
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}

.widget .category-list a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  width: 120px;
  border-radius: 7px;
}

.widget .recent-post-bio h6 {
  font-size: 18px;
}

.widget .recent-post-bio span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: var(--theme-color);
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: var(--transition);
}

.widget .social-share-link a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.widget .tag-list a {
  background: var(--color-white);
  color: var(--color-dark);
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 8px;
  display: inline-block;
  transition: var(--transition);
}

.widget .tag-list a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}



/* =========================
44. Partner css
========================= */
.partner-area{
        background: linear-gradient(90deg, #088d89, #8fab09);
}
.partner-item {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 20px 20px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.partner-item img{
  height: 40px;
  width: auto !important;
}

@media all and (max-width: 767px) {
  .partner-item img {
    height: 30px;
  }
}




/* ===================
45. Contact us css 
====================== */

.contact-wrapper {
  position: relative;
}

.contact-form {
  background: var(--color-white);
  border-radius: 10px;
  padding: 30px 30px;
  box-shadow: var(--box-shadow);
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-dark);
}

.contact-form .form-group {
  margin-bottom: 25px;
}
.form-control {
    font-size: 13px !important;
}
.contact-form .form-group .form-control {
  color: var(--color-dark);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: none;
  transition: var(--transition);
}

.contact-form .form-group .form-control::placeholder{
  color: var(--body-text-color);
}

.contact-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  background: var(--color-white);
  border-radius: 10px;
  padding: 30px 30px;
  position: relative;
  box-shadow: var(--box-shadow);
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 20px;
  border: 2px solid #587AF3;
  border-radius: 15px;
  margin-bottom: 25px;
}

.contact-info:last-child{
  margin-bottom: 0;
}

.contact-info-icon i {
  font-size: 25px;
  color: var(--color-white);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background: var(--theme-color);
}

.contact-info h5 {
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--color-dark);
}

.contact-info p {
  font-weight: 500;
}

@media all and (max-width: 768px) {
  .contact-form {
    margin-bottom: 50px;
  }
}




/* ===================
46. Quote css
====================== */

.quote-area {
  position: relative;
  background-image: url('../img/quote/01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.quote-content {
  padding: 30px;
  background: var(--color-white);
  border-radius: 10px;
}

.quote-content .quote-header h6 {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-size: 18px;
  letter-spacing: 2px;
}

.quote-content .quote-header h2 {
  color: var(--color-dark);
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 700;
}

.quote-content .form-group {
  margin-bottom: 20px
}

.quote-content .form-group .form-control {
  padding: 15px 22px;
  font-size: 14px;
  background: 0 0;
  border-radius: 8px;
  background-color: #F3F7FA;
  border: none;
  box-shadow: none
}

.quote-content .form-group .form-select{
  padding: 15px 22px;
  background-color: #F3F7FA;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}

.quote-content .theme-btn:hover {
  color: var(--color-white);
}

@media all and (max-width:1199px) {
  .quote-content .quote-header h2 {
    font-size: 25px
  }
}

@media all and (max-width:991px) {
  .quote-thum {
    margin-top: 40px;
  }
}




/* ===================
47. Team css 
====================== */

.team-area {
  position: relative;
}

.team-item {
  background: var(--color-white);
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, .08);
  margin-bottom: 25px;
  position: relative;
  transition: var(--transition);
  z-index: 1;
}

.team-item:hover{
  transform: translateY(-7px);
}

.team-img img {
  border-radius: 15px;
}

.team-content {
  text-align: center;
}

.team-bio{
  margin-top: 10px;
  margin-bottom: 15px;
}

.team-bio h5 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-bio h5 a {
  color: var(--color-dark);
}

.team-bio span {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.team-bio h5 a:hover {
  color: var(--theme-color);
}

.team-social{
  margin-bottom: 6px;
}

.team-social li{
  display: inline-block;
  margin: 5px;
}

.team-social li a{
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  border: 2px solid var(--color-dark);
  border-radius: 50px;
}

.team-social li a:hover{
  color: var(--color-white);
  background: var(--color-dark);
}




/* ===================
48. Pricing css 
====================== */

.pricing-area{
  position: relative;
}

.pricing-wrapper{
  background: #F1F6FC;
  border-radius: 30px;
}

.pricing-item {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 20px;
  z-index: 1;
}

.pricing-popular{
  position: absolute;
  display: block;
  padding: 3px 15px 2px 15px;
  background: var(--color-white);
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 50px;
  right: 15px;
  top: 15px;
}

.pricing-content h4 {
  margin-bottom: 10px;
  color: var(--theme-color);
}

.pricing-amount {
  color: var(--color-dark);
  font-weight: 700;
}

.pricing-amount span{
  font-size: 14px;
  font-weight: 600;
}

.pricing-content p{
  margin-top: 10px;
}

.pricing-feature ul {
  margin-top: 20px;
  margin-bottom: 35px;
}

.pricing-feature ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
}

.pricing-feature ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid var(--theme-color);
  border-radius: 50px;
  left: 0;
  top: 8.5px;
}

.pricing-item.active{
  background: var(--theme-color);
  margin-top: -40px;
}

.pricing-item.active .pricing-content h4{
  color: var(--color-white);
  margin-top: 20px;
}

.pricing-item.active .pricing-amount{
  color: var(--color-white);
}

.pricing-item.active .pricing-content p{
  color: var(--color-white);
}

.pricing-item.active .pricing-feature ul li{
  color: var(--color-white);
}

.pricing-item.active .pricing-feature ul li::before {
  border-color: var(--color-white);
}

.pricing-item.active .theme-btn{
  background: var(--color-white);
  color: var(--theme-color);
}

.pricing-item.active .theme-btn:hover{
  color: var(--color-white);
}


@media all and (max-width: 991px) {
  .pricing-item.active {
    margin-top: 0;
  }
}



/* ===================
49. Faq css 
====================== */

.faq-area{
  position: relative;
}

.faq-area .faq-left {
  position: relative;
  text-align: center;
}

.faq-img {
  margin: auto auto;
  padding-top: 50px;
  position: relative;
  width: 85%;
  z-index: 1;
}

.faq-img::before {
  content: "";
  position: absolute;
  background: var(--theme-color);
  left: -20px;
  top: 5px;
  width: 100%;
  height: 100%;
  border-radius: 50% 20px 50% 50%;
  z-index: -1;
}

.faq-img img {
  border-radius: 50% 20px 50% 50%;
}

.faq-area .accordion-item {
  border: none;
  margin-bottom: 20px;
  background: var(--color-white);
  border-radius: 15px !important;
  box-shadow: var(--box-shadow);
}

.faq-area .accordion-item span {
width: 22px;
    height: 22px;
  margin-right: 8px;
}

.faq-area .accordion-item i {
width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    background: #087f7b;
    text-align: center;
    color: var(--color-white);
    font-size: 13px;
}

.login_submit_btn {
    background: #087f7b;
    border: none;
    padding: 6px 20px;
    border-radius: 5px;
}

.faq-area .accordion-button:not(.collapsed) {
  color: #087f7b;
  background: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
  border-radius: 0px !important;
  background: transparent;
    font-weight: 600;
    font-size: 16px;
  color: var(--color-dark);
  box-shadow: none !important;
      padding: 9px 15px
}

.accordion-body{
        padding: 9px 15px;
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px dashed #087f7b;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media all and (max-width: 991px) {
  .faq-right {
    margin-top: 0;
  }
.site-title-tagline {
    font-size: 11px;
}

.site-title-tagline::after {
    height: 2px;
}

.site-title {
    font-size: 23px;
}

.py-50 {
    padding: 35px 0;
}

.process-icon {
    height: 55px;
    width: 60px;
    line-height: 59px;
    font-size: 26px;
}
.fast-recruit-svg{
    margin-bottom:15px;
}
  .accordion-button {
    font-size: 14px;
  }
}

.user-profile-wrapper .nav-tabs{
/*    background: #fff;
box-shadow: 0px 0px 20px -4px #d4e3f4;
border-radius: 6px;*/
    border: none;
    gap: 6px;
}


.copny_verify_card {
    background: #fff;
    padding: 14px 20px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.copny_verify_card h3 {
    font-size: 20px;
    margin: 0 0 0px;
    line-height: 1.4;
}

.copny_verify_card > p {
    margin: 0 0 26px;
    font-size: 13px;
    line-height: 1.6;
}

/* Verification box */
.copny_verify_box {
    display: flex;
    align-items: center;
    padding: 14px 15px;
    gap: 12px;
    min-height: 103px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s ease;
}

.copny_verify_box:last-of-type {
    margin-bottom: 16px;
}

.copny_verify_box:hover {
    border-color: #cfcfcf;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
}

/* Verification icon */
.verify_bx_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.veriby_icon_purple {
    background: #7b4dff;
}

.veriby_icon_yellow {
    background: #ffb300;
}

.veriby_icon_green {
    background: #168b58;
}

/* Verification content */
.verify_bx_content {
    flex: 1;
    min-width: 0;
}

.verify_bx_content h5 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #111827;
}

.verify_bx_content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #374151;
}

/* Heading + badge */
.verfiy_bs_content_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 5px;
}

.verify_bx_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size:11px;
    font-weight: 500;
    line-height: 1;
    background: #ffc107 !important;
    color: #fff;
    border-radius: 30px;
    padding: 4px 8px;
    white-space: nowrap;
}

/* Right side cards */
.copny_side_card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.copny_side_card + .copny_side_card {
    margin-top: 16px;
}

.copny_side_card h3,
.copny_side_card h4 {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.4;
}

/* Features */
.compnay_features_bx {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.compnay_features_bx:last-child {
    margin-bottom: 0;
}

.compnay_circle_icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    flex-shrink: 0;
}

.compnay_features_bx p {
    margin: 0;
    line-height: 1.55;
    font-size: 13px;
    color: #64748b;
}

.compnay_circle_icon_blue {
    background: #3b82f61f;
    color: #3b82f6;
}

.compnay_circle_icon_orange {
    background: #f59e0b30;
    color: #f59e0b;
}

.compnay_circle_icon_green {
    background: #22c55e17;
    color: #22c55e;
}

/* Avatars */
.compnay_avatar_img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
}

.ms-n3 {
    margin-left: -15px;
}

/* Bottom text in right card */
.copny_side_card hr {
    margin: 12px 0;
    border-color: #e5e7eb;
}

.copny_side_card p {
    margin-bottom: 0;
}

/* Owner info */
.user-profile-wrapper #ownerInfo {
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 6px;
    padding: 15px 20px;
}

/* Company info */
.user-profile-wrapper #companyInfo {
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 6px;
    padding: 15px 20px;
}

/* Tabs */
.user-profile-wrapper .nav-tabs {
    gap: 8px;
    border: none;
}

.user-profile-wrapper .nav-tabs .nav-item .nav-link {
    border: none;
    border-radius: 30px;
    padding: 7px 15px;
    line-height: 1.3;
}

.user-profile-wrapper .nav-tabs .nav-item.show .nav-link,
.user-profile-wrapper .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #d4030e;
    border: none;
    margin: 0;
    border-radius: 30px;
}

.user-profile-wrapper .nav-tabs .nav-link:focus,
.user-profile-wrapper .nav-tabs .nav-link:hover {
    border: none;
    background: #d4030e;
    color: #fff;
    border-radius: 30px;
}

/* ===================
50. Breadcrumb css
====================== */

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background: var(--theme-bg-light);
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 1;
}

/*.site-breadcrumb .hero-shape-3{
  top: 200px;
}*/

.site-breadcrumb .breadcrumb-title {
  font-size: 35px;
  color: var(--color-dark);
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-dark);
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-dark);
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 14px;
  color: var(--color-dark);
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color);
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #1d4ed8;
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 280px;
  }
}




/* ===================
51. Pagination css 
====================== */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pagination .page-link {
  border: none;
  background: var(--color-dark);
  color: var(--color-white);
  margin: 0 10px;
  border-radius: 10px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: var(--theme-color);
  color: var(--color-white);
}

.pagination-showing{
  text-align: center;
  margin-top: 20px;
}



/* ===================
51. Auth css 
====================== */

.login-form {
  padding: 40px;
  background: var(--theme-bg-light);
  border-radius: 10px;
  position: relative;
}

.login-form .login-header {
  text-align: center;
  margin-bottom: 50px;
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

.login-form .login-header h3 {
  color: var(--theme-color);
  margin-bottom: 5px;
  font-weight: 800;
}

.login-form .login-header p {
  font-size: 20px;
}

.login-form .login-footer {
  margin-top: 25px;
}

.login-form .login-footer p {
  text-align: center;
}

.login-form .login-footer a {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .login-footer a:hover {
  color: var(--color-dark);
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  color: var(--color-dark);
  margin-bottom: 5px;
}

.login-form .form-group .form-control {
  color: var(--color-dark);
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 13px 20px;
  box-shadow: none;
  transition: .5s;
}

.login-form .form-group .form-control::placeholder{
  color: var(--body-text-color);
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg) !important;
   border-color: #087F7B;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(8 127 123 / 18%) !important;
}
.login-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.login-form .form-check-input {
  box-shadow: none;
}

.login-form .forgot-pass {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .forgot-pass:hover {
  color: var(--color-dark);
}

.login-form .theme-btn {
  width: 100%;
}

.login-form .theme-btn::before {
  width: 480px;
  height: 480px;
  transition-duration: .2s;
}

.login-form .theme-btn i {
  margin-right: 5px;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

.login-form .form-check-label a {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .form-check-label a:hover {
  color: var(--theme-color);
}

.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.login-divider {
  position: relative;
  margin: 15px 0;
  text-align: center;
}

.login-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E8E8E8;
}

.login-divider span {
  position: relative;
  background: #F1F5FC;
  padding: 0 20px;
}

.social-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

.social-login a {
  width: 100%;
  padding: 10px 20px;
  border-radius: 12px;
  text-align: center;
}

.social-login a i {
  margin-right: 5px;
}

.btn-fb {
  background: #506DAB;
  color: var(--color-white) !important;
}

.btn-gl {
  background: #DD4B39;
  color: var(--color-white) !important;
}


@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }

  .social-login{
    flex-direction: column;
  }
}




/* ===================
52. User profile css 
====================== */

.header-account img {
  width: 60px;
  border-radius: 50%;
  padding: 3px;
  border: 3px solid rgba(0, 0, 0, .1);
  cursor: pointer;
}

.header-account .dropdown-menu {
  border: none;
  min-width: 200px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.header-account .dropdown-menu li a i {
  margin-right: 5px;
}

.header-account .dropdown-menu .dropdown-item {
  padding: 8px 20px;
  color: var(--color-dark);
  font-weight: 500;
}

.header-account .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--theme-color);
  padding-left: 25px;
}

.mobile-menu-right {
  gap: 20px;
}

.mobile-menu-right .header-account img {
  width: 30px;
  padding: 0;
  border: none;
}

.user-profile-sidebar {
    background: var(--color-white);
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 0;
    box-shadow: var(--box-shadow);
}



.user-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    border-radius: 50px;
    outline: 0px solid #ffffffe8;
}
.user-profile-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px dashed #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.user-profile-sidebar-top h4 {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 4px;
}
.user-profile-sidebar-list{
    padding: 0 10px 15px;
}
.profile-header a {
    position: relative;
    color: #edf6ff;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
.user-profile-sidebar-top p {
    display: inline;
    color: #1337b4;
    font-weight: 500;
    background: #f6f8ff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 14px;
    position: relative;
}
.profile-img-file {
  display: none;
}

.user-profile-img button {
    position: absolute;
    border-radius: 50px;
    background: #ffffff;
    color: #087f7b;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: none;
    right: 0;
    bottom: 0;
}

.user-profile-sidebar-list li {
  margin: 5px 0;
}

.user-profile-sidebar-list li a {
  color: var(--color-dark);
  font-weight: 500;
  padding: 6px 6px 6px 15px;
  display: block;
  transition: var(--transition);
}

.user-profile-sidebar-list li a:hover {
  color: var(--theme-color);
}

.user-profile-sidebar-list li a i {
  margin-right: 5px;
  color: #087f7b;
}

.user-profile-sidebar-list .active i {
  color: var(--color-white);
}
.user-profile-sidebar-list .active {
    background: linear-gradient(45deg, #2c60d3, #4e89ee);
    color: var(--color-white) !important;
    border-radius: 6px;
}

.user-profile-sidebar-list li .badge{
  float: right;
  margin-top: 5px;
  background: #F96768;
}

.profile-menu-angle{
  float: right;
}

.profile-menu-list{
  margin-left: 40px;
}

.profile-menu-list li a{
  position: relative;
}

.profile-menu-list li a::before{
  content: "\e122";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 13px;
  color: var(--theme-color);
  font-size: 8px;
  font-weight: bold;
}

.user-profile-card {
  background: var(--color-white);
  padding: 25px 30px 30px 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
}

.user-profile-card-title {
  color: var(--color-dark);
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.user-profile-card .text-success {
  color: var(--theme-color) !important;
}

.user-profile-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.user-profile-card-header .user-profile-card-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.user-profile-card-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-profile-search .form-group {
  position: relative;
}

.user-profile-search .form-control {
  padding: 8px 12px 9px 35px;
  box-shadow: none;
  border-radius: 8px;
  color: var(--body-text-color);
}

.user-profile-search .form-control::placeholder{
  color: var(--body-text-color);
}

.user-profile-search .form-control:focus {
  border-color: var(--theme-color);
}

.user-profile-search i {
  position: absolute;
  left: 12px;
  top: 13px;
}

.user-profile-sort .nice-select{
  border-radius: 8px;
  border: 1px solid #ced4da;
}

.user-profile-sort .nice-select::after{
  width: 7px;
  height: 7px;
  margin-top: -6px;
}

.user-profile-sort .nice-select .list{
  width: 100%;
  border-radius: 8px;
}

.user-profile-sort .nice-select:focus{
  border-color: var(--theme-color);
}

.user-profile-card-header .theme-btn {
  padding: 8px 15px;
}

.profile-info-list li {
  margin: 12px 0;
  font-weight: 500;
  color: var(--color-dark);
}

.profile-info-list li span {
  float: right;
  font-weight: normal;
}

.profile-skill a{
  background: var(--theme-bg-light);
  padding: 5px 20px;
  border-radius: 50px;
  margin: 5px 5px 5px 0;
}

.profile-skill a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.profile-social a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-bg-light);
  border-radius: 50px;
  text-align: center;
  color: var(--theme-color);
  margin: 8px 8px 8px 0;
}

.profile-social a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

/* profile form */
.profile-form .nice-select,
.profile-form .form-group {
  margin-bottom: 20px;
}

.profile-form .form-group label {
  color: var(--color-dark);
  margin-bottom: 5px;
}

.profile-form .form-control {
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: none;
  color: var(--color-dark);
}

.profile-form .form-control::placeholder{
  color: var(--body-text-color);
}

.profile-form .nice-select {
  border-radius: 12px;
  width: 100%;
  height: 55px;
  line-height: 53px;
  font-size: 14px;
  color: var(--color-dark);
  box-shadow: none;
  border: 1px solid #ced4da;
}

.profile-form .nice-select::after{
  width: 9px;
  height: 9px;
  margin-top: -6px;
  right: 15px;
}

.profile-form .nice-select .list{
  width: 100%;
  border-radius: 12px;
}

.profile-form .nice-select:focus,
.profile-form .form-control:focus {
  border-color: var(--theme-color);
}

.profile-form .theme-btn2{
  padding: 7px 15px;
}

/* dashboard */
.dashboard-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}

.dashboard-widget-info span {
  font-weight: 500;
}

.dashboard-widget-info h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.dashboard-widget-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 20px;
}

.dashboard-widget-color-1 {
  background: rgba(60, 101, 245, .2);
  color: var(--theme-color);
}

.dashboard-widget-color-1 h1 {
  color: var(--theme-color);
}

.dashboard-widget-color-1 .dashboard-widget-icon {
  background: var(--theme-color);
  color: var(--color-white);
}

.dashboard-widget-color-2 {
  background: rgba(0, 230, 130, 0.2);
  color: #09AD95;
}

.dashboard-widget-color-2 h1 {
  color: #09AD95;
}

.dashboard-widget-color-2 .dashboard-widget-icon {
  background: #09AD95;
  color: var(--color-white);
}

.dashboard-widget-color-3 {
  background: rgba(249, 103, 104, .2);
  color: #F96768;
}

.dashboard-widget-color-3 h1 {
  color: #F96768;
}

.dashboard-widget-color-3 .dashboard-widget-icon {
  background: #F96768;
  color: var(--color-white);
}

.user-notification-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 10px 0;
}

.user-notification-item a {
  display: flex;
  gap: 15px;
}

.user-notification-item a:hover {
  color: var(--color-dark);
}

.user-notification-item:first-child {
  padding-top: 0;
}

.user-notification-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.user-notification-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  margin-top: 5px;
  text-align: center;
}

.user-notification-info {
  flex: 1;
}

.user-notification-info p {
  font-size: 14px;
}

.user-notification-info span {
  font-size: 14px;
}

.table-property-info a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-property-info h6 {
  transition: var(--transition);
}

.table-property-info:hover h6 {
  color: var(--theme-color);
}

.table-property-info img {
  width: 70px;
  border-radius: 8px;
}

.user-profile-card .table>:not(caption)>*>* {
  vertical-align: middle;
  padding: 1rem 0.5rem;
  color: var(--color-dark);
}

/* profile badge */
.user-profile-card .badge{
  border-radius: 50px;
}

.user-profile-card .badge-success{
  background: rgba(9, 173, 149, .2);
  color: #09AD95;
}

.user-profile-card .badge-warning{
  background: rgba(113, 103, 255, .2);
  color: var(--theme-color);
}

.user-profile-card .badge-danger{
  background: rgba(249, 103, 104, .2);
  color: #F96768;
}

/* profile btn */
.user-profile-card .btn{
  border-radius: 8px;
}

/* profile table */
.user-profile-card .table{
  color: var(--color-dark);
}

/* profile job list */
.user-profile-job .job-item{
  border: 1px solid rgba(0, 0, 0, .08);
}

.profile-job-info{
  display: flex;
  gap: 15px;
}

.profile-job-info img{
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.profile-job-list{
  margin-top: 5px;
}

.profile-job-list li{
  display: inline-block;
  margin-right: 8px;
}

.profile-job-list li h6 a:hover{
  color: var(--theme-color);
}

/* profile candidate list */
.user-profile-candidate .candidate-item{
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .08);
}

/* profile upload */
.profile-upload {
  width: 100%;
  height: 200px;
  border: 2px dashed rgba(0, 0, 0, .1);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.profile-file {
  display: none;
}

.profile-upload span i {
  margin-right: 5px;
}

/* profile message */
.profile-message-wrapper {
  display: flex;
}

.profile-message-inbox {
  max-width: 340px;
  border: 1px solid #EDF1F9;
  border-radius: 10px;
}

.profile-message-inbox {
  overflow: hidden;
}

.message-content {
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.message-content-info {
  max-height: 750px;
  overflow-y: scroll;
  margin-right: -50px;
  padding-right: 50px;
}

.profile-message-inbox,
.message-content {
  flex: 1;
}

.profile-message-inbox ul {
  max-height: 950px;
  overflow-y: scroll;
  width: 357px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-message-inbox ul li.message-active {
  border-left: 3px solid var(--theme-color);
}

.profile-message-inbox ul li {
  border-bottom: 1px solid #EDF1F9;
  transition: .2s;
  list-style: none;
}

.profile-message-inbox ul li:last-child {
  border-bottom: none;
}

.message-by-content h5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.profile-message-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}

.profile-message-inbox .message-avatar {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.message-avatar img {
  width: 50px;
  height: 50px;
}

.profile-message-inbox .message-by {
  margin-left: 50px;
}

.message-by-content h5 i {
  background: #F98F14;
  padding: 3px 8px;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 13px;
}

.message-by-content span {
  font-size: 13px;
  position: absolute;
  top: 25.5px;
  right: 25px;
  float: right;
  color: #888888;
}

.profile-message-inbox .message-by p {
  height: 26px;
  max-width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #6B747D;
  line-height: 27px;
}

.message-item {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.message-item .message-avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.message-item .message-avatar img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
}

.message-item .message-description {
  margin-left: 70px;
  background: #F4F5F7;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.message-item .message-description::before {
  position: absolute;
  top: 0px;
  left: -9px;
  content: "\f0d9";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 31px;
  color: #F4F5F7;
}

.message-item .message-description p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 27px;
}

.message-item.me .message-avatar {
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
}

.message-item.me .message-description {
  color: var(--theme-color);
  background: #EBEFFE;
  margin-left: 0;
  margin-right: 70px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.message-item.me .message-description::before {
  content: "\f0da";
  left: auto;
  right: -9px;
  color: #EBEFFE;
}

.message-reply {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 15px;
}

.message-reply .form-control {
  padding: 15px 20px;
  box-shadow: none;
  border-radius: 10px;
}

.message-reply .form-control:focus {
  border-color: var(--theme-color);
}

.message-reply .theme-btn {
  margin-top: 15px;
}

.message-status {
  width: 12px;
  height: 12px;
  background: #252629;
  display: flex;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  position: absolute;
  right: -5px;
  top: 50%;
}

.message-status.online {
  background: #09AD95;
}

.message-status.offline {
  background: #DD4B39;
}

.message-status.busy {
  background: #F6B500;
}

.profile-message .header-account img {
  width: 45px;
}

@media all and (max-width: 991px) {
  .message-by-content span {
    right: 65px;
  }

  .message-reply {
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .table-property-info a {
    display: block;
  }

  .table-property-info h6 {
    margin-top: 10px;
  }

  .user-profile-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .user-profile-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .profile-message .profile-message-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .profile-message .user-profile-card-header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .profile-message .message-content {
    padding-left: 0;
    padding-bottom: 200px;
  }

  .message-reply {
    left: 0;
  }

}




/* ===================
53. Coming soon css 
====================== */

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
  box-shadow: none;
}

.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 50px;
  background: var(--theme-color);
  display: inline-block;
  color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: .5s;
}

.coming-soon .newsletter-form button:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: var(--color-white);
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  display: inline-block;
  transition: .5s;
}

.coming-social a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.countdown-wrap {
  margin-top: 30px;
}

.countdown-single {
  background: var(--theme-color);
  padding: 20px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.countdown-single h2 {
  color: var(--color-white);
}

.countdown-single h5 {
  color: var(--color-white);
}




/* ===================
54. Error css 
====================== */

.error-wrapper {
  text-align: center;
}

.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: var(--theme-color);
  line-height: 1;
}

.error-wrapper h1 span {
  color: var(--color-dark);
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}


@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}



/* ===================
55. Terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  font-size: 24px;
  margin-bottom: 23px;
  position: relative;
  font-weight: 700;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}




/* ===================
56. Footer css 
====================== */

.footer-area {
background: linear-gradient(135deg, #08625c 0%, #045250 50%, #087f7b 100%);
position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-area::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #ffffff;
    left: 30%;
    top: -50px;
    border-radius: 50%;
    opacity: .08;
}
.footer-area::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 20px solid #fff8f8;
    right: 30%;
    bottom: -50px;
    border-radius: 50%;
    opacity: .09;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 180px;
  margin-bottom: 30px;
}

.copyright {
    padding: 5px 0;
    border-top: 1px solid rgb(237 237 237 / 15%);
}

.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size: 14px;
}

.copyright .copyright-text a {
  color: #07a39d
  font-weight: 500;
}

.footer-widget-title {
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    z-index: 1;
}
.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 35px;
  height: 2.5px;
  background:linear-gradient(90deg, #088d89, #b5d70f);
  bottom: 0;
  left: 0;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-list li a {
  color: var(--footer-text-color);
  position: relative;
  padding-left: 10px;
  transition: var(--transition);
}

.footer-list li a::before{
  content: "";
  position: absolute;
  height: 1.8px;
  width: 5px;
  background: #087f7b;
    left: 0;
    top: 10px;
  transition: var(--transition);
}

.footer-list li a:hover::before{
  width: 10px;
  background: #087f7b;
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--theme-color);
  font-weight: 400;
  font-size: 14px;
}

.footer-list li a:hover {
  padding-left: 20px;
  color: #087f7b;
}

.footer-widget-box p {
  color: var(--footer-text-color);
  padding-right: 18px;
  margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 15px;
    justify-content: start;
}

.footer-social li a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    background: var(--color-white);
    color: #087f7b;
    transition: var(--transition);
}

.footer-social li a i:hover {
  background: #087f7b;
  color: var(--color-white);
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--footer-text-color);
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-contact li a {
  color: var(--footer-text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin-right: 15px;
  border-radius: 50px;
  background: linear-gradient(90deg, #088d89, #b5d70f);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
}

.subscribe-form .form-group-icon{
  position: relative;
}

.subscribe-form .form-control {
  padding: 17px 65px 17px 45px;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  color: var(--footer-text-color);
}

.subscribe-form .form-control::placeholder{
  color: var(--footer-text-color);
}

.subscribe-form .form-group-icon i{
  position: absolute;
  left: 15px;
  top: 19px;
  font-size: 20px;
  color: var(--theme-color);
}

.subscribe-form .theme-btn {
  position: absolute;
  right: 5px;
  bottom: 6px;
  font-size: 20px;
  padding: 5px 15px;
}

.subscribe-form .theme-btn span{
  margin-right: 0;
}

.footer-download{
  margin-top: 20px;
}

.footer-download h5{
  margin-bottom: 12px;
}

.footer-download-content{
  display: flex;
  gap: 10px;
}

.footer-download img{
  border-radius: 10px;
}

@media all and (max-width: 1199px) {
.footer-widget-box {
    margin-bottom: 20px;
}
}

@media all and (max-width: 991px) {

  .footer-area::before {
    display: none;
  }

  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }

}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }
}




/* ======================
57. Home 2
====================== */

.home-2 .main{
  margin-top: 0;
}

.home-2 .hero-single{
  background: transparent;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-2 .hero-single::before{
  content: "";
  position: absolute;
  background: #f0f6fe;
  border-radius: 0 80px 80px 0;
  height: 100%;
  width: 65%;
  left: 0;
  top: 0;
  z-index: -1;
}

.home-2 .hero-img{
  padding-right: 30px;
  position: relative;
}

.home-2 .hero-img::before{
  content: "";
  position: absolute;
  background: #FFD04E;
  right: 0;
  top: -30px;
  bottom: -30px;
  width: 80%;
  border-radius: 50px;
}

.home-2 .hero-img img{
  position: relative;
  width: 100%;
  border-radius: 50px;
}

.home-2 .category-item{
  flex-direction: column;
  text-align: center;
  padding: 30px 30px;
}

.home-2 .category-icon{
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
}




/* ======================
58. Home 3
====================== */

.home-3 .main{
  margin-top: 0;
}

.home-3 .navbar{
  background: var(--color-white);
}

.home-3 .hero-single{
  background-image:url(../img/testimonial/bannehome.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
padding-top: 60px;
    padding-bottom: 60px;
}

.home-3 .hero-single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(212 3 14 / 9%);
    z-index: -1;
}
.home-3 .hero-single .hero-content p,
.home-3 .hero-single .hero-content .hero-sub-title,
.home-3 .hero-single .hero-content .hero-title{
  color: var(--color-white);
}

.home-3 .hero-single .hero-content p{
  font-weight: normal;
}

.home-3 .popular-search,
.home-3 .popular-search a,
.home-3 .popular-search span{
  color: var(--color-white);
}

.home-3 .popular-search a{
  margin-left: 2px;
  text-decoration: underline;
}



/* ======================
59. Home 4
====================== */

.home-4 .main{
  margin-top: 0;
}

.home-4 .navbar{
  background: var(--color-white);
}

.home-4 .hero-single{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  padding-top: 150px;
  padding-bottom: 180px;
}

.home-4 .hero-single::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: -1;
}

.home-4 .hero-single .hero-content p,
.home-4 .hero-single .hero-content .hero-sub-title,
.home-4 .hero-single .hero-content .hero-title{
  color: var(--color-white);
}

.home-4 .hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.home-4 .hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.home-4 .hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.home-4 .hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.home-4 .hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

@media all and (max-width: 1199px) {

  .home-4 .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .home-4 .hero-slider.owl-theme .owl-nav .owl-prev,
  .home-4 .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 50px !important;
  }

  .home-4 .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .home-4 .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }

}



/* ======================
60. Home 5
====================== */

.home-5 .main{
  margin-top: 0;
}

.home-5 .hero-single{
  background: transparent;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-5 .hero-single::before{
  content: "";
  position: absolute;
  background: #f0f6fe;
  border-radius: 30px;
  height: 100%;
  width: 85%;
  z-index: -1;
}

.home-5 .hero-content{
  padding-left: 50px;
}

.home-5 .hero-img img{
  width: 40%;
  margin-left: -80px;
  z-index: -1;
}


@media all and (max-width: 1199px) {
  .home-5 .hero-content{
    padding-left: 0px;
  }  

  .home-5 .search-form-wrapper .theme-btn{
    width: unset !important;
  }
}

@media all and (max-width: 991px) {
  .home-5 .hero-single{
    padding-top: 150px;
  }

  .home-5 .hero-single::before{
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }
}

/* ==================desbord================== */

.job-wrapper{

    background:#fff;
    border-radius:22px;
    padding:60px;
    box-shadow:0 15px 45px rgba(0,0,0,.06);

}

.job-card{

    background:#fff;
    border:1px solid #edf0f5;
    border-radius:18px;
    padding:30px 22px;
    text-align:center;
    transition:.35s;
    height:100%;

}

.job-card:hover{

    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(37,99,235,.15);
    border-color:#2563eb;

}

.icon{

    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin:auto;
    margin-bottom:20px;

}

.blue{

    background:#eaf2ff;
    color:#2563eb;

}

.purple{

    background:#f2e9ff;
    color:#7c3aed;

}

.orange{

    background:#fff3dd;
    color:#f59e0b;

}

.job-card h5{

    font-weight:700;
    margin-bottom:12px;

}

.job-card p{

    color:#777;
    font-size:15px;
    min-height:55px;

}

.btn-light{

    border:1px solid #ddd;

}

.btn-light:hover{

    background:#2563eb;
    color:#fff;
    border-color:#2563eb;

}
.btn-primary11 {
    background: #e2dcff !important;
    padding: 4px 4px 4px 8px !important;
    border-radius: 6px !important;
    height: 31px !important;
    color: #6345e5 !important;
    border: 1px solid #6046d9;
    box-shadow: 0px 2px 9px #6146d84a;
}


.btn-danger11 {
    background: #ffefe4 !important;
    padding: 4px 4px 4px 8px !important;
    border-radius: 6px !important;
    height: 31px !important;
    color: #ea8d07 !important;
    border: 1px solid #ea8d07;
    box-shadow: 0px 2px 9px #ea8d0740;
}
.btn-primary:hover{

    background:#1749c7;

}

@media(max-width:991px){

.job-wrapper{

padding:35px;

}

.job-card{

margin-top:20px;

}

}

.company-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px 10px;
    border: 1px solid #2563eb2b;
    box-shadow: 0 2px 13px rgba(0,0,0,.06);
    transition: .3s;
}
.company-card::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: -170px;
    right: -80px;
    border-radius: 50%;
    background: #eef4ff5e;
    z-index: 0;
}

/*.company-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: -120px;
    left: 240px;
    border-radius: 50%;
    background: #fff7ed;
    z-index: 0;
}*/

.company_body{
        position: relative;
    z-index: 1;
}
.company-logo {
    width: 100%;
    height: 135px;
    border-radius: 7px;
    object-fit: cover;
    border: 1px solid #dbdbdb;
}
.verified-icon{
    color: green;
}
.company-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px;
    text-transform: capitalize;
}

.company-desc {
    color: #2563eb;
    margin-bottom: 3px;
    font-size: 12px;
}

.company-info{

    display:flex;
    gap:25px;
    flex-wrap:wrap;
    color:#555;
    font-size:15px;

}
.company-info i {
    color: #2563eb;
    font-size: 10px;
}
.company-info span {
    font-size: 13px;
}

/*----- post job ---*/

    
    #msform{
    position:relative;
    }
    #msform fieldset {
    display: none;
    border: 0;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }
    #msform fieldset:first-child{
    display:block;
    }
    .step-card{
    width:100%;
    }
    
    .step-header {
    margin-bottom: 15px;
    }
    
.step-header h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #d4030e;
}
    
    .step-header p {
    color: #6b7280;
    margin: 0;
    font-size: 11px;
    }
    
    /* ==========================
    PROGRESS BAR
    ========================== */
#progressbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 20px 0 15px;
    padding: 0;
    counter-reset: step;
    position: relative;
    z-index: 1;
}
    
    #progressbar li{
    width:25%;
    text-align:center;
    position:relative;
    color:#94a3b8;
    font-size:15px;
    font-weight:600;
    }
    
    #progressbar li span {
    display: block;
    margin-top: 4px;
    font-weight: 500;
    }
#progressbar li:before {
    counter-increment: step;
    content: counter(step);
    width: 35px;
    height: 34px;
    border-radius: 23%;
    background: #c4e3e2;
    color: #05837f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    /* border: 1px solid #ffbfca; */
}
#progressbar li:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 4px;
    background: #c4e3e2;
    z-index: -1;
}
    
    #progressbar li:last-child:after{
    display:none;
    }
    
#progressbar li.active {
    color: #06817d;
}
    
#progressbar li.active:before {
    background: #05837f;
    color: #fff;
    box-shadow: 0 10px 25px rgb(6 131 126 / 18%);
}
#progressbar li.active:after {
    background: #05837f;
}
    
    /* ==========================
    FORM ELEMENTS
    ========================== */
    label:not(.perk-item){
    display:block;
    font-size:13px;
    font-weight:500;
    color:#2a3038;
    margin-bottom:8px;
    }
    
    .perk-item{
    display:inline-flex !important;
    align-items:center;
    gap:10px;
    cursor:pointer;
    user-select:none;
    }
    .is-invalid{
    
    border-color:#dc3545 !important;
    
    }
    
    .text-danger{
    
    color:#dc3545 !important;
    
    }
    
    
    /* ==========================
    BUTTONS
    ========================== */



    
    .btn-success{
    
    border-radius:12px;
    padding:13px 35px;
    font-weight:600;
    
    }
    
    
    /* ==========================
    REVIEW PAGE
    ========================== */
    

.review-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
}
    
    .review-box table td{
    
    padding:10px 0;
    
    }
    
    .badge{
    
    border-radius:30px;
    
    font-size:14px;
    
    padding:10px 18px;
    
    }
    
    .alert{
    
    border-radius:15px;
    
    }
    
    
    /* ==========================
    FOOTER BUTTONS
    ========================== */
    
    .wizard-footer{
    
    display:flex;
    
    justify-content:flex-end;
    
    margin-top:35px;
    
    }
    
    
    /* ==========================
    RESPONSIVE
    ========================== */
    
    @media(max-width:991px){
    
    #progressbar{
    
    overflow-x:auto;
    
    gap:15px;
    
    }
    
#progressbar li {
    min-width: auto;
    
}
    #msform fieldset{
    
    padding:15px;
    
    }
    
    .step-header h3{
    
    font-size:18px;
    
    }
    .perk-item span{
        font-size: 12px !important;
    }
    .perk-item i {
    font-size: 11px !important;
}
.perk-item {
    padding: 2px 6px !important;
    margin: 4px !important;
}
.job-radio span {

    height: 28px !important;
    padding: 3px 7px !important;

}
.wizard-footer {
    margin-top: 0 !important;
}
.pay-btn {
    padding: 1px 6px !important;
}

.location-tabs {
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.location-btn {
    padding: 2px 10px !important;
}
    .action-button,
    .action-button-previous{
    
    width:100%;
    margin-top:10px;
    
    }
    
    .d-flex.justify-content-between{
    
    flex-direction:column;
    
    }
    .otp-container{
        flex-direction: row !important;
    }
    }
    
    @media(max-width:576px){
    
#progressbar li:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
    #progressbar li span{
    
    font-size:8px;
    
    }
    
    .form-control,
    .form-select{
    
    height:38px;
    
    }.login_otp-btn {
    background: #d4030e;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 11px !important;
    border-radius: 6px;
    width: 100%;
}
    .login_otp-btn {
    padding: 5px 11px !important;
}

.hero-section {
    position: relative;
    margin-top: 40px;
}
    }
    
    
    
    .job-type{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    }
    
    .job-radio{
    position:relative;
    cursor:pointer;
    }
    
    .job-radio input{
    display:none;
    }
    
    .job-radio span {
    display: flex;
    align-items: center;
    justify-content: center;
    
    height: 33px;
    padding: 8px 9px;
    background: #ffffff;
    border: 1px solid #dde0e4;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #374151;
    transition: .35s;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    }
    
    .job-radio span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    margin-right: 6px;
    transition: .35s;
    }
    
    
    
.job-radio input:checked+span {
    background: linear-gradient(135deg, #05837f, #035c5a);
    color: #fff;
    border-color: transparent;
}
    
    .job-radio input:checked+span::before{
    
    background:#fff;
    
    border-color:#fff;
    
    box-shadow:0 0 0 3px rgba(255,255,255,.25);
    
    }
    
    .location-tabs{
    display:flex;
    gap:15px;
    margin-bottom:12px;
    }
    
    .location-btn {
    border: none;
    background: #ffffff;
    color: #4b5563;
    padding: 4px 16px;
    border-radius: 6px;
    font-weight: 400;
    transition: .3s;
    border: 1px solid #dde0e4;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    }
    
    .location-btn.active {
    background:#cf0a0a;
    color: #fff;
    box-shadow: 0 3px 11px rgba(37,99,235,.25);
    }
    
    .location-content11{
    display:none;
    }
    
    .location-content11.active{
    display:block;
    }
    
    
    .pay-tabs{
    display:flex;
    gap:12px;
    margin-bottom:20px;
    }
    
.pay-btn {
    padding: 3px 10px;
    border: 1px solid #dde0e4;
    border-radius: 7px;
    cursor: pointer;
    transition: .3s;
    background: #fff;
    font-weight: 500;
    color: #424850;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}
    
    .pay-btn.active{
    background:#2563eb;
    color:#fff;
    border-color:#2563eb;
    }
    
    .pay-content{
    display:none;
    }
    
    .pay-content.active{
    display:block;
    }
    
    
.perk-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 10px;

    border-radius: 6px;
    cursor: pointer;
    margin: 6px;
    background: #fff;
    color: #22262c;
    transition: .3s;
    font-weight: 500;
    border: 1px solid #dde0e4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}
    
    .perk-item input{
    display:none;
    }
    
    .perk-item i{
    font-size:14px;
    }
    
    .perk-item.active{
    background:#2563eb;
    color:#fff;
    }
    .exp-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    }
    


    
    .exp-info{
    background:#eaf3ff;
    border:1px solid #b9d3ff;
    color:#1b2b52;
    padding:12px 16px;
    border-radius:4px;
    }
    #notificationPreferences{
    display:none;
}


/* =========================
   REVIEW BOX
========================= */


/* =========================
   TOP GRID
========================= */

.review-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:15px;

}


/* =========================
   REVIEW CARD
========================= */

.review-card{
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    border-radius:10px;
    padding:18px;
    background:#fff;
}


/* =========================
   SECTION BOX
========================= */

.review-section{

    border:1px solid #e1e5eb;

    border-radius:10px;

    padding:18px;

    margin-top:15px;

    background:#fff;

}


/* =========================
   HEADING
========================= */

.review-heading{

    display:flex;

    align-items:center;

    gap:10px;

    color:#b80606;

    font-size:16px;

    font-weight:700;

    margin-bottom:18px;

}

.review-heading i {
    font-size: 17px;
    color: #b80606;
    background: #ff00002e;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 8px;
    text-align: center;
    line-height: 35px;
}

/* =========================
   INFORMATION ROW
========================= */

.review-row{

    display:grid;

    grid-template-columns:120px 1fr;

    gap:15px;

    margin-bottom:9px;

    font-size:13px;

}


.review-row:last-child{

    margin-bottom:0;

}


.review-row strong{

    color:#111827;

    font-weight:600;

}


.review-row span{

    color:#4b5563;

}


/* =========================
   SKILL TAGS
========================= */

.skill-tags{

    display:flex;

    flex-wrap:wrap;

    gap:8px;

}


.skill-tags span{

    background:#2563eb;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

}


/* =========================
   DESCRIPTION
========================= */

.description-box{
    border: 1px solid #b8060629;
    background: #ffd1d121;
    border-radius: 7px;
    padding: 10px 15px;
    color: #b80606;
    font-size:13px;
    line-height:1.7;
        word-wrap: break-word;
}


/* =========================
   BENEFITS
========================= */

.benefits-box{

    display:flex;

    flex-wrap:wrap;

    gap:25px;

    border:1px solid #dce2e9;

    background:#f8fafc;

    border-radius:7px;

    padding:15px;

}


.benefits-box span{

    display:flex;

    align-items:center;

    gap:8px;

    color:#374151;

    font-size:13px;

}


.benefits-box i{

    color:#16a34a;

    font-size:15px;

}


/* =========================
   BUTTONS
========================= */

.review-buttons{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:25px;

}


.publish-btn{

/*    background:#16a34a !important;

    border-color:#16a34a !important;

    color:#fff !important;
*/
}


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

@media(max-width:767px){

    .review-grid{

        grid-template-columns:1fr;

    }


    .review-row{

        grid-template-columns:100px 1fr;

    }


    .benefits-box{

        flex-direction:column;

        gap:12px;

    }


    .review-buttons{

        flex-direction:column;

        gap:12px;

        align-items:stretch;

    }


    .review-buttons button{

        width:100%;

    }

}
  
  
  /*-----sidebard head------*/ 
.profile-header {
    position: relative;
    overflow: hidden;
    /* height: 320px; */
    background: linear-gradient(135deg, #ff0613, #eb2420);
    padding: 20px 10px 0px;
    border-radius: 0;
}
.profile-header::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:linear-gradient(
        135deg,
        rgba(255,255,255,.15),
        transparent
    );
    border-radius:50%;
    top:-130px;
    right:-80px;
    filter:blur(5px);
}
.profile-header::after {
    content: "";
    position: absolute;
    left: -5%;
    bottom: -35px;
    width: 110%;
    height: 55px;
    background: #fff;
    border-radius: 50%;
}
.blur1 {
    width: 280px;
    height: 280px;
    background: #ffb4b9;
    top: -120px;
    left: -120px;
}

.blur2 {
    width: 260px;
    height: 260px;
    background: #ffb4b9;
    bottom: -120px;
    right: -120px;
}

.dots-left {
    top: 25px;
    left: 25px;
}


.dots-right {
    top: 60px;
    right: 25px;
}

.dots {
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: radial-gradient(rgba(255,255,255,.5) 2px, transparent 2px);
    background-size: 18px 18px;
}

.blur-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: .35;
}


.d-flex .form-control{
    min-width: 0;
}

.verify-tab-btn {
    white-space: nowrap;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #06847f !important;
   background: #06827e0f !important;
    border-color: #06827e87 !important;
    padding: 5px 9px !important;
    height: 37px !important;
    border-radius: 6px;
}


.profile-steps {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
    gap: 35px;
    border: none !important;
}

.profile-steps .nav-item {
    margin: 0;
}

.profile-steps .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 0;
    border: none !important;
    background: transparent !important;

    text-decoration: none;
    color: #7b8494;
    transition: all 0.3s ease;
}

.step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background:#087f7b0d;
    color: #6d7685;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #d8d7d7;
    transition: all 0.3s ease;
}
.step-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.step-content strong {
    font-size: 14px;
    font-weight: 600;
    color: #6d7685;
}

.step-content small {
    font-size: 11px;
    color: #a1a9b5;
}


/* ACTIVE */

.profile-steps .nav-link.active .step-number {
   background: #05837f;
    border-color: #05837f;
    color: #fff;
    box-shadow: 0 5px 15px rgb(5 131 127 / 28%);
}

.profile-steps .nav-link.active .step-content strong {
    color: #05837f;
}

.profile-steps .nav-link.active .step-content small {
    color: #7b8494;
}


/* HOVER */

.profile-steps .nav-link:hover .step-number {
    border-color: #06827e;
    color: #06827e;
}
.profile-steps .nav-link.active:hover .step-number {

    color: #fff;
}
.profile-steps .nav-link:hover .step-content strong {
    color:#05837f;
}
.step-line {
    height: 2px;
    flex: 1;
    background: #e7ebf1;
    margin: 0 40px;
    min-width: 30px;
}

/* MOBILE */

@media(max-width: 768px) {

    .profile-steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

}





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

.company-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #1f2937;
}

.add-company-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 7px;
    font-size: 13px;
}


/* EMPTY COMPANY STATE */

.empty-company {
    background: #fff;
    border: 1px solid #e5eaf2;
    border-radius: 12px;
    padding: 55px 30px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0,0,0,.05);
}

.empty-company-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #eef4ff;
    color: #2563eb;

    font-size: 30px;
}

.empty-company h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #263247;
}

.empty-company p {
    max-width: 480px;
    margin: 0 auto 22px;
    color: #8a94a6;
    font-size: 14px;
    line-height: 1.7;
}

.empty-company .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


/* MOBILE */

@media(max-width: 575px) {

    .company-header {
        align-items: flex-start;
        gap: 15px;
    }

    .company-header h3 {
        font-size: 18px;
    }

    .add-company-btn {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }

}


.company-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
    padding: 0 4px;
}

.company-page-header h2 {
    margin: 0 0 2px;
    color: #172033;
    font-size: 19px;
    font-weight: 600;
}

.company-page-header p {
    margin: 0;

    color: #7d8797;
    font-size: 12px;
}

.add-company-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 17px;
    border-radius: 6px;

    font-size: 12px;
    white-space: nowrap;
}
.empty-company-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}



.default-company-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 8px;
    color: #3867ed;
    font-size: 32px;
    border: 1px solid #dedede;
}

.company-info-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-bottom: 2px;
}
.location-icon {
    color: #2563eb!important;
}

.employee-icon {
    color: #7c3aed!important;
}

.consultancy-icon {
    color: #f97316 !important;
}
.company-email {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4b4c4d;
    font-size: 14px;
    /* margin-bottom: 13px; */
}
 .company-email .email-icon {
   color: #d4030e;
}

.owner{
        text-align: center;
        margin-top: 5px;
           display: flex;
    align-items: center;
    gap: 6px;
}

.owner-box i {
    color: #201e1e;
    font-size: 10px;
    margin-right: 6px;
}
.owner-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 3px;
    color: #080808;
    font-size: 12px;
    font-weight: 700;
    line-height: 0px;
}
.owner-label span {
    font-size: 11px !important;
}
.owner-line {
    width: 18px;
    height: 1px;
    background: #86efac;
    position: relative;
}

/* Small decorative dash */
.owner-line::after {
    content: "";
    position: absolute;

    width: 5px;
    height: 1px;

    background: #16a34a;

    top: 0;
}

/* Left side */
.owner-line:first-child::after {
    right: -7px;
}

/* Right side */
.owner-line:last-child::after {
    left: -7px;
}
.gst-number {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4b4c4d;
    font-size: 12px;
}

.gst-icon {
    color: #e11d48;
}
.candidate-info-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    /* min-height: 64px; */
    padding: 8px 10px 18px;
    border-radius: 8px;
    background: linear-gradient(
        100deg,
        #f3f7ff,
        #f8fbff
    );
    border: 1px solid #dce8fb;
    margin-top: 3px;
}

.candidate-quote-icon {
    flex: 0 0 26px;
    width: 13px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
}

.candidate-info-box p {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 100%;
    color: #222b38;
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
}
.candidate-svg {

    position: absolute;

    right: 10px;

    bottom: -5px;

    opacity: .8;

    pointer-events: none;
}

/* ===============================
   COMPANY LOCATION CARD
================================ */
.company-location-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 10px;
}

/* ===============================
   LOCATION ITEM
================================ */

.location-info {
    display: flex;
    align-items: center;

    gap: 8px;

}




/* Icon Colors */

.address-icon {
    color: #ff3d45 !important;
 font-size: 13px;
}
.state-icon {
 font-size: 13px;
    color: #6345e5 !important;
}

.city-icon {
 font-size: 13px;
    color: #6046d9 !important;
}

.pincode-icon {
    font-size: 13px;
    color: #ffad2e !important;
}

.country-icon {
     font-size: 13px;
    color: #1685f5 !important;
}


/* ===============================
   TEXT
================================ */

.location-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.location-content span {
    font-size: 13px;
    line-height: 18px;
    color: #303746;
    font-weight: 400;
}

/* ===============================
   DIVIDER
================================ */

.location-divider {
    width: 1px;
    height: 20px;

    background: #dfe3eb;

    flex-shrink: 0;
}




/* ===============================
   TABLET
================================ */

@media (max-width: 1100px) {

    .company-location-card {
        gap: 15px;
        padding: 20px;
    }

    .location-content span {
        font-size: 12px;
    }

    .location-icon {
        font-size: 11px;
    }

}


/* ===============================
   MOBILE
================================ */

@media (max-width: 767px) {

.company-location-card {
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px !important;
    padding: 0px 0px !important;
}
.candidate-info-box {
    gap: 8px !important;
    padding: 6px 7px 18px !important;
            margin-top: 15px !important;  
}
.candidate-info-box svg{
        width: 14px;
}
.candidate-quote-icon {
    flex: 0 0 20px !important;
    width: 5px !important;
    height: 20px !important;
}

.owner-box {
    padding: 5px 6px 3px !important;
}
    .location-divider {
        display: none;
    }


    .location-info,
    .address-info {
        width: auto;
        flex: unset;
    }


    .location-content span {
        font-size: 12px;
    }

}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
    font-size: 13px !important;
}
.form-control {
    padding: 8px 12px !important;
}
/* ===============================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .company-location-card {
        grid-template-columns: 1fr;
    }

}

/*=======***Ajax Loader CSS***=======*/
#loader {
  /*display: flex;*/
    display:none;  
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  opacity: 0.7;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#loader.show {
  display: flex !important;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #333;
border-color: #8a0d0e transparent #8a0d0e transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

div.dataTables_processing {
    display: none !important;
}


.usbb2{
    background:#6610f2 !important;
    border:1px solid #6610f2 !important;
    color:#fff !important;
    border-radius:4px !important;
}


.dataTables_wrapper .btn-group button {
     margin-right: 5px; 
}






div.dataTables_wrapper div.dataTables_filter {
   
    margin-top: 7px !important;
}
/*=======***Ajax Loader END***=======*/





/*    --------    search   ----------  */
/* Desktop par close button hidden */
#clearMobileSearch {
    display: none;
}

@media (max-width: 767px) {

    /* Mobile par starting mein extra fields hidden */
    .mobile-extra-search {
        display: none;
    }

    /* Search input par click ke baad extra fields show */
    #jobSearchForm.active .mobile-extra-search {
        display: block;
    }

    /* Close button show */
    #jobSearchForm.active #clearMobileSearch {
        display: flex;
    }

    .mobile-main-search .form-group-icon {
        position: relative;
    }

    #clearMobileSearch {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);

        width: 25px;
        height: 25px;

        align-items: center;
        justify-content: center;

        border: none;
        background: #fff0f1;
        color: #e11d2e;
        border-radius: 50%;

        cursor: pointer;
        z-index: 5;
    }

.search-form .form-group-icon .fa-times {
    position: absolute;
    left: 7px;
    top: 4px;
}
.search__menu{
    display:none;
}

.search-form {
    margin-top: 0 !important;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 27px;
    color: var(--color-dark);
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
}









/*----------- svg img 2 ----------*/


    /* ============================== */
    /* MAIN */
    /* ============================== */
    
    .smart-job-search-visual {
    
    width: 100%;
    max-width: 760px;
    margin: auto;
    
    }
    
    
    .smart-job-search-svg {
    
    width: 100%;
    display: block;
    
    }
    
    
    /* ============================== */
    /* BACKGROUND */
    /* ============================== */
    
    .decor-circle {
    
    transform-box: fill-box;
    transform-origin: center;
    
    animation: decorAnimation 8s ease-in-out infinite;
    
    }
    
    
    @keyframes decorAnimation {
    
    0%,
    100% {
    
    transform: scale(1);
    
    }
    
    50% {
    
    transform: scale(1.08);
    
    }
    
    }
    
    
    .decor-small {
    
    animation: smallAnimation 5s ease-in-out infinite;
    
    }
    
    
    @keyframes smallAnimation {
    
    0%,
    100% {
    
    transform: translateY(0);
    
    }
    
    50% {
    
    transform: translateY(-10px);
    
    }
    
    }
    
    
    .dot-pattern {
    
    animation: dotAnimation 4s ease-in-out infinite;
    
    }
    
    
    @keyframes dotAnimation {
    
    0%,
    100% {
    
    opacity: .5;
    transform: translateY(0);
    
    }
    
    50% {
    
    opacity: 1;
    transform: translateY(-8px);
    
    }
    
    }
    
    
    /* ============================== */
    /* SEARCH */
    /* ============================== */
    
    .search-panel {
    
    animation: searchAnimation 4s ease-in-out infinite;
    
    }
    
    
    @keyframes searchAnimation {
    
    0%,
    100% {
    
    transform: translateY(0);
    
    }
    
    50% {
    
    transform: translateY(-6px);
    
    }
    
    }
    
    
    .search-glow {
    
    animation: glowAnimation 2.5s ease-in-out infinite;
    
    }
    
    
    @keyframes glowAnimation {
    
    0%,
    100% {
    
    opacity: .08;
    transform: scale(1);
    
    }
    
    50% {
    
    opacity: .20;
    transform: scale(1.025);
    
    }
    
    }
    
    
    .typing-cursor {
    
    animation: cursorAnimation 1s step-end infinite;
    
    }
    
    
    @keyframes cursorAnimation {
    
    0%,
    50% {
    
    opacity: 1;
    
    }
    
    51%,
    100% {
    
    opacity: 0;
    
    }
    
    }
    
    
    .search-button {
    
    transform-box: fill-box;
    transform-origin: center;
    
    animation: buttonAnimation 2.5s ease-in-out infinite;
    
    }
    
    
    @keyframes buttonAnimation {
    
    0%,
    100% {
    
    transform: scale(1);
    
    }
    
    50% {
    
    transform: scale(1.04);
    
    }
    
    }
    
    
    /* ============================== */
    /* CARDS */
    /* ============================== */
    
    .filter-card {
    
    animation: filterAnimation 5s ease-in-out infinite;
    
    }
    
    
    @keyframes filterAnimation {
    
    0%,
    100% {
    
    transform: translateY(0);
    
    }
    
    50% {
    
    transform: translateY(-8px);
    
    }
    
    }
    
    
    .job-card {
    
    transform-box: fill-box;
    transform-origin: center;
    
    animation: jobAnimation 4s ease-in-out infinite;
    
    }
    
    
    @keyframes jobAnimation {
    
    0%,
    100% {
    
    transform: scale(1);
    
    }
    
    50% {
    
    transform: scale(1.018);
    
    }
    
    }
    
    
    .match-card {
    
    animation: matchAnimation 5s ease-in-out infinite;
    
    animation-delay: .5s;
    
    }
    
    
    @keyframes matchAnimation {
    
    0%,
    100% {
    
    transform: translateY(0);
    
    }
    
    50% {
    
    transform: translateY(8px);
    
    }
    
    }
    
    
    .save-card {
    
    animation: saveAnimation 4.5s ease-in-out infinite;
    
    }
    
    
    @keyframes saveAnimation {
    
    0%,
    100% {
    
    transform: translateY(0);
    
    }
    
    50% {
    
    transform: translateY(-6px);
    
    }
    
    }
    
    
    .success-card {
    
    animation: successAnimation 4.5s ease-in-out infinite;
    
    }
    
    
    @keyframes successAnimation {
    
    0%,
    100% {
    
    transform: translateY(0);
    
    }
    
    50% {
    
    transform: translateY(6px);
    
    }
    
    }
    
    
    /* ============================== */
    /* PROGRESS */
    /* ============================== */
    
    .progress-one {
    
    transform-origin: left;
    
    animation: progressOneAnimation 2.5s ease-in-out infinite alternate;
    
    }
    
    
    @keyframes progressOneAnimation {
    
    from {
    
    transform: scaleX(.55);
    
    }
    
    to {
    
    transform: scaleX(1);
    
    }
    
    }
    
    
    .progress-two {
    
    transform-origin: left;
    
    animation: progressTwoAnimation 3s ease-in-out infinite alternate;
    
    }
    
    
    @keyframes progressTwoAnimation {
    
    from {
    
    transform: scaleX(.6);
    
    }
    
    to {
    
    transform: scaleX(1);
    
    }
    
    }
    
    
    .match-progress {
    
    transform-origin: left;
    
    animation: matchProgressAnimation 2.5s ease-in-out infinite alternate;
    
    }
    
    
    @keyframes matchProgressAnimation {
    
    from {
    
    transform: scaleX(.65);
    
    }
    
    to {
    
    transform: scaleX(1);
    
    }
    
    }
    
    
    /* ============================== */
    /* BOOKMARK */
    /* ============================== */
    
    .bookmark {
    
    transform-box: fill-box;
    transform-origin: center;
    
    animation: bookmarkAnimation 2s ease-in-out infinite;
    
    }
    
    
    @keyframes bookmarkAnimation {
    
    0%,
    100% {
    
    transform: scale(1);
    
    }
    
    50% {
    
    transform: scale(1.12);
    
    }
    
    }
    
    
    /* ============================== */
    /* SUCCESS CHECK */
    /* ============================== */
    
    .success-check {
    
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    
    animation: checkAnimation 3s ease-in-out infinite;
    
    }
    
    
    @keyframes checkAnimation {
    
    0% {
    
    stroke-dashoffset: 40;
    
    }
    
    30%,
    75% {
    
    stroke-dashoffset: 0;
    
    }
    
    100% {
    
    stroke-dashoffset: -40;
    
    }
    
    }
    
    
    /* ============================== */
    /* FLOW LINE */
    /* ============================== */
    
    .connection-line {
    
    animation: connectionAnimation 2s linear infinite;
    
    }
    
    
    @keyframes connectionAnimation {
    
    to {
    
    stroke-dashoffset: -28;
    
    }
    
    }
    
    
    /* ============================== */
    /* TEXT */
    /* ============================== */
    
    .main-title {
    
    fill: #0F172A;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2.5px;
    
    }
    
    
    .main-subtitle {
    
    fill: #64748B;
    font-size: 10px;
    
    }
    
    
    .search-label {
    
    fill: #93C5FD;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.5px;
    
    }
    
    
    .search-text {
    
    fill: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    
    }
    
    
    .search-info {
    
    fill: #94A3B8;
    font-size: 7.5px;
    
    }
    
    
    .search-button-text {
    
    fill: #FFFFFF;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
    
    }
    
    
    .light-title {
    
    fill: #0F172A;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .35px;
    
    }
    
    
    .light-subtitle {
    
    fill: #64748B;
    font-size: 8px;
    
    }
    
    
    .filter-text {
    
    fill: #94A3B8;
    font-size: 7px;
    
    }
    
    
    .job-title {
    
    fill: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .3px;
    
    }
    
    
    .job-subtitle {
    
    fill: #CBD5E1;
    font-size: 8px;
    
    }
    
    
    .blue-tag {
    
    fill: #93C5FD;
    font-size: 8px;
    font-weight: 800;
    
    }
    
    
    .purple-tag {
    
    fill: #D8B4FE;
    font-size: 8px;
    font-weight: 800;
    
    }
    
    
    .apply-text {
    
    fill: #FFFFFF;
    font-size: 8px;
    font-weight: 800;
    
    }
    
    
    .open-text {
    
    fill: #6EE7B7;
    font-size: 7px;
    font-weight: 700;
    
    }
    
    
    .match-number {
    
    fill: #059669;
    font-size: 22px;
    font-weight: 800;
    
    }
    
    
    .match-label {
    
    fill: #7C3AED;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .5px;
    
    }
    
    
    .bottom-label {
    
    fill: #64748B;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    
    }
    
    
    /* ============================== */
    /* MOBILE */
    /* ============================== */
    
    @media (max-width: 575px) {
    
    .smart-job-search-visual {
    
    transform: scale(.9);
    transform-origin: center;
    
    }
    
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.cta-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0 30px;
    background: linear-gradient(135deg,#fff8f2,#ffffff);
}

/*=========================
LEFT
=========================*/



.mini-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#fff;
    border-radius:40px;

    padding:10px 18px;

    box-shadow:0 10px 30px rgba(0,0,0,.07);

    color:#ff7a00;
    font-weight:600;
    margin-bottom:25px;
}

.cta-left h2{
   font-size: 33px;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    line-height:1.15;
}

.cta-left h2 span {
   background: linear-gradient(90deg, #088d89, #8fab09);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cta-left p {
    margin: 5px 0 18px;
    color: #7d7d7d;
    line-height: 24px;
    font-size: 16px;
}



/*=========================
RIGHT
=========================*/

.cta-right{


    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

}

.illustration{

    position:relative;

    width:380px;

    height:430px;

}

.circle{

    position:absolute;

    width:360px;

    height:360px;

    background:linear-gradient(135deg,#ffe5d3,#fff);

    border-radius:50%;

    left:10px;

    top:30px;

    animation:floatCircle 5s ease-in-out infinite;

}

.illustration img{

    position:absolute;

    width:100%;

    bottom:0;

    z-index:5;

}

/*=========================
CARDS
=========================*/

.info-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    background:#087f7b;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 18px 40px rgb(0 0 0 / 8%);
    z-index: 20;
}
.info-card .icon {
    width: 41px;
    height: 41px;
    border-radius: 9px;
    background: #fff3f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}
.info-card h4 {
    line-height: 17px;
    font-size: 19px;
    color: #ffffff;
}

.info-card small {
    color: #ffeaea;
}

.card1 {
    top: 15px;
    right: 15px;
    animation: floatCard 3.5s ease-in-out infinite;
}

.card2{

    right:-10px;

    top:180px;

    animation:floatCard 4.2s ease-in-out infinite;

}

.card3{

    left:0;

    bottom:30px;

    animation:floatCard 3.8s ease-in-out infinite;

}

/*=========================
BACKGROUND SHAPES
=========================*/

.shape{

    position:absolute;

    border-radius:50%;

    filter:blur(20px);

}

.shape1 {
    width: 158px;
    height: 181px;
    background: #ffe4e6;
    top: -80px;
    left: -60px;
}

.shape2 {
    width: 260px;
    height: 260px;
    background: #d4030e14;
    bottom: -120px;
    right: -100px;
}

.shape3 {
    width: 120px;
    height: 120px;
    background: #ffd9db96;
    top: 40%;
    left: 45%;
}

/*=========================
FLOAT DOT
=========================*/

.floating-dot{

    position:absolute;

    left:20px;

    top:70px;

    animation:rotateDot 10s linear infinite;

}

/*=========================
ANIMATION
=========================*/

@keyframes floatCard{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

@keyframes floatCircle{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-15px);

    }

    100%{

        transform:translateY(0);

    }

}

@keyframes rotateDot{

    from{

        transform:rotate(0deg);

    }

    to{

        transform:rotate(360deg);

    }

}

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

@media(max-width:991px){



.cta-left,

.cta-right{

    width:100%;

}

.cta-left{

    text-align:center;

}

.btns{

    justify-content:center;

}

.cta-left h1 {
    font-size: 35px;
    line-height: 1.15;
    color: #222;
    font-weight: 800;
}

.illustration{

    width:320px;

    height:380px;

}

.circle{

    width:300px;

    height:300px;

}

.card1{

    right:0;

}

.card2{

    right:-10px;

}

.card3{

    left:-10px;

}

}

@media(max-width:576px){

.cta-section{

    padding:30px 15px;

}



.cta-left p {
    margin: 5px 0 18px;
    color: #626161;
    line-height: 19px;
    font-size: 14px;
}



.illustration{

    width:260px;

    height:320px;

}

.circle{

    width:250px;

    height:250px;

}

.info-card{

    transform:scale(.85);

}

}
    .illustration{
    position: relative;
    z-index: 2;
    display:flex;
    justify-content:center;
    align-items:center;
}

.illustration svg{
    position:relative;
    z-index:3;
}


.circle{
    position:absolute;
    width:320px;
    height:320px;
    background:#eef6ff;
    border-radius:50%;
    bottom:20px;
}





.enterprise-hero{
    width:100%;
    max-width:700px;
    margin:auto;
    position:relative;
}


/* SVG Size */

.enterprise-hero svg{
    width:100%;
    height:auto;
    display:block;
    overflow:visible;
}



/* Dashboard Cards */

.enterprise-hero svg g[filter]{
    transition:.4s ease;
}


.enterprise-hero svg g[filter]:hover{
    transform:translateY(-6px);
}



/* Floating Animation */

.enterprise-hero svg circle,
.enterprise-hero svg rect{
    transform-origin:center;
}



.enterprise-hero svg .floating{
    animation:float 4s ease-in-out infinite;
}


@keyframes float{

0%,100%{
    transform:translateY(0);
}

50%{
    transform:translateY(-12px);
}

}




/* Responsive */


@media(max-width:768px){

.enterprise-hero{
    max-width:450px;
}

}



@media(max-width:480px){

.enterprise-hero{
    max-width:320px;
}

}





/*------------whatsa svg ----------*/



.float{
animation:float 6s ease-in-out infinite;
}

@keyframes float{
50%{
transform:translateY(-18px);
}
}

.phone{
animation:phone 5s ease-in-out infinite;
}

@keyframes phone{
50%{
transform:translateY(-10px);
}
}

.pulse{
animation:pulse 2s infinite;
transform-origin:center;
}

@keyframes pulse{
50%{
transform:scale(1.08);
}
}

.card{
filter:drop-shadow(0 20px 30px rgba(0,0,0,.18));
}

.typing{
animation:typing 2s infinite alternate;
}

@keyframes typing{
from{opacity:.4}
to{opacity:1}
}



/*-----desbord-----------*/



.desh_nev{
    margin-right: 22px;
    padding: 5px 0 5px 0 !important;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-dark);
    text-transform: capitalize;
}

.desh_head{
        border-bottom: 1px solid #e7e7e7 !important;
 
}

.desh_bx img {
    width: 120px;
}

/* =====================================
   ADMIN LAYOUT
===================================== */

.admin-layout {

    display: flex;

    min-height: calc(100vh - 80px);

    background: #f6f8fc;

}


/* =====================================
   SIDEBAR
===================================== */

.admin-sidebar {

    width: 270px;

    min-width: 270px;

    background: #ffffff;

    border-right: 1px solid #edf0f5;

    transition: all 0.35s ease;

    position: relative;

    z-index: 1000;

}


/* =====================================
   SIDEBAR COLLAPSED
===================================== */

.admin-sidebar.collapsed {

    width: 82px;

    min-width: 82px;

}


/* =====================================
   SIDEBAR HEADER
===================================== */

.sidebar-header {

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 20px;

    border-bottom: 1px solid #edf0f5;

}


.brand-text {

    font-size: 24px;

    font-weight: 800;

    color: #1e88e5;

    transition: 0.3s;

}


.sidebar-toggle {

    width: 38px;

    height: 38px;

    border: none;

    background: #f3f6fb;

    border-radius: 8px;

    color: #1e88e5;

    cursor: pointer;

    font-size: 18px;

}


.admin-sidebar.collapsed .sidebar-header {

    justify-content: center;

    padding: 0;

}


.admin-sidebar.collapsed .brand-text {

    display: none;

}


/* =====================================
   PROFILE
===================================== */

.user-profile-sidebar-top {
    padding: 15px 15px;
    text-align: center;
    border-bottom: 1px dashed #ffffff;
    background: linear-gradient(10deg, #038782, #087f7b);
 
}

.user-profile-img {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}


.user-profile-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}


.profile-img-btn {

    position: absolute;

    right: -3px;

    bottom: 0;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    border: 2px solid #ffffff;

    background: #1e88e5;

    color: #ffffff;

    font-size: 11px;

}


.profile-info h4 {
    margin: 12px 0 0px;
    font-size: 16px;
    color: #feef6f;
}
.profile-info p {

    margin: 0 0 4px;

    color: #777;

    font-size: 13px;

}


.profile-info a {

    font-size: 11px;

    color: #1e88e5;

    word-break: break-word;

}


/* COLLAPSED PROFILE */

.admin-sidebar.collapsed .profile-info {

    display: none;

}


.admin-sidebar.collapsed .user-profile-sidebar-top {

    padding: 20px 5px;

}


/* =====================================
   MENU
===================================== */
.user-profile-sidebar-list {
    padding: 15px 12px;
    margin: 0;
    list-style: none;
    border-radius: 10px 10px 0px;
    margin-top: -7px;
    background: #ffff;
    border-top: 1px dashed #087f7b;
}


.user-profile-sidebar-list li {

    margin-bottom: 5px;

}


.user-profile-sidebar-list li a {

 min-height: 40px;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 0 14px;

    border-radius: 9px;

    color: #5f6675;

    text-decoration: none;

    transition: 0.25s ease;

}


.user-profile-sidebar-list li a i {

    width: 22px;

    min-width: 22px;

    text-align: center;

    font-size: 17px;

}


.user-profile-sidebar-list li a span {

    white-space: nowrap;

    font-size: 14px;

}
.user-profile-sidebar-list li a.active {

 
    background: #087f7b;
    color: #fff !important;

}


.user-profile-sidebar-list li a.active i {

       color: #fff !important;

}

.user-profile-sidebar-list li a:hover {
   background: #087f7b69;
    color: #087f7b !important;

}
.user-profile-sidebar-list li a:hover i {
color: #087f7b !important;


}

/* BADGE */

.user-profile-sidebar-list .badge {

    margin-left: auto;

    background: #f37101;

    color: #ffffff;

    font-size: 10px;

    padding: 4px 7px;

    border-radius: 20px;

}


/* COLLAPSED MENU */

.admin-sidebar.collapsed .user-profile-sidebar-list {

    padding: 15px 10px;

}


.admin-sidebar.collapsed .user-profile-sidebar-list li a {

    justify-content: center;

    padding: 0;

}


.admin-sidebar.collapsed .user-profile-sidebar-list li a span,

.admin-sidebar.collapsed .user-profile-sidebar-list .badge {

    display: none;

}


.admin-sidebar.collapsed .user-profile-sidebar-list li a i {

    font-size: 19px;

}


/* =====================================
   MAIN CONTENT
===================================== */

.admin-main {

    flex: 1;

    min-width: 0;

    padding: 30px;

    transition: 0.35s ease;

}


/* =====================================
   TOPBAR
===================================== */

.dashboard-topbar {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 25px;

}


.dashboard-topbar h2 {

    margin: 0;

    font-size: 24px;

    color: #151a42;

}


.mobile-menu-btn {

    display: none;

    width: 42px;

    height: 42px;

    border: none;

    border-radius: 8px;

    background: #ffffff;

    color: #1e88e5;

    font-size: 19px;

}


/* =====================================
   DASHBOARD BOX
===================================== */

.dashboard-content {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.dashboard-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.dashboard-heading h2 {
    margin: 0 0 0px;
    font-size: 27px;
    color: #151a42;
    font-weight: 700;
}

.dashboard-heading p {

    margin: 0;

    color: #777;

}


/* =====================================
   JOB CARDS
===================================== */

.job-card-wrapper {

    display: flex;

    gap: 24px;

    flex-wrap: wrap;

}
.desh_head .mobile-menu-btn {

    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    margin-right: 15px;

    border: none;

    border-radius: 8px;

    background: #f3f6fb;

    color: #1e88e5;

    font-size: 18px;

    cursor: pointer;

    transition: all 0.3s ease;

}


.desh_head .mobile-menu-btn:hover {

    background: #1e88e5;

    color: #ffffff;

}

.job-card {

    width: 280px;

    padding: 25px;

    border: 1px solid #edf0f5;

    border-radius: 14px;

    background: #ffffff;

    transition: 0.3s ease;

}


.job-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 12px 30px rgba(0,0,0,0.08);

}


.job-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    margin-bottom: 18px;

    font-size: 20px;

}


.job-icon.blue {

    background: #eaf3ff;

    color: #1e88e5;

}


.job-icon.purple {

    background: #f3edff;

    color: #7657d9;

}


.job-card h5 {

    color: #151a42;

    font-size: 18px;

}


.job-card p {

    color: #777;

    font-size: 14px;

    min-height: 42px;

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 991px) {


    .admin-sidebar {

        position: fixed;

        left: -280px;

        top: 0;

        height: 100vh;

        width: 270px;

        min-width: 270px;

        transition: 0.35s ease;

    }


    .admin-sidebar.mobile-open {

        left: 0;

    }


    .admin-main {

        width: 100%;

        padding: 20px;

    }


    .mobile-menu-btn {

        display: flex;

        align-items: center;

        justify-content: center;

    }


    .sidebar-toggle {

        display: none;

    }


    .sidebar-overlay {

        position: fixed;

        inset: 0;

        background: rgba(0,0,0,0.45);

        opacity: 0;

        visibility: hidden;

        transition: 0.3s;

        z-index: 999;

    }




}


@media (max-width: 575px) {


    .admin-main {

        padding: 15px;

    }


    .dashboard-content {

        padding: 20px;

    }


    .dashboard-heading {

        display: block;

    }


    .dashboard-heading .btn {

        margin-top: 20px;

    }


    .job-card {

        width: 100%;

    }

}



/* =====================================
   DASHBOARD HEADER
===================================== */

.desh_head {

    height: 72px;

    background: #ffffff;

    border-bottom: 1px solid #edf0f5;

    position: relative;

    z-index: 9999;

}


.dashboard-header {
    height: 60px;
    width: 100%;
    padding: 0 28px;
    display: flex;
    align-items: center;
}

/* =====================================
   MENU BUTTON
===================================== */

.sidebar-menu-btn {
    border: 1px solid #d4030e;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    border: 1px solid #087f7b;
    border-radius: 5px;
    background: #087f7b1c;
    color: #087f7b;
    font-size: 17px;
    cursor: pointer;
    transition: all .25s ease;
}

.sidebar-menu-btn:hover {
    background: #087f7b;
    color: #ffffff;
}


/* =====================================
   LOGO
===================================== */

.dashboard-logo {

    display: flex;

    align-items: center;

}


.dashboard-logo img {

    width: 125px;

    height: auto;

    display: block;

}


/* =====================================
   RIGHT SIDE
===================================== */

.dashboard-header-right {

    margin-left: auto;

    display: flex;

    align-items: center;

    gap: 28px;

}


/* =====================================
   HEADER BUTTONS
===================================== */

.header-dropdown {

    position: relative;

}


.header-link {

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 10px 0;

    border: none;

    background: transparent;

    color: #151515;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

}


.header-link i {

    font-size: 12px;

    transition: transform .25s ease;

}


.header-dropdown:hover .header-link i {

    transform: rotate(180deg);

}


/* =====================================
   DROPDOWN
===================================== */

.header-dropdown-menu {

    position: absolute;

    top: calc(100% + 12px);

    right: 0;

    min-width: 220px;

    padding: 10px;

    background: #ffffff;

    border: 1px solid #edf0f5;

    border-radius: 12px;

    box-shadow: 0 15px 40px rgba(0,0,0,.12);

    opacity: 0;

    visibility: hidden;

    transform: translateY(8px);

    transition: all .25s ease;

}


.header-dropdown:hover .header-dropdown-menu {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}
.buy-credit-btn {
    display: block;
    padding: 4px 6px !important;
    color: #fff !important;

    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    background: #087f7b !important;
    margin-top: 15px;   
    text-align: center;
}


.header-dropdown-menu a {
    display: block;
    padding: 3px 7px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
}


.header-dropdown-menu a:hover {
   background: #087f7b2b;
    color: #087f7b !important;
}


/* =====================================
   CREDIT
===================================== */
.credit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 1px 6px;
    font-size: 13px;
    border-bottom: 1px dashed #087f7b69;
    margin-bottom: 2px;
}
.credit-row b {
    min-width: 20px;
    height: 20px;
    padding: 0px 5px;
    text-align: center;
    border-radius: 6px;
    background: #ffecb1;
    color: #ed8e03;
}


.credit-row span{
        font-size: 14px !important;
    color: #18191a;
}


/* =====================================
   PROFILE
===================================== */

.profile-button {

    display: flex;

    align-items: center;

    gap: 8px;

    border: none;

    background: transparent;

    cursor: pointer;

}


.profile-button img {

    width: 38px;

    height: 38px;

    object-fit: cover;

    border-radius: 50%;

    border: 2px solid #eaf0f6;

}


.profile-button i {

    font-size: 12px;

    color: #555;

}


.profile-menu {

    min-width: 230px;

}

.profile-menu-header {
    border-radius: 0;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #ffffff;
    margin-bottom: 5px;
    border-bottom: 1px dashed #dbdbdb;
}

.profile-menu-header strong {
    font-size: 14px;
    color: #087f7b;
}
.profile-menu-header small {
    font-size: 12px;
    color: #878787;
    line-height: 17px;
}

.logout-link {

    color: #e53935 !important;

}


/* =====================================
   EMPLOYER DASHBOARD FIXED HEADER
===================================== */
/* =========================================
   EMPLOYER DASHBOARD LAYOUT
========================================= */
.employer-dashboard .desh_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
    background: #fff;
}
/* SIDEBAR */

.employer-dashboard .admin-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
    transition: .3s ease;
    scrollbar-width: none;
    padding-top: 55px;
}

.employer-dashboard .admin-sidebar::-webkit-scrollbar {
    display: none;
}


/* MAIN CONTENT */

.employer-dashboard .admin-main {
    margin-left: 270px;
    padding-top: 72px;
    width: calc(100% - 270px);
    min-height: 100vh;
    transition: .3s ease;
}


/* =========================================
   COLLAPSED SIDEBAR
========================================= */

.employer-dashboard .admin-sidebar.collapsed {
    width: 82px;
}

.employer-dashboard .admin-main.sidebar-collapsed {
    margin-left: 82px;
    width: calc(100% - 82px);
}


/* PROFILE */

.employer-dashboard .admin-sidebar.collapsed .profile-info {
    display: none;
}

.employer-dashboard .admin-sidebar.collapsed
.user-profile-sidebar-top {
    justify-content: center;
}


/* MENU */

.employer-dashboard .admin-sidebar.collapsed
.user-profile-sidebar-list a {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.employer-dashboard .admin-sidebar.collapsed
.user-profile-sidebar-list a span {
    display: none;
}

.employer-dashboard .admin-sidebar.collapsed
.user-profile-sidebar-list .badge {
    display: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .employer-dashboard .admin-sidebar {
        left: -270px;
        width: 270px;
        transition: .3s ease;
    }

    .employer-dashboard .admin-sidebar.mobile-open {
        left: 0;
    }

    .employer-dashboard .admin-main,
    .employer-dashboard .admin-main.sidebar-collapsed {
        margin-left: 0 !important;
        width: 100% !important;
        padding-top: 72px !important;
    }
.dashboard-header {
    padding: 0 10px;
}
.header-link {
    gap: 4px;
    padding: 4px 0;

    font-size: 10px;

}
.profile-button {
    padding: 0px;
}
.dashboard-header-right {
    gap: 10px;
}
.sidebar-menu-btn {
    border: 1px solid #d4030e;
    width: 25px;
    height: 25px;
    font-size: 14px;

}

}

/* =====================================
   MAIN CONTENT
===================================== */

.employer-dashboard .admin-main {

    margin-left: 270px;

    padding-top: 72px;

    min-height: 100vh;

    width: calc(100% - 270px);

    overflow-x: hidden;

}


.icon_imgdd{
        font-size: 47px;
    color: #000;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}




.welcome-header{

    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:28px;

}

.user-info{

    display:flex;
    align-items:center;
    gap:18px;

}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    background: #f5f5f5;
}

.avatar img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.online {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #18c964;
    position: absolute;
    right: -1px;
    bottom: 0px;
    border: 3px solid #fff;
}
.user-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1d2434;
    line-height: 25px;
}
.user-info h3 span {
    color: #c9030a;
}
.user-info p{

    margin:0;
    color:#6d7280;

}

.notify{

    width:52px;
    height:52px;

    border-radius:14px;

    background:#f8f9fb;

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;

    font-size:22px;

}

.notify span{

    position:absolute;

    top:6px;
    right:8px;

    width:18px;
    height:18px;

    border-radius:50%;

    background:#ff3b30;
    color:#fff;

    font-size:10px;

    display:flex;
    justify-content:center;
    align-items:center;

}

.quick-menu{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:14px;

    margin-bottom:25px;

}

.item {
    background: #fbe8e954;
    border-radius: 7px;
    text-align: center;
    padding: 6px 7px;
    transition: .3s;
    text-decoration: none;
    border: 1px solid #d208114a;
}


.item i {
    font-size: 21px;
    color: #ff3d3d;
    margin-bottom: 1px;
}
.item span {
    display: block;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.dashboard-btn{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;

    height:58px;

    border-radius:16px;

    text-decoration:none;

    background:linear-gradient(90deg,#ff2d2d,#ff7b00);

    color:#fff;

    font-size:18px;
    font-weight:700;

}



@media(max-width:991px){

.admin-sidebar{

    position:fixed;
    top:0;
    left:-300px;
    width:280px;
    height:100vh;
    background:#fff;
    transition:.35s;
    z-index:99999;
    overflow-y:auto;

}

.admin-sidebar.active{

    left:0;

}

.sidebar-overlay{

    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:99998;

}


}





/*=========================
    EMPLOYER HERO
=========================*/

.employer-hero {
    position: relative;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg,#fff6f6 0%,#fffdf7 60%,#fff6df 100%);
    border: 1px solid rgb(255 60 60 / 19%);
    box-shadow: 0 10px 35px rgba(0,0,0,.05),
        inset 0 1px 0 rgba(255,255,255,.7);
}

.employer-hero::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:#ff4d4d;
    opacity:.05;
    border-radius:50%;
    left:-180px;
    top:-180px;
}

.employer-hero::after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:#ffd54a;
    opacity:.08;
    border-radius:50%;
    right:-120px;
    bottom:-120px;
}

.hero-container {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 15px;
}

/*==================
Left
===================*/

.hero-illustration{

    width:170px;
    min-width:170px;

    position:relative;

    display:flex;
    justify-content:center;
    align-items:center;

}

.briefcase-circle{

    width:130px;
    height:130px;

    border-radius:50%;

    background:linear-gradient(180deg,#fff,#fff5f5);

    box-shadow:

    0 20px 45px rgba(255,0,0,.10),
    inset 0 0 0 8px rgba(255,255,255,.75);

    display:flex;
    align-items:center;
    justify-content:center;

}


/*==================
Center
===================*/

.hero-content{

    flex:1;

}
.hero-content h2 {
    font-size: 27px;
    line-height: 25px;
    margin: 0 0 6px;
    color: #132046;
    font-weight: 800;
}

.hero-content p {
    margin: 0;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 18px;
}

/*==================
Right
===================*/

.hero-right{

    width:170px;

    display:flex;
    justify-content:center;

}


/*==================
Button
===================*/

.hero-action{

    width:220px;

    display:flex;
    justify-content:flex-end;

}

.post-job-btn{

    display:flex;

    align-items:center;

    gap:14px;

    text-decoration:none;

    color:#fff;

    background:linear-gradient(135deg,#ff2b2b,#d90000);

    padding:18px 34px;

    border-radius:18px;

    font-weight:700;

    font-size:18px;

    transition:.35s;

    box-shadow:

    0 18px 35px rgba(255,0,0,.30);

}

.post-job-btn:hover{

    transform:translateY(-5px);

    box-shadow:

    0 25px 45px rgba(255,0,0,.40);

}


/*==================
Decorations
===================*/

.hero-bg-shape{

    position:absolute;

    border-radius:50%;

    filter:blur(8px);

}

.hero-shape-left{

    width:180px;

    height:180px;

    background:#ffbcbc;

    top:-70px;

    left:220px;

    opacity:.18;

}

.hero-shape-right{

    width:220px;

    height:220px;

    background:#ffe17d;

    right:120px;

    top:-100px;

    opacity:.18;

}


/*==================
Plants
===================*/

.plant{

    position:absolute;

}

.plant-right{

    bottom:12px;

    right:10px;

}


/*==================
Responsive
===================*/

@media(max-width:991px){

.hero-container{

flex-wrap:wrap;

text-align:center;

justify-content:center;

}

.hero-content h2{

font-size:34px;

}

.hero-action{

width:100%;
justify-content:center;

}

.hero-right{

display:none;

}

.hero-illustration{

width:100%;

}

}


/*=========================
    PREMIUM ANIMATIONS
=========================*/

@keyframes floatUp {
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}

@keyframes floatDown {
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(10px);
    }
    100%{
        transform:translateY(0px);
    }
}

@keyframes pulseGlow{

    0%{
        box-shadow:0 15px 35px rgba(227,6,19,.18);
    }

    50%{
        box-shadow:0 25px 55px rgba(227,6,19,.35);
    }

    100%{
        box-shadow:0 15px 35px rgba(227,6,19,.18);
    }

}

@keyframes rotateShape{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}

/*=====================
SVG Animation
======================*/

.briefcase-circle{

    animation:
    floatUp 4s ease-in-out infinite,
    pulseGlow 3s linear infinite;

}

.growth-svg{

    animation:
    floatDown 5s ease-in-out infinite;

}

.plant-left{

    animation:floatUp 3.5s ease-in-out infinite;

}

.plant-right{

    animation:floatDown 3.5s ease-in-out infinite;

}

/*=====================
Heading
======================*/

.hero-content h2{

    transition:.35s;

}

.employer-hero:hover .hero-content h2{

    color:#E30613;

}


/*=====================
Card Hover
======================*/

.employer-hero{

    transition:.35s;

}

.employer-hero:hover{

    transform:translateY(-4px);

    box-shadow:

    0 35px 70px rgba(0,0,0,.08);

}

/*=====================
Background Shape
======================*/

.hero-bg-shape{

    animation:rotateShape 40s linear infinite;

}

/*=====================
Responsive
======================*/

@media(max-width:768px){

.hero-content{

text-align:center;

}

.hero-content h2{

font-size:32px;

}

.hero-content p{

font-size:16px;

margin:auto;

}

.hero-container{

padding:30px 20px;

gap:25px;

}

.hero-action{

justify-content:center;

}



.hero-right{

display:none;

}

.hero-illustration{

width:100%;

}

}

@media(max-width:480px){

.hero-content h2{

font-size:26px;

}

.hero-content p{

font-size:15px;

}



}


.quick-actions-parent {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 30px;
    overflow: hidden;
}

.quick-card {
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: .35s;
    border: 1px solid #ffc9c9;
 /*   box-shadow: 0 10px 30px rgb(255 186 186 / 41%);*/
}


.quick-card2 {
    background: #fff;
    padding: 15px 15px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    transition: .35s;
    border: 1px solid #f4a02f7a;
/*    box-shadow: 0 10px 30px rgb(255 146 9 / 27%);*/
}



.card-icon{

width:70px;
height:70px;

border-radius:18px;

display:flex;
align-items:center;
justify-content:center;

font-size:28px;

margin-bottom:22px;

}

.card-red .card-icon {
    background: linear-gradient(45deg, #bc0707, #e90d0d);
    color: #fff;
    box-shadow: 0px 4px 12px #ffafbd91;
}

.card-yellow .card-icon {
    background: linear-gradient(45deg, #e17b00, #ffb64a);
    color: #fff;
    box-shadow: 0px 4px 12px #ffb13e8a;
}



.quick-card h3{

margin:0;
font-size:24px;
font-weight:700;
color:#1b2559;

}

.quick-card p{

margin:15px 0 28px;
font-size:15px;
line-height:26px;
color:#70798b;

}
.quick-card2 h3{

margin:0;
font-size:24px;
font-weight:700;
color:#1b2559;

}

.quick-card2 p{

margin:15px 0 28px;
font-size:15px;
line-height:26px;
color:#70798b;

}
.quick-card a{

display:inline-block;

    color: #ffffff;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 16px;

}

.card-red a{

background:#ff2d2d;

}

.card-yellow a {
    background: #ff9209;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 16px;
}

.card-blue a{

background:#2563eb;

}

.card-green a{

background:#00b86b;

}

.quick-card:hover .card-icon{

transform:rotate(-8deg) scale(1.1);

transition:.35s;

}

.quick-card2:hover .card-icon{

transform:rotate(-8deg) scale(1.1);

transition:.35s;

}
@media(max-width:1200px){

.quick-actions-parent{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.quick-actions-parent{

grid-template-columns:1fr;

}


.card-icon {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 13px;
}
.quick-card h3 {
    font-size: 17px;
}
.quick-card p {
    margin: 3px 0 13px;
    font-size: 13px;
    line-height: 20px;
}
.quick-card2 h3 {
    font-size: 17px;
}
.quick-card2 p {
    margin: 3px 0 13px;
    font-size: 13px;
    line-height: 20px;
}
.quick-card a {
    padding: 4px 14px;
    border-radius: 6px;
    font-size: 13px;
}
.quick-card2 a {
    padding: 4px 14px;
    border-radius: 6px;
    font-size: 13px;
}
.dashboard-heading p {
    line-height: 18px !important;
    margin-bottom: 10px !important;
}

.quick-actions-parent {
    margin-top: 18px !important;
}
.dashboard-heading h2 {
    font-size: 19px !important;
}
.company-name {
    font-size: 16px !important;
    margin-top: 10px !important;
}
.company-info-row {
    gap: 3px !important;
    margin-bottom: 9px;
}
.company-info {
    gap: 13px !important;
    font-size: 13px !important;
    line-height: 8px !important;
        margin-bottom: 13px !important;
}
.company-email .email-icon {
    font-size: 11px !important;
}
.company-email {

    font-size: 13px !important;
}
.gst-icon {
   
   font-size: 11px !important;
}
.gst-number {
 font-size: 11px !important;
}
.company-info span {
    font-size: 12px !important;
}
.owner-name {
    font-size: 11px !important;
}
.owner-box i {
    font-size: 9px !important;
}
.dashboard-header-right {

    justify-content: end !important;
}
.company-card::before {
    content: "";
    position: absolute;
    width: auto !important; 
    height: 300px;
    top: -170px;
    right: -80px;
    border-radius: 50%;
    background: #eef4ff5e;
    z-index: 0;
}
.profile-steps {
    gap:10px !important;
            flex-direction: row !important;
}
.step-number {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
}
.copny_verify_card h3 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}
}





/*====================================
Additional Requirement
====================================*/


/*====================================
Heading
====================================*/

.section-title h4{
    font-size:26px;
    font-weight:700;
    color:#222;
    margin-bottom:5px;
}

.section-title h4 span{
    font-size:15px;
    color:#999;
}

.section-title p{
    color:#777;
    margin:0;
}

/*====================================
Top Filter Chips
====================================*/

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 18px;
}

.filter-chip {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    cursor: pointer;
    transition: .35s;
    font-weight: 400;
    background: #fff;
    color: #444;
    padding: 4px 16px;
    font-size: 13px;
    border: 1px solid #dde0e4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}


.filter-chip.active {
    background: #cf0a0a;
    color: #fff;
    box-shadow: 0 3px 11px rgb(255 197 200 / 45%);
    border: #cf0a0a;
}

/*====================================
Circle Icon
====================================*/

.filter-chip .icon {
    height: auto;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: .3s;
    margin: 0px !important;
    width: auto;
}
.filter-chip.active .icon{
    color:#fff;

}

/*====================================
Accordion Box
====================================*/

.filter-content{

    display:none;

    margin-top:6px;

}

/*====================================
Header
====================================*/

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.filter-header h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.close-filter {
    color: #d4030e;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    font-size: 15px;
}

.close-filter:hover{

    transform:rotate(90deg);

}

/*====================================
Gender
====================================*/

.gender-list{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}
.gender-item {
        position: relative;
    cursor: pointer;
}

.gender-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 8px 9px;
    background: #ffffff;
    border: 1px solid #dde0e4;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #374151;
    transition: .35s;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.gender-item span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    margin-right: 6px;
    transition: .35s;
}
.gender-item input{

    display:none;

}



.gender-item input:checked + span{
background: linear-gradient(135deg, #F44336, #b70d00);
    color: #fff;
    border-color: transparent;

}
.gender-item input:checked+span::before {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255,255,255,.25);
}


/*====================================
Skill Search
====================================*/

.skill-search {
    margin-bottom: 10px;
    width: 50%;
}
/*====================================
Skill Result
====================================*/

#skillResult {
    box-shadow: 0px 0px 5px #e3e3e3;
    /* display: flex; */
    /* flex-wrap: wrap; */
    gap: 10px;
    /* margin-top: 15px; */
    width: 50%;
    background: #ffffff;
    border-radius: 6px;

}

.skill-item {
    padding: 4px 10px;
    cursor: pointer;
    color: #000;
    transition: .3s;
    border-bottom: 1px dashed #dedede;
}

.skill-item:last-child{
    border-bottom:none;
}

#skillResult {
    max-height: 150px;
    overflow-y: auto;
}

.skill-item:hover{

    background:#d4030e;

    color:#fff;

    border-color:#d4030e;

}
#skillLoader{
    display:none;
    width:50%;
    text-align:center;
    color:#d4030e;
}

#skillLoader i{
    font-size:18px;
}


/*====================================
Selected Skill
====================================*/

#selectedSkills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 3px;
}

.selected-skill {
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    margin: 6px 0px;
    background: linear-gradient(45deg, #d10808, #ec0505);
    color: #ffffff;
    transition: .3s;
    font-weight: 500;
    border: 1px solid #e00606;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    gap: 7px;
}
.selected-skill i{

    cursor:pointer;

}

/*====================================
Responsive
====================================*/

@media(max-width:768px){

.filter-tabs{

flex-direction:column;

}

.filter-chip{

width:100%;

justify-content:center;

}

.gender-list{

flex-direction:column;

}

}




/*skills*/

.no-skill {
    padding: 10px;
    color: #d4030e;
    font-weight: 600;
    text-align: center;
}

.skill-item{

    cursor:pointer;

}

.skill-item:hover{

    background:#d4030e;

    color:#fff;

}

.selected-skill {
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    margin: 6px;
    background: linear-gradient(45deg, #d10808, #ec0505);
    color: #ffffff;
    transition: .3s;
    font-weight: 500;
    border: 1px solid #e00606;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    gap: 7px;
}

.selected-skill i{

    cursor:pointer;

}