body {
	color: #000 !important;
}

.pl {
	padding: 20px 20px 20px 0px;
}

.pr {
	padding: 20px 0px 20px 20px;
}

.pub {
	padding: 20px 0px;
}

.line {
	width: 70px;
	height: 6px;
	background: #016aff;
	margin: 0 50%;
	margin-top: 20px;
	display: block;
	border-radius: 3px;
}

.anim {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.anim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: white;
	animation: animate 2s linear infinite;
}

@keyframes animate {
	0% {
		left: 0;
	}

	50% {
		left: 100%;
	}

	0% {
		left: 0;
	}
}

.accordion-item {
	transition: 0.3s;
}

.accordion-header {
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 15px 0px;
	gap: 10px;
}

.accordion-header .tick {
	color: rgb(0, 123, 255);
	font-weight: bold;
}

p,
header,
nav,
span {
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
}

.accordion-item.active .arrow {
	transform: rotate(360deg);
}

.accordion-header .arrow {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
	margin-left: auto;
}

.flex {
	display: flex;
	align-items: center;
}

.accordion-item.active .accordion-content {
	max-height: 240px;
	padding: 15px;
	padding-top: 0;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	padding: 0 15px;
}

.pay-per {
	margin-bottom: 190px !important;
}

.sroll-chat2 {
	height: 570px;
}

.mail-header {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	word-break: break-word;
}

.mobile-content h6,
.mobile-content2 h6 {
	text-align: left;
	font-size: 20px !important;
	padding: 20px 0;
	font-weight: bold;
	color: #0866ff !important;
}

.mobile-content2 h5,
.mobile-content h5 {
	font-size: 25px !important;
	font-weight: bold !important;
	line-height: normal;
	padding: 0px;
}


.mobile-content li {
	padding-left: 20px;
	font-size: 18px !important;
	line-height: 35px;
	padding: 10px 0px 0px 20px;
}

.mobile-content2 li {
	font-size: 18px !important;
	line-height: 35px;
	padding: 10px 0px 0px 0px;

}

.mobile-content li::before {
	content: "•";
	position: absolute;
	left: 0px;
	color: #0866ff;
	font-size: 30px;
}

.mobile-content2 li::before {
	content: "";
	position: absolute;
	left: 0px;
	color: #0866ff;
	font-size: 30px;
	background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Generative_AI_Chatbot_Manufacturing_Facebook/tik.png);
	background-repeat: no-repeat;
}

.tik-li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.section-heading {
	font-size: 24px;
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 8px;
}

.light-number {
	color: #cce1ff;
	font-size: 30px;
}

.main-title {
	color: #000;
	font-size: 20px;
	font-weight: 800;
}

.chat-bg {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Generative_AI_Chatbot_Manufacturing_Facebook/bg1.png) no-repeat center center;
	background-size: contain;
}

.chat-bg2 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Generative_AI_Chatbot_Manufacturing_Facebook/bg2.png) no-repeat center center;
	background-size: contain;
}

.chat-bg3 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Generative_AI_Chatbot_Manufacturing_Facebook/bg3.png) no-repeat center center;
	background-size: contain;
}

.chat-bg4 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Generative_AI_Chatbot_Manufacturing_Facebook/bg4.png) no-repeat center center;
	background-size: contain;
}

.chat-bg5 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Generative_AI_Chatbot_Manufacturing_Facebook/bg5.png) no-repeat center center;
	background-size: contain;
}

.chat-bg6 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Generative_AI_Chatbot_Manufacturing_Facebook/bg6.png) no-repeat center center;
	background-size: contain;
}

.chatbox3 {
	background: none !important;
	box-shadow: none !important;
}

.chatbox2 {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	max-width: 400px;
	margin-left: auto;
	position: relative;
}

.box-2-img {
	position: absolute;
	right: 75%;
	top: -10px;
	width: 75px;
}

.msg2 {
	position: absolute;
	right: -3%;
	top: -45px;
	width: 75px;
}

.chat-message3 {
	margin-bottom: 20px;
}

.chat-message2 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}

.chat-message2.user2 p {
	background: #0866ff;
	color: white;
	border-radius: 20px;
	font-size: 12px !important;
	line-height: normal;
	padding: 10px 15px;
	max-width: 50%;
	border-bottom-right-radius: 5px;
}

.chat-message2.user3 p {
	background: #0866ff;
	color: white;
	border-radius: 20px;
	font-size: 12px !important;
	line-height: normal;
	padding: 10px 15px;
	max-width: 50%;
	border-bottom-right-radius: 5px;
	margin-left: 130px;
}

.chat-message2 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}

.chat-message2.bot2 p {
	background: #f6f6f6;
	font-size: 12px !important;
	line-height: normal;
	color: #000000;
	border-radius: 20px;
	padding: 10px 15px;
	max-width: 70%;
	margin-left: 10px;
}

.chat-message2.bot2 img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}

.msgs {
	margin-left: 40px;
}

.mobile-section h4 {
	font-size: 25px !important;
}

.dot li {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

ul,
li {
	line-height: normal;
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0%;
}

.dot li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 16px;
	line-height: 1.6;
}

.dot li::before {
	content: "●";
	color: #016aff;
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 20px;
	line-height: 1.6;
}

.mobile-screen {
	display: flex !important;
	position: relative;
	flex-direction: column;
}

.mobile-screen-2 {
	height: 670px;
}

.bottom1 {
	padding: 10px 20px;
}

.chat-body {
	padding: 10px;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.chat-area::-webkit-scrollbar {
	width: 5px;
}

.chat-area::-webkit-scrollbar-track {
	background: #fff;
}

.chat-area::-webkit-scrollbar-thumb {
	background: #016aff;
}

.chat-area::-webkit-scrollbar-thumb:hover {
	background: #016aff;
}

.chatbox4 {
	padding: 0;
	font-size: 12px !important;
	line-height: normal;
	margin: auto !important;
}

.chat-area {
	height: 400px;
	overflow-y: auto;
	background-color: #fff;
}

.chat-message2.user2 {
	justify-content: flex-end;
}

.chat-message2 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}

.chat-message2.user2 p {
	background: #0866ff;
	color: white;
	border-radius: 20px;
	font-size: 12px !important;
	line-height: normal;
	padding: 10px 15px;
	max-width: 70%;
}

.pl20 {
	padding: 10px 20px;
}

.chat-row {
	display: flex;
	align-items: flex-start;
	margin: 15px 0;
}

.client-chat {
	width: 66%;
	word-wrap: break-word;
	background-color: #f2f2f2;
	padding: 15px 10px;
	border-radius: 10px 10px 10px 0;
	margin-left: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}

.chats {
	flex: 1;
	overflow-y: auto;
	padding: 10px;
	font-size: 0.8em;
}

.chat-row1 {
	display: flex;
	align-items: center;
}

.chat-box_1 {
	position: absolute;
	width: 100%;
	max-width: 330px;
	height: 325px;
	background-color: #fff;
	border-radius: 35px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	bottom: 15%;
	right: 60%;
}

.chats::-webkit-scrollbar {
	width: 5px;
}

.chats::-webkit-scrollbar-track {
	background: #fff;
}

.chats::-webkit-scrollbar-thumb {
	background: #016aff;
}

.chats::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.mobils-main {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

.mobile-screen-inner {
	width: 90%;
	height: 650px;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	position: relative;
	border-radius: 30px;
	margin: 20px;
}

.bottom1 {
	padding: 0px 20px;
}

.smiley {
	position: absolute;
	top: 40%;
	right: -17%;
	z-index: 1;
}

.chat-container1 {
	max-width: 600px;
	position: relative;
	overflow-y: scroll;
}

.chat-container {
	max-width: 600px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.chat-row {
	display: flex;
	align-items: flex-end;
	margin: 10px 0;
}

.chat-row.user {
	justify-content: flex-end;
	gap: 10px;
}

.chat-row.agent {
	justify-content: flex-start;
	gap: 10px;
}

.message {
	border-radius: 15px;
	max-width: 65%;
	font-size: 12px;
	line-height: 1.4;
}

.user-msg {
	background-color: #fff0df;
	position: relative;
}

.agent-msg {
	background-color: #f1f1f1;
	position: relative;
}

.msg {
	padding: 12px 16px;
	border-radius: 15px;
	max-width: 65%;
	font-size: 12px;
	line-height: 1.4;
}

.email-block {
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

.whatsApp {
	position: absolute;
	top: 15%;
	right: 84%;
	z-index: 10;
}

.gap {
	height: 10px;
	width: 100%;
}

.boxHover:hover {
	border: 2px solid #016aff;
}

.boxHover {
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
	background: #fff;
	display: flex !important;
	flex-direction: row;
	align-content: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px;
	gap: 20px;
	margin: 10px 0;
	border: 2px solid #fff;
	transition: border-color 1s ease;
}

.m10 {
	margin: 10px;
	display: block;
}

.frustetedd {
	height: 85px;
	position: absolute;
	top: 190px;
	left: -35px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(213px, 1fr));
	gap: 24px;
	padding: 20px;
}

.benefit-box {
	width: 230px;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
	height: 200px;
	border: 2px solid transparent;
}

.benefit-box:hover {
	border: 2px solid #016aff;
}

.benefit-box img {
	margin-bottom: 12px;
}

.benefit-box p {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}

.pricing-content h2 {
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 15px;
}

.pricing-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pricing-content li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.5;
}

.transformation-starts {
	background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Generative_AI_Chatbot_Manufacturing_Facebook/img5.png);
	background-size: cover;
}

.alignment {
	display: flex;
	align-items: center;
}

.footerHead {
	font-size: 36px;
	color: rgb(255, 255, 255);
	text-align: left;
	width: 70%;
}

.contactbtn {
	display: flex;
	gap: 10px;
}

.connectBtn1 {
	width: auto;
	font-size: 16px;
	color: rgb(255, 255, 255);
	background-color: #016AFF !important;
	border-radius: 24px;
	padding: 10px 20px;
}

.connectBtn2 {
	width: auto;
	font-size: 16px;
	color: #000;
	background-color: #FFFFFF !important;
	border-radius: 24px;
	padding: 15px 20px;
}

.Arrowicon {
	margin-left: 6px;
	vertical-align: middle;
	background: rgb(255, 255, 255);
	padding: 10px;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.connectBtn1 {
		padding: 20px 0px;
	}

	.flex {
		flex-direction: column;
	}

	.accordion-item.active .accordion-content {
		max-height: 270px;
	}

	.alignment {
		flex-direction: column;
	}

	.contactbtn {
		flex-direction: column;
	}

	.pr {
		padding: 20px 0px 20px 0px;
	}

	.pl {
		padding: 20px 0px 20px 0px;
	}

	.chat-box_1 {
		position: relative;
		left: 0;
		margin: 25px auto;
	}

	.pr {
		padding: 20px 0px 20px 0px;
	}

	.frusteted,
	.whatsApp,
	.frustetedd,
	.text,
	.smiley,
	.msg2 {
		display: none;
	}

	.mobile-content li {
		padding-left: 5%;
	}

	.boxhover {
		height: 325px;
	}

	.sroll-chat2 {
		height: 250px !important;
	}

	.mobils-main {
		flex-direction: column;
	}

	.section-heading {
		align-items: flex-start;
		text-align: left;
	}

	.mobile-screen,
	.outcome-list {
		width: 100%;
	}

	.mobils-main,
	.mobile-screen {
		align-items: center;
		gap: 0px;
	}

	.box-2-img {
		display: none;
	}

	.mobile-screen-inner {
		height: 500px;
	}

	.mobile-content h6,
	.mobile-content2 h6 {
		line-height: normal;
	}

	.pricing-content {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.benefit-box {
		width: auto;
	}

	.pay-per {
		margin-bottom: 0 !important;
	}

	.mobile-screen-2 {
		height: 550px;
	}

	.accordion-container {
		margin-top: 0px;
	}

	.swip {
		display: flex;
		flex-direction: column;
	}

	.items2 {
		order: 1;
	}

	.boxHover {
		flex-direction: column;
		padding: 30px 20px;
	}

	.items1 {
		order: 2;
	}
}