/* Remove browser default styles */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
blockquote {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

button {
    cursor: pointer;
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-6d465732.elementor-section-full_width.elementor-section-height-default {
	margin: 0;
	padding: 0;
}
body{
    font-family: "Montserrat", sans-serif;
}
summary {
    list-style: none;
}

summary::marker {
    display: none;
}

summary::-webkit-details-marker {
    display: none;
}

section {
	padding: 64px 0;
}
.container{
	width: 1330px;
	max-width: 100%;
	margin: 0 auto;
}
h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	color: #3A3A3A;
	line-height: 54px;
	margin-bottom: 32px;
}
h2 span {
	color: #EE5C24 !important;
	font-weight: bold;
}
.center {
	text-align: center;
}

/*--------HERO SECTION----------------*/
.hero-banner.p1 {
	padding: 0;
	height: 880px;
	position: relative;
	background: #24323F;
}
.hero-contentin {
	position: relative;
	height: 880px;
}
.hero-content {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: flex;
	width: 791px;
	padding: 32px 48px 48px 48px;
	flex-direction: column;
	align-items: flex-start;
	gap: 0px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(20, 20, 20, 0.20);
	color: #fff;
}
.hero-content p {
	margin-top: 24px;
}
.hero-buttons {
	margin-top: 32px;
}
.hero-content h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 64px;
	color: #FFFFFF;
}
.hero-buttons .btna {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 40px 16px 24px;
	gap: 8px;
	width: 326px;
	position: relative;
	height: 72px;
	background: linear-gradient(90deg, #D01F1F 0%, #F36E23 100%);
	border-radius: 16px;
}
.hero-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
}
.hero-buttons .btna:hover{
	color:#fff;
}
.hero-buttons {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 15px;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.hero-buttons .btna .hero-arrow {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url('https://spectraforce.com/wp-content/uploads/2026/08/wArrowUp.avif');
	background-repeat: no-repeat;
	right: 16px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 0px;
}
.btna.btna2.hero-btn.hero-btn-secondary {
	background: linear-gradient(90deg, #F9864B 33.96%, #FFB68C 100%);
}



.numstats {
	background: #24323F;
	color: #fff;
}
.stats {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
}
.stats span {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.3px;
	color: #FFFFFF;
}
.stat strong {
	justify-content: center;
	padding: 4px 20px;
	gap: 8px;
	height: 72px;
	background: #212C36;
	border: 1px solid #545B64;
	border-radius: 16px;
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 54px;
	display: inline-flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.numstats {
	padding: 60px 0;
}
.stat strong span {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #545B64;
}

/*---------BLOG-----------------*/
.blog-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}
.card-img {
	height: 240px;
	width: 100%;
	border-radius: 24px 24px 0 0;
}
.card-body {
	padding: 24px;
}
.date, .excerpt {
	margin-bottom: 20px;
}
.title {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 25px;
	display: -webkit-box;
	overflow: hidden;
	position: relative;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.card-body {
	padding: 24px;
	height: 284px;
	border: 1px solid #D6D6D6;
	border-radius: 0px 0px 24px 24px;
}
.cta-button {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #FFFFFF;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 50px 16px 24px;
	gap: 8px;
	min-height: 52px;
	background: linear-gradient(90deg, #D01F1F 0%, #F36E23 100%);
	border-radius: 16px;
	width: auto;
	position: relative;
}
.blog-btn {
	text-align: center;
}
.cta-button::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url('https://spectraforce.com/wp-content/uploads/2026/08/wArrowUp.avif');
	background-repeat: no-repeat;
	right: 16px;
	top: 50%;
	transform: translate(0, -50%);
}
.cta-button:hover{
	color: #fff;
}
.blog-grid {
	margin-bottom: 32px;
}
.excerpt {
	display: -webkit-box;
	overflow: hidden;
	position: relative;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #545B64;
}
.read-more {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #EE5C24;
}
.date {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #EE5C24;
}
.read-more:hover {
	color: #EE5C24;
}
.read-more span {
	background-image: url('https://spectraforce.com/wp-content/uploads/2025/02/arrow-right-outline.svg');
	font-size: 0px;
	width: 15px;
	height: 12px;
	content: '';
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 2px;
	background-size: contain;
}

/*---------DarkBG-----------------*/
.stopendlessin {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	align-items: center;
	gap: 80px;
}
.stopendlesscontbox {
	flex: 0 0 759px;
}
.stopendlessimg .aftera {
	position: absolute;
	width: 183px;
	height: 183px;
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	z-index: 1;
	content: '';
	bottom: -31px;
	left: -31px;
}
.stopendlessimg .beforea {
	position: absolute;
	width: 183px;
	height: 183px;
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	z-index: -1;
	content: '';
	top: -31px;
	right: -31px;
}
.stopendlessimg {
	flex: 1;
	height: 349px;
	border-radius: 24px;
	box-shadow: 8px 24px 20px -8px rgba(0, 0, 0, 0.20);
	position: relative;
	z-index: 0;
}

.stopendlessimgwrp {
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
}
.stopendlessimgwrp img {
	height: 100%;
	object-fit: cover;
	position: relative;
	object-position: center;
	width: 100%;
}
.stopendless {
	padding: 64px 52px;
	background: radial-gradient(71.65% 234.1% at 84.86% 27.7%, #496A89 0%, #24323F 100%);
}
.dark h2, .dark p, .dark a{
	color: #fff;
}
.btns2 a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 45px 16px 16px;
	gap: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	height: 80px;
	position: relative;
	min-width: 230px;
	height: 80px;
	background: linear-gradient(90deg, #F36E23 0%, #D01F1F 100%);
	border-radius: 16px;
}
.btns2 a::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	background-image: url('https://spectraforce.com/wp-content/uploads/2026/08/Vector4.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 50%;
	transform: translate(0px ,-53%);
	background-size: 18px;
}
.btns2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	margin-top: 48px;
	gap: 16px;
}

/*---------RetailVerticals-----------------*/
.energyvin {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	align-items: center;
	gap: 32px;
}
.evergygrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px;
}
.enerygygitem {
	border-radius: 24px;
	border: 0.974px solid var(--semantic-border-strong, #D6D6D6);
	height: 109.95px;
	padding: 24px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	position: relative;
}
.evergygrid {
	flex: 1;
}
.enerygygitem {
	padding-right: 50px;
}
.topenvron.b2xl p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #545B64;
}
.numen {
	position: absolute;
	width: 17px;
	height: 21px;
	right: 16px;
	top: 16.16px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #EE5C24;
}
.energyvin .sectiontitle {
	flex: 0 0 498px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 64px 48px;
	gap: 10px;
	height: 500px;
	min-height: 500px;
	background: linear-gradient(223.33deg, #EE5C24 -116.08%, #F5F8FA 56.72%);
	border: 0.973611px solid #D6D6D6;
	border-radius: 30px;
}
.energyvin p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #545B64;
}

/*-----------Top Supply----------------------------*/
.roles-list1 {
    display: grid;
    gap: 16px;
    width: 100%;
    margin: 0;
    list-style: none;
	padding: 48px;
	border-radius: 19px;
border: 0.974px solid var(--semantic-border-strong, #D6D6D6);
background: linear-gradient(138deg, #2494EA -218.61%, #FFF 97.57%);
}
.roles-list1 li {
	border-radius: var(--radius-pill, 999px);
	border: 1px solid #EAEAEA;
	background: #FFF;
	height: 57px;
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: center;
font-weight: 600;
font-size: 18px;
line-height: 25px;
color: #545B64;
}
/* 1 item */
.roles-list1:has(> li:only-child) {
    grid-template-columns: 400px;
}
.roles-list1 {
	margin-top: 32px;
}

/* 2 items */
.roles-list1:has(> li:nth-child(2)):not(:has(> li:nth-child(3))) {
    grid-template-columns: repeat(2, 1fr);
}

/* 3 items */
.roles-list1:has(> li:nth-child(3)):not(:has(> li:nth-child(4))) {
    grid-template-columns: repeat(3, 1fr);
}

/* 4 or more items */
.roles-list1:has(> li:nth-child(4)) {
    grid-template-columns: repeat(2, 1fr);
}
.topusimgcontentm {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	align-items: center;
	gap: 12px;
}
.topsupimg {
	flex: 0 0 498px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	gap: 10px;
	height: auto;
	min-height: auto;
	background: none;
	border: none;
	border-radius: 10px;
	align-self: stretch;
	background-size: cover;
	background-position: center;
}
.challenge-item {
	background: #F6F6F6;
}
.challenge-card p {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	letter-spacing: -0.03em;
	color: #757470;
}
.challenge-item:hover {
	background: #ee5c24;
}
.challenge-item:hover h3, .challenge-item:hover p{
	color: #fff;
}
.challenge-item:hover h3{
	border-color: #fff;
}
.challenge-card h3 {
	height: auto;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.03em;
	color: #000000;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.challenges-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
}
.challenge-item {
	padding: 18px;
	border-radius: 10px;
} 
.hiring-challenges .sectiontitle.center h2 {
	text-align: center !important;
	color: #000;
}
.hiring-challenges.dark .sectiontitle p {
	color: #545B64;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 32px;
}

/*----------------------------------FAQ--------------------*/
.faq-item {
	background: #fff;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
}
.faq-item .question {
	color: #333;
}
.faq-item[open] .question {
	color: #EE5C24;
}
.question {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #EE5C24;
}
.faq-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	background: #FFFFFF;
	border-radius: 16px;
	width: 100%;
}
summary .icon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0px;
	/* transform: translate(0, -50%); */
}
.faq-item summary {
	position: relative;
	width: 100%;
	padding-right: 40px;
	cursor: pointer;
}
.faqsdiv h2 {
	font-weight: bold;
	color: #EE5C24;
}
.faq-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	gap: 20px;
	background: #F0F0F0;
	border-radius: 24px;
}
details.faq-item .icon {
	transform: rotate(180deg);
}
details.faq-item[open] .icon {
	transform: rotate(0deg);
}
.answer {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding-top: 16px;
	line-height: 24px;
	color: #333333;
}


/*--------------------------Supply Chain--------------------*/

.envsafin.bxl .sectiontitle {
	flex: 0 0 492px;
	text-align: left;
	padding: 48px;
	align-content: center;
}
.envsafin.bxl .sectiontitle.center.dark{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 64px 48px;
gap: 10px;
width: 492px;
height: 753px;
background: linear-gradient(207.57deg, #EE5C24 -62.82%, #292929 59.87%);
border-radius: 30px;
}
.envsafin.bxl {
	display: flex;
	width: 100%;
	gap: 32px;
}
.callouts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px;
}
.calloutbox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	gap: 15px;
	width: 395px;
	min-height: 233.95px;
	border: 0.973611px solid #D6D6D6;
	border-radius: 24px;
}
.xsb {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #EE5C24;
}
.xsb {
	margin-bottom: 16px;
}
.xsb {
	display: flex;
	gap: 10px;
}
.callcont p {
	color: #545B64;
}
.shorttitlebox {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #545B64;
}
.xsb img {
	width: 30px;
}

.heroimagelayers {
    width: 100%;
    height: 100%;
}

.heroimagelayersin {
    width: 100%;
    height: 100%;
    position: relative;
}

.herobigimage,
.herosmallimage {
    background-image: var(--desktop-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.herobigimage {
	position: absolute;
	left: -30px;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
}
.herosmallimage {
	position: absolute;
	right: -40px;
	bottom: 70px;
	height: 223px;
	width: 223px;
	background-size: contain;
	background-position: right bottom;
}
.hero-buttons .btna {
	width: auto;
	max-width: 325px;
	font-weight: 600 !important;
}
.stopendlesscontbox p {
	font-size: 20px;
}
.page-id-31605 .enerygygitem {
	padding: 24px 0px 24px 16px;
	font-size: 19px;
	line-height: 30px;
}
.page-id-31607 .hero-buttons .btna {
	max-width: 350px;
}
@media (max-width: 1300px) {
	.container {
	width: calc(100% - 30px);
}
	.page-id-31607 .hero-buttons .btna {
	max-width: 350px;
}
.calloutbox {
	width: 100%;
	height: auto;
}
}
/* Mobile */
@media (max-width: 767px) {
    .herobigimage,
    .herosmallimage {
        background-image: var(--mobile-image);
    }
	.stopendlesscontbox p {
	font-size: 16px;
}
.herobigimage {
	position: absolute;
	left: 20px;
	top: -440px;
	width: 100%;
	height: 412px;
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
}
	.hero-content {
	margin-top: -51px;
		background: rgba(20, 20, 20, 0.23);
		text-align: center;
}
	.hero-buttons .btna {
	max-width: 100%;
}
	.herosmallimage {
	position: absolute;
	right: 20px;
	bottom: 30px;
	height: 120px;
	width: 100%;
	background-size: contain;
	background-position: right bottom;
}
 .blog-grid {
	grid-template-columns: 1fr;
}
	.container {
	width: calc(100% - 30px);
}
	section {
	padding: 32px 0;
}
	.question, .answer {
	font-size: 14px;
	line-height: 21px;
}
	h2 {
	font-size: 28px;
	line-height: 36px;
}
.stopendlessin {
	display: flex;
	flex-direction: column;
}
	.stopendless {
	padding: 0 30px;
}
	.stopendlessin {
	display: block;
	
}
	.stopendless {
	padding: 0;
}
	.btns2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	margin-top: 48px;
	gap: 16px;
	width: 100%;
}
	.btns2 a {
	width: 100%;
}
	br {
	display: none;
}
	.stopendless {
		padding: 40px 0;
	}
	.stopendlesscontbox {
	margin-top: 50px;
}
	.energyvin {
	display: block;
}
	.evergygrid {
	grid-template-columns: 1fr;
}
	.energyvin .sectiontitle {
	margin-bottom: 30px;
}
	.roles-list1:has(> li:nth-child(4)) {
	grid-template-columns: repeat(1, 1fr);
}
	.enerygygitem {
	height: 93px;
}
	.roles-list1 {
	padding: 24px;
}
	.roles-list1 li {
	font-size: 16px;
	line-height: 25px;
}
	.topenvron.b2xl p, .hiring-challenges.dark .sectiontitle p {
	font-size: 14px;
	line-height: 22px;
}
	.envsafin.bxl {
	display: block;
}
	.xsb {
	font-size: 20px;
	line-height: 25px;
}
	.envsafin.bxl .sectiontitle.center.dark {
	width: auto;
	height: auto;
	border-radius: 30px;
}
	.stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	gap: 20px;
}
	.xsb img {
	width: 20px;
}
	.challenges-content {
	grid-template-columns: 1fr;
}
	.calloutbox {
	max-width: 100%;
}
	.sectiontitle.center.dark {
	margin-bottom: 20px;
}
	.calloutbox {
	margin-bottom: 20px;
}
	.topusimgcontentm {
	display: block;
}
	.stat strong {
	font-size: 28px;
	line-height: 36px;
}
	.stat {
	width: 156px;
	max-width: 100%;
}
	.hero-content {
	position: relative;
	right: unset;
	top: unset;
	transform: unset;
	display: block;
	width: 100%;
	padding: 0;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(20, 20, 20, 0.20);
	color: #fff;
}
	.hero-buttons {
	flex-direction: column;
}
.hero-buttons .btna {
	width: 100%;
	height: 55px;
	font-size: 14px;
	text-align: center !important;
	line-height: 20px;
	font-weight: 600;
	align-content: center;
	align-items: center;
	justify-content: center;
}
	.hero-content h1 {
	font-size: 28px;
	line-height: 40px;
}
	.hero-bannerin .container {
	width: 100%;
}
	.hero-content {
	position: relative;
	right: unset;
	top: unset;
	transform: unset;
	display: block;
	width: 100%;
	padding: 0;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(20, 20, 20, 0.20);
	color: #fff;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.50);
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	padding: 0 15px;
}
	.hero-contentin {
	position: relative;
	height: auto;
}
	.hero-banner.p1 {
	height: auto;
}
.hero-content {
	padding-bottom: 40px;
	padding-top: 30px;
}
	.callouts {
	display: block;
}
	.hero-banner.p1 {
	padding-top: 460px;
}
	.envsafin.bxl .sectiontitle.center.dark {
	padding: 64px 16px;
}
	.calloutbox {
	width: 100%;
	height: auto;
}
	.stopendlessimgwrp img {
	height: auto;
	/* object-fit: cover; */
	position: relative;
	object-position: center;
	width: 100%;
}
	.stopendlessimg {
	flex: 1;
	height: auto;
}
	.stopendlessimgwrp img {
	width: calc(100% - 40px);
	margin: 0 auto;
}
	.stopendlessimg .aftera {
	position: absolute;
	width: 128px;
	height: 114px;
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	z-index: 1;
	content: '';
	bottom: -20px;
	left: 0px;
}
	.stopendlessimg .beforea {
	position: absolute;
	width: 112px;
	height: 110px;
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	z-index: -1;
	content: '';
	top: -20px;
	right: 0px;
}
	.hero-content p {
	font-size: 14px;
	line-height: 21px;
}
	.stat strong {
	margin-bottom: 8px;
}
	.numstats {
	padding: 40px 0;
}
	h2 {
	margin-bottom: 16px;
}
	.topsupimg {
	display: block;
	width: 100%;
	height: 316px;
	margin-bottom: 20px;
}
	.callouts p {
	font-size: 14px;
	line-height: 21px;
}
	.energyvin p {
	font-size: 14px;
	line-height: 22px;
}
	.roles-list1:has(> li:nth-child(2)):not(:has(> li:nth-child(3))), .roles-list1 * {
	grid-template-columns: repeat(1, 1fr);
}
	.energyvin .sectiontitle {
	padding: 34px 30px;
	gap: 10px;
	height: auto;
	min-height: 400px;
}
	.stopendlessimgwrp img {
	width: 100%;
	margin: 0 auto;
}
	.stopendlessimg {
	width: calc(100% - 40px);
	margin: 0 auto;
}
	.stopendlessimg .beforea {
	right: -20px;
}
	.stopendlessimg .aftera {
	left: -20px;
}
	.btns2 a {
	width: 100%;
	font-size: 14px;
	height: 66px;
		border-radius: 14px;
}
	.excerpt {
	font-size: 14px;
	line-height: 21px;
}
	.title {
	margin-bottom: 15px;
}
	.read-more {
	font-size: 14px;
	line-height: 20px;
}
	.cta-button {
	font-size: 14px;
	line-height: 20px;
}
	.blog-btn .cta-button {
	height: 44px;
}
	.elementor-button.elementor-size-md span {
	font-size: 10px !important;
}
}


