.company-logo{
	width: auto; max-height: 36px; object-fit: contain;
}


/* code form csss that needs compile */ 
.avatar-md
{
	object-fit: contain!important;
}
.avatar-lg
{
	object-fit: contain!important;
}
.avatar-xxl
{
	object-fit: contain!important;
}


.header-brand-text{
	font-size: 2em;
	font-weight: 700;
	color: #343a40;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5;
}

/* Industries Section */
.industries-grid .industry-card {
    position: relative;
    padding: 30px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.industries-grid .industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

.industries-grid .industry-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.industries-grid .industry-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.industries-grid .industry-card:hover .industry-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.industries-grid .industry-icon i {
    font-size: 36px;
    color: #fff;
}

.industries-grid .industry-text h5 {
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

.industries-grid .industry-card:hover .industry-text h5 {
    color: #667eea !important;
}
/* Featured Employers Carousel - New Design */
.featured-employer-card {
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.featured-employer-card .card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 20px 15px;
}

.featured-employer-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
	border-color: #667eea;
}

.featured-employer-card .employer-logo {
	max-width: 120px;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.featured-employer-card:hover .employer-logo {
	transform: scale(1.05);
}

.featured-employer-card .employer-info {
	min-height: 80px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.featured-employer-card .employer-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.featured-employer-card .employer-name a {
	transition: color 0.3s ease;
}

.featured-employer-card:hover .employer-name a {
	color: #667eea !important;
}

.featured-employer-card .employer-stats {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 15px 10px;
	background: #f8f9fa;
}

.featured-employer-card .stat-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	padding: 0 10px;
}

.featured-employer-card .stat-value {
	font-weight: 700;
	color: #667eea;
	font-size: 16px;
}

.featured-employer-card .stat-label {
	color: #6c757d;
	font-size: 12px;
	margin-left: 2px;
}

.featured-employer-card .stat-divider {
	width: 1px;
	height: 30px;
	background: #dee2e6;
}

/* Ensure equal height for carousel items */
.owl-carousel-icons2 .owl-item {
	display: flex;
}

.owl-carousel-icons2 .item {
	display: flex;
	width: 100%;
	height: 100%;
}

/* Featured employer card improvements */
.owl-carousel-icons2 .item .card {
    transition: all 0.3s ease;
}

.owl-carousel-icons2 .item .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

/* Company logo carousel */
.owl-carousel-icons4 .item .card {
    transition: all 0.3s ease;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel-icons4 .item .card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.owl-carousel-icons4 .item .card img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

/* Job card 2 improvements (new jobs carousel) */
.item-card2 .icon-card li {
    font-size: 13px;
    margin-bottom: 8px;
}

.item-card2 .icon-card li i {
    opacity: 0.7;
}

/* Find job section */
.find-job .icon-bg {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}

.find-job .icon-bg img {
    max-width: 60px;
    height: auto;
}

/* Job types dynamic grid - uses original theme classes */
.item-all-cat .item-all-card {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 25px 15px;
}

.item-all-cat .item-all-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-all-cat .item-all-card .iteam-all-icon1 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.item-all-cat .item-all-card .iteam-all-icon1 img {
    max-width: 50%;
    height: auto;
    filter: brightness(0) invert(1);
}

.item-all-cat .category-type .item-all-card:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
}

.item-all-cat .category-type .item-all-card:hover h5 {
    color: #fff !important;
}

.item-all-cat .category-type .item-all-card:hover .iteam-all-icon1 {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}





.rating-widget {
  max-width: 500px;
  text-align: center;
  margin: 0px auto;
}
.rating-widget .star-input {
  width: 0;
  height: 0;
  position: absolute;
  left: -5000px;
}
.rating-widget .star-input:checked + .star-input-label .orange {
  animation: enlarge 0.5s ease-in-out forwards;
}
.rating-widget .star-input-label.filled .orange {
  transform: scale(1);
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(2) .orange {
  animation-delay: 0.1s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(3) .orange {
  animation-delay: 0.2s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(4) .orange {
  animation-delay: 0.3s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(5) .orange {
  animation-delay: 0.4s;
}
.rating-widget .star-input-label {
  display: inline-block;
  padding: 8px 2px;
  text-indent: -5000px;
  line-height: 0;
  color: #dcdcdc;
  position: relative;
  cursor: pointer;
}
.rating-widget .star-input-label:hover, .rating-widget .star-input-label.hovered {
  color: #a7a7a7;
}
.rating-widget .star-input-label i {
  display: block;
  font-size: 20px;
  line-height: 20px;
  text-indent: 0;
}
.rating-widget .star-input-label i.orange {
  position: absolute;
  display: block;
  padding: 8px 2px;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: orange;
  transform: scale(0);
}

@keyframes enlarge {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
} 
 / *   S o c i a l   M e d i a   I c o n   S t y l e s   * /  
 . l i n k e d i n - b g   {   b a c k g r o u n d :   # 0 0 7 7 b 5 ;   c o l o r :   # f f f ;   }  
 . l i n k e d i n - b g : h o v e r   {   b a c k g r o u n d :   # 0 0 8 c c 9   ! i m p o r t a n t ;   }  
 . i n s t a g r a m - b g   {   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 4 5 d e g ,   # f 0 9 4 3 3   0 % ,   # e 6 6 8 3 c   2 5 % ,   # d c 2 7 4 3   5 0 % ,   # c c 2 3 6 6   7 5 % ,   # b c 1 8 8 8   1 0 0 % ) ;   c o l o r :   # f f f ;   }  
 . i n s t a g r a m - b g : h o v e r   {   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 4 5 d e g ,   # f 5 a 6 4 a   0 % ,   # e d 7 a 4 f   2 5 % ,   # e 9 3 d 5 a   5 0 % ,   # d 8 3 4 7 a   7 5 % ,   # c b 2 b 9 b   1 0 0 % )   ! i m p o r t a n t ;   }  
 