.inner-banner {
	background-image: url("../../assets/images/nikah-at-makkah/about/banner/about-banner.webp");
	/* Replace with actual path */
	background-size: cover;
	background-position: center;
	height: 400px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
}

/* .partenr-banner{
  background-image: url('../../assets/images/nikah-at-makkah/about/about-banner.webp'); 
  background-size: cover;
} */

.section-wrapper {
	padding: 50px 0px;
	position: relative;
	width: 100%;
	background: url(../images/nikah-at-makkah/about/celebrate-your-union/nikah-at-makkah.webp) top center / cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}

.section-wrapper.newsletter-wraper {
	background: url(../images/nikah-at-makkah/about/celebrate-your-union/newletter-bg.webp) top center / cover no-repeat;
}

.inner-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
}

.inner-banner .overlay {
	position: relative;
	z-index: 1;
}

.inner-banner .breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	display: flex;
	justify-content: center;
	gap: 5px;
	font-size: 14px;
	opacity: 0.85;
}

.inner-banner .breadcrumb li {
	color: #b2b2b2;
}

.inner-banner .breadcrumb li::after {
	content: "|";
	margin: 0 5px 0px 11px;
	color: #b2b2b2;
	position: relative;
}

.inner-banner .breadcrumb li:last-child::after {
	content: "";
	margin: 0;
}

.inner-banner .breadcrumb li a {
	color: #b2b2b2;
	text-decoration: none;
}

.inner-banner .breadcrumb li a:hover {
	text-decoration: underline;
}

.inner-banner .inner-bannertitle {
	font-size: 48px;
	font-weight: bold;
	margin: 0;
}

/* about-section */
.about-section {
	padding: 60px 0 120px 0;
}

.about-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.about-subtitle {
	text-align: center;
	max-width: 800px;
	margin: auto;
	color: #383838;
	margin-bottom: 60px;
	font-size: 16px;
}

.about-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}

.img-2x {
	grid-column: span 2;
}

.about-images img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.about-images img:first-child {
	position: relative;
	top: 116px;
}

.about-images img:nth-child(3) {
	position: relative;
	top: 116px;
}

.about-images img:last-child {
	margin-top: -176px;
}

.about-text {
	margin-left: 20px;
}

.about-text h2 {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 28px;
	font-weight: 600;
	line-height: 41px;
	color: #000;
}

.about-text p {
	color: #383838;
	font-size: 16px;
	/* line-height: 20px; */
	font-weight: 400;
}

.about-txt-para p:last-child {
	margin-bottom: 80px;
}

.stats-box {
	background: #fff;
	border-radius: 12px;
	padding: 12px 12px;
	margin-top: 40px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	margin-left: -82px;
}

.stat-value {
	font-size: 29px;
	font-weight: bold;
	color: #066759;
}

.stat-label {
	font-size: 11px;
	color: #737373;
}

/* we the best */

.we-the-best {
	background-color: #f6fffa;
	padding: 80px 0;
	position: relative;
}

.we-the-best::after {
	position: absolute;
	content: "";
	top: -159px;
	right: 0;
	background-image: url("../images/nikah-at-makkah/about/dots.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 120px;
	height: 296px;
}

.we-the-best .main-img {
	width: 100%;
	border-radius: 6px;
}

.we-the-best .sub-img {
	position: absolute;
	bottom: -30px;
	left: 20px;
	border: 6px solid #fff;
	border-radius: 6px;
	width: 250px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.we-the-best .image-box {
	position: relative;
	max-width: 571px;
}

.we-the-best .features {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
	margin-bottom: 55px;
}

.we-the-best .feature-item {
	flex: 0 0 45%;
	font-size: 16px;
	flex-direction: inherit;
	align-items: inherit;
	color: #222;
}

.we-the-best .feature-item span {
	width: 32px;
	height: 32px;
	background: #fff;
	margin-right: 8px;
	display: inline-block;
}

.we-the-best h2 {
	font-size: 40px;
	color: #0d0f14;
	margin-bottom: 23px;
}

.we-the-best p {
	font-size: 16px;
	color: #3d3d3d;
}

.we-the-best .feature-item i {
	font-size: 16px;
	color: #0c5f4e;
	margin-right: 10px;
}

.we-the-best .btn-custom {
	background-color: #0c5f4e;
	color: white;
	padding: 10px 25px;
	border-radius: 8px;
	margin-top: 30px;
	border: none;
}

@media (max-width: 991px) {
	.about-text {
		margin-left: 0;
		margin-top: 119px;
	}

	.about-section {
		padding: 60px 0 10px 0;
	}

	.about-images {
		gap: 8px;
	}

	.about-title {
		font-size: 24px;
	}

	.about-subtitle {
		font-size: 14px;
	}

	.about-txt-para p {
		font-size: 14px;
	}

	.why-choose-us {
		padding: 50px 20px 20px;
	}

	.we-the-best p {
		font-size: 14px;
	}

	.speciality-text {
		margin-top: 16px;
	}

	.btn-about-contact {
		margin-top: 12px;
	}

	.about-subtitle {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.we-the-best .sub-img {
		position: static;
		margin-top: 20px;
	}

	.about-images img:nth-child(1) {
		top: 0;
	}

	.about-images img:nth-child(3) {
		top: 0;
	}

	.about-images img:last-child {
		margin-top: -103px;
	}

	.about-text {
		margin-left: 0;
		margin-top: 20px;
	}

	.about-text h2 {
		font-size: 25px;
		line-height: 34px;
	}

	.stats-box {
		margin-left: 0;
	}

	.about-txt-para p:last-child {
		margin-bottom: 0px;
	}

	.stats-box .row .col-md-4 {
		max-width: 33%;
		width: 32%;
	}

	.about-text p {
		line-height: normal;
	}

	.about-section {
		padding: 30px 0 0px 0;
	}

	.we-the-best .sub-img {
		width: 100%;
	}

	.we-the-best h2 {
		font-size: 31px;
	}

	.we-the-best p {
		font-size: 16px;
	}

	.we-the-best .features {
		flex-direction: row;
		margin: 0;
	}

	.we-the-best .feature-item {
		width: 50%;
	}

	.we-the-best {
		padding: 20px 0 40px 0;
	}

	.about-section .row.align-items-center.pb-5 {
		padding-bottom: 0 !important;
	}

	.we-the-best::after {
		display: none;
	}

	.inner-banner .breadcrumb li a {
		color: #ffffff;
	}

	.inner-banner .breadcrumb li {
		color: #ffffff;
	}

	.we-the-best .feature-item span {
		width: 47px;
		height: 47px;
	}
}