body {
	color: #000 !important;
}
.pl {
	padding: 0px 20px 20px 0px;
}
.pr {
	padding: 0px 0px 20px 20px;
}
.line {
	width: 70px;
	height: 6px;
	background-color: #2cb740;
	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;
	}
}

.firstImg {
	display: block;
	margin: 0 auto;
	position: relative;
}
.chat-box_1 {
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: auto;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	bottom: 30%;
	right: 63%;
}
.my-chat-row {
	flex-direction: row-reverse;
}

.chat-row {
	display: flex;
	align-items: flex-start;
	margin: 15px 0;
}
.chat-row img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.my-chat {
	position: relative;
	width: 50%;
	word-wrap: break-word;
	background-color: #2cb740;
	padding: 15px 10px;
	border-radius: 10px 10px 0 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	color: #fff;
}

.client-chat {
	position: relative;
	width: 50%;
	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;
	position: relative;
}

.whatsapp-button {
	display: flex;
	width: 84%;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	background-color: #2cb740;
	color: white;
	font-weight: bold;
	padding: 6px 7px;
	border-radius: 20px;
	text-decoration: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-button img {
	margin-right: 5px;
}

.whatsapp-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.chats {
	flex: 1;
	padding: 10px;
	font-size: 0.8em;
}
.btnImg {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.chatContainer2 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Travel_WhatsApp/bg1.png) no-repeat;
	background-size: auto;
	height: auto;
	width: 100%;
}
.chatContainer3 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Travel_WhatsApp/bg2.png) no-repeat;
	background-size: auto;
	height: auto;
	width: 100%;
}
.chatContainer4 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Travel_WhatsApp/bg3.png) no-repeat;
	background-size: auto;
	height: auto;
	width: 100%;
}
.chatContainer5 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Travel_WhatsApp/bg4.png) no-repeat;
	background-size: auto;
	height: auto;
	width: 100%;
}
.chatContainer6 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Travel_WhatsApp/bg5.png) no-repeat;
	background-size: auto;
	height: auto;
	width: 100%;
}
.chatContainer7 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Travel_WhatsApp/bg6.png) no-repeat;
	background-size: auto;
	height: auto;
	width: 100%;
}
.book-now-btn {
	display: inline-block;
	padding: 9px 35px;
	font-weight: bold;
	color: #2cb740;
	background-color: #f5f5f5;
	border: 2px solid #2cb740;
	border-radius: 12px;
	margin-left: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.book-now-btn:hover {
	background-color: #2cb740;
	color: white;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cardContainer {
	margin: 0 auto;
}
.cardContainer .card {
	border: 2px solid #2cb740;
	border-radius: 16px;
	padding: 30px;
	background-color: white;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.card li::before {
	content: "•";
	position: absolute;
	left: 0px;
	color: #2cb740;
	font-size: 28px;
	line-height: 1;
}
.card2 li::before {
	content: "•";
	position: absolute;
	left: 9px;
	bottom: -4px;
	color: #fff;
	font-size: 28px;
	line-height: 1;
}
.card2 li {
	position: relative;
	padding-left: 30px;
}

.card li {
	margin-bottom: 25px;
	position: relative;
	padding-left: 30px;
}
.card ul {
	list-style: none;
	padding: 0;
}
.card b {
	color: #2cb740;
	font-size: 23px;
	font-weight: bold;
}
.travelBusiness {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cart {
	display: flex;
	align-items: center;
	gap: 20px;
}
.BuyBtn {
	margin-left: 10px !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
}
.mobils-main {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}
.mobile-screen {
	width: 48%;
	display: flex !important
;
	position: relative;
	flex-direction: column;
}
.mobile-header1 {
	background-color: #060042;
	padding: 20px 15px 15px 15px;
}
.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: 25px;
	margin: 20px;
}
.chat-body {
	padding: 10px;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
	scrollbar-width: none;
}
.chat-bubble-mobile.user {
	background-color: #060042;
	color: #fff;
	align-self: flex-end;
}
.chat-bubble-mobile {
	position: relative;
	max-width: 60%;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.4;
	word-wrap: break-word;
}
.chat-bubble-mobile.agent {
	background-color: #f3f4f6;
	color: #111;
	align-self: flex-start;
	border-radius: 10px;
	width: 60%;
}
.chat-bubble-mobile.user2 {
	background-color: #dcf7c5;
	color: #000;
	align-self: flex-end;
}
.chat-bubble-mobile.agent2 {
	background-color: #f2f2f2;
	color: #111;
	align-self: flex-start;
	border-radius: 10px;
	width: 60%;
}
.chat-bubble-mobile {
	max-width: 60%;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.4;
	word-wrap: break-word;
}
.bottom1 {
	padding: 10px 20px;
}
.emoji1 {
	position: absolute;
	bottom: 48%;
	z-index: 1;
	right: -15%;
}
.emoji2 {
	position: absolute;
	top: 13%;
	z-index: 1;
	right: -15%;
}
.emoji3 {
	position: absolute;
	bottom: 48%;
	z-index: 1;
	right: -15%;
}
.whatsApp {
	position: absolute;
	top: 11%;
	z-index: 1;
	left: -13%;
}
.footerHeading {
	font-size: 25px;
	color: #2cb740;
	font-weight: bold;
	text-align: left;
	padding: 25px 0px;
}
.chat-row2 {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.my-chat2 {
	width: 50%;
	word-wrap: break-word;
	background-color: #fff3e2;
	padding: 15px 10px;
	border-radius: 10px 10px 0 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	color: #000;
}
.waitImg {
	display: flex;
	justify-content: flex-end;
}

.sideEmoji {
	position: absolute;
	top: 58%;
	left: 4%;
	transform: translateY(-50%);
	z-index: 1;
	width: 116px;
}
.chatContainer8 {
	height: 650px;
	margin: 20px 0px;
}
.feature-box {
	display: flex;
	align-items: flex-start;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
	margin-bottom: 25px;
	gap: 15px;
	background: white;
	padding: 30px 20px;
	border: 2px solid transparent;
	border-radius: 12px;
	transition: border 0.3s;
}
.agentSpan {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	left: 0px;
	border-right-color: #f2f2f2;
	bottom: -10%;
	transform: rotate(180deg);
}
.userSpan {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	right: 0px;
	border-right-color: #2cb740;
	bottom: -10%;
	transform: rotate(0deg);
}
.time {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	color: #b3c9a0;
}
.userSpan2 {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	right: 0px;
	border-right-color: #dcf7c5;
	bottom: -10%;
	transform: rotate(0deg);
}
.feature-box:hover,
.boxhover:hover,
.miniBox:hover {
	border-color: #2cb740;
}
.feature-box .title,
.boxhover .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 7px;
}
.boxhover {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
	display: flex;
	align-items: flex-start;
	height: 250px;
	padding: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-image: initial;
	border-radius: 18px;
	transition: 1s ease-out;
}
.miniBox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 90%;
	height: 162px;
	gap: 10px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
	padding: 16px;
	transition: border 0.3s;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-radius: 10px;
	margin-bottom: 20px;
}
.numbers {
	font-size: 20px;
	font-weight: bold;
	color: #2cb740;
	margin-bottom: 5px;
}
.pay-per {
	margin-bottom: 190px !important;
}
.finalSection {
	display: flex;
	align-items: center;
}
.line2 {
	width: 70px;
	height: 6px;
	background-color: #2cb740;
	margin: 0 10%;
	margin-top: 20px;
	display: block;
	border-radius: 3px;
}
.finalContent {
	text-align: left;
	padding-right: 20px;
}

.cardcontent {
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
	.chat-box_1 {
		position: relative;
		left: 0;
		margin: 25px auto;
		max-width: 265px;
	}
	.pr {
		padding: 10px 0px 10px 0px;
	}
	.pl {
		padding: 10px 0px 10px 0px;
	}
	.mobils-main {
		flex-direction: column;
	}
	.mobile-screen,
	.outcome-list {
		width: 100%;
	}
	.mobils-main,
	.mobile-screen {
		align-items: center;
		gap: 0px;
	}
	.mobile-screen-inner {
		height: 500px;
		width: 50%;
	}
	.feature-box {
		flex-direction: column;
		align-items: flex-start;
	}
	.chatContainer2,
	.chatContainer3,
	.chatContainer4,
	.chatContainer5,
	.chatContainer6,
	.chatContainer7,
	.chatContainer8 {
		width: 70%;
		height: auto;
		margin: 0 auto;
	}
	.about-img {
		margin: 0 auto;
		display: block;
	}
	.boxhover {
		height: auto;
		flex-direction: column;
	}
	.miniBox {
		width: 100%;
		height: auto;
	}
	.my-chat2,
	.client-chat,
	.my-chat {
		width: 70%;
	}
	.boxhover img {
		margin-bottom: 15px;
	}
	.pricing-content {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.pay-per {
		margin-bottom: 0 !important;
	}
	.cardContainer .card {
		padding: 10px;
	}
	.finalSection {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-bottom: 20px;
	}
	.line2 {
		margin: 0 16%;
	}
	.finalContent {
		padding-right: 0px;
	}
	.chats {
		padding: 10px 0px;
	}
}
@media screen and (max-width: 426px) {
	.chatContainer2,
	.chatContainer3,
	.chatContainer4,
	.chatContainer5,
	.chatContainer6,
	.chatContainer7,
	.chatContainer8 {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.mobile-screen-inner {
		height: 500px;
		width: 95%;
	}
}
