#itspt2 *,
#itspt2 *::before,
#itspt2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#itspt2 .container{
	width: 1336px;
	margin: 0 auto;
}
.spaceabove {
	margin-top: 64px !important;
	margin-bottom: 64px !important;
}
.t2btnflex {
	display: flex;
	flex-direction: row;
	gap: 24px;
}
.t2btn a{
	position: relative;
}
.t2btn a::after {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url('https://spectraforce.com/wp-content/uploads/2026/06/Vector-9.png');
	content: '';
	top: 50%;
	right: 15px;
	transform: translate(0, -55%);
	background-repeat: no-repeat;
	background-position: center;
}



/*HERO SECTION------------------------------------------------------------------------------------------*/
.herosection {
	height: 900px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.herosectioncontent {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}
.herosech1cont {
	width: 655px;
}
#itspt2 .t2btn a {
	display: inline-block;
	padding: 13px 45px 14px 24px;
	width: auto;
	height: 52px;
	background: linear-gradient(90deg, #D01F1F 0%, #F36E23 100%);
	border-radius: 16px;
	vertical-align: top;
	color: #fff;
	font-weight: 600;
	position: relative;
	transition: all 0.5s;
}
.t2wchbox {
	background-image: url('https://spectraforce.com/wp-content/uploads/2026/06/ArrowUpRight1.png') !important;
	background-position: calc(100% - 28px) center !important;
	background-repeat: no-repeat !important;
	transition: all 0.5s;
}
.t2wchcontent .t2wchbox:hover p{
	color: #fff;
}
.numstatitem {
	position: relative;
}
.t2wchbox:hover {
	background-image: url('https://spectraforce.com/wp-content/uploads/2026/06/ArrowUpRight1hov.webp') !important;
}
.numstathoverbox {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0px;
	right: 0;
	margin: 0 auto !important;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	border-radius: 15px;
	transition: all 1s;
	border: 1px solid transparent;
	background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, linear-gradient(180deg, rgb(255, 143, 122), rgb(255, 255, 255)) border-box;
	overflow: hidden;
}
.numstatitem:hover .numstathoverbox {
	width: calc(100% + 130px);
	height: calc(100% + 75px);
	position: absolute;
	left: -65px;
	right: 0;
	margin: 0 auto !important;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0.5;
	border-radius: 15px;
	transition: all 0.3s;
}
.numoverlaybox{
	background: linear-gradient(
    90deg,
    #f3ddd5 0%,
    #f1e3df 50%,
    #eef0f3 100%
);
	position: relative;
	width: 100%;
	height: 100%;
}
.numstatcontbox {
	scale: 1;
	transition: all 0.3s;
}
.numstatitem:hover .numstatcontbox {
	scale: 1.1;
	transition: all 0.3s;
}
.numstatitem:hover .numstatnum {
	color: #000;
	font-weight: 700;
}






.t2wchcontent .t2wchbox:hover {
	background: #ee5c24;
}
#itspt2 .t2btn a:hover {
	background: linear-gradient(270deg, #D01F1F 0%, #F36E23 100%);
}
.herosech1cont p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #545B64;
}
.herosech1cont h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 64px;
	color: #141414;
}
.herosech1cont h1 span{
	color: #EE5C24;
}
.herowhiteoverlay {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0;
	height: 400px;
	background: linear-gradient(2.08deg, #FFFFFF 24.47%, rgba(255, 255, 255, 0) 85.76%);
	z-index: 0;
}
.herobgimage {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}
.herosectioncontent {
	z-index: 1;
}
.herosech1cont {
	margin-bottom: 40px !important;
}
h1 {
	margin-bottom: 16px !important;
}


/*Num Stat*/
.numstatnum {
	height: 54px;
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 54px;
	color: #545B64;
}
.numstatp {
	height: 42px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.3px;
	color: #545B64;
}
.numstatbox {
	width: fit-content;
	flex: 0 0 auto;
}
#itspt2 .numstatsin {
	width: fit-content;
	display: flex;
	margin: 0 auto;
	gap: 100px;
	padding: 18px 46px;
	background: linear-gradient(90deg, rgba(234, 92, 36, 0.04) 0%, rgba(127, 127, 127, 0.02) 100%);
	border-radius: 20px;
}
.numerstatsection {
	margin-top: -155px !important;
	z-index: 1;
	position: relative;
}



/*Common CSS-----------------------------------------------------------------------------------------*/

h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 54px;
	color: #333333;
}
h2 span{
font-weight: 700;
color: #EE5C24;
}




/*Showcase Section------------------------------------------------------------------------------------------*/
.t2scloopitemin {
    position: relative;
    width: 100%;
    aspect-ratio: 545 / 495;
-webkit-mask: url('https://spectraforce.com/wp-content/uploads/2026/06/mask11.svg') center / 100% 100% no-repeat;
    mask: url('https://spectraforce.com/wp-content/uploads/2026/06/mask11.svg') center / 100% 100% no-repeat;
   
}
.t2scloopitem:nth-child(2n+1) {
	margin-top: 70px !important;
}
.w100p {
	width: 100% !important;
	max-width: 100%;
}
.w100p p {
	max-width: 1120px;
	margin: 0 auto !important;
}
.t2scloopitemin {
	height: 495px;
	width: 545px;
	max-width: 100%;
	margin-top: 0px;
}
.t2scloopitem.swiper-slide {
	width: auto !important;
}
.t2scloopitemin img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.t2showcasein > div > div:nth-child(2n+1) .t2scloopitemin{
	 -webkit-mask: url('https://spectraforce.com/wp-content/uploads/2026/06/mask2.svg') center / 100% 100% no-repeat;
    mask: url('https://spectraforce.com/wp-content/uploads/2026/06/mask2.svg') center / 100% 100% no-repeat;
	margin-top: 64px;
}
.page-id-19978 .t2showcasein > div > div:nth-child(2) img {
	object-position: top !important;
}
.page-id-19978 .t2showcasein > div > div:nth-child(3) img {
	object-position: bottom !important;
	object-fit: cover !important;
}
.t2sloopcont {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0.03deg, rgba(0, 0, 0, 0) 15.98%, #000 92.4%);
}
.t2showcasein > div > div:nth-child(2n+1) .t2sloopcont {
	background: linear-gradient(180.03deg, rgba(0, 0, 0, 0) 15.98%, #000 92.4%);
}



.t2loopcontin {
	position: absolute;
	bottom: unset;
	top: 100px;
	color: #fff;
	padding: 0 32px !important;
}
.t2showcasein > div > div:nth-child(2n+1) .t2loopcontin {
	bottom: 100px;
	top: unset;
}
.t2showcasein > div > div:nth-child(2n) .t2sloopcont .t2loopcontin {
	max-width: 90%;
	text-align: right;
	right: 0;
}
.t2loopcontin h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
}
.t2loopcontin p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.container-padleft {
	padding-left: calc((100vw - 1336px) / 2) !important;
}
.w100p {
	width: 100% !important;
	max-width: 100% !important;
}



/*Blog Section CSS-------------------------------------------------------------------------------------------*/
.t2bloggrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.t2bloginimage {
	height: 240px;
	position: relative;
	border-radius: 24px 24px 0 0;
	overflow: hidden;
}
.t2bloginimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
}
.t2blogcont h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.t2blogmetacont {
	height: 24px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #EE5C24;
}
.t2blogcont p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #545B64;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.center {
	text-align: center;
}
.t2blogsecin {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.its9readmore a {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #EE5C24;
	text-decoration: none;
	background-image: url('https://spectraforce.com/wp-content/uploads/2026/06/ArrowRight.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 26px !important;
}

/*FAQ------------------------------------------------------------------------------------------------*/
.t2faqques h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #EE5C24;
	position: relative;
	padding-right: 40px !important;
}
.t2faqques h3::after {
	background-image: url('https://spectraforce.com/wp-content/uploads/2026/06/Vector1.png');
	background-repeat: no-repeat;
	background-position: right;
	transform: rotate(180deg);
	content: '';
	right: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
}
.t2faqnas {
	opacity: 0;
	height: 0;
	transition: height 0.5s;
}
.t2faqitem.active .t2faqnas {
	opacity: 1;
	height: auto;
	transition: opacity 1s;
}
.t2faqitem .t2faqques h3::after {
	transform: rotate(180deg);
}
.t2faqitem.active .t2faqques h3::after {
	transform: rotate(0deg);
}
.t2faqitem.active .t2faqques h3::after {
	right: 3px !important;
}
.t2sectitledes {
	margin-bottom: 32px !important;
}
.t2sectionfaq {
	padding: 64px 0 !important;
}
#itspt2 .t2faqitem {
	background: #fff;
	padding: 24px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
}
#itspt2 .t2faqitem.active{
	gap: 16px;
}
#itspt2 .t2faqs {
	background: #F0F0F0;
	border-radius: 24px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#itspt2 .t2blogcont {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	border-radius: 0px 0px 24px 24px;
	box-sizing: border-box;
}
.t2faqitem.active .t2faqques h3 {
	color: #EE5C24;
}
.t2faqitem .t2faqques h3 {
	color: #333333;
	cursor: pointer;
}
.sectiontitle h2 {
	line-height: 60px;
}

/*DarkBgSection*--------------------------------------------------------------------------------------*/ 
.t2darkbgconbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.t2dbgboxhead {
	flex: 0 0 545px;
}
.t2darkbgsection {
	background: url('https://spectraforce.com/wp-content/uploads/2026/06/Section2.png');
	padding: 120px 0 !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.t2darkbgsection * {
	color: #fff;
}
.t2dbgpcont p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;
}
.t2dbgpcont {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.t2darkbgsection a::after {
	background-image: url('https://spectraforce.com/wp-content/uploads/2026/06/Vector2.png');
	background-position: 9px 4px;
}

/*WBG callouts----------------------------------------------------------------------------------------------------------*/
.t2wbgcalloutcards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.t2wbgcalloutcard {
	position: relative;
}
.t2wbgcalloutcard a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.t2wbgcalloutcard {
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 32px 24px !important;
	border-radius: 24px;
	min-height: 320px;
}




.t2wbgcalloutcard:hover {
	border: 1px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, #ff8f7a, #fff) border-box;
}



.t2wbgcalloutsmalltitle {
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3A3A3A;
}
.t2wbgcalloutcardtitle h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #EE5C24;
}
.t2wbgcalloutcardinner p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #545B64;
}
.t2wbgcallouticon {
	margin-bottom: 10px !important;
}
.t2wbgcalloutsmalltitle {
	margin-bottom: 20px !important;
}
.t2wbgcalloutcardtitle {
	margin-bottom: 8px !important;
}
.t2wbgcalloutheader {
	margin-bottom: 32px !important;
}
.t2wbgcalloutheader {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.t2wbgcalloutsection {
	background: #F0F0F0;
	padding: 120px 0 !important;
}





/*Whitepills---------------------------------------------------------------------------------------------*/
.t2wpilwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.t2wpilitem:hover
{
	    border-color: #EA5C24;
    outline: 1px solid #EA5C24;
}
.t2wpilitem {
	width: calc((100% - 40px) / 3);
}
.t2wpilitem:nth-child(7){
    margin-left: calc((100% - (((100% - 40px) / 3) * 2) - 20px) / 2) !important;
}
.t2wpilitem {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 24px !important;
	gap: 16px;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #EE5C24;
	border-radius: 16px;
}
.t2wpillp {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #333333;
}
.sectiontitle {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1120px;
	margin: 0 auto 24px !important;
}
.t2wpilssection {
	padding: 64px 0 !important;
}
.sectiontitle p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #545B64;
}







/*Cpills---------------------------------------------------------------------------------------------------------*/
.t2cpilswrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.t2cpilitem {
	padding: 12px 8px !important;
	height: 52px;
	background: linear-gradient(90deg, #000000 -7.26%, #EA5C24 100%);
	border: 0px solid #D9D8D4;
	border-radius: 999px;
}

.page-id-19846 .t2cpilswrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.page-id-19846 .t2cpilitem {
	width: calc((100% - 40px) / 3);
}
.page-id-19846 .t2cpilitem:nth-child(10) {
	width: 470px;
}

.t2cpiltext {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;

}
.t2colorpilssection {
	padding: 64px 0 !important;
}
.t2cpilitem:nth-child(3n+1) {
	background: linear-gradient(90deg, #000000 -7.26%, #EA5C24 100%);
}
.t2cpilitem:nth-child(3n+2) {
	background: linear-gradient(90deg, #EA5C24 33.96%, #FFB68C 100%);
}
.t2cpilitem:nth-child(3n) {
	background: linear-gradient(270deg, #7F7F7F 8.87%, #FFAC7E 98.86%);
}

/* t3css -------------------------------------------------------------------------------------------------------------*/
.page-template-templatespf3 .t2btn a {
	font-size: 14px;
}
.t2bloginimage img {
	filter: grayscale( 100% ) !important;
}
.t2licalloutwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.t2licalloutitem {
	flex: 0 0 calc((100% - 40px) / 3);
	max-width: calc((100% - 40px) / 3);
	padding: 24px !important;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	border-radius: 24px;
	transform: translate(0, 0px);
	transition: all 0.5s;
}

.t2licalloutitem:hover {
	transform: translate(0, -18px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.t2licalimg {
	height: 200px;
	width: 100%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.t2licalloutitem h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin: 20px 0 23px !important;
}
.t2licalul ul {
	list-style-type: none;
}
.t2licalul li {
	background-image: url('https://spectraforce.com/wp-content/uploads/2026/06/SealCheck.svg');
	background-repeat: no-repeat;
	padding: 12px 0px 12px 35px !important;
	border-bottom: 1px solid #EAEAEA;
	background-position: 2px 12px;
}
.t2listcalloutsection {
	padding-bottom: 64px !important;
}
.t2licalimg img {
	object-fit: cover;
	object-position: center;
	position: relative;
	width: 100%;
	height: 100%;
}
.t3wcloopimage {
	width: 350px;
	height: 160px;
	position: relative;
}
.t2wchbox {
	display: grid;
	grid-template-columns: 1fr 350px;
	align-items: center;
	padding-right: 50px !important;
}
.t2wchcontent {
	background: #F0F0F0;
	padding: 20px !important;
	border-radius: 24px;
}
.t2wchbox {
	background: #fff;
	margin-bottom: 24px !important;
}
.t3wclooptext {
	padding: 0 32px !important;
}
.t2wchbox {
	padding: 24px 80px 24px 0 !important;
	border-radius: 24px;
}
.t3wclooptext p {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}
.t2wtchoose {
	padding: 64px 0 !important;
}
.t2wchbox:last-child {
	margin-bottom: 0 !important;
}
.page-id-19846 .t2wpilssection .sectiontitle {
	max-width: unset;
}
.page-id-19846 .t2wpilssection .sectiontitle p {
	max-width: 1120px;
	margin: 0 auto 30px !important;
}

body #itspt2 .t2wbgcalloutcontent p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.5px !important;
}

/* 1366px and below */
@media (max-width: 1366px) {
	.container {
		width: 1280px !important;
		margin: 0 auto !important;
	}
}

/* 1280px and below */
@media (max-width: 1280px) {
	.container {
		width: 1200px !important;
		margin: 0 auto !important;
	}
	#itspt2 .t2btn a {
	font-size: 14px;
	}
	#itspt2 .numstatsin {
	gap: 30px;
	
}
	.numstatnum {
	height: 45px;
	font-size: 28px;
	line-height: 48px;
}
}

/* 1200px and below */
@media (max-width: 1200px) {
.container {
	width: 90% !important;
	margin: 0 auto !important;
}
	.t2wpillp {
	font-size: 14px;
	line-height: 22px;
}
	.t2wpilitem {
	padding: 10px 15px !important;
	gap: 16px;
	height: 76px;
}
	.t2wbgcalloutcardtitle h3 {
	font-size: 14px;
	line-height: 21px;
}
	.t2wbgcalloutsmalltitle {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.08em;
}
	.t2wbgcalloutsmalltitle {
	margin-bottom: 12px !important;
}
	.t2wbgcallouticon img {
	width: 30px !important;
}
	.t2darkbgsection .t2btnflex {
	flex-direction: column;
}
	.herosech1cont h1 {
	font-size: 28px;
	line-height: 40px;
}
	.herosech1cont p {
	font-size: 14px;
	line-height: 21px;
}
	.sectiontitle p {
	font-size: 14px;
	line-height: 22px;
}
	h2, .sectiontitle h2 {
	font-size: 28px;
	line-height: 36px;

}
}

/* 1024px and below */
@media (max-width: 1024px) {
.t2wbgcalloutcards {
	grid-template-columns: 1fr 1fr;
}
}

/* 991px and below */
@media (max-width: 991px) {

}

/* 768px and below */
@media (max-width: 768px) {

}

@media (max-width: 767px) {
.t2btnflex {
	flex-direction: column;
	gap: 16px;
}
	.page-id-19846 .t2wpilssection .sectiontitle p {
	margin: 0 auto 5px !important;
}
	.herosectioncontent {
	position: relative;
	width: 100%;
	top: unset;
	transform: unset;
}
.herobgimage {
	position: relative;
	right: unset;
	bottom: unset;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}
	.herosech1cont {
	width: auto;
}
.numerstatsection {
	margin-top: 30px !important;
	z-index: 1;
	position: relative;
}
	.numstatnum {
	height: 22px;
	font-size: 18px;
	line-height: 22px;
}
	.t2wpilitem {
	width: 100%;
}
	.t2wpilwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	flex-direction: column;
}
.t2cpilswrap {
	grid-template-columns: 1fr;
}
	.t2bloggrid {
	grid-template-columns: 1fr;
}
	.t2wpilitem:nth-child(7) {
	margin-left: 0 !important;
}
	.t2darkbgconbox {
	display: flex;
	flex-direction: column;
}
.t2dbgboxhead {
	flex: unset;
	width: 100%;
}
	.herowhiteoverlay {
	height: 50px;
}
	.herosech1cont h1 {
	text-align: center;
}
#itspt2 .t2btn a {
	font-size: 12px;
	line-height: 15px;
	height: 44px;
}
	.herosection {
	height: auto;
}
	#itspt2 .numstatsin {
	padding: 20px;
}
.numstatbox {
	max-width: 85px;
	text-align: center;
}
.numstatp {
	height: auto;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: unset;
}
	#itspt2 .numstatsin {
	gap: 5px;
}
	.numstatp {
	height: auto;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: unset;
	width: 79px;
	padding: 0 5px !important;
}
	.t2scloopitem:nth-child(2n+1) {
	margin-top: 0px !important;
}
.t2scloopitemin {
	height: 235px;
	width: 100% !important;
	max-width: 100%;
	position: relative;
	margin-bottom: 30px !important;
}

	.t2wbgcalloutsection {
	background: #F0F0F0;
	padding: 60px 0 !important;
	text-align: center;
}
	.t2wbgcalloutsection {
	text-align: left;
}
	.t2wbgcalloutcards {
	gap: 10px;
}
	.t2wbgcalloutcard {
	padding: 15px 15px !important;
	border-radius: 0px;
	min-height: 320px;
}
	.t2wbgcalloutcardinner p {
	font-size: 12px;
	line-height: 18px;
}
	.t2wbgcalloutcontent p {
	font-size: 14px;
	line-height: 22px;
}
	.t2wbgcalloutheader {
	text-align: center;
}
	.t2wpilssection {
	padding: 36px 0 !important;
}
	.t2wpilitem {
	height: 72px;
}
	.t2colorpilssection {
	padding: 20px 0 36px !important;
}
	.t2dbgpcont p {
	font-size: 14px;
	line-height: 22px;
}
	.t2darkbgsection {
	padding: 64px 0 !important;
}
	.t2sectionfaq {
	padding: 36px 0 !important;
}
	.t2faqques h3 {
	font-size: 14px;
	line-height: 21px;
}
	.t2faqnas {
	font-size: 14px;
	line-height: 21px;
}
	#itspt2 .t2blogcont {
	gap: 16px;
	padding: 16px;
	border: 1px solid #D6D6D6;
	border-radius: 0px 0px 16px 16px;
}
.t2cpilswrap {
	grid-gap: 16px;
	display: grid !important;
	grid-template-columns: 1fr !important;
}
	.t2cpilitem {
	width: 100% !important;
}
	.t2cpiltext {
	font-size: 13px;
	line-height: 21px;
}
	.t2cpilitem {
	height: 46px;
}
	#itspt2 .t2faqs {
	border-radius: 16px;
	padding: 16px;
	gap: 16px;
}
	.noboxes12 .t2cpilitem:nth-child(1){
		background: linear-gradient(180deg, #000000 2.17%, #55220D 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(2){
		background: linear-gradient(180deg, #55220D 2.17%, #993D18 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(3){
		background: linear-gradient(180deg, #993D18 2.17%, #E75B24 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(4){
		background: linear-gradient(180deg, #E75B24 2.17%, #F37239 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(5){
		background: linear-gradient(180deg, #F37239 2.17%, #F98449 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(6){
		background: linear-gradient(180deg, #F98449 2.17%, #FF965B 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(7){
		background: linear-gradient(180deg, #FF965B 2.17%, #FFA16C 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(8){
		background: linear-gradient(180deg, #FFA16C 2.17%, #FFAB7B 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(9){
		background: linear-gradient(180deg, #FFAB7B 2.17%, #FFB68C 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(10){
		background: linear-gradient(180deg, #FFB68C 2.17%, #CEA187 100%);
	}
	.noboxes12 .t2cpilitem:nth-child(11){
	background: linear-gradient(180deg, #CEA187 2.17%, #A48F83 100%);	
	}
	.noboxes12 .t2cpilitem:nth-child(12){
		background: linear-gradient(180deg, #A48F83 2.17%, #7F7F7F 100%);
	}
	
	

	.noboxes11 .t2cpilitem:nth-child(1){
		background: linear-gradient(180deg, #000000 2.17%, #55220D 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(2){
		background: linear-gradient(180deg, #55220D 2.17%, #993D18 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(3){
		background: linear-gradient(180deg, #993D18 2.17%, #E75B24 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(4){
		background: linear-gradient(180deg, #E75B24 2.17%, #F37239 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(5){
		background: linear-gradient(180deg, #F37239 2.17%, #F98449 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(6){
		background: linear-gradient(180deg, #F98449 2.17%, #FF965B 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(7){
		background: linear-gradient(180deg, #FF965B 2.17%, #FFA16C 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(8){
		background: linear-gradient(180deg, #FFA16C 2.17%, #FFAB7B 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(9){
		background: linear-gradient(180deg, #FFAB7B 2.17%, #FFB68C 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(10){
		background: linear-gradient(180deg, #FFB68C 2.17%, #CEA187 100%);
	}
	.noboxes11 .t2cpilitem:nth-child(11){
	background: linear-gradient(180deg, #CEA187 2.17%, #A48F83 100%);	
	}

.spanm16 br {
	display: none;
}	
	
	
.t2scloopitemin {
	position: relative;
	width: 100%;
	aspect-ratio:unset;
	-webkit-mask: unset;
	mask: unset;
}
	.t2loopcontin {
	position: absolute;
	bottom: 20px !important;
	top: unset !important;
	color: #fff;
	padding: 0 32px !important;
}
	.t2scloopitemin{

	}

	
	.t2scloopitem:nth-child(2n+1) .t2scloopitemin{
					-webkit-mask: url('https://spectraforce.com/wp-content/uploads/2026/06/mask2mob.webp') no-repeat center;
	mask: url('https://spectraforce.com/wp-content/uploads/2026/06/mask2mob.webp') no-repeat center;
		    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
	}
		.t2scloopitem:nth-child(2n) .t2scloopitemin{
					-webkit-mask: url('https://spectraforce.com/wp-content/uploads/2026/06/maskmob.webp') no-repeat center;
	mask: url('https://spectraforce.com/wp-content/uploads/2026/06/maskmob.webp') no-repeat center;
		    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
	}
	.t2showcasein.sliderdtop .t2scloopitem {
	margin-top: -40px !important;
}
	.t2showcasein.sliderdtop .t2scloopitem:nth-child(1) {
	margin-top: 0 !important;
}
.t2showcasein.sliderdtop .t2scloopitem:nth-child(3) {
	margin-top: -15px !important;
}
	.t2loopcontin p {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
	.sliderdtop .swiper-wrapper{
    transition-timing-function: linear !important;
}
	.t2loopcontin h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
	.t2showcasein .t2scloopitem:nth-child(1) .t2loopcontin, .t2showcasein .t2scloopitem:nth-child(3) .t2loopcontin {
	left: 0;
	bottom: 25px !important;
	padding: 20px !important;
}
.t2showcasein .t2scloopitem:nth-child(2) .t2loopcontin, .t2showcasein .t2scloopitem:nth-child(4) .t2loopcontin {
	left: 0;
	bottom: 5px !important;
	padding: 20px !important;
}
	.container-padleft {
	padding-left: 0 !important;
}
	.t2showcasein.sliderdtop {
	padding: 0 16px !important;
}
	.t2licalloutwrap {
	flex-direction: column;
}
	.t2licalloutitem {
	flex: unset !important;
	max-width: unset !important;
}
	.t2licalloutitem h3 {
	font-size: 20px;
	line-height: 25px;
		margin: 15px 0 10px !important;
}
	.t2licalul li {
	font-size: 18px;
	line-height: 22px;
}
	.t3wclooptext p {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}
	.t2wchbox {
	grid-template-columns: 1fr;
	padding-right: 0px !important;
}
	.t3wcloopimage {
	width: 100%;
	height: 160px;
	position: relative;
}
	.t2wchbox {
	padding: 16px !important;
	border-radius: 16px;
}
	.t3wclooptext {
	padding: 0px 0px 16px 0px !important;
}
.t3wcloopimage {
	width: 100%;
	height: 160px;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
	.t3wcloopimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
}
	.t2wchbox {
	margin-bottom: 16px !important;
}
	.t2wchcontent {
	padding: 16px !important;
}
	.page-template-templatespf3 .t2listcalloutsection {
	padding-top: 36px !important;
}
	h2 br {
	display: none;
}
	.t2darkbgsection {
	background: url('https://spectraforce.com/wp-content/uploads/2026/06/Section3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	.t2btn a {
	text-align: center;
}
}

/* 640px and below */
@media (max-width: 640px) {

}

/* 576px and below */
@media (max-width: 576px) {
.page-id-19853 .t2listctsin h2, .page-id-19853 .t2listctsin .sectiontitle h2 {
	font-size: 28px;
	line-height: 36px;
	max-width: 300px;
	margin: 0 auto 20px !important;
}
	.page-id-19853 .t2listctsin .sectiontitle {
	display: block;
	margin: 0 auto 24px !important;
}
}

/* 480px and below */
@media (max-width: 480px) {

}

/* 430px and below */
@media (max-width: 430px) {

}

/* 414px and below */
@media (max-width: 414px) {

}

/* 390px and below */
@media (max-width: 390px) {

}