.elementor-1379 .elementor-element.elementor-element-1616207e:not(.elementor-motion-effects-element-type-background),
.elementor-1379 .elementor-element.elementor-element-1616207e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../../2023/04/Functional-Dyspepsia-scaled.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-1379 .elementor-element.elementor-element-1616207e>.elementor-background-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1379 .elementor-element.elementor-element-1616207e {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 5em 0em 5em 0em;
}

.elementor-1379 .elementor-element.elementor-element-de9a9d0 {
	text-align: center;
}

.elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(16px/2);
}

.elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(16px/2);
}

.elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(16px/2);
	margin-left: calc(16px/2);
}

.elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-16px/2);
	margin-left: calc(-16px/2);
}

body.rtl .elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-16px/2);
}

body:not(.rtl) .elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-16px/2);
}

.elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-icon i {
	color: #FFFFFF;
}

.elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-icon svg {
	fill: #FFFFFF;
}

.elementor-1379 .elementor-element.elementor-element-3b9ad810 {
	--e-icon-list-icon-size: 14px;
}

.elementor-1379 .elementor-element.elementor-element-3b9ad810 .elementor-icon-list-text {
	color: #FFFFFF;
	padding-left: 16px;
}

.elementor-1379 .elementor-element.elementor-element-67e34889 {
	padding: 2em 0em 2em 0em;
}

.elementor-1379 .elementor-element.elementor-element-2dbee9a1 .elementor-heading-title {
	color: var(--e-global-color-4e1a97e);
	font-size: 20px;
}

.elementor-1379 .elementor-element.elementor-element-762dc5e0 {
	font-size: 16px;
}

:root {
	--page-title-display: none;
}



.service-section {
	padding: 40px 20px;
	background-color: #f7fcff;
	color: #1f2d3d;
}

.service-section h3 {
	color: #002448;
	font-weight: 700;
	font-size: 22px;
	opacity: 1;
}

.service-heading h2 {
	text-align: center;
	font-size: 32px;
	color: #002448;
	margin-bottom: 20px;
}

.service-img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service-content h3 {
	font-size: 22px;
	margin-top: 30px;
	color: #002448;
}

.service-content p {
	text-align: justify;
	line-height: 1.8;
	margin-bottom: 20px;
	font-size: 16px;
}

.service-list {
	list-style: none;
	padding-left: 0;
}

.service-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 16px;
}

.service-list li::before {
	content: "🌀";
	position: absolute;
	left: 0;
	top: 0;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin: 40px 0;
}

.col-left {
	flex: 0 0 45%;
	max-width: 45%;
}

.col-right {
	flex: 0 0 52%;
	max-width: 52%;
}

.service-testimonials {
	background: #eaf4fb;
	border-radius: 8px;
	padding: 20px;
	margin-top: 40px;
}

.service-testimonials h3 {
	font-size: 24px;
	color: #002448;
	margin-bottom: 20px;
}

.testimonial-box {
	background: white;
	border-left: 4px solid #002448;
	padding: 15px 20px;
	margin-bottom: 15px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-box span {
	display: block;
	margin-top: 8px;
	font-weight: bold;
	color: #555;
}

.service-cta {
	margin-top: 40px;
	padding: 25px;
	background-color: #d0e8ff;
	border-radius: 10px;
	text-align: center;
}

.service-cta h3 {
	font-size: 24px;
	color: #002448;
	margin-bottom: 15px;
}

.service-cta .cta-button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 25px;
	background-color: #002448;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s;
}

.service-cta .cta-button:hover {
	background-color: #004080;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	color: #fff;
}

@media (max-width: 768px) {
	.service-heading h2 {
		font-size: 24px;
	}

	.service-content h3 {
		font-size: 18px;
	}

	.service-content p,
	.service-list li {
		font-size: 14px;
	}

	.row-flex {
		flex-direction: column;
	}

	.col-left,
	.col-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.service-heading h2 {
		font-size: 24px;
	}

	.service-content h3 {
		font-size: 16px;
	}

	.service-content p,
	.service-list li {
		font-size: 15px;
	}
}

