/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2025 | 14:40:44 */
.homepage_dual_btns a:hover, .single_button_homepage_lg a:hover, .homepage_dual_btns a:active, .single_button_homepage_lg a:active, .homepage_dual_btns a:focus, .single_button_homepage_lg a:focus {
	background-image: linear-gradient(90deg, #009966 0%, #9FCD58 100%) !important;
	background-color: #9FCD58;
}

.homepage_dual_btns a, .single_button_homepage_lg a{
	background-color: #9FCD58 !important;
}

.homepage_logo_carousel .logo-image-wrapper, .homepage_logo_carousel-two .logo-image-wrapper {
	width: 80%;
}

.homepage_logo_carousel_two .logo-image-wrapper img {
    aspect-ratio: 23/8;
    object-fit: contain;
}

.homepage_logo_carousel .logo-image-wrapper img {
	width: auto;
	height: 100px;
	object-fit: contain;
}

.homepage_logo_carousel .pp-logos-wrapper, .homepage_logo_carousel_two .pp-logos-wrapper {
    display: flex;
    animation: marquee 45s linear infinite;
    width: max-content !important;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Industry */

.industry_image_main .industry_image img {
	width: 100%;
	aspect-ratio: 295/297;
	object-fit: cover;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.industry_image {
  position: relative;
  overflow: hidden;
}

.industry_image img {
  display: block;
  width: 100%;
  height: auto;
}

.industry_image::after {
  content: "";
  position: absolute;
  top: 0;
	    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3); /* black overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* let clicks pass through */
}

/* Show overlay when hovering parent container */
.industries_main_container:hover .industry_image::after {
  opacity: 1;
}



.industry_title {
	background: #31363F;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 30px 20px;
}

.industry_title h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.industries_carousel .owl-nav button {
	top: 100%;
	margin-top: 35px;
}

.industries_carousel .owl-nav .owl-prev {
	content: url(/wp-content/uploads/2025/09/Vector-22.svg);
	left: 46.5% !important;
}

.industries_carousel .owl-nav .owl-next {
	content: url(/wp-content/uploads/2025/09/Vector-23.svg);
	left: 50%;
}


/* Industry */

/* Blogs */

.wwyh_post_image a img {
	width: 100%;
	aspect-ratio: 407/230;
	object-fit: cover;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.post_posted_date {
	color: #fff;
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 16px;
	font-size: 14px;
}

.wwyh_post_title {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wwyh_post_title a {
	font-size: 16px;
    line-height: 24px;
	color: #fff !important;
	text-decoration: none !important;
}

.wwyh_post_content {
	padding: 28px 30px 35px 30px;
	background: #31363F;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.read_article_btn_main a {
	color: #FFFFFF !important;
	font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
	text-decoration: none !important;
	border-bottom: 1px solid transparent; /* must be solid + transparent */
  	border-image: linear-gradient(90deg, #9FCD58 0%, #FFC708 100%);
  	border-image-slice: 1;
  	border-image-repeat: stretch;
	padding-bottom: 7px;
}

.read_article_btn_main a span img {
	margin-left: 8px;
}

/* Featured Blog */

#featured_post .wwyh_posts_main_container {
	display: flex;
}

#featured_post .wwyh_post_title a {
	font-size: 24px;
    line-height: 32px;
}

.wwyh_post_more_info_main {
	display: flex;
	gap: 25px;
	margin-bottom: 15px;
    margin-top: 25px;
}

.wwyh_post_info {
	color: #fff;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
	font-size: 15px;
}

.wwyh_post_info span img {
	margin-right: 10px;
	margin-top: -5px;
}

.wwyh_featured_post_description p {
	color: #fff;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
	font-size: 15px;
	margin-bottom: 25px;
}

#featured_post .wwyh_post_image_main, #featured_post .wwyh_post_content {
	width: 50%;
}

#featured_post .wwyh_post_image a img {
	width: 100%;
	aspect-ratio: 315/178;
	object-fit: cover;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	border-top-right-radius: 0;
	height: 100%;
}

#featured_post .wwyh_post_image{
	height: 100%;
}

#featured_post .wwyh_post_image img{
	height: 100%;
	display: inline-block;
}

.wwyh_post_image {
  position: relative;
  overflow: hidden;
}

/* #featured_post .wwyh_post_image img {
  display: block;
  width: 100%;
  height: auto;
} */

.wwyh_post_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3); /* black overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* let clicks pass through */
	    border-top-left-radius: 16px;
    border-bottom-left-radius: 0;
	border-top-right-radius: 16px;
}

#featured_post .wwyh_post_image::after{
	 border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
	border-top-right-radius: 0px;
}

/* Show overlay when hovering parent container */
.wwyh_posts_main_container:hover .wwyh_post_image::after {
  opacity: 1;
}


#featured_post .wwyh_post_content {
	padding: 25px 45px;
	background: #31363F;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 16px;
	border-top-right-radius: 16px;
}

/* Featured Blog */

/* Blogs */

.our_services_infobox .pp-infobox-title {
  	border-bottom: 1px solid transparent; /* must be solid + transparent */
  	border-image: linear-gradient(90deg, #9FCD58 0%, #FFC708 100%);
  	border-image-slice: 1;
  	border-image-repeat: stretch;
	margin-bottom: 15px !important;
    padding-bottom: 15px;
}

.homepage_testimonials_grid .pp-testimonial {
	display: flex;
    flex-direction: column-reverse;
	justify-content: start;
}

.homepage_testimonials_grid .pp-vertical-align {
	display: flex;
    align-items: center;
	margin-bottom: 35px;
}

.homepage_testimonials_grid .pp-content-wrapper {
	margin-bottom: 0 !important;
}

.testimonials_bottom_btn {
	color: #FFFFFF !important;
	font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
	text-decoration: none !important;
	border-bottom: 1px solid transparent; /* must be solid + transparent */
  	border-image: linear-gradient(90deg, #9FCD58 0%, #FFC708 100%);
  	border-image-slice: 1;
  	border-image-repeat: stretch;
	padding-bottom: 7px;
}

.testimonials_bottom_btn img {
	margin-left: 18px;
}

/* .testimonials_bottom_btn {
  display: inline-flex;
  align-items: center;
}

.testimonials_bottom_btn img {
  display: block;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}

.testimonials_bottom_btn::after {
  content: "";
  display: inline-block;
	margin-left: 0;
  width: 16px;
  height: 14px;
  background: url("/wp-content/uploads/2025/09/Vector-28.svg") no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  vertical-align: middle;
  pointer-events: none;
}

.testimonials_bottom_btn:hover img {
  opacity: 0;
}

.testimonials_bottom_btn:hover::after {
  opacity: 1;
}
 */


/* Jobs */

.wwyh_jobs_content {
	padding: 20px 25px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background: #F5F5F5;
}

.wwyh_jobs_title h4 {
	line-height: 24px;
	height: 54px;
}

.wwyh_jobs_title h4 a {
	color: #31363F !important;
	text-decoration: none !important;
}

.wwyh_jobs_sep {
	min-height: 1px;
    width: 100%;
    background: #31363F;
    margin-top: 10px;
    margin-bottom: 17px;
}

.jobs_info span img {
	margin-right: 6px;
	margin-top: -4px;
}

.jobs_info {
	font-size: 15px;
}

.apply_btn_main {
	padding: 25px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background: #31363F;
}

.apply_btn_main a {
	display: flex;
    justify-content: space-between;
	color: #FFFFFF !important;
	font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
	text-decoration: none !important;
	border-bottom: 1px solid transparent; /* must be solid + transparent */
  	border-image: linear-gradient(90deg, #9FCD58 0%, #FFC708 100%);
  	border-image-slice: 1;
  	border-image-repeat: stretch;
	padding-bottom: 7px;
}


.apply_btn_main a span {
  position: relative;
  display: inline-block;
}

.apply_btn_main a span img {
  display: block;
  transition: opacity 0.3s ease-in-out;
}

.apply_btn_main a span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2025/09/Vector-28.svg") no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* On hover: fade to second image */
.apply_btn_main a:hover span img {
  opacity: 0;
}
.apply_btn_main a:hover span::after {
  opacity: 1;
}



/* Jobs */


.footer_head_custom {
	border-bottom: 1px solid transparent; /* must be solid + transparent */
  	border-image: linear-gradient(90deg, #9FCD58 0%, #FFC708 100%);
  	border-image-slice: 1;
  	border-image-repeat: stretch;
	margin-bottom: 15px !important;
    padding-bottom: 15px;
}