/*
 Theme Name: Staffinc Child
 Theme URI: https://weboconnect.com/
 Description: Child theme for Staffinc Child.
 Author: WebOConnect
 Template: Staffinc
 Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.site-header{
	justify-content:center !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .e-con>.e-con-inner {
        width: 95% !important;
    }
}
.ssOpenPopup a{
	color:#000 !important;
	cursor:pointer;
}
.ssOpenPopup a:hover{
	color:#fff !important;
}
.current-menu-item a {
    color: #00D9FF !important;
}
.ss_header_cnt_btn a {
    background: #fff;
    padding: 12px 22px !important;
    display: inline-block !important;
    color: #000 !important;
    border-radius: 5px;
    margin-left: 12px;
	font-family: "Poppins", sans-serif;
}

.ss_color_blue{
	color:#00D9FF;
	cursor:pointer;
}
.ss_color_blue:hover{
	color:#fff;
}
.ss_health_bx_sec:hover p {
    color: #fff !important;
}
.ss_health_bx_sec:hover h3 {
    color: #fff !important;
}
.ss_health_bx_sec:hover svg {
    filter: brightness(0) invert(1) !important;
}
.ss_agency_bx h3{
	margin:0;
}
.eael-feature-list-icon-inner {
    border-radius: 5px !important;
    overflow: hidden;
}

.ss_hm_week_cont:after{
	content:"";
	width:470px;
	height:1320px;
	position:absolute;
	top:150px;
	bottom:0;
	background-image:url(../../uploads/2025/12/Vector-255.png);
	left:0;
	right:0;
	margin:auto;
	z-index:-1;
}
.ss_hm_flag_sec h3 {
    margin: 0;
}


/* RESET */
.ss-testimonial-list,
.ss-testi-header {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* OWL EQUAL HEIGHT */
.ss-testi-slider.owl-carousel .owl-stage {
    display: flex;
}
.ss-testi-slider.owl-carousel .owl-item {
    display: flex;
	padding-bottom: 30px;
}

/* CARD */
.ss-testimonial-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 28px;
    margin: 2px !important;
	margin-bottom:20px !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* HEADER (IMAGE + NAME) */
.ss-testi-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.ss-testimonial-img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

/* NAME */
.ss-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* DESIGNATION */
.ss-designation {
    font-size: 14px;
    color: #666;
}

/* BODY */
.ss-testimonial-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* QUOTE ICON */
.ss-testi-divider img {
    width: auto !important;
}

.ss-testi-divider {
    padding: 18px 0;
}
.ss-description {
    font-size: 17px;
    color: #000;
}
/* TEXT */
.ss-description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    flex-grow: 1;
}

/* STARS */
.ss-rating {
    margin-top: 14px;
}

.ss-rating .star {
    font-size: 20px;
    color: #ddd;
}
.ss-testimonial-list .owl-nav {
    position: absolute;
    top: -85px;
    right: 0;
    display: flex;
    gap: 10px;
}

.ss-testimonial-list .owl-nav button {
    width: 35px;
    height: 35px;
    line-height: 40px;
    background: #024390 !important;
    color: #fff !important;
    border-radius: 100px;
    border: 0 !important;
    font-size: 20px !important;
}
.ss-rating .filled {
    color: #f5b301;
}

/* MOBILE */
@media (max-width: 767px) {
    .ss-testimonial-item {
        padding: 22px;
    }

    .ss-testi-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ss-description::before {
        text-align: center;
    }
}


/*******Footer Section**********/
.site-footer .footer-inner{
	margin:auto;
}

/* Footer grid */
.ss-footer-widgets {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}

/* ONE column = ONE sidebar */
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Individual widgets */
.footer-widget {
    width: 100%;
}

.site-footer{
	background-image:url(https://jobpazi.in/staffinc/wp-content/uploads/2025/12/footer-bg.png);
	background-size:cover;
}
.ss-footer-main div {
    color: #fff !important;
}
p.footer-title {
    font-size: 18px;
}
.footer-column a {
    color: #fff;
}

.footer-column ul {
    padding: 0;
    list-style: none;
}

.footer-column ul li {
    line-height: 34px;
}

.footer-column ul li a {
    font-weight: 300 !important;
	color:#fff !important;
}

.ss_foot_copy{
	    border-top: 1px solid #ffffff73;
    padding: 20px 0;
    margin-top: 50px;
}
.copyright {
max-width:1200px;
	grid-template-columns: repeat(2, 1fr);
    display: grid;
	margin:auto;
	    align-items: center;
}
.ss_foot_scl ul li a {
    display: inline-block; /* IMPORTANT for transform */
    transition: transform 0.3s ease;
}

.ss_foot_scl ul li a:hover {
    transform: scale(1.15);
}

.ss_foot_scl ul {
    padding: 0;
    text-align: right;
    display: flex;
	    margin: 0;
    justify-content: end;
    gap: 25px;
	list-style-type:none;
}
footer#site-footer {
    padding: 50px 0 0;
}

#site-header {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

#site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #001431;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    animation: slideDown 0.45s ease forwards;
}

#site-header.hide-header {
    transform: translateY(-100%);
}

/* Slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.ss_solution_title_sec:after{
	content:"";
	position:absolute;
	height:100%;
	width:50%;
	left:0;
	background:#0c4c98e3;
	top:0;
	    top: 0;
    border-radius: 0 40px 40px 0px;
}
.ss_solu-count_sec {
    width: 50px;
    height: 50px;
    background: #00458E;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.ss_indu_after_sec:after {
       content: "";
    background: #00458E;
    height: 97%;
    width: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 92px;
    bottom: 0;

}




/* Content upar lane ke liye */


/* Text styling */
.ss_step_content p {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 4px;
}

.ss_step_content ul {
  padding-left: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}

.ss_step_content ul li {
  margin-bottom: 3px;
  font-size: 13px;
}

.ss_step_content .ss_note {
  font-weight: 500;
  font-size: 12px;
}

.ss_step_conti .elementor-image-box-content {
    position: absolute;
    bottom: 0;
	padding:15px;
	    z-index: 99;
}
.ss_step_content{
	color:#fff;
}
.ss_timeline_sec img{
	width:100% !important;
}

.ss_timeline_col_1:after{
    content: "";
    background-image: url(../../uploads/2025/12/arrow-img-1-1.svg);
    width: 62px;
    height: 58px;
    position: absolute;
    top: -14px;
    right: -51px;
}
.ss_timeline_col_2:after{
	 content: "";
    background-image: url(../../uploads/2025/12/arrow-img-2-1.svg);
    width: 68px;
    height: 63px;
    position: absolute;
       bottom: -22px;
    right: -62px;
}


.ss_why_top_sec:after{
	 content: "";
    background:#EEF4FA;
    width: 100%;
    height: 400px;
    position: absolute;
       top: 0;
    right: 0;
	left:0;
	margin:auto;
	z-index:-1;
}

.ss_img_full img{
	width:100%;
}

.ss-contact-form input,
.ss-contact-form select,
.ss-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}
.ss-contact-form p{
	margin-top:0;
}
.ss-contact-form label{
	font-size:14px;
}

.ss-two-col {
  display: flex;
  gap: 20px;
}

.ss-two-col p {
  width: 50%;
	margin-top:0;
}

.ss-contact-form textarea {
  height: 120px;
}

.ss-contact-form input[type="submit"] {
  background: #003f8f;
  color: #fff;
  border: none;
  padding: 15px 50px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
	    width: auto;
}

.ss-contact-form input[type="submit"]:hover {
  background: #002f6c;
}

@media(max-width:768px){
  .ss-two-col {
    flex-direction: column;
  }
  .ss-two-col p {
    width: 100%;
  }
}

.ss-contact-info {
  font-size: 15px;
  color: #000;
}

.ss-contact-info p {
  margin: 0 0 6px;
}

.ss-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ss-link:hover {
  color: #00458E;
  text-decoration: underline;
}

.ss_cnt_info_last_text
 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px;
}
/*****blog*******/
.ss-blog-grid{
    display:grid;
     grid-template-columns: repeat(3, 1fr);
    gap:30px;
}

.ss-blog-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
    transition:all .3s ease;
    display:flex;
    flex-direction:column;
}

.ss-blog-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

/* Image */
.ss-blog-thumb img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

/* Content */
.ss-blog-content{
    padding:22px;
    display:flex;
    flex-direction:column;
    height:100%;
}

.ss-blog-meta{
    font-size:13px;
    color:#6b7280;
    display:flex;
    gap:10px;
    margin-bottom:8px;
}

.ss-blog-meta .author{
    font-weight:600;
    color:#111827;
}

.ss-blog-title{
    font-size:20px;
    line-height:1.3;
    margin: 8px 0 0px;
    font-weight: 600;
}

.ss-blog-title a{
    color:#111827;
    text-decoration:none;
}

.ss-blog-excerpt{
    font-size:15px;
    color:#4b5563;
    line-height:1.6;
    margin-bottom:18px;
}

.ss-read-more{
    margin-top:auto;
    font-weight:600;
    color:#2563eb;
    text-decoration:none;
}

.ss-read-more:hover{
    text-decoration:underline;
}



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

.ss-author{
    display:flex;
    align-items:center;
    gap:12px;
}

.ss-author img{
    width:40px;
    height:40px;
    border-radius:50%;
    object-fit:cover;
}

.ss-author-info{
    display:flex;
    flex-direction:column;
}

.ss-author-name{
    font-weight:700;
    color:#111827;
    font-size:15px;
    line-height:1.2;
}

.ss-author-role{
    font-size:13px;
    color:#9ca3af;
}

.ss-post-date{
    font-size:13px;
    color:#6b7280;
}
.ss-blog-tabs button {
    background: #EAEAEA;
    border: 0;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}
.ss-blog-tabs .active {
    background: #1652B1;
    color: #fff;
}
.ss-blog-tabs {
    display: flex;
    gap: 10px;
    justify-content: space-around;
	margin-bottom:55px;
	flex-wrap: wrap;
}

.ss-blog-thumb img {
    height: 220px !important;
}

.ss-author img {
    border-radius: 100px !important;
}

span.ss-author-fname {
    font-weight: 600;
    color: #000;
}

a.ss-read-more {
    font-size: 14px;
    color: #01458E;
    font-weight: 500;
}

a.ss-read-more:hover {
    text-decoration: none;
    color: #000;
}

.ss_blog_sec_after:after{
	content:"";
	background-color: transparent;
    background-image: linear-gradient(106deg, #04204E 40%, #005ABF 100%);
	height:400px;
	width:100%;
	top:0;
	left:0;
	right:0;
	z-index:-1;
	position:absolute;
}
.ss_icon_head_sec .elementor-icon-box-title{
	margin:0;
}

.ss_mrgin_0 {
    margin: 0 !important;
}
.ss-compare-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.ss-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: #fff;
}

.ss-compare-table th,
.ss-compare-table td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 15px;
}

/* Header row */
.ss-compare-table thead th {
  background: #f2f2f2;
  font-weight: 600;
}

/* Feature column */
.ss-compare-table th.feature {
  background: #e9f3ff;
}

/* Highlight column (Staffinc.io) */
.ss-compare-table th.highlight {
  background: #ececec;
}

/* Zebra rows (optional – looks clean) */
.ss-compare-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* Mobile friendly */
@media (max-width: 768px) {
  .ss-compare-table th,
  .ss-compare-table td {
    font-size: 14px;
    padding: 12px;
  }
}


/* Last column center ONLY (no bold) */
.ss-compare-table th:last-child {
  text-align: center;
}

.ss-compare-table td:last-child {
  text-align: center;
  font-weight: 400; /* force normal */
}

.ss_img_full img{
	width:100%;
}

.ss_abt_icon_bx .elementor-icon-box-title{
	margin:0;
}
.privacy-policy-wrap{
  margin: auto;
  padding: 40px 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.privacy-policy-wrap h3{
  color: #0b4ea2;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 6px;
}

.privacy-policy-wrap h4{
  color: #0b4ea2;
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 6px;
}

.pp-subtext{
  font-weight: 600;   /* 👈 semi-bold exactly like screenshot */
  color: #333;
  margin-bottom: 10px;
}

.privacy-policy-wrap ul{
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-policy-wrap ul li{
  margin-bottom: 6px;
}

.ss_icon_bx_hed_mrgn h3{
	 margin:0 0 3px;
}
.ss-visible-text p {
    margin-top: 0;
}

.ss-read-more-wrapper a {
    color: #004489 !important;
    text-decoration: underline !important;
}
section#comments {
    display: none;
}

.ss_blg_sec2 p{
	margin-top:0;
}
.ss-read-more-wrapper p{
	font-size:18px;
}
.ss-insights-wrap{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.ss-insight-card{
    display:flex;
    gap:16px;
    background:#fff;
    padding:14px;
    border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.06);
    align-items:flex-start;
}

.ss-insight-img{
    width:130px;
    min-width:130px;
}

.ss-insight-img img{
    width:100%;
    height:140px;
    object-fit:cover;
    border-radius:8px;
}

.ss-insight-content{
    flex:1;
}

.ss-insight-title{
    font-size:18px;
    font-weight:600;
    margin:0 0 6px;
}

.ss-insight-title a{
    color:#000;
    text-decoration:none;
}

.ss-insight-text{
    font-size:14px;
    color:#555;
    line-height:1.5;
    margin-bottom:8px;
}

.ss-read-more{
    font-size:14px;
    font-weight:600;
    color:#000;
    text-decoration:none;
}

.ss-read-more:hover{
    text-decoration:underline;
}

/* Mobile */
@media(max-width:600px){
    .ss-insight-card{
        flex-direction:column;
    }

    .ss-insight-img{
        width:100%;
    }

        .ss-insight-img img
 {
        height: 140px ! IMPORTANT;
        overflow: hidden;
        border-radius: 14px;
    }
}

.ss-category-list{
    list-style:none;
    padding:0;
    margin:0 0 12px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.ss-category-list li{
    margin:0;
}



.ss-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.ss-tag-btn {
    background: #f3f3f3;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
}

.ss-tag-hidden {
    display: none;
}

.ss-tag-more-btn {
    background: transparent;
    border: none;
    color: #0b57d0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 4px;
}

.ss-see-all {
    color: #0058b1 !important;
    text-decoration: underline !important;
}

span.tag-links {
    display: none;
}

.ss-popup-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:9999;
    align-items:center;
    justify-content:center;
}

.ss-popup-box{
    background:#fff;
    width:90%;
    max-width:1000px;
    border-radius:12px;
    position:relative;
    overflow:hidden;
}

.ss-grid-popup{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.ss-popup-left{
    padding:30px;
}

.ss-popup-heading{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
    color:#0b3a78;
}

.ss-popup-subtext{
    font-size:14px;
    color:#555;
    margin-bottom:20px;
}

.ss-popup-right img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ss-popup-close{
    position:absolute;
    top:12px;
    right:15px;
    font-size:24px;
    cursor:pointer;
    z-index:2;
}

.ss-popup-btn{
    padding:10px 20px;
    background:#2271b1;
    color:#fff;
    border:none;
    border-radius:5px;
    cursor:pointer;
}

@media(max-width:768px){
    .ss-grid-popup{
        grid-template-columns:1fr;
    }
    .ss-popup-right{
        display:none;
    }
}
.ss-popup-left input, .ss-popup-left select {
    border: 1px solid #CACACA;
    height: 40px;
    padding: 0px 15px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.ss-popup-left textarea{
	   border: 1px solid #CACACA;
    height: 100px;
    padding: 0px 15px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.ss-popup-left label {
    display: block;
}

.ss-popup-left .wpcf7-submit{
	    width: auto;
    background: #00458E;
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 8px 36px;
    height: 50px;
}



/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	.ss-popup-overlay{
		overflow:scroll;
	}
	.ss-popup-heading {
		font-size: 18px;
	}
	.ss-popup-left {
    padding: 20px;
}
	.ss-read-more-wrapper p{
	font-size:16px;
}
	.ss_hm_week_cont:after{
		display:none;
	}
	.ss-footer-widgets{
		  grid-template-columns: repeat(2, 1fr);
	}
	.ss-footer-widgets > :first-child {
    grid-column: 1 / -1;
}
	.site-navigation-toggle-holder .site-navigation-toggle{
		color: #ffffff !important;
	}
	.site-header {
    background-color: #001431;
    padding: 8px 15px;
}
	.ss-testimonial-list .owl-nav {
		top:auto;
    bottom: -25px;
    right: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
}
	footer#site-footer {
    padding: 50px 20px 0;
}
	.copyright {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    text-align: center;
}
	.ss_foot_scl ul{
		justify-content:center;
		margin-top:10px;
	}
	.ss_solution_title_sec:after {
    width: 100%;
    border-radius: 0;
}
	.ss_mob_full .elementor-widget-image{
		width:100%;
	}
	.ss_mob_full img{
		width:100%;
	}
	.ss-blog-tabs {
    gap: 8px;
    justify-content: center;
    margin-bottom: 50px;
}
	.ss-blog-tabs button {
		padding: 8px 8px;
		font-size:12px;
	}
	.ss-blog-grid{
     grid-template-columns: repeat(1, 1fr);
}
	.ss-blog-title {
		font-size: 18px;
	}
	.ss_indu_after_sec:after{
		display:none;
	}
	.ss_timeline_col_1:after{
		display:none;
	}
	.ss_timeline_col_2:after{
		display:none;
	}
	.ss_img_full{
		width:100%;
	}
	.ss_header_cnt_btn a{
		margin-left:0;
	}
	
}
@media only screen and (min-width: 481px) and (max-width: 767px){ }
@media only screen and (min-width: 767px) and (max-width: 1023px){
	.ss_hm_week_cont:after{
		display:none;
	}
	.ss-footer-widgets{
		  grid-template-columns: repeat(4, 1fr);
	}
	.ss-footer-widgets > :first-child {
    grid-column: 1 / -1;
}
	.site-navigation-toggle-holder .site-navigation-toggle{
		color: #ffffff !important;
	}
	.site-header {
    background-color: #001431;
    padding: 8px 15px;
}
	.ss-testimonial-list .owl-nav {
		top:auto;
    bottom: -25px;
    right: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
}
	footer#site-footer {
    padding: 50px 20px 0;
}
	.copyright {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    text-align: center;
}
	.ss_foot_scl ul{
		justify-content:center;
		margin-top:10px;
	}
	.ss_solution_title_sec:after {
    width: 100%;
    border-radius: 0;
}
	.ss_mob_full .elementor-widget-image{
		width:100%;
	}
	.ss_mob_full img{
		width:100%;
	}
		.ss-blog-grid{
     grid-template-columns: repeat(2, 1fr);
}
		.ss-blog-tabs {
    gap: 8px;
    justify-content: center;
    margin-bottom: 50px;
}
	.ss_header_cnt_btn a{
		margin-left:0;
	}
	.ss_timeline_col_2:after{
		display:none;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){}
