#Logistics-1 .main-box,
#Logistics-1 .main-box2 {
	display: flex;
	gap: 40px;
	width: 100%;
}

#Logistics-1 .scrollBlock2 img {
	top: 8px;
	position: relative;
	left: -3px;
	width: 10px !important;
}

#Logistics-1 .scrollBlock2 {
	/* display: none; */
	top: 58%;
	left: -110%;
}


#Logistics-1 .connectBtn {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 14px;
	font-size: 16px;
	min-width: 190px;
	border-radius: 5px;
	width: fit-content;
	color: #000;
	margin: 20px 0;
	text-decoration: none;
	text-align: left;
}

#Logistics-1 .main-box2 {
	justify-content: center;
}

#Logistics-1 .boxhover2 {
	border-radius: 10px;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
	display: flex;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.1);
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	width: 48%;
	height: 220px;
}

#Logistics-1 .boxhover4 {
	border-radius: 5px;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
	display: flex;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.1);
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	width: 100%;
}

#Logistics-1 .dothover li::marker {
	color: #fc4f02 !important;
	font-size: 24px !important;
}

#Logistics-1 .dothover {
	padding-left: 22px;
}

#Logistics-1 .box_heading {
	font-size: 20px !important;
	font-family: "PTSans-Bold" !important;
	padding-bottom: 10px;
}

#Logistics-1 .boxhover1 #Logistics-1 .box_heading {
	font-size: 24px !important;
	padding-bottom: 12px !important;
}

#Logistics-1 .direction {
	display: flex;
	align-items: center;
}

#Logistics-1 .box {
	display: flex;
}

#Logistics-1 .box img {
	height: 30px;
	width: 30px;
}

#Logistics-1 .line {
	height: 1px;
	opacity: 0.6;
	width: 60px;
	position: relative;
	left: 162px;
	bottom: 42px;
}

#Logistics-1 .mobile-heading h4 {
	font-family: "PTSans-Bold" !important;
	font-size: 30px;
	color: #fc4f02;
}

#Logistics-1 .mobils-main {
	display: flex;
}

#Logistics-1 .dothover ul li::marker {
	color: #fc4f02;
	font-size: 20px;
}

#Logistics-1 .mobile-screen-inner {
	border: 18px solid #000000;
	overflow: hidden;
	background: #fff;
	border-radius: 50px;
	width: 380px;
	height: 650px;
}

#Logistics-1 .chat-area-1 {
	flex: 1;
	overflow-y: auto !important;
	padding: 15px 0px 15px 0px;
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
	gap: 15px;
	height: 90%;
	position: relative;
}

#Logistics-1 .chat-area-2 {
	flex: 1;
	overflow-y: scroll !important;
	padding: 15px 0px 15px 0px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Logistics_Level_1/bg.png);
	overflow-y: hidden !important;
	height: 90%;
	position: relative;
}

#Logistics-1 .screen-footer_1 {
	position: absolute;
	z-index: 1;
	bottom: 10%;
	width: 54%;
}

#Logistics-1 .screen-footer_2 {
	position: absolute;
	z-index: 1;
	bottom: 6%;
}

#Logistics-1 .message-row.user {
	flex-direction: row-reverse;
}

#Logistics-1 .message-row {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	position: relative;
	margin: 0px 10px;
}

#Logistics-1 .message.user-2 {
	background: #fc4f02 !important;
	color: #fff;
	border-radius: 8px !important;
}

#Logistics-1 .message {
	background: #e8eff2 !important;
	padding: 10px 15px;
	border-radius: 5px;
	max-width: 75%;
	word-wrap: break-word;
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	line-height: 1.4;
	color: #000;
}

#Logistics-1 .cards-heading {
	font-family: ptsans-bold !important;
}

#Logistics-1 .boxhover2:hover,
#Logistics-1 .boxhover1:hover {
	border: 2px solid #fc4f02;
}

#Logistics-1 .boxhover1 {
	border-radius: 5px;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
	display: flex;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.1);
	align-items: flex-start;
	padding: 40px 30px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	margin-left: 12px;
}

#Logistics-1 .faq-item {
	border-bottom: 1px solid #e5e7eb;
}

#Logistics-1 .faq-question {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

#Logistics-1 .faq-question span {
	text-align: left;
}

#Logistics-1 .faq-answer {
	padding: 0 0 20px 0;
}

#Logistics-1 .arrow-icon {
	width: 18px;
	transition: transform 0.3s ease;
}

#Logistics-1 .faq-question:not(.collapsed) .arrow-icon {
	transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
	#Logistics-1 .mobils-main {
		flex-direction: column;
		align-items: center;
	}

	#Logistics-1 .boxhover1 img,
	#Logistics-1 .boxhover2 img,
	#Logistics-1 .boxhover4 img {
		margin-bottom: 20px;
	}

	#Logistics-1 .boxes {
		margin: -2px !important;
	}

	#Logistics-1 .box {
		flex-direction: column;
	}

	#Logistics-1 .main-box {
		flex-direction: column;
		gap: 10px;
	}

	#Logistics-1 .chat-area-1 {
		gap: 10px;
		overflow-y: auto !important;
	}

	#Logistics-1 .boxhover2,
	#Logistics-1 .boxhover3,
	#Logistics-1 .boxhover4 {
		height: auto;
		width: 100%;
		flex-direction: column;
	}

	#Logistics-1 .mobile-screen-inner {
		width: 100%;
		height: 630px;
	}

	#Logistics-1 .screen-footer_1 {
		bottom: 5%;
		width: 81%;
	}

	#Logistics-1 .screen-footer_2 {
		bottom: 3%;
		width: 100%;
	}

	#Logistics-1 .direction {
		flex-direction: column-reverse;
	}

	#Logistics-1 .boxhover1 {
		flex-direction: column;
		width: 100%;
		margin-left: 0px;
	}

	#Logistics-1 .main-box2 {
		flex-direction: column;
	}

	#Logistics-1 .mobile-screen {
		display: flex;
		justify-content: center;
	}

	#Logistics-1 .items1 {
		order: 1;
	}

	#Logistics-1 .mobile-heading h4 {
		padding: 10px 0px;
	}
}