/*
  * Name: Jobtext
  * Version: 1.0.2
  * Author: Themesflat
  * Author URI: http://themesflat.com 

*/
/* 

  * Reset
  * Header
  * Menu mobile
  * Blog
  * Blog masonry
  * Blog grid
  * Blog detail
  * Footer
  * Preload
  * Boxed
  * Switcher
  * Scroll 
  
*/
/* Reset
-------------------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 14px/25px "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #202020;
}

a {
  color: #121212;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #7C3AED;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 900;
}

h1 {
  font: 50px/50px "Plus Jakarta Sans", sans-serif;
}

h2 {
  font: 45px/45px "Plus Jakarta Sans", sans-serif;
}

h3 {
  font: 30px/30px "Plus Jakarta Sans", sans-serif;
}

h4 {
  font: 25px/25px "Plus Jakarta Sans", sans-serif;
}

h5 {
  font: 22px/22px "Plus Jakarta Sans", sans-serif;
}

h6 {
  font: 20px/20px "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #121212;
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 56px;
  line-height: 1.2142857142857142em;
}

h3 {
  font-size: 44px;
  line-height: 1.1363636363636365em;
}

h4 {
  font-size: 36px;
  line-height: 1.2222222222222223em;
}

h5 {
  font-size: 30px;
  line-height: 1.4em;
}

h6 {
  font-size: 24px;
  line-height: 1.25em;
}

button {
  border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #202020;
  background-color: transparent;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #202020;
  padding: 7px 21px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  color: #a0a0a0;
  background-color: transparent;
  height: 50px;
  padding: 12px 30px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 166px;
  padding: 15px 30px;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

/* bootstrap resetting elements */
.btn {
  background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #a0a0a0;
}

.tf-container.ctn-full {
  width: 100%;
}




/* Header
---------------------------------------------- */
.tf-container.ct2 {
  width: 1830px;
}

#header {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  height: 80px;
}

/* header-landing page */
#header.header-landing {
  background-color: #F8F8F8;
}

.header {
  position: relative;
}

#header.style-absolute {
  position: relative;
  z-index: 999;
  background: transparent;
  margin-bottom: -82px;
}

.sticky-area-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: center;
}

.sticky-area-wrap .header-ct-left {
  flex-grow: 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.sticky-area-wrap .header-ct-left .logo .site-logo {
  width: 149px;
  display: block;
}

.sticky-area-wrap .header-ct-left .logo {
  flex-shrink: 0;
  margin-right: 48px;
}

.sticky-area-wrap .header-ct-left .categories {
  position: relative;
  cursor: pointer;
}

.sticky-area-wrap .header-ct-left .categories::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 82px;
}

.sticky-area-wrap .header-ct-left .categories a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

.sticky-area-wrap .header-ct-left .categories>a span {
  font-size: 24px;
  color: #000000;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

/*Header fixed
-------------------------------- */
.header.is-fixed,
#header.style-absolute.is-fixed {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  background: #fff;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header.is-fixed.is-small,
#header.style-absolute.is-small {
  top: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
}

.usefull-link {
  display: flex;
  align-items: center;
}

.usefull-link li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.usefull-link li:not(:last-child) {
  margin-right: 40px;
}

.header-customize-item.login,
.header-customize-item.login .item-login {
  display: flex;
  align-items: center;
}

.header-customize-item.login .item-login {
  margin-left: 8px;
}

.header-style2 .sticky-area-wrap .header-ct-right .bell {
  margin-right: 28px;
}

.header-style2 .sticky-area-wrap .header-ct-right .help a {
  margin-right: 28px;
}

.header-customize-item.login .item-login li:not(:last-child):after {
  content: "/";
}

.header-style2 .sticky-area-wrap .header-ct-right {
  flex-grow: 0;
}

.header-customize-item.login .item-login li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.header-style2 .sticky-area-wrap .header-ct-center {
  width: unset;
  display: block;
  text-align: center;
}

.header-style2 .logo .site-logo {
  max-width: 149px;
}

.header-style2 {
  padding: 22px 0;
}

.header-style2 .sticky-area-wrap .header-ct-center {
  padding-left: 0;
}

.header-style2 .nav-wrap {
  margin-bottom: -90px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}

/* .sub-categorie */
.sub-categorie {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #fff;
  z-index: 20;
  border-radius: 0 0 8px 8px;
  transition: ease-out 0.3s;
  display: flex;
  pointer-events: none;
}

.sticky-area-wrap .header-ct-left .categories:hover .sub-categorie {
  opacity: 1;
  visibility: visible;
  top: 53px;
  pointer-events: all;
}

.sub-categorie .pop-up {
  padding: 24px;
  border: 1px solid #e5e5e5;
  width: 288px;
  text-align: left;
}

.sub-categorie ul.pop-up>li {
  padding: 12px 11px;
  font-weight: 500;
  line-height: 28px;
}

.sub-categorie ul.pop-up li span {
  font-size: 24px;
  color: #64666c;
  margin-right: 13px;
  vertical-align: text-bottom;
}

.sub-categorie ul.pop-up>li:hover,
.sub-categorie ul.pop-up>li.active {
  background-color: #f5f5f2;
}

.sub-categorie ul.pop-up li:hover span::before,
.sub-categorie ul.pop-up li.active span::before {
  color: #7C3AED;
}

.sub-categorie .pop-up-content {
  border: 1px solid #e5e5e5;
  display: flex;
}

.sub-categorie .pop-up-item {
  width: 240px;
  padding-top: 40px;
  padding-left: 24px;
  text-align: start;
}

.sub-categorie .pop-up-item .top-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 20px;
}

.sub-categorie .pop-up-item .top-item {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 24px;
}

.sub-categorie .group-menu-category {
  position: absolute;
  top: 3%;
  right: -167%;
  background: #ffffff;
  border-radius: 0px 0px 8px 0px;
  border: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  height: 100%;
  padding: 39px 0px;
  padding-left: 25px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sub-categorie .group-menu-category::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e5e5e5;
}

.sub-categorie ul.pop-up>li:hover .group-menu-category {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.sub-categorie ul.pop-up>li:hover .group-menu-category .menu {
  opacity: 1;
  transition-delay: 0.15s;
}

.sub-categorie .group-menu-category h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 17px;
}

.sub-categorie .group-menu-category .menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
}

.sub-categorie .group-menu-category .menu {
  width: 240px;
  padding: 0 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.sub-categorie .group-menu-category ul li a:hover {
  color: #7C3AED;
}

.sub-categorie .group-menu-category ul li:not(:last-child) {
  margin-bottom: 18px;
}

.sticky-area-wrap .header-ct-center {
  flex-grow: 1;
  justify-content: center;
  /*width: 100%;*/
  display: flex;
  align-items: center;
  padding-left: 178px;
}

.header-landing .sticky-area-wrap .header-ct-center {
  padding-left: 0px;
  margin-left: -16px;
}

.header-ct-center.st-1 {
  justify-content: unset;
  padding-left: 84px;
}

#main-nav #menu-primary-menu {
  display: flex;
  justify-content: center;
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub,
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub-2,
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub-3,
#menu-primary-menu>li {
  position: relative;
}

#main-nav #menu-primary-menu>li.menu-item-has-children>a::before {
  content: "\e9a2";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub>a {
  position: relative;
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub>a span {
  position: absolute;
  right: 15%;
  top: 22%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub>a span::before {
  font-size: 23px;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar li:hover a,
#main-nav #menu-primary-menu .menu-item-has-children .menu-bar li.current-item a,
#header.style-absolute #main-nav #menu-primary-menu>li:hover>a #menu-primary-menu>li.current-item>a,
.header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item>a,
.header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item>a,
.header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item:hover .nav-menu-item.current-item>a,
#menu-primary-menu>li>a:hover,
#header.style-absolute #main-nav #menu-primary-menu>li.current-item>a,
.menu-mobile-popup #menu-primary-menu .current-item>a,
#header.style-absolute #main-nav #menu-primary-menu>li:hover>a {
  color: #7C3AED;
  font-weight: 500;
}

#main-nav #menu-primary-menu li.current-item a::after,
#main-nav #menu-primary-menu li:hover a::after,
#header.style-absolute #main-nav #menu-primary-menu li.current-item>a::after,
#header.style-absolute #main-nav #menu-primary-menu li:hover>a::after {
  background: #7C3AED;
}

#main-nav #menu-primary-menu>li:not(:first-child) {
  margin-left: 41px;
}

#main-nav #menu-primary-menu>li.current-item>a::after,
#main-nav #menu-primary-menu>li>a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

#main-nav #menu-primary-menu li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 25px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #121212;
}

#menu-primary-menu li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #121212;
}

#main-nav #menu-primary-menu>li>a {
  line-height: 80px;
}

#menu-primary-menu li.menu-item-has-children span::before {
  position: absolute;
  right: -12px;
  top: 40%;
  font-size: 18px;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 20;
  transition: ease-out 0.3s;
  min-width: 460px;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  text-align: start;
  overflow: hidden;
  pointer-events: none;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar .sub-menu-bar {
  width: 50%;
}

#main-nav #menu-primary-menu .menu-item-has-children:hover .menu-bar,
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover .nav-sub-menu,
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub.nav-sub-2:hover .nav-sub-menu,
#main-nav #menu-primary-menu>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: all;
}

#main-nav #menu-primary-menu>li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120%;
  left: 0;
  background-color: #fff;
  z-index: 20;
  transition: ease-out 0.3s;
  min-width: 240px;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: start;
  overflow: hidden;
  pointer-events: none;
}

.header-ct-center #main-nav #menu-primary-menu>li .sub-menu.st1 {
  overflow: unset;
}

.header-ct-center #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -2% !important;
  left: 100%;
  background-color: #fff;
  z-index: 20;
  transition: ease-out 0.3s;
  min-width: 240px;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: start;
}

.header-ct-center #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub-2 .nav-sub-menu {
  top: 50% !important;
  left: 100%;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar li a,
#main-nav #menu-primary-menu>li .sub-menu li a {
  padding: 10px 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu-primary-menu>li .sub-menu .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#menu-primary-menu>li .sub-menu .sub-menu-item {
  width: 100%;
  padding: 6px 0 6px 32px;
  transition: ease-out 0.3s;
}

#main-nav #menu-primary-menu>li .sub-menu li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar li:hover,
#main-nav #menu-primary-menu .menu-item-has-children .menu-bar li.current-item,
#main-nav #menu-primary-menu>li .sub-menu li:hover,
#main-nav #menu-primary-menu>li .sub-menu li.current-item {
  background-color: #f5f5f2;
}

#main-nav #menu-primary-menu>li .sub-menu .nav-sub.current-item:last-child,
#main-nav #menu-primary-menu .sub-menu .nav-sub .nav-menu-item.current-item:last-child,
#main-nav #menu-primary-menu .sub-menu .nav-sub:last-child:hover,
#main-nav #menu-primary-menu .sub-menu .nav-sub .nav-menu-item:last-child:hover {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover>a,
#main-nav #menu-primary-menu>li .sub-menu .nav-menu-item:hover a,
#main-nav #menu-primary-menu>li .sub-menu .menu-item:hover a,
#main-nav #menu-primary-menu>li .sub-menu .menu-item.current-item a {
  color: #7C3AED;
}

.header .header-ct-center .btn-action {
  margin-left: 12px;
}

.header #main-nav-mobi {
  display: none;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
  overflow-y: auto;
  background: #fff;
  max-height: 60vh;
}

.header #main-nav-mobi ul {
  padding: 0;
  text-align: left;
  border-top: 1px solid rgb(221 221 221 / 70%);
}

.header #main-nav-mobi ul li {
  border-bottom: 1px solid rgb(221 221 221 / 70%);
  position: relative;
}

.header #main-nav-mobi ul li:last-child {
  border: 0;
}

.header #main-nav-mobi ul li .arrow {
  cursor: pointer;
  font-size: 20px;
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  line-height: 48px;
  position: absolute;
  right: 15px;
  top: 0;
}

.header #main-nav-mobi ul li.current-item {
  background-color: #f5f5f2;
}

.header #main-nav-mobi ul li.current-item>a {
  color: #7C3AED;
}

.header #main-nav-mobi ul li .arrow::before {
  content: "\e9a2";
  font-family: "icomoon" !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header #main-nav-mobi ul li .arrow.active::before {
  transform: rotate(180deg);
}

.header #main-nav-mobi ul li ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header #main-nav-mobi ul li ul li {
  padding-left: 20px;
}

.header .current-menu-item>a,
.header .current-item a {
  color: var(--primary);
}

#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav-mobi ul>li>a {
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  font-weight: 500;
}

/* header-ct-right */
.sticky-area-wrap .header-ct-right {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.header-landing .sticky-area-wrap .header-ct-right {
  justify-content: center;
}

.sticky-area-wrap .header-ct-right .help a {
  color: #64666c;
  font-size: 24px;
  margin-right: 23px;
  transform: translateY(2px);
}

.sticky-area-wrap .header-ct-right .bell {
  color: #121212;
  font-size: 24px;
  margin-right: 24px;
  position: relative;
  cursor: pointer;
}

.sticky-area-wrap .header-ct-right .bell::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 82px;
}

.sticky-area-wrap .header-ct-right .bell span {
  position: relative;
}

.sticky-area-wrap .header-ct-right .bell::after {
  position: absolute;
  content: "";
  top: 0;
  right: 2px;
  width: 8px;
  height: 8px;
  background-color: #7C3AED;
  border-radius: 4px;
}

/* sub-notification */
.sticky-area-wrap .header-ct-right .bell .sub-notification {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: -160px;
  width: 424px;
  padding: 24px;
  background-color: #fff;
  z-index: 20;
  transition: ease-out 0.3s;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  text-align: start;
  pointer-events: none;
}

.sticky-area-wrap .header-ct-right .bell:hover .sub-notification {
  opacity: 1;
  visibility: visible;
  top: 53px;
  pointer-events: all;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 28px;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-heading span {
  color: #7C3AED;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  position: relative;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item.icon-plus::before {
  position: absolute;
  content: "\ea0a";
  transform: rotate(45deg);
  font-size: 12px;
  right: 0;
  top: 0;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .time {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #64666c;
  padding-left: 24px;
  margin-bottom: 16px;
  position: relative;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .time::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 4px solid #7C3AED;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .content {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64666c;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .name {
  font-weight: 500;
  color: #121212;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .status {
  font-weight: 500;
  color: #7C3AED;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-button {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: #7C3AED;
  border-radius: 4px;
  margin-top: 28px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-button a {
  color: #fff;
}

.sticky-area-wrap .header-ct-right .account {
  display: flex;
  gap: 9px;
  align-items: center;
  padding-right: 21px;
  position: relative;
  cursor: pointer;
  height: 80px;
}

.sticky-area-wrap .header-ct-right.st-1 .account {
  gap: 0;
}

.sticky-area-wrap .header-ct-right.st-1 .account .name {
  margin-left: 8px;
  position: relative;
}

.sticky-area-wrap .header-ct-right .account img {
  border-radius: 50%;

}

.sticky-area-wrap .header-ct-right .account .name span {
  font-size: 20px;
  position: relative;
  top: 3px;
}


/* sub-account */
.sticky-area-wrap .header-ct-right .account .sub-account {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-top: -1px;
  top: 100%;
  left: -50px;
  transition: ease-out 0.3s;
  width: 288px;
  padding: 24px;
  text-align: start;
  z-index: 999;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  border-radius: 0px 0px 8px 8px;
  pointer-events: none;
}


.sticky-area-wrap .header-ct-right .account .sub-account-item {
  width: 100%;
  padding: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.sticky-area-wrap .header-ct-right .account .sub-account-item a span::before {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-area-wrap .header-ct-right .account .sub-account-item a {
  color: #121212;
}

.sticky-area-wrap .header-ct-right .account .sub-account-item a:hover,
.sticky-area-wrap .header-ct-right .account .sub-account-item a:hover span::before {
  color: #7C3AED;
}

.sticky-area-wrap .header-ct-right .account .sub-account-item span {
  font-size: 24px;
  margin-right: 12px;
  vertical-align: middle;
}

.sticky-area-wrap .header-ct-right .account:hover .sub-account {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.sticky-area-wrap .header-ct-right .button {
  flex-shrink: 0;
}

.header-landing .sticky-area-wrap .header-ct-right .button {
  margin-left: 29px;
}

.sticky-area-wrap .header-ct-right .button a {
  padding: 12px 31px;
  border: 1px solid #7C3AED;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  display: block;
}

.header-landing .sticky-area-wrap .header-ct-right .button a {
  background: #7C3AED;
  padding: 12px 32px;
  color: #fff;
  text-transform: capitalize;

}

.header-landing .sticky-area-wrap .header-ct-right .button a:hover {
  background-color: #148160;
}

.sticky-area-wrap .header-ct-right .button a:hover {
  background: #7C3AED;
  color: #fff;
}

.sticky-area-wrap .header-ct-right .button a {
  color: #121212;
}

#header.style-absolute .sticky-area-wrap .header-ct-left .categories>a span,
#header.style-absolute .sticky-area-wrap .header-ct-left .categories>a,
#header.style-absolute #main-nav #menu-primary-menu>li>a,
#header.style-absolute .sticky-area-wrap .header-ct-right .help a,
#header.style-absolute .sticky-area-wrap .header-ct-right .bell,
#header.style-absolute .sticky-area-wrap .header-ct-right .account .name,
#header.style-absolute .sticky-area-wrap .header-ct-right .button a {
  color: #fff;
}

#header.style-absolute.is-small .sticky-area-wrap .header-ct-left .categories>a span,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-left .categories>a,
#header.style-absolute.is-small #main-nav #menu-primary-menu>li>a,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-right .help a,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-right .bell,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-right .account .name,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-right .button a {
  color: #121212;
}

#header.style-absolute #main-nav #menu-primary-menu li a::after {
  background: #fff;
}

/* Menu mobile
-------------------------------------------- */
.menu-mobile-popup .main-nav .menu-item-has-children-mobile .iteam-menu::before {
  content: "\e9a2";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-nav.mobile #menu-primary-menu li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  cursor: pointer;
}

.main-nav.mobile #menu-primary-menu li a {
  width: 100%;
  display: block;
}

.main-nav.mobile #menu-primary-menu li:last-child,
.main-nav.mobile #menu-primary-menu .menu-item-mobile:last-child {
  border-bottom: none;
}

.main-nav.mobile #menu-primary-menu .menu-item-mobile {
  padding-left: 10px;
}

.menu-mobile-popup .main-nav .menu-item-has-children-mobile.active .iteam-menu::before {
  top: 15px;
  transform: rotate(180deg) !important;
  transition: all 0.3s ease-out;
}

.main-nav.mobile #menu-primary-menu>li .sub-menu-mobile {
  top: 120%;
  left: 0;
  background-color: #fff;
  z-index: 20;
  border-radius: 8px;
  display: none;
  text-align: start;
  overflow: hidden;
}

.main-nav #menu-primary-menu>li .sub-menu a {
  color: #121212;
}

.mobile #menu-primary-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-filter .nav-mobile {
  display: none;
  position: relative;
  width: 26px;
  height: 26px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 30px;
}

.header-style2 .nav-filter .nav-mobile span,
.header-default .nav-filter .nav-mobile span,
.header.style-absolute .nav-filter .nav-mobile span {
  position: absolute;
  width: 24px;
  height: 2px;
  right: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.header .nav-filter .nav-mobile::after {
  content: "";
  position: absolute;

  height: 2px;

  width: 24px;
  right: 0;
  top: 83%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header .nav-filter .nav-mobile::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  right: 0;
  top: 17%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header.style-absolute .nav-filter .nav-mobile::before,
.header.style-absolute .nav-filter .nav-mobile::after,
.header.style-absolute .nav-filter .nav-mobile span {
  background-color: #fff;
}

.header-style2 .nav-filter .nav-mobile::before,
.header-style2 .nav-filter .nav-mobile::after,
.header-style2 .nav-filter .nav-mobile span,
.header-default .nav-filter .nav-mobile::before,
.header-default .nav-filter .nav-mobile::after,
.header-default .nav-filter .nav-mobile span,
.header.style-absolute.is-fixed .nav-filter .nav-mobile::before,
.header.style-absolute.is-fixed .nav-filter .nav-mobile::after,
.header.style-absolute.is-fixed .nav-filter .nav-mobile span {
  background-color: #121212;
}

.menu-mobile-popup .widget-filter {
  width: 300px;
  background-color: #fff;
  padding: 24px;
  transition: all 0.3s ease-in-out;
}

.menu-mobile-popup .mobile-header .site-logo {
  width: 150px;
}

.menu-mobile-popup .modal-menu__backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.menu-mobile-popup .mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.menu-mobile-popup .mobile-header .title-button-group {
  font-size: 30px;
  margin-top: 4px;
  color: rgb(0, 0, 0);
  opacity: 0.5;
  cursor: pointer;
}

.menu-mobile-popup .button a {
  padding: 12px 31px;
  border: 1px solid #7C3AED;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  display: block;
  text-align: center;
}

.menu-mobile-popup.modal-menu--open .modal-menu__backdrop {
  left: 0%;
}

.menu-mobile-popup .modal-menu__backdrop {
  left: 100%;
}

.menu-mobile-popup .header-customize-item.login {
  margin-top: 14px;
  justify-content: center;
}

.menu-mobile-popup .header-customize-item.button {
  margin-top: 14px;
  display: block;
}

.mobile-footer {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}

.mobile-footer .wd-social ul {
  flex-wrap: wrap;
  row-gap: 10px;
}

.menu-mobile-popup .categories .sub-categorie-mobile .group-menu-category-mobile {
  display: none;
  padding: 0px 15px;
}

.sub-categorie-mobile .pop-up .categories-mobile:hover>a,
.sub-categorie-mobile .pop-up .categories-mobilea:active>a,
.sub-categorie-mobile ul.pop-up li:hover span::before,
.sub-categorie-mobile ul.pop-up li.active span::before {
  color: #7C3AED;
}

.sub-categorie-mobile ul.pop-up li span {
  font-size: 24px;
  color: #64666c;
  margin-right: 13px;
  vertical-align: text-bottom;
}

.menu-mobile-popup .categories .sub-categorie-mobile .pop-up .categories-mobile>a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.menu-mobile-popup .categories .sub-categorie-mobile .pop-up .categories-mobile {
  padding: 16px 0px;
  font-weight: 500;
  line-height: 28px;
}

.menu-mobile-popup .menu-tab {
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px -24px;
  font-weight: 500;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.menu-mobile-popup .menu-tab .user-tag {
  text-align: center;
  display: block;
  padding: 15px;
  width: 50%;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.menu-mobile-popup .menu-tab .user-tag.active {
  background-color: #7C3AED;

  color: #fff;
}

.sub-categorie-mobile .group-menu-category-mobile h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  padding: 16px 0px;
}

.sub-categorie-mobile .group-menu-category-mobile .menu ul li {
  padding: 10px 0px;
}

.sub-categorie-mobile .group-menu-category-mobile .menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
}

/* Footer
------------------------------------------ */
.footer {
  background-color: #f5f5f2;
}

.footer .footer-logo img {
  width: 149px;
  display: block;
}

.footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #64666c;
}

.list-social li a {
  background: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #121212;
}

/* .list-social li:not(:last-child) {
  margin-right: 12px;
} */
.list-social {
  flex-wrap: wrap;
  gap: 12px;

}

.list-social li a:hover {
  background: #7C3AED;
  color: #fff;
}

.footer .wd-social {
  justify-content: right;
}

.footer .wd-social span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  margin-right: 17px;
}

.footer .top-ft {
  border-bottom: 1px solid #e5e5e5;
}

.icon-infor .icon {
  font-size: 36px;
  margin-right: 16px;
}

.icon-infor .content p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #64666c;
  margin-bottom: 3px;
}

.icon-infor .content h6 {
  font-size: 16px;
  line-height: 26px;
}

.icon-infor {
  margin-bottom: 21px;
}

.footer .ft-icon {
  margin-top: 11px;
  margin-bottom: 19px;
  color: #121212;
}

.footer .ft-icon i {
  font-size: 15px;
  margin-right: 5px;
  color: #64666c;
}

#subscribe-form {
  position: relative;
}

#subscribe-form input {
  background: #ffffff;
  border-radius: 8px;
  padding: 11px 70px 11px 15px;
  border-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
  font-style: unset;
  height: 46.01px;
}

#subscribe-form input::placeholder {
  color: #b1b1b1;
  font-style: unset;
}

#subscribe-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 46.01px;
  background: #7C3AED;
  border-radius: 0px 8px 8px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 17px 10px 17px;
}

#subscribe-form button:hover {
  opacity: 0.8;
}

.footer-cl-1 {
  margin-right: 25.4%;
}

.navigation-menu-footer li:not(:last-child) {
  margin-bottom: 6px;
}

.navigation-menu-footer li a {
  position: relative;
  color: #64666c;
}

.navigation-menu-footer li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #7C3AED;
}

.navigation-menu-footer li a:hover {
  color: #7C3AED;
}

.navigation-menu-footer li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.ft-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.footer-cl-2 {
  margin-left: 4.4%;
}

.footer-cl-3 {
  margin-left: 14%;
}

.footer-cl-4 {
  margin-left: 26.3%;
}

.footer-cl-5 {
  margin-left: 36.3%;
}

.ft-download li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .bottom {
  padding: 11px 0;
}

.footer .bt-left {
  display: flex;
  align-items: center;
}

.select-language .dropdown {
  position: relative;
}

.select-language .dropdown ul {
  position: absolute;
  top: 25px;
  left: 0;
}

.select-language .dropdown img {
  margin-right: 7px;
}

.select-language .dropdown .btn-selector::after {
  border-bottom: 1px solid #191919;
  border-right: 1px solid #191919;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: -21px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.select-language .dropdown ul {
  position: absolute;
  top: 20px;
  left: 0;
}

.footer .bt-left .copyright {
  margin-right: 40px;
}

.menu-bottom {
  justify-content: right;
}

.menu-bottom li:not(:last-child) {
  margin-right: 19px;
}

/* Blog
--------------------------- */
.blog.wrap-blog {
  padding: 60px 0;
  display: flex;
  gap: 32px;
}

.blog.wrap-blog.style-1 {
  gap: 152px;
}

.blog .list-blog {
  width: 100%;
  max-width: 1050px;
}

.blog .list-blog .widget-blog-1 {
  margin-bottom: 40px;
}

.blog .list-blog .widget-blog-1 .main-title {
  width: 100%;
  max-width: 490px;
}

.blog .list-blog .widget-blog-1 .main-title a {
  color: #121212;
}

.blog .list-blog .widget-blog-1 .main-title:hover a {
  color: #7C3AED;
}

/* Blog masonry
--------------------------- */

.blog-masonry .list-blog-wrap {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.blog-masonry .list-blog {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.blog-masonry .list-blog .widget-blog-1 {
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 8px;
  gap: 0px;
}

.blog-masonry .list-blog .widget-blog-1:hover {
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  border: none;
}

.blog-masonry .list-blog .widget-blog-1 .image {
  width: 100%;
}

.blog-masonry .list-blog .widget-blog-1 .image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.blog-masonry .list-blog .widget-blog-1 .content {
  padding: 24px;
}

.blog-masonry .list-blog .widget-blog-1 .content .main-title a {
  color: #121212;
}

.blog-masonry .list-blog .widget-blog-1 .content .main-title:hover a {
  color: #7C3AED;
}

.blog-masonry .widget-pagination {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

/* Blog grid
--------------------------- */
.blog-grid.wrap-blog {
  width: 100%;
  max-width: 1410px;
  margin: auto;
  padding: 60px 0;
}

.blog-grid .list-blog-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.blog-grid .list-blog-wrap .widget-blog-1 {
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 8px;
  gap: 0px;
  width: 31.82%;
  transition: all 0.3s ease-in-out;
}

.blog-grid .list-blog-wrap .widget-blog-1:hover {
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  border-color: #f1f1f1;
}

.blog-grid .list-blog-wrap .widget-blog-1 .image img {
  border-radius: 8px 8px 0 0;
}

.blog-grid .list-blog-wrap .widget-blog-1 .content {
  padding: 24px;
}

.blog-grid .list-blog-wrap .widget-blog-1 .content .main-title a {
  color: #121212;
}

.blog-grid .list-blog-wrap .widget-blog-1 .content .main-title:hover a {
  color: #7C3AED;
}

.blog-grid .widget-pagination {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

/* Blog detail
---------------------------------- */
.side-bar-blog .widget-blog-1 {
  border: none;
}

.blog-detail-side-bar.wrap-blog {
  width: 100%;
  max-width: 1410px;
  margin: auto;
  padding: 60px 0;
}

.blog-detail-side-bar-wrap {
  display: flex;
  gap: 153px;
}

.blog-detail-side-bar-content {
  width: 100%;
}

.blog-detail>.widget-blog-1 {
  border: none;
  flex-wrap: wrap;
  gap: 12px;
}

.blog-detail-side-bar-content>.widget-blog-1 .content {
  padding: 0;
}

.blog-detail-side-bar-content>.widget-blog-1 .image img,
.blog-detail-side-bar-content>.widget-blog-1 .image {
  width: 100%;
  padding: 7px 0px;
}

.blog-detail-side-bar-content>p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64666c;
  margin-bottom: 16px;
}

.blog-detail-side-bar-content .image-single {
  display: flex;
  gap: 32px;
  margin: 32px 0px;
}

.blog-detail-side-bar-content .image-single img {
  width: 100%;
}

.blog-detail-side-bar-content>h5 {
  line-height: 30px;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.blog-detail-side-bar-content .blog-text {
  margin-bottom: 16px;
  padding-left: 26px;
}

.tag-social .wd-social span {
  margin-right: 16px;
}

.blog-detail-side-bar-content .blog-text li {
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 12px;
  list-style: disc;
}

.blog-detail-side-bar-content .tag-social {
  display: flex;
  justify-content: space-between;
  margin: 32px 0px;
}

.blog-detail-side-bar-content .tag-social .widget-popular-tags {
  display: flex;
  gap: 12px;
  align-items: center;
}

.blog-detail-side-bar-content .tag-social .widget-popular-tags span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.blog-detail-side-bar-content .tag-social .wd-social span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a {
  font-size: 12px;
  line-height: 16px;
}

.blog-detail-side-bar-content .tag-social .widget-social-item {
  background-color: #f1f1f1;
}

.blog-detail-side-bar-content .nav-links {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 34px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.nav-links.stc {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.nav-links.stc .next-post {
  text-align: end;

}

.blog-detail-side-bar-content .nav-links .post-navigation {
  margin: 0;
  padding: 0;
}

.blog-detail-side-bar-content .nav-links .title-post {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}

.blog-detail-side-bar-content .nav-links .title-post.text-end {
  text-align: end;
}

.blog-detail-side-bar-content .nav-links .title-post a {
  color: #7C3AED;
  text-transform: uppercase;
}

.blog-detail-side-bar-content .nav-links p {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}

.blog-detail-side-bar-content .nav-links .previous-post {
  border-right: 1px solid #e5e5e5;
}

/* .blog-detail-side-bar-content .nav-links::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #e5e5e5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.blog-detail-side-bar-content .comment-list-wrap {
  margin-bottom: 40px;
}

.blog-detail-side-bar-content .comment-list-wrap .comment-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}

.widget-comment-wrap {
  display: flex;
  gap: 20px;
  position: relative;
}

.widget-comment-wrap .feature-post img {
  border-radius: 1000px;
  max-width: 60px;
  height: 60px;
}

.widget-comment-wrap .content-post {
  border-bottom: 1px solid #e5e5e5;
  flex-grow: 1;
}

.blog-detail-side-bar-content .comment-list .widget-comment-wrap:last-child .content-post {
  border: none;
}

.widget-comment-wrap .content-post .post-author {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.widget-comment-wrap .content-post .post-author a {
  color: #121212;
  margin-right: 12px;
}

.widget-comment-wrap .content-post .post-author span {
  color: #ffffff;
  background-color: #37b853;
  border-radius: 10px;
  font-size: 10px;
  padding: 4.5px 5px;
}

.widget-comment-wrap .content-post .post-date {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #64666c;
  margin-bottom: 8px;
}

.widget-comment-wrap .content-post p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64666c;
  margin-bottom: 8px;
}

.widget-comment-wrap .content-post .button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.widget-comment-wrap .content-post .button a {
  color: #7C3AED;
}

.widget-comment-wrap .helpfull {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.widget-comment-wrap .helpfull a {
  color: #6a6a6a;
}

.widget-comment-wrap .helpfull span {
  font-size: 16px;
  margin-left: 8px;
}

.blog-detail-side-bar-content .comment-list .widget-comment-wrap {
  margin-bottom: 20px;
}

.blog-detail-side-bar-content .comment-list .children {
  padding-left: 78px;
}

.comment-reply {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 40px;
}

.comment-reply .comment-reply-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 24px;
}

.comment-reply form .comment-reply-name-email {
  display: flex;
  gap: 20px;
}

.comment-reply form .infor-container {
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

.comment-reply form .infor-container textarea,
.comment-reply form .infor-container input {
  background-color: #e5e5e5;
  color: #64666c;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px 16px;
  font-style: normal;
  margin-top: 12px;
  margin-bottom: 20px;
}

.comment-reply form .checkbox {
  padding-left: 24px;
}

.comment-reply form .checkbox label {
  padding-left: 0;
}

.comment-reply form .form-submit button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding: 12px 28px;
  background-color: #7C3AED;
  border-radius: 4px;
  border: none;
  margin-top: 12px;
}

.blog-detail-side-bar .widget-news {
  margin-top: 60px;
}

.wrap-blog-detail {
  max-width: 929px;
  margin: 0 auto;
}

.blog-detail-01.page-title {
  height: 568px;
  background-image: url(../images/page-title/blog-detail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -58px;
}

.blog-detail-01.blog-detail-side-bar-content>.widget-blog-1 {
  padding: 32px;
}

.blog-detail-01.blog-detail-side-bar-content>.widget-blog-1 .sub-title {
  margin: auto;
}

.blog-detail-01.blog-detail-side-bar-content>.widget-blog-1 .meta {
  justify-content: center;
}

.text-pri {
  color: #7C3AED;
}

.d-flex {
  display: flex;
}

.aln-center {
  align-items: center;
}

.mg-bt-0 {
  margin-bottom: 0 !important;
}

.bg-f5 {
  background: #f5f5f5;
}

.preload {
  overflow: hidden;
}

/* Preload 
------------------------------------------- */
.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  margin: -100px 0 0 -100px;
  background: #ffffff;
}

.spinner {
  width: 56px;
  max-width: 56px;
  height: 56px;
  display: inline-grid;
  border: 4.5px solid #0000;
  border-radius: 50%;
  border-color: #14a076a3 #0000;
  animation: spinner-preloader 1s infinite linear;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}

.spinner::before {
  border-color: #7C3AED #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
  position: fixed;
  right: -290px;
  top: 150px;
  width: 290px;
  background-color: #202020;
  z-index: 99999999;
}

.switcher-container h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  height: 50px;
  line-height: 45px;
  padding-left: 50px;
  padding-right: 85px;
  margin: 0;
  font-weight: 400;
}

.switcher-container h2 a {
  background-color: #7C3AED;
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: 0;
  color: #fff;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
  text-decoration: none;
}

.switcher-container h2 .setting {
  margin-top: -2px;
  -webkit-animation: rotating 1s infinite linear;
  animation: rotating 1s infinite linear;
}

.switcher-container h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.switcher-container .selector-box {
  color: #fff;
  overflow: hidden;
}

.switcher-container .layout-switcher {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
  float: left;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
  margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
  color: #fff;
  cursor: pointer;
}

.switcher-container .color-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 6px;
}

.switcher-container .styleswitch {
  margin-bottom: 10px;
}

.sw-odd {
  background-color: #323232;
  padding: 21px 0 30px 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even {
  background-color: #202020;
  padding: 21px 0 25px 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 26px 10px 27px;
  margin-right: 10px;
  letter-spacing: 1.8px;
}

.sw-even a:hover {
  background-color: #7C3AED;
  border: 1px solid #7C3AED;
  color: #fff !important;
}

.sw-light {
  background-color: #fff;
  color: #000 !important;
}

.sw-odd a {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  line-height: 30px;
  width: 100%;
  position: relative;
  padding-left: 47px;
}

.sw-odd .ws-colors a:before {
  background: none;
}

.sw-odd .ws-colors a {
  width: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #7C3AED;
  text-indent: -9999px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}

.sw-odd #color2 {
  background-color: #8b91dd;
}

.sw-odd #color3 {
  background-color: #fb236a;
}

.sw-odd #color4 {
  background-color: #1967d2;
}

.sw-odd #color5 {
  background-color: #059669;
}

.sw-odd #color6 {
  background-color: #3c65f5;
}

.sw-even h3 {
  margin-bottom: 6px;
}

/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
  width: 90.4%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
  width: 90.4%;
}


@keyframes spinner-preloader {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

/* Scroll
------------------------------------------------------ */
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
}

#scroll-top:hover {
  transform: translateY(-3px);
}

#scroll-top::before {
  z-index: -1;
  background-color: #7C3AED;
}

#scroll-top::before,
#scroll-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll-top::after {
  content: "\e99f";
  font-family: "icomoon";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

/* @Keyframe */
@keyframes rotating {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================
   VVRC Premium JobHub Additions
   ========================================== */

/* Modern Hero Mesh Backdrop */
.tf-slider.sl2 {
  background: radial-gradient(circle at 10% 20%, rgba(124, 58, 237, 0.05) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(37, 99, 235, 0.05) 0%, transparent 45%),
              #F8FAFC !important;
  position: relative;
  padding: 100px 0 80px 0 !important;
}

/* Custom Glassmorphism Search Bar & Inputs */
.row-group-search.home1.st {
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(124, 58, 237, 0.1) !important;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.07) !important;
  border-radius: 100px !important;
  padding: 8px 12px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  align-items: center !important;
}

.row-group-search.home1.st:focus-within {
  background: #FFFFFF !important;
  border-color: #7C3AED !important;
  box-shadow: 0 35px 75px rgba(124, 58, 237, 0.14) !important;
  transform: translateY(-2px);
}

/* Rounded search inputs */
.row-group-search.home1.st .form-group-1,
.row-group-search.home1.st .form-group-2 {
  border: none !important;
  background: transparent !important;
}

/* Rounded submit button with VVRC signature gradient */
.row-group-search.home1.st .btn-find {
  border-radius: 100px !important;
  background: linear-gradient(135deg, #7C3AED 0%, #2563EB 100%) !important;
  border: none !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  padding: 14px 38px !important;
  height: auto !important;
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.22) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.row-group-search.home1.st .btn-find:hover {
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.35) !important;
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* Brand logo containment */
.site-logo {
  max-height: 48px !important;
  width: auto !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}

.site-logo:hover {
  transform: scale(1.03);
}

/* Modern header shadow adjustments */
#header.header-fixed.is-fixed {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.03) !important;
}

/* Preloader accent match */
.preload-container .spinner {
  border-top-color: #7C3AED !important;
}

/* ==========================================
   VVRC Premium JobHub Additional Polish
   ========================================== */

/* Bento Theme Styles for Browse by Category */
.job-category-section-two.bento-theme {
  padding: 80px 0;
  background: #fbfbfe; /* Soft light backdrop */
  position: relative;
  overflow: hidden;
}

.sub-title-glow {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7C3AED;
  background: rgba(124, 58, 237, 0.08);
  padding: 6px 14px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 12px;
}

.main-bento-title {
  font-family: 'Outfit', sans-serif;
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.sub-bento-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #64748B;
}

.tf-button.bento-btn {
  background: linear-gradient(135deg, #7C3AED 0%, #4F46E5 100%) !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 12px 28px !important;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 20px rgba(99, 102, 241, 0.2) !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.tf-button.bento-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(99, 102, 241, 0.35) !important;
}

/* Grid Layout */
.category-grid-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

/* Bento Card Style */
.category-bento-card {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  padding: 28px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.015);
}

.category-bento-card.wide-card {
  grid-column: span 2;
}

/* Glowing background overlay */
.category-bento-card .card-glow-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.category-bento-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.category-bento-card:hover .card-glow-bg {
  opacity: 0.08;
}

/* Badges */
.category-bento-card .card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.card-badge.bg-rose { background: rgba(255, 75, 114, 0.1); color: #FF4B72; }
.card-badge.bg-purple { background: rgba(124, 58, 237, 0.1); color: #7C3AED; }
.card-badge.bg-orange { background: rgba(245, 158, 11, 0.1); color: #D97706; }
.card-badge.bg-green { background: rgba(16, 185, 129, 0.1); color: #059669; }
.card-badge.bg-blue { background: rgba(14, 165, 233, 0.1); color: #0284C7; }
.card-badge.bg-cyber { background: rgba(99, 102, 241, 0.1); color: #6366F1; }
.card-badge.bg-red { background: rgba(239, 68, 68, 0.1); color: #DC2626; }
.card-badge.bg-teal { background: rgba(6, 182, 212, 0.1); color: #0891B2; }
.card-badge.bg-amber { background: rgba(249, 115, 22, 0.1); color: #EA580C; }
.card-badge.bg-pink { background: rgba(236, 72, 153, 0.1); color: #D946EF; }

/* Icon Wrapper */
.card-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8FAFC;
  transition: all 0.3s ease;
  z-index: 2;
  margin-bottom: 20px;
  border: 1px solid rgba(226, 232, 240, 0.5);
}

.category-bento-card:hover .card-icon-wrapper {
  transform: scale(1.08) rotate(3deg);
  background: #FFFFFF;
}

/* Card details */
.category-bento-card .card-info {
  z-index: 2;
  width: 100%;
}

.category-bento-card .card-info h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.category-bento-card .card-info .job-count {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #64748B;
  margin: 0;
}

/* Active State for PM card */
.category-bento-card.active {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.05);
}

/* Custom categories themes hover gradients & shadows */
.cat-hr .card-glow-bg { background: radial-gradient(circle, rgba(255, 75, 114, 0.15) 0%, transparent 70%); }
.cat-hr:hover { border-color: rgba(255, 75, 114, 0.4); box-shadow: 0 20px 40px rgba(255, 75, 114, 0.08); }
.cat-hr:hover h3 { color: #FF4B72; }

.cat-pm .card-glow-bg { background: radial-gradient(circle, rgba(124, 58, 237, 0.15) 0%, transparent 70%); }
.cat-pm:hover { border-color: rgba(124, 58, 237, 0.4); box-shadow: 0 20px 40px rgba(124, 58, 237, 0.08); }
.cat-pm:hover h3 { color: #7C3AED; }

.cat-driver .card-glow-bg { background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%); }
.cat-driver:hover { border-color: rgba(245, 158, 11, 0.4); box-shadow: 0 20px 40px rgba(245, 158, 11, 0.08); }
.cat-driver:hover h3 { color: #D97706; }

.cat-accounting .card-glow-bg { background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%); }
.cat-accounting:hover { border-color: rgba(16, 185, 129, 0.4); box-shadow: 0 20px 40px rgba(16, 185, 129, 0.08); }
.cat-accounting:hover h3 { color: #059669; }

.cat-cs .card-glow-bg { background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%); }
.cat-cs:hover { border-color: rgba(14, 165, 233, 0.4); box-shadow: 0 20px 40px rgba(14, 165, 233, 0.08); }
.cat-cs:hover h3 { color: #0284C7; }

.cat-ds .card-glow-bg { background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%); }
.cat-ds:hover { border-color: rgba(99, 102, 241, 0.4); box-shadow: 0 20px 40px rgba(99, 102, 241, 0.08); }
.cat-ds:hover h3 { color: #6366F1; }

.cat-engineering .card-glow-bg { background: radial-gradient(circle, rgba(239, 68, 68, 0.15) 0%, transparent 70%); }
.cat-engineering:hover { border-color: rgba(239, 68, 68, 0.4); box-shadow: 0 20px 40px rgba(239, 68, 68, 0.08); }
.cat-engineering:hover h3 { color: #DC2626; }

.cat-it .card-glow-bg { background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%); }
.cat-it:hover { border-color: rgba(6, 182, 212, 0.4); box-shadow: 0 20px 40px rgba(6, 182, 212, 0.08); }
.cat-it:hover h3 { color: #0891B2; }

.cat-sales .card-glow-bg { background: radial-gradient(circle, rgba(249, 115, 22, 0.15) 0%, transparent 70%); }
.cat-sales:hover { border-color: rgba(249, 115, 22, 0.4); box-shadow: 0 20px 40px rgba(249, 115, 22, 0.08); }
.cat-sales:hover h3 { color: #EA580C; }

.cat-writing .card-glow-bg { background: radial-gradient(circle, rgba(236, 72, 153, 0.15) 0%, transparent 70%); }
.cat-writing:hover { border-color: rgba(236, 72, 153, 0.4); box-shadow: 0 20px 40px rgba(236, 72, 153, 0.08); }
.cat-writing:hover h3 { color: #D946EF; }


/* Bottom Action Bar */
.category-bento-card .card-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  z-index: 2;
  border-top: 1px solid rgba(226, 232, 240, 0.6);
  padding-top: 16px;
}

.category-bento-card .action-text {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #64748B;
  transition: all 0.3s ease;
}

.category-bento-card .action-arrow {
  font-size: 16px;
  color: #94A3B8;
  transition: all 0.3s ease;
}

.category-bento-card:hover .action-text {
  color: #0F172A;
  transform: translateX(2px);
}

.category-bento-card:hover .action-arrow {
  color: #0F172A;
  transform: translateX(4px);
}

/* Bento-Wide Card Specific Layout */
.category-bento-card.wide-card .wide-card-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.category-bento-card.wide-card .card-icon-wrapper {
  margin-bottom: 0;
  flex-shrink: 0;
}

/* PM Progress Visual */
.bento-visual-pm {
  margin-top: 16px;
  width: 100%;
  max-width: 280px;
}

.bento-visual-pm .visual-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748B;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.bento-visual-pm .visual-label .val {
  color: #7C3AED;
}

.bento-visual-pm .visual-bar-container {
  height: 6px;
  width: 100%;
  background: #E2E8F0;
  border-radius: 10px;
  overflow: hidden;
}

.bento-visual-pm .visual-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #7C3AED, #8B5CF6);
  border-radius: 10px;
}

/* DS Sparkline Visual */
.bento-visual-ds {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bento-visual-ds .sparkline-svg {
  width: 90px;
  height: 20px;
  overflow: visible;
}

.bento-visual-ds .sparkline-lbl {
  font-size: 11px;
  font-weight: 600;
  color: #10B981;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Responsive Grid Overrides */
@media (max-width: 1024px) {
  .category-grid-bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-bento-card.wide-card {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .main-bento-title {
    font-size: 32px !important;
  }
  .category-grid-bento {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .category-bento-card.wide-card {
    grid-column: span 1;
  }
  .category-bento-card.wide-card .wide-card-content {
    flex-direction: column;
    gap: 16px;
  }
  .category-bento-card.wide-card .card-icon-wrapper {
    margin-bottom: 12px;
  }
}

/* Glassmorphic Job Card Accents */
.features-job {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 24px !important;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.02) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.features-job:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.08) !important;
  border-color: rgba(124, 58, 237, 0.25) !important;
  background: #FFFFFF !important;
}

.features-job .job-archive-header h3 a {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
}

/* Fix for split class name replacement on link item overlay */
.jobhub-link-item,
.vvrc.jobhub-link-item,
.vvrc-jobhub-link-item,
.jobtex-link-item {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
  display: block !important;
}

/* Font typography polish */
.menu-item a {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 600 !important;
}

/* ==========================================
   VVRC JobHub Complete UI Re-Design Package
   ========================================== */

/* Global Colors & Body */
body {
  background-color: #F8FAFC !important;
  color: #1E293B !important;
  font-family: 'Inter', sans-serif !important;
}

/* Modern Rounded Buttons with Gradient & Shadow */
.tf-btn, .tf-button, .btn-find, .btn-category-job, .button-status {
  border-radius: 50px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.tf-button, .btn-find {
  background: linear-gradient(135deg, #7C3AED 0%, #2563EB 100%) !important;
  border: none !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.25) !important;
}

.tf-button:hover, .btn-find:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4) !important;
  filter: brightness(1.05) !important;
  color: #FFFFFF !important;
}

/* Clean Category Grid Boxes (Consolidated with main category style block) */

/* Glassmorphic Job Cards */
.features-job {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(226, 232, 240, 0.7) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.015) !important;
  padding: 26px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.features-job:hover {
  transform: translateY(-4px) !important;
  background: #FFFFFF !important;
  border-color: rgba(124, 58, 237, 0.22) !important;
  box-shadow: 0 25px 45px rgba(124, 58, 237, 0.07) !important;
}

/* Tag styles inside Job Cards */
.features-job .job-archive-footer .job-tag li a {
  background-color: rgba(124, 58, 237, 0.06) !important;
  color: #7C3AED !important;
  border: 1px solid rgba(124, 58, 237, 0.1) !important;
  font-weight: 600 !important;
  border-radius: 30px !important;
  transition: all 0.25s !important;
}

.features-job .job-archive-footer .job-tag li a:hover {
  background-color: #7C3AED !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

/* Sidebar & Filters Columns (Bento card style) */
.filters-column, .sidebar-widget, .widget-filter {
  background: #FFFFFF !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 24px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02) !important;
  padding: 28px !important;
}

.filter-block input.input-search-job, .filter-block select, .nice-select {
  border-radius: 12px !important;
  border: 1.5px solid #E2E8F0 !important;
  background-color: #F8FAFC !important;
  padding: 10px 16px !important;
  font-size: 14.5px !important;
  transition: all 0.25s !important;
}

.filter-block input.input-search-job:focus, .nice-select:focus-within {
  border-color: #7C3AED !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1) !important;
}

/* Header Re-design */
#header {
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.5) !important;
}

.main-nav > ul > li > a {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  color: #0F172A !important;
}

/* Employer & Candidate Bento Grids */
.employer-block, .candidate-block {
  background: #FFFFFF !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 20px !important;
  padding: 24px !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.01) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.employer-block:hover, .candidate-block:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(124, 58, 237, 0.25) !important;
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.06) !important;
}

/* Modern Footer Glassmorphism & Spacings */
.footer {
  background: #FFFFFF !important;
  border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.footer .top-footer {
  border-bottom: 1px solid rgba(226, 232, 240, 0.6) !important;
}

.footer .ft-title {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  color: #0F172A !important;
}

/* Social Icon Hover Polish */
.list-social li a {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background-color: rgba(124, 58, 237, 0.06) !important;
  color: #7C3AED !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.list-social li a:hover {
  background-color: #7C3AED !important;
  color: #FFFFFF !important;
  transform: scale(1.1) rotate(5deg) !important;
}

/* ==========================================
   Dashboard UI Polish Extensions (Purple)
   ========================================== */

/* Stats Card Widget */
.box-icon {
  background: #FFFFFF !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 20px !important;
  padding: 25px !important;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.02) !important;
  transition: all 0.35s ease !important;
}

.box-icon:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 15px 35px rgba(124, 58, 237, 0.08) !important;
  border-color: rgba(124, 58, 237, 0.2) !important;
}

/* Diagram Wrappers */
.box-dyagram, .box-notifications, .applicants {
  background: #FFFFFF !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 24px !important;
  padding: 30px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02) !important;
}

/* Applicant Table Styling */
.table-content table {
  border-collapse: separate !important;
  border-spacing: 0 10px !important;
  width: 100% !important;
}

.table-content table tr {
  background-color: #F8FAFC !important;
  transition: all 0.25s !important;
}

.table-content table tr:hover {
  background-color: #FFFFFF !important;
  box-shadow: 0 5px 15px rgba(15, 23, 42, 0.04) !important;
}

.table-content table th {
  background-color: transparent !important;
  color: #64748B !important;
  font-weight: 700 !important;
  border: none !important;
}

.table-content table td {
  border: none !important;
  padding: 16px 20px !important;
}

.table-content table tr td:first-child {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.table-content table tr td:last-child {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

/* Left Sidebar dashboard menu */
.left-menu {
  background-color: #0F172A !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#sidebar-menu ul li a {
  color: #94A3B8 !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  margin: 4px 15px !important;
  padding: 12px 18px !important;
  transition: all 0.25s !important;
}

#sidebar-menu ul li a:hover, #sidebar-menu ul li a.active {
  background-color: rgba(124, 58, 237, 0.12) !important;
  color: #C084FC !important;
}

/* Indian Rupee custom icon style added by Antigravity */
.icon-rupee {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    color: #10B981 !important; /* Premium Emerald Accent Color */
    margin-right: 4px;
    display: inline-block;
}
.icon-rupee::before {
    content: "₹" !important;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
}

/* Premium Rebooted Angled Infinite Logo Marquee Section by Antigravity */
.wd-partner-trendy {
    background: radial-gradient(circle at center, #F8FAFC 0%, #FFFFFF 100%) !important;
    padding: 100px 0 120px 0 !important;
    border-top: 1px solid #E2E8F0 !important;
    border-bottom: 1px solid #E2E8F0 !important;
    position: relative;
    overflow: hidden;
}

/* Ambient glow */
.wd-partner-trendy::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 250px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.04) 0%, rgba(37, 99, 235, 0.02) 65%, rgba(0,0,0,0) 100%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

/* Header style */
.partner-header {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.partner-header .partner-badge {
    background: rgba(124, 58, 237, 0.08) !important;
    color: #7C3AED !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    display: inline-block !important;
    margin-bottom: 16px !important;
    border: 1px solid rgba(124, 58, 237, 0.15) !important;
}

.partner-header .partner-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 34px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: #0F172A !important;
    margin: 0 !important;
}

.partner-header .partner-title span {
    background: linear-gradient(135deg, #7C3AED 0%, #2563EB 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* Angled wrapper container */
.angled-marquee-stripe {
    position: relative;
    width: 110%;
    margin-left: -5%; /* Pull slightly to cover rotated edges */
    transform: rotate(-3.5deg) translateY(10px);
    z-index: 2;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-top: 1.5px solid rgba(226, 232, 240, 0.8) !important;
    border-bottom: 1.5px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.04) !important;
    padding: 24px 0 !important;
}

/* Masked marquee wrapper (Fade out on sides) */
.trendy-marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);
}

/* Marquee Track */
.trendy-marquee-track {
    display: flex;
    width: max-content;
    gap: 90px;
    animation: trendyMarqueeScroll 28s linear infinite;
    align-items: center;
}

/* Pause scroll on hover */
.angled-marquee-stripe:hover .trendy-marquee-track {
    animation-play-state: paused;
}

/* Logo boxes */
.marquee-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 70px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.marquee-logo img {
    height: 62px !important; /* Made larger! */
    max-width: 175px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: none !important; /* Colored by default! */
    opacity: 0.85;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Interactive custom glows & scale on hover */
.marquee-logo:hover {
    transform: scale(1.12) rotate(3.5deg) translateY(-2px) !important; /* Counter rotate on hover to make it straight */
}

.marquee-logo:hover img {
    opacity: 1 !important;
    filter: drop-shadow(0 12px 20px var(--brand-glow-shadow, rgba(15, 23, 42, 0.15))) !important;
}

/* Hover color shadow configurations */
.logo-google { --brand-glow-shadow: rgba(66, 133, 244, 0.3); }
.logo-infosys { --brand-glow-shadow: rgba(0, 124, 195, 0.3); }
.logo-jio { --brand-glow-shadow: rgba(0, 92, 185, 0.3); }
.logo-hdfc { --brand-glow-shadow: rgba(27, 54, 93, 0.3); }
.logo-tata { --brand-glow-shadow: rgba(0, 90, 156, 0.3); }
.logo-swiggy { --brand-glow-shadow: rgba(252, 128, 25, 0.3); }
.logo-hcl { --brand-glow-shadow: rgba(0, 86, 179, 0.3); }
.logo-sbi { --brand-glow-shadow: rgba(0, 128, 128, 0.3); }

/* Animation keyframe */
@keyframes trendyMarqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Scroll half of duplicated width */
    }
}

/* Responsive updates */
@media (max-width: 991px) {
    .wd-partner-trendy {
        padding: 80px 0 100px 0 !important;
    }
    .partner-header .partner-title {
        font-size: 28px !important;
    }
    .angled-marquee-stripe {
        padding: 18px 0 !important;
    }
    .marquee-logo {
        min-width: 160px;
        height: 60px;
    }
    .marquee-logo img {
        height: 50px !important;
    }
}

@media (max-width: 575px) {
    .wd-partner-trendy {
        padding: 60px 0 80px 0 !important;
    }
    .partner-header .partner-title {
        font-size: 24px !important;
    }
    .angled-marquee-stripe {
        padding: 14px 0 !important;
        transform: rotate(-2.5deg) translateY(5px);
    }
    .trendy-marquee-track {
        gap: 60px;
    }
    .marquee-logo {
        min-width: 130px;
        height: 50px;
    }
    .marquee-logo img {
        height: 40px !important;
    }
}

/* Premium Dark Mode Recruiter Grid Styles */
.employer-section-two.dark-theme-employers {
  background: radial-gradient(circle at top right, #0F172A 0%, #020617 100%) !important;
  padding: 100px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  color: #fff !important;
}

/* Background grid line effects for high-end look */
.employer-section-two.dark-theme-employers::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: center;
  pointer-events: none;
}

.dark-title-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-bottom: 24px !important;
  margin-bottom: 48px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
}

.dark-badge-glow {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a855f7;
  background: rgba(168, 85, 247, 0.12);
  padding: 6px 16px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 16px;
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.15);
}

.dark-section-title {
  font-family: 'Outfit', sans-serif;
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  line-height: 1.2 !important;
}

.dark-section-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #94A3B8 !important;
  margin: 0 !important;
}

/* Glassmorphic Dark Buttons */
.tf-button.dark-btn-outline {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 100px !important;
  padding: 12px 28px !important;
  color: #F1F5F9 !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.tf-button.dark-btn-outline:hover {
  background: #a855f7 !important;
  border-color: #a855f7 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(168, 85, 247, 0.4) !important;
  transform: translateY(-2px) !important;
}

/* Premium Dark Card */
.employer-dark-card {
  position: relative;
  background: rgba(15, 23, 42, 0.45) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 24px !important;
  padding: 28px !important;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 250px;
  justify-content: space-between;
  z-index: 2;
}

.employer-dark-card .card-glow-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(168, 85, 247, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.employer-dark-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(168, 85, 247, 0.3) !important;
  box-shadow: 0 20px 40px rgba(168, 85, 247, 0.12) !important;
}

.employer-dark-card:hover .card-glow-bg {
  opacity: 1;
}

/* Top Row (Logo & Job Badge) */
.employer-dark-card .card-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin-bottom: 24px;
}

.employer-dark-card .logo-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.employer-dark-card:hover .logo-wrapper {
  transform: scale(1.08) rotate(-2deg);
}

.employer-dark-card .logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.employer-dark-card .jobs-badge {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.employer-dark-card .jobs-badge-hot {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  background: rgba(168, 85, 247, 0.15);
  color: #d8b4fe;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid rgba(168, 85, 247, 0.3);
  box-shadow: 0 0 10px rgba(168, 85, 247, 0.1);
}

/* Card Metadata */
.employer-dark-card .card-meta {
  z-index: 2;
  margin-bottom: 24px;
  width: 100%;
}

.employer-dark-card .rating-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.employer-dark-card .rating-row span.star-active {
  color: #fbbf24 !important;
  font-size: 13px;
}

.employer-dark-card .rating-row span.star-inactive {
  color: #4b5563 !important;
  font-size: 13px;
}

.employer-dark-card .rating-val {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #cbd5e1;
  margin-left: 6px;
}

.employer-dark-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0 0 8px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.employer-dark-card:hover h3 {
  color: #d8b4fe;
}

.employer-dark-card .verified-bolt {
  color: #a855f7 !important;
  font-size: 14px;
  margin-left: 4px;
}

.employer-dark-card .info-loc {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #94A3B8;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Card Action Footer */
.employer-dark-card .card-footer-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 16px;
  z-index: 2;
}

.employer-dark-card .action-lnk {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  transition: all 0.3s ease;
}

.employer-dark-card .arrow-icon {
  font-size: 16px;
  color: #64748B;
  transition: all 0.3s ease;
}

.employer-dark-card:hover .action-lnk {
  color: #ffffff;
  transform: translateX(2px);
}

.employer-dark-card:hover .arrow-icon {
  color: #ffffff;
  transform: translateX(4px);
}

/* MB-4 override spacing */
.employer-section-two .mb-4 {
  margin-bottom: 30px !important;
}

@media (max-width: 991px) {
  .dark-title-container {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .dark-section-title {
    font-size: 32px !important;
  }
}

/* ==========================================
   Global Dashboard Polish and Layout Fixes
   ========================================== */

/* Fix stats cards vertical stretching pills */
.flat-icon-dashboard .box-icon,
.wrap-icon.widget-counter .box-icon,
.box-icon.wrap-counter {
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
  height: 100% !important;
  padding: 24px !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.015) !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.flat-icon-dashboard .box-icon .icon,
.wrap-icon.widget-counter .box-icon .icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  border: none !important;
}

/* Fix chart and notifications layout squeezing */
.wrap-dyagram {
  display: grid !important;
  grid-template-columns: 1.6fr 1fr !important;
  gap: 24px !important;
  margin-top: 30px !important;
}

@media (max-width: 991px) {
  .wrap-dyagram {
    grid-template-columns: 1fr !important;
  }
}

.wrap-dyagram .box-dyagram,
.wrap-dyagram .box-notifications {
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.box-notifications .inner-box {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  width: 100% !important;
}

.box-notifications .inner-box .inner {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  border-bottom: 1px solid rgba(241, 245, 249, 0.8) !important;
  padding-bottom: 16px !important;
  width: 100% !important;
}

.box-notifications .inner-box .inner .content {
  flex-grow: 1 !important;
  min-width: 0 !important; /* Allow text wrapping properly */
}

.box-notifications .inner-box .inner .content h4,
.box-notifications .inner-box .inner .content p {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* Fallback Initials Logo style */
.candidates-wrap .images.fallback-logo {
  background: rgba(124, 58, 237, 0.1) !important;
  color: #7C3AED !important;
  font-weight: 700 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  border: 1px solid rgba(124, 58, 237, 0.2) !important;
}

/* Premium styling overrides for general forms and items in Dashboard */
.profile-setting {
  border-radius: 24px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02) !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.profile-setting input.input-form,
.profile-setting select,
.profile-setting textarea {
  border-radius: 12px !important;
  border: 1px solid #E2E8F0 !important;
  padding: 12px 18px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.profile-setting input.input-form:focus,
.profile-setting textarea:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1) !important;
}

.btn-3, .button-browse a, .btn-selector {
  border-radius: 12px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-3:hover, .button-browse a:hover {
  background-color: #6D28D9 !important;
  transform: translateY(-2px) !important;
}


