/*HOW IT WORKS*/
.how-it-works .topsection {
	background-color: var(--background-light);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	margin-top: 35px;
}
.how-it-works .col-12 {
	background-color: var(--background-light);
	/* border: 2px solid var(--primary-blue); */
	padding: 15px;
	border-radius: 20px;
}

.how-it-works .step-circle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	font-size: 1.5rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	color: #fff;
}
.how-it-works .step-circle-1 {
	background-color: var(--light-pink);
}

.how-it-works .step-circle-2 {
	background-color: var(--dark-pink);
}

.how-it-works .step-circle-3 {
	background-color: var(--primary-blue);
}
.how-it-works h2 {
	font-size: 34px;
	font-weight: 400;
}
.how-it-works p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: inherit;
}
.how-it-works h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 8px;
}
.how-it-works .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #f3f8f6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Optional soft shadow */
	/* cursor: pointer; */
	transition: background-color 0.3s ease;
}
.career-section {
	background-color: var(--background-light);
	border-radius: 20px;
	padding: 50px;
}

.career-text h6 {
	font-weight: 500;
	font-size: 16px;
}

.career-text h2 {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.3;
}

.career-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}

.career-btn {
	background-color: var(--primary-blue);
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 10px 26px;
	font-size: 16px;
}

.career-image img {
	border-radius: 0 20px 20px 0;
	max-height: 100%;
	object-fit: cover;
}

.popular-industries h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
}
.popular-industries p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}

.industry-card {
	background-color: #f4f8f5;
	border-radius: 20px;
	padding: 30px;
	height: 220px;
}

.industry-icon {
	background-color: var(--dark-pink);
	color: white;
	font-size: 24px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 20px;
}

/* #wrapper\ p-0 > div:nth-child(5) > div {
	height: 265px;
} */

.swiper-button-prev,
.swiper-button-next {
	background: white;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
	color: var(--primary-blue);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -1px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -1px;
}

.latest-jobs {
	background-color: #f9f9f9;
	padding: 60px 0;
}

.latest-jobs h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
}

.latest-jobs p {
	font-size: 18px;
	line-height: 1.44;
}

.view-all-link {
	color: #008060;
	font-weight: 500;
	text-decoration: underline;
}

.no-jobs {
	color: #666;
	margin-top: 20px;
}

.partners-section {
	padding: 60px 0;
}

.partner-card {
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.partner-card img {
	height: 50px;
	width: auto;
	object-fit: contain;
	margin-bottom: 10px;
}

.partner-card h5 {
	font-size: 18px;
}

.partner-meta {
	font-size: 14px;
	color: #777;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.follow-btn {
	border: 1px solid var(--primary-blue);
	border-radius: 30px;
	padding: 6px 20px;
	color: var(--primary-blue);
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.tag-badge {
	background: #f0f7f5;
	color: #005043;
	font-size: 14px;
	border-radius: 20px;
	padding: 4px 12px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
}

.support-section {
	padding: 60px 0;
	text-align: center;
}

.support-section h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
}

.support-section p.subtitle {
	font-size: 18px;
	line-height: 1.44;
}

/* .support-icon {
	font-size: 20px;
	color: var(--dark-pink);
	border: 2px solid var(--dark-pink);
	border-radius: 50%;
	padding: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
} */
.support-icon {
	justify-content: center;
	align-items: center;
	display: flex;
}
/* .support-gif {
	width: 400; 
	height: 400;
} */
.elementor-image-box-img {
	width: 22%;
	margin-bottom: 50px;
}

.elementor-image-box-img img {
	transition-duration: 0.3s;
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

figure {
	margin: 0;
}

.support-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5px;
	margin-bottom: 15px;
}

.support-text {
	color: #777;

	font-size: 17px;
	font-weight: 400;
	max-width: 350px;
	margin: 0 auto;
}

.social-section {
	background-color: var(--primary-blue);
	background-image: url(../images/background/image-home09-20.webp);
	color: #fff;
	padding: 50px 0 0;
	overflow: hidden;
}

.social-section h2 {
	font-size: 46px;
	font-weight: 400;
	color: #ffffff;
}

.social-section p {
	font-size: 18px;
	line-height: 1.44;
	margin-top: 20px;
}

/* .social-section .btn-social {
	background-color: var(--dark-pink);
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 30px;
	margin-top: 30px;
} */

.social-image img {
	max-width: 100%;
	height: auto;
}
/*only social Icons start*/
.hover_rotate_social_icons {
	display: flex;
	justify-content: start;
}
.hover_rotate_social_icons * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hover_rotate_social_icons {
	position: relative;
	width: 100%;
	text-align: center;
}
/* .hover_rotate_social_icons .list-inline li {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
} */

.hover_rotate_social_icons .list-inline li {
	display: inline-block;
	margin-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

/* .hover_rotate_social_icons .social-icons .fa-brands {
	font-size: 1.8em;
}
.hover_rotate_social_icons .social-icons .fa-brands {
	color: rgba(255, 255, 255, 0.8);
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 50px;
} */

.hover_rotate_social_icons .social-icons .fa-brands {
	font-size: 14px; /* Smaller icon */
	color: rgba(255, 255, 255, 0.9);
	width: 32px; /* Smaller circle */
	height: 32px;
	line-height: 32px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

.hover_rotate_social_icons .social-icons.icon-circle .fa-brands {
	border-radius: 50%;
}
.hover_rotate_social_icons .social-icons.icon-rotate .fa-brands:hover,
.social-icons.icon-rotate .fa-brands:active {
	transform: scale(1.1) rotate(360deg);
}
.hover_rotate_social_icons .social-icons .fa-brands:hover,
.social-icons .fa-brands:active {
	box-shadow: 1px 1px 3px #333;
	color: #fff;
}

.hover_rotate_social_icons .social-icons .fa-instagram {
	background-image: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
}
.hover_rotate_social_icons .social-icons .fa-whatsapp {
	background-color: #25d366;
}
.hover_rotate_social_icons .social-icons .fa-x-twitter {
	background-color: #000;
}

.hover_rotate_social_icons .social-icons .fa-facebook {
	background-color: #3c599f;
}

.hover_rotate_social_icons .social-icons .fa-linkedin {
	background-color: #0077b5;
}

/*only social Icons end*/

@media (max-width: 768px) {
	.social-section h2 {
		font-size: 36px;
	}
}

/*testimonial old section matching to reaphr.com website
/* .testimonial-section {
	background-color: #fdf6ef;
	padding: 80px 0;
}
.testimonial-section .container {
	background-image: url(../images/background/world-maps-3.webp);
}
.testimonial-section h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
}

.testimonial-section p.subtitle {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 1.44;
}

.testimonial-card {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	height: 100%;

	background-color: #fff;
	border-radius: 16px;
	padding: 40px 32px;
	border: 1px solid var(--civi-color-border);
}

.testimonial-card .profile-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}

.testimonial-card h6 {
	margin-bottom: 0;

	font-size: 16px;
	font-weight: 500;
}

.testimonial-card small {
	font-size: 14px;
	color: #777;
}

.quote-mark {
	font-size: 30px;
	color: #008060;
	font-weight: bold;
}

.testimonial-title {
	font-size: 18px;
	margin: 20px 0 10px;

	font-weight: 500;
}

.testimonial-text {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: inherit;
} */

/*new testimonial section new layout start*/
/*ye working the section */
/* .testimonials-clean {
	background-color: var(--background-light);
	height: 600px;
}

.testimonials-clean p {
	color: var(--primary-blue);
}

.testimonials-clean h2 {
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 70px;
	color: inherit;
}

@media (max-width: 767px) {
	.testimonials-clean h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
}

.testimonials-clean .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}

.testimonials-clean .intro p {
	margin-bottom: 0;
}

.testimonials-clean .people {
	padding: 50px 0 20px;
}

.testimonials-clean .item {
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.testimonials-clean .item {
		height: 220px;
	}
}

.testimonials-clean .item .box {
	padding: 20px;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	border: 0.5px solid var(--primary-blue);
	height: 180px;
}

.testimonials-clean .item .box:after {
	content: "";
	position: absolute;
	left: 30px;
	bottom: -24px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-width: 12px 15px;
	border-top-color: var(--primary-blue);
}

.testimonials-clean .item .author {
	margin-top: 28px;
	padding-left: 25px;
}

.testimonials-clean .item .name {
	font-weight: bold;
	margin-bottom: 2px;
	color: var(--primary-blue);
}

.testimonials-clean .item .title {
	font-size: 13px;
	color: var(--dark-pink);
}

.testimonials-clean .item .description {
	font-size: 15px;
	margin-bottom: 0;
	color: var(--primary-blue);
}

.testimonials-clean .item img {
	max-width: 40px;
	float: left;
	margin-right: 12px;
	margin-top: -5px;
} */

/*new testimonial section new layout end*/

/*what client says section start*/
.newonlybg {
	background-color: var(--background-light);
}
.testimonials-wrap {
	padding: 40px 0;
}
.heading-section {
	text-align: center;
}
.sub-heading {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	display: block;
	font-weight: 600;
	color: var(--dark-pink);
	text-transform: uppercase;
	letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 28px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 15px;
}

.testimonial-box {
	text-align: center;
	padding: 30px 20px;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.03);
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	position: relative;
	height: 100%;
}

.user-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.user-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.quote {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--dark-pink);
	font-size: 24px;
}

.testimonial-box h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 10px;
}

.testimonial-box p:not(.name) {
	font-size: 14px;
	line-height: 1.5;
	height: 130px;
}

.reaperscard p:not(.name) {
	height: 240px;
}
.testimonial-box .name {
	margin-top: 15px;
	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.testimonial-box .position {
	display: block;
	color: var(--primary-blue);
	font-size: 14px;
	margin-top: 4px;
}

.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
	top: -23px;
	color: var(--dark-pink);
	font-size: 27px;
}
.name {
	margin-bottom: 0;
	line-height: 14px;
	font-size: 17px;
	font-weight: 500;
}
.position {
	color: var(--primary-blue);
	font-size: 14px;
}
.carousel-testimonial .owl-nav {
	text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
	padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
	outline: none;
	padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
	display: block;
	font-size: 40px;
	width: 25px;
	height: 25px;
	vertical-align: 0px;
	line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
	opacity: 0.5;
}
/*what client says section end*/

.insights-section {
	padding: 80px 0;
	background-color: #fff;
	text-align: center;
}

.insights-section h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
}

.insights-section .subtitle {
	font-size: 18px;
	line-height: 1.44;
	margin-bottom: 50px;
}

.insight-card {
	text-align: left;
}

.insight-card img {
	border-radius: 12px;
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 15px;
}

.insight-meta {
	font-size: 14px;
	color: #777;
}

.insight-meta .tag {
	color: #008060;
	font-weight: 500;
	margin-left: 6px;
}

.insight-title {
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}

.btn-outline-dark-rounded {
	border: 2px solid #000;
	border-radius: 40px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s;
}

.btn-outline-dark-rounded:hover {
	background-color: #000;
	color: #fff;
}

.latest-jobs-in-homepage h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
}
.latest-jobs-in-homepage p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}
.jobs-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 0.3px solid var(--primary-blue);
	/* border-left: 5px solid var(--primary-blue); */
	position: relative;
}

.jobs-card:hover {
	background-color: var(--primary-blue);
	color: #fff;
	transform: translateY(-5px);
}

.jobs-card h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	color: var(--primary-blue);
	line-height: 1.4;
	min-height: 56px;
	transition: color 0.3s;
}

.jobs-card p {
	font-size: 15px;
	color: #555;
	line-height: 1.6;
	margin: 0;
	transition: color 0.3s;
}

.jobs-card .job-location {
	font-size: 14px;
	color: #777;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.jobs-card .job-location i {
	color: var(--primary-blue);
}

.jobs-card:hover h5,
.jobs-card:hover p,
.jobs-card:hover .job-location i,
.jobs-card:hover .job-location {
	color: #fff;
}

.jobs-card::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url("../images/icons/briefcase.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	opacity: 0.2;
}
.custom-swiper-nav {
	width: 40px;
	height: 40px;
	background-color: var(--primary-blue);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transition: background 0.3s ease;
	cursor: pointer;
}
.custom-swiper-nav:hover {
	background-color: #052c65; /* darker hover */
}











/*fasih new content from haseeb bhai code starts here*/
   /* .service-card {
    background-color: #fbf4ea;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 18px;
}

.service-link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}




.why-points {
    background-color: #fbf4ea;
    border-radius: 20px;
    padding: 36px 32px;
}

.why-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.why-point:last-child {
    margin-bottom: 0;
}

.why-point .dot {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.why-point p {
    font-size: 15px;
    color: #333;
    margin: 0;
    line-height: 1.6;
}



.nationwide-box {
    background-color: #fbf4ea;
    border-radius: 20px;
    padding: 30px 28px;
}

.nationwide-box p {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin: 0;
}






.faq-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 16px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "–";
}

.faq-answer {
    display: none;
    padding-bottom: 12px;
}

.faq-answer p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.faq-item.active .faq-answer {
    display: block;
} */

/*fasih new content from haseeb bhai code end here*/