/* UnifiedTalk marketing site — extends EXCEPTION template (see ../Template/) */

.unifiedtalk .ut-top-search {
	display: none !important;
}

.unifiedtalk .head-style2 header.top-head .logo a {
	background: none !important;
	width: auto;
	min-width: 140px;
	height: auto;
	min-height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.unifiedtalk .ut-logo-text {
	font-size: 21px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.unifiedtalk .head2-lft-links .ut-lang-switch {
	white-space: nowrap;
}

.unifiedtalk .head2-lft-links .ut-lang-current {
	opacity: 0.9;
	cursor: default;
}

.unifiedtalk .ut-channel-card > p.no-margin {
	margin-top: 12px;
}

.unifiedtalk .ut-sms .ut-sms-kicker {
	margin: 0 0 10px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(15, 23, 42, 0.65);
	font-weight: 800;
}

.unifiedtalk .ut-sms .ut-sms-kicker .fa {
	color: #2563eb;
}

.unifiedtalk .ut-sms .ut-sms-points {
	margin-top: 10px;
}

.unifiedtalk .ut-sms .ut-sms-points ul.list.prim li strong {
	color: #0f172a;
}

.unifiedtalk .ut-sms .ut-sms-statrow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 6px;
}

.unifiedtalk .ut-sms .ut-sms-stat {
	flex: 1 1 120px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: rgba(255, 255, 255, 0.65);
	border-radius: 12px;
	padding: 10px 12px;
	line-height: 1.2;
}

.unifiedtalk .ut-sms .ut-sms-stat-num {
	display: block;
	font-weight: 900;
	color: #0f172a;
}

.unifiedtalk .ut-sms .ut-sms-stat-label {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: rgba(15, 23, 42, 0.7);
}

.unifiedtalk .ut-sms .ut-sms-actions .btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

.unifiedtalk .ut-sms .ut-sms-actions .btn:not(.main-bg) {
	background: transparent;
	border: 2px solid rgba(15, 23, 42, 0.25);
	color: #0f172a;
}

.unifiedtalk .ut-sms .ut-sms-actions .btn:not(.main-bg):hover {
	background: rgba(15, 23, 42, 0.06);
}

.unifiedtalk .ut-sms .ut-sms-preview {
	border-radius: 16px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 100%);
	box-shadow: 0 14px 30px rgba(2, 6, 23, 0.08);
	padding: 14px 14px 12px;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

.unifiedtalk .ut-sms .ut-sms-preview + .padd-20 {
	margin-top: 14px;
	position: relative;
	z-index: 0;
}

.unifiedtalk .ut-sms .ut-sms-preview-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	margin-bottom: 10px;
}

.unifiedtalk .ut-sms .ut-sms-preview-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 900;
	color: #2563eb;
}

.unifiedtalk .ut-sms .ut-sms-preview-title {
	font-weight: 900;
	color: #0f172a;
}

.unifiedtalk .ut-sms .ut-sms-preview-body p {
	margin: 0 0 8px;
	color: rgba(15, 23, 42, 0.86);
}

.unifiedtalk .ut-sms .ut-sms-preview-muted {
	margin: 0;
	font-size: 12px;
	color: rgba(15, 23, 42, 0.6);
}

html[dir="rtl"] .unifiedtalk .ut-sms .ut-sms-actions .btn {
	margin-right: 0;
	margin-left: 10px;
}

.unifiedtalk .head-style2 .right-bar a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

.unifiedtalk .head-style2 .right-bar a[href^="tel:"]:hover {
	text-decoration: underline;
}

.unifiedtalk .footer-contact a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

.unifiedtalk .footer-contact a[href^="tel:"]:hover {
	text-decoration: underline;
}

/*
 * Header: keep EXCEPTION float layout.
 * - Logo min-width (theme 230px) vs narrow .cell-2 → overlap; relax for UnifiedTalk text logo.
 * - Wider .cell-1 only for RTL: English needs full default .cell-9 (75%) so long nav stays one row.
 */
.unifiedtalk .head-style2 .logo {
	min-width: 0 !important;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 1025px) {
	html[dir="rtl"] .unifiedtalk .head-style2 .cell-1.head2-lft-links {
		width: 14% !important;
	}

	html[dir="rtl"] .unifiedtalk .head-style2 .cell-9.top-menu {
		width: 69.33333333% !important;
	}
}

html[dir="rtl"] .unifiedtalk .head-style2 .head2-lft-links {
	position: relative;
	z-index: 2;
}

html[dir="rtl"] .unifiedtalk .head-style2 .head2-lft-links li i {
	float: none;
	margin-left: 0;
	margin-right: 10px;
	vertical-align: middle;
}

html[dir="rtl"] .unifiedtalk .head-style2 .head2-lft-links li {
	text-align: right;
}

.unifiedtalk .ut-hero {
	padding: 72px 0 64px;
	background: linear-gradient(135deg, #2c3e50 0%, #1a252f 50%, #2c3e50 100%);
	position: relative;
	overflow: hidden;
}

.unifiedtalk .ut-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url('../Template/images/slider/dummy.png') center/cover;
	opacity: 0.08;
	pointer-events: none;
}

.unifiedtalk .ut-hero .container {
	position: relative;
	z-index: 1;
}

.unifiedtalk .ut-hero h1 {
	color: #fff;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 16px;
	font-weight: 800;
}

.unifiedtalk .ut-hero h1 span {
	color: #2563eb;
}

.unifiedtalk .ut-hero .ut-lead {
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	line-height: 1.55;
	max-width: 640px;
	margin-bottom: 28px;
}

.unifiedtalk .ut-hero-actions .btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

.unifiedtalk .ut-hero-actions .btn:not(.main-bg) {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.85);
	color: #fff;
}

.unifiedtalk .ut-hero-actions .btn:not(.main-bg):hover {
	background: rgba(255, 255, 255, 0.12);
}

.unifiedtalk .ut-hero-badges {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.unifiedtalk .ut-hero-badges span {
	display: inline-block;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	margin-right: 20px;
	margin-bottom: 8px;
}

.unifiedtalk .ut-hero-badges .fa {
	color: #2563eb;
	margin-right: 6px;
}

/* WhatsApp Business landing (channel-whatsapp-business*.html) */
.unifiedtalk .ut-wa-hero .ut-lead {
	max-width: 820px;
}

.unifiedtalk .ut-wa-hero--split .ut-wa-hero-copy .ut-lead {
	max-width: none;
}

.unifiedtalk .ut-wa-hero-figure {
	margin: 0;
	text-align: center;
}

.unifiedtalk .ut-wa-hero-figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 14px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.unifiedtalk .ut-wa-hero-caption {
	margin: 14px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
	.unifiedtalk .ut-wa-hero--split .ut-wa-hero-visual {
		margin-top: 36px;
	}
}

.unifiedtalk .ut-wa-payments-figure {
	margin: 0;
	text-align: center;
}

.unifiedtalk .ut-wa-payments-figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.unifiedtalk .ut-wa-payments-caption {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: #777;
}

.unifiedtalk .ut-wa-support-figure {
	margin: 0;
	text-align: center;
}

.unifiedtalk .ut-wa-support-figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.unifiedtalk .ut-wa-support-caption {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: #777;
}

.unifiedtalk .ut-wa-cc-figure {
	margin: 0;
	text-align: center;
}

.unifiedtalk .ut-wa-cc-figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.unifiedtalk .ut-wa-cc-caption {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: #777;
}

/* FAQ accordion (EXCEPTION Template/FAQ.html pattern, channel-whatsapp-business*.html) */
.unifiedtalk .ut-wa-faq-accordion li > h3 a {
	color: #555;
}

.unifiedtalk .ut-wa-faq-accordion .accordion-panel p {
	margin: 0 0 12px;
}

.unifiedtalk .ut-wa-faq-accordion .accordion-panel p:last-child {
	margin-bottom: 0;
}

/* Dual sales/support AI diagram (channel-whatsapp-business*.html) */
.unifiedtalk .ut-wa-dual-flow {
	background: #0a0a0a;
	color: #ccc;
	padding-top: 56px;
	padding-bottom: 56px;
}

.unifiedtalk .ut-wa-dual-flow .block-head {
	color: #fff;
}

.unifiedtalk .ut-wa-dual-flow .ut-section-intro,
.unifiedtalk .ut-wa-dual-flow .ut-wa-dual-intro {
	color: rgba(255, 255, 255, 0.85);
}

.unifiedtalk .ut-wa-dual-figure {
	margin: 28px 0 0;
	text-align: center;
}

.unifiedtalk .ut-wa-dual-figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 12px;
}

.unifiedtalk .ut-wa-dual-caption {
	margin: 16px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.45);
}

.unifiedtalk .ut-wa-appt-figure {
	margin: 0;
	text-align: center;
}

.unifiedtalk .ut-wa-appt-figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.unifiedtalk .ut-wa-appt-caption {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: #777;
}

/* Omnichannel strip (channel-whatsapp-business*.html #omnichannel) */
.unifiedtalk .ut-wa-omni {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f1f5f9 100%);
	border-top: 1px solid #e8edf2;
	border-bottom: 1px solid #e8edf2;
	padding-top: 52px;
	padding-bottom: 56px;
}

.unifiedtalk .ut-wa-omni .ut-wa-omni-kicker {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #2563eb;
	margin: 0 0 10px;
}

.unifiedtalk .ut-wa-omni .ut-wa-omni-kicker .fa {
	margin-right: 8px;
	color: #25d366;
}

.unifiedtalk .ut-channel-card--current {
	border-color: #2563eb;
	box-shadow: 0 10px 32px rgba(37, 99, 235, 0.14);
	position: relative;
}

.unifiedtalk .ut-channel-card--current::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #25d366, #2563eb);
	border-radius: 2px 2px 0 0;
}

.unifiedtalk .ut-wa-omni-row2 {
	margin-top: 36px;
}

.unifiedtalk .ut-wa-omni-benefits {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.unifiedtalk .ut-wa-omni-benefit {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.unifiedtalk .ut-wa-omni-benefit-ico {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #2563eb;
}

.unifiedtalk .ut-wa-omni-benefit h4 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: #1e293b;
}

.unifiedtalk .ut-wa-omni-benefit p {
	color: #64748b;
	font-size: 14px;
	line-height: 1.55;
}

.unifiedtalk .ut-wa-omni-cta {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 28px 24px;
	box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
	text-align: center;
	height: 100%;
	box-sizing: border-box;
}

.unifiedtalk .ut-wa-omni-cta-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%);
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.unifiedtalk .ut-wa-omni-cta-title {
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
	color: #0f172a;
}

.unifiedtalk .ut-wa-omni-cta-lead {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.55;
	color: #64748b;
}

.unifiedtalk .ut-wa-omni-cta .btn-large {
	width: 100%;
	box-sizing: border-box;
}

.unifiedtalk .ut-wa-omni-btn-outline {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #2563eb !important;
	color: #2563eb !important;
	background: transparent !important;
}

.unifiedtalk .ut-wa-omni-btn-outline:hover {
	background: rgba(37, 99, 235, 0.08) !important;
}

.unifiedtalk .ut-wa-omni-cta-mail {
	margin: 18px 0 0;
	font-size: 13px;
}

.unifiedtalk .ut-wa-omni-cta-mail a {
	color: #475569;
	text-decoration: none;
}

.unifiedtalk .ut-wa-omni-cta-mail a:hover {
	color: #2563eb;
}

.unifiedtalk .ut-wa-kicker {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 12px;
}

.unifiedtalk .ut-wa-kicker .fa {
	color: #25d366;
	margin-right: 8px;
}

.unifiedtalk .ut-wa-personal-visual {
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	color: #fff;
}

.unifiedtalk .ut-wa-personal-visual h4 {
	color: #fff;
}

.unifiedtalk .ut-wa-personal-visual .list.prim li {
	color: rgba(255, 255, 255, 0.9);
}

.unifiedtalk .ut-wa-trust {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.5;
	max-width: 720px;
	margin: 20px 0 0;
}

.unifiedtalk .ut-wa-bc {
	padding: 12px 0;
	border: none;
	background: transparent;
}

.unifiedtalk .ut-wa-pillar {
	margin-bottom: 20px;
}

.unifiedtalk .ut-wa-pillar-inner {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 24px 20px;
	height: 100%;
	box-sizing: border-box;
}

.unifiedtalk .ut-wa-pillar-inner .fa {
	font-size: 28px;
	display: block;
	margin-bottom: 12px;
}

.unifiedtalk .ut-wa-pillar-inner h4 {
	margin: 0 0 10px;
	font-size: 17px;
}

.unifiedtalk .ut-wa-pillar-inner p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.55;
}

.unifiedtalk .ut-wa-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 24px 22px;
	height: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.unifiedtalk .ut-wa-card h3 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.35;
}

.unifiedtalk .ut-wa-card h3 .fa {
	margin-right: 10px;
	color: #2563eb;
}

.unifiedtalk .ut-wa-card p {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.55;
}

.unifiedtalk .ut-wa-card-aside h4 {
	margin-top: 0;
}

.unifiedtalk .ut-wa-faq-item {
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
}

.unifiedtalk .ut-wa-faq-item:last-child {
	border-bottom: none;
}

.unifiedtalk .ut-wa-faq-item h4 {
	margin: 0 0 8px;
	font-size: 16px;
}

.unifiedtalk .ut-wa-faq-item p {
	margin: 0;
	color: #555;
	line-height: 1.6;
}

.unifiedtalk .ut-wa-ai-foot {
	margin: 28px 0 0;
	font-size: 14px;
	color: #666;
	line-height: 1.55;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.unifiedtalk .ut-section-intro {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 36px;
}

.unifiedtalk .ut-ai-people {
	background: #fff;
}

.unifiedtalk .ut-ai-people-intro {
	font-size: 16px;
	line-height: 1.65;
	color: #555;
	margin-bottom: 22px;
}

.unifiedtalk .ut-ai-people-point {
	border: 1px solid #e8e8e8;
	background: #f8fafc;
	padding: 16px 16px;
	margin-bottom: 12px;
	height: 100%;
	box-sizing: border-box;
}

.unifiedtalk .ut-ai-people-point h4 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
}

.unifiedtalk .ut-ai-people-point h4 .fa {
	margin-right: 8px;
}

.unifiedtalk .ut-ai-people-figure {
	margin: 0;
	text-align: center;
}

.unifiedtalk .ut-ai-people-figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 18px;
	box-shadow: 0 18px 60px rgba(15, 23, 42, 0.18);
	background: #eef2ff;
}

.unifiedtalk .ut-channel-card {
	text-align: center;
	padding: 24px 16px;
	background: #fff;
	border: 1px solid #eee;
	transition: border-color 0.2s, box-shadow 0.2s;
	height: 100%;
	box-sizing: border-box;
}

.unifiedtalk .ut-channel-card:hover {
	border-color: #2563eb;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.unifiedtalk .ut-channel-card .ut-ch-ico {
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	background: #f6f6f6;
	margin: 0 auto 16px;
	font-size: 28px;
	color: #2563eb;
}

.unifiedtalk .ut-channel-card h4 {
	margin: 0 0 10px;
	font-size: 17px;
}

.unifiedtalk .ut-channel-card p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

.unifiedtalk .ut-use-grid .cell-6 {
	margin-bottom: 20px;
}

.unifiedtalk .ut-use-panel {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 28px 24px;
	height: 100%;
	box-sizing: border-box;
}

.unifiedtalk .ut-use-panel h4 {
	margin-top: 0;
}

.unifiedtalk .ut-use-panel ul {
	margin: 0;
	padding-left: 18px;
	color: #555;
	line-height: 1.7;
}

.unifiedtalk .ut-cta-band {
	background: #2c3e50;
	color: #fff;
	text-align: center;
	padding: 56px 20px;
}

.unifiedtalk .ut-cta-band h2 {
	color: #fff;
	margin: 0 0 12px;
	font-size: 30px;
}

.unifiedtalk .ut-cta-band p {
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 24px;
	font-size: 16px;
}

.unifiedtalk .ut-integrations-row {
	text-align: center;
}

.unifiedtalk .ut-int-item {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	min-width: 120px;
	margin: 12px 1%;
}

.unifiedtalk .ut-int-item .fa {
	font-size: 36px;
	color: #2563eb;
	display: block;
	margin-bottom: 10px;
}

.unifiedtalk .ut-int-item span {
	font-size: 14px;
	color: #555;
	font-weight: 600;
}

.unifiedtalk .ut-layout-fallback {
	background: #fff3cd;
	border-bottom: 1px solid #ffc107;
}

@media (max-width: 768px) {
	.unifiedtalk .ut-hero h1 {
		font-size: 28px;
	}
	.unifiedtalk .ut-int-item {
		width: 40%;
	}
}

@media (max-width: 991px) {
	.unifiedtalk #channels .row > .cell-2,
	.unifiedtalk #omnichannel .row > .cell-2 {
		width: 50%;
		float: left;
	}
	.unifiedtalk #channels .row > .cell-1,
	.unifiedtalk #omnichannel .row > .cell-1 {
		display: none;
	}
}

@media (max-width: 640px) {
	.unifiedtalk #channels .row > .cell-2,
	.unifiedtalk #omnichannel .row > .cell-2 {
		width: 100%;
		float: none;
	}
}

/* Arabic (separate *-ar.html pages use html[dir="rtl"] + Template/css/rtl.css) */
html[dir="rtl"] .unifiedtalk,
html[dir="rtl"] .unifiedtalk body {
	font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .unifiedtalk .ut-logo-text {
	letter-spacing: 0;
}

html[dir="rtl"] .unifiedtalk .ut-hero-actions .btn {
	margin-right: 0;
	margin-left: 10px;
}

html[dir="rtl"] .unifiedtalk .ut-hero-badges span {
	margin-right: 0;
	margin-left: 20px;
}

html[dir="rtl"] .unifiedtalk .ut-cta-band .btn[style*="margin-left"] {
	margin-left: 0 !important;
	margin-right: 10px !important;
}

html[dir="rtl"] .unifiedtalk .ut-wa-kicker .fa {
	margin-right: 0;
	margin-left: 8px;
}

html[dir="rtl"] .unifiedtalk .ut-wa-card h3 .fa {
	margin-right: 0;
	margin-left: 10px;
}

html[dir="rtl"] .unifiedtalk .ut-wa-omni .ut-wa-omni-kicker .fa {
	margin-right: 0;
	margin-left: 8px;
}

html[dir="rtl"] .unifiedtalk .ut-wa-omni-benefit {
	flex-direction: row-reverse;
	text-align: right;
}
