/* HERO SECTION */
.hero-section {
	background: var(--primary-bg);
	padding: 80px 0;
	display: block;
}

.hero-section-mobile {
	display: none;
	background: var(--primary-bg);
	padding: 80px 0;
}

.hero-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hero-left {
	flex: 1;
	max-width: 530px;
}

.sub-heading {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

/* Main Title */
.hero-title-main {
	color: #fff;

	font-size: 60px;
	font-weight: 700;
	line-height: 78px;
}

/* Highlighted Word */
.highlight {
	color: #ffff00;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

/* Curved underline lines */
.highlight::after,
.highlight::before {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 105%;
	background: #ffff00;
	border-radius: 20px;
}

/* First line (upper line) */
.highlight::after {
	bottom: -16px;
	transform: rotate(-7deg);
}

/* Second line (lower line) */
.highlight::before {
	bottom: -32px;
	width: 95%;
	transform: rotate(-7.5deg);
}

.hero-text {
	font-size: 20px;
	color: #d8f6f6;
	line-height: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

.hero-buttons {
	display: flex;
	gap: 20px;
}

.btn-dark {
	background: #000;

	color: #fff;
	font-size: 17px;

	padding: 15px 38px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-light {
	background: #fff;

	color: #000;
	font-size: 17px;

	padding: 15px 38px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

.hero-right {
	flex: 1;
	display: flex;
	justify-content: center;
}
.image-frame {
	background: #09787b;
	padding: 25px;
	border-radius: 4px;
}
.image-frame img {
	width: 446px;
	height: 435px;
	display: block;
	border-radius: 4px;
	object-fit: cover;
}

@media (max-width: 991px) {
	.hero-title-main {
		font-size: 48px;
		max-width: 100%;
	}
	.main-nav {
		display: none;
	}
	.mobile-menu-btn {
		display: flex;
	}
	.hero-title-main {
		font-size: 38px;
	}
}

@media (max-width: 768px) {
	.hero-title-main {
		font-size: 40px;
		line-height: 1.15;
		text-align: center;
	}
	.highlight::after {
		width: 90%;
	}
	.hero-container {
		flex-direction: column;
		text-align: center;
	}
	.hero-right {
		margin-top: 30px;
	}
	.hero-buttons {
		justify-content: center;
		flex-wrap: wrap;
	}
	.image-frame img {
		width: 260px;
		height: 255px;
	}
	.hero-section {
		display: none;
	}
	.hero-section-mobile {
		display: block;
	}
}

@media (max-width: 480px) {
	.hero-title-main {
		font-size: 34px;
	}
	.btn-dark,
	.btn-light {
		width: 100%;
		text-align: center;
	}
}

.certification-section {
	padding: 90px 0;
}

.cert-container {
	display: flex;
	align-items: center;
	/* gap: 60px; */
	flex-wrap: wrap;
}

.cert-left {
	flex: 1;
	min-width: 350px;
}

.image-wrapper {
	position: relative;
	/* width: 100%; */
	width: 80%;
}

.main-image {
	width: 490px !important;
	max-width: 100% !important;
	height: 770px !important;
	object-fit: cover !important;
	margin-left: 60px;
}

.badge-icon {
	position: absolute;
	top: 200px;
	left: -100px;
	width: 257px;
	width: 287px;
}

.info-card {
	position: absolute;
	bottom: 40px;
	left: 40px;
	background: #fff;
	padding: 22px 26px;
	border-radius: 6px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
	width: 220px;
	text-align: center;
}

.info-logo {
	width: 65px;
	margin-bottom: 12px;
}

.info-card h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}

.info-card p {
	font-size: 13px;
	color: #666;
}

.cert-right {
	flex: 1;
	min-width: 350px;
}

.mini-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.section-title {
	font-size: 40px;
	margin-bottom: 18px;
	line-height: 50px;
	font-weight: 700;
}
.section-title-2 {
	font-size: 30px;
	margin-bottom: 18px;
	line-height: 40px;
	font-weight: 700;
}
.section-desc {
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}

.features-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.feature-box {
	flex: 1;
	min-width: 240px;
}

.teal-box {
	background: #098e8e;
	color: #fff;
	padding: 18px 20px;
	border-radius: 6px;
}
.teal-box-2 {
	padding: 18px 20px;
	border-radius: 6px;
}

.feature-box h4 {
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 700;
}

.feature-box p {
	font-size: 14px;
	line-height: 1.5;
}

.check-list {
	list-style: none;
	margin-bottom: 30px;
}

.check-list li {
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
}

.check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-weight: 700;
}

.assist-btn {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 14px 28px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	letter-spacing: 0.5px;
}

@media (max-width: 991px) {
	.section-title {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	.cert-container {
		flex-direction: column;
		text-align: center;
	}

	.features-row {
		flex-direction: column;
	}

	.feature-box,
	.teal-box {
		min-width: 100%;
	}

	.check-list li {
		text-align: left;
		margin: 0 auto 10px;
		max-width: 300px;
	}

	.assist-btn {
		width: 100%;
	}

	.info-card {
		left: 50%;
		transform: translateX(-50%);
	}

	.badge-icon {
		left: 10px;
		top: 40px;
	}
}
@media (max-width: 768px) {
	.image-wrapper {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.main-image {
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
		object-fit: cover;
	}

	.badge-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 160px;
		transform: translate(-50%, -50%);
	}
}

.stats-section {
	background: #000;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

.stats-mini {
	color: #bbb;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}

.stats-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 59px;
	margin-bottom: 18px;
}

.stats-desc {
	font-size: 16px;
	color: #ccc;
	max-width: 700px;
	margin: 0 auto 50px auto;
	line-height: 1.6;
}

.stats-grid {
	display: flex;
	justify-content: center;
	gap: 90px;
	flex-wrap: wrap;
	margin-top: 40px;
}

.stat-box h3 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 8px;
}

.stat-box p {
	font-size: 14px;
	color: #bbb;
	letter-spacing: 1px;
}

@media (max-width: 991px) {
	.stats-grid {
		gap: 60px;
	}
}

@media (max-width: 768px) {
	.stats-grid {
		flex-direction: row;
		gap: 40px;
	}

	.stat-box h3 {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.stats-title {
		font-size: 32px;
	}

	.stat-box h3 {
		font-size: 34px;
	}

	.stats-grid {
		flex-direction: column;
		gap: 30px;
	}
}

.about-mission-section {
	padding: 20px 0;
	background: #fff;
}

/* HEADER ROW */
.mission-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
	gap: 30px;
}

.top-label {
	color: #777;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.heading-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 59px;
}

.heading-right {
	max-width: 450px;
}

.heading-desc {
	color: #555;
	font-size: 16px;
	line-height: 1.6;
}

/* CARDS */
.mission-cards {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	/* padding-left: 40px; */
}

/* .mission-card {
    background: #f3f7fb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    flex: 1;
    min-width: 300px;
    max-width: 480px;
} */

.mission-card {
	background: #f3f7fb;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	flex: 1 1 calc(25% - 30px); /* 4 cards per row */
	min-width: 250px;
	max-width: 100%;
}

.mission-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.card-content {
	padding: 22px 24px;
}

.card-content h3 {
	font-size: 18px;
	line-height: 29px;
	color: #000;
	font-weight: 700;
	margin-bottom: 12px;
}

.card-content p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}

/* RESPONSIVE STYLES */
@media (max-width: 991px) {
	.heading-title {
		font-size: 36px;
	}

	.mission-cards {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.mission-header {
		flex-direction: column;
		text-align: center;
	}

	.heading-right {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.heading-title {
		font-size: 32px;
	}

	.mission-card img {
		height: 180px;
	}
}

.compliance-section {
	background: #0b8585;
	padding: 110px 0;
	color: #fff;
}

/* CENTERED HEADER */
.compliance-header {
	text-align: center;
	margin-bottom: 70px;
}

.process-label {
	font-size: 14px;
	letter-spacing: 1px;
	opacity: 0.8;
	margin-bottom: 10px;
}

.compliance-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 59px;
}

/* MAIN WRAPPER */
.compliance-content {
	display: flex;
	gap: 50px;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* LEFT IMAGE */
.compliance-image-box {
	flex: 0 0 390px;
	position: relative;
}

.compliance-image-box img {
	width: 390px;
	height: 640px;
	object-fit: cover;
	border-radius: 4px;
}

/* CENTER PLAY BUTTON (as in Figma) */
.play-btn {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-btn span {
	font-size: 34px;
	color: #0b8585;
}

/* RIGHT CARDS GRID */
.compliance-cards {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.compliance-card {
	background: #fff;
	padding: 35px;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
	color: #000;
}

.compliance-card .icon {
	font-size: 30px;
	color: #0b8585;
	margin-bottom: 10px;
}

.compliance-card h3 {
	font-size: 25px;
	line-height: 35px;
	color: #098e8e;
	font-weight: 700;
	margin-bottom: 10px;
}

.compliance-card p {
	font-size: 17px;
	color: #000;
	line-height: 26px;
}

/* TABLET */
@media (max-width: 991px) {
	.compliance-content {
		flex-direction: column;
		align-items: center;
	}

	.compliance-image-box img {
		width: 100%;
		height: auto;
	}

	.compliance-cards {
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
}

/* MOBILE */
@media (max-width: 576px) {
	.compliance-title {
		font-size: 30px;
	}

	.compliance-cards {
		grid-template-columns: 1fr;
	}

	.play-btn {
		width: 60px;
		height: 60px;
	}
}

.hcs-section {
	background: #f2f7fa;
	padding: 100px 0;
}

.hcs-header {
	text-align: center;
	margin-bottom: 60px;
}

.sub-label {
	font-size: 14px;
	letter-spacing: 1px;
	opacity: 0.7;
	margin-bottom: 10px;
}

.hcs-title {
	font-size: 45px;
	line-height: 59px;
	font-weight: 700;
	margin-bottom: 15px;
}

.hcs-desc {
	max-width: 750px;
	margin: 0 auto;
	font-size: 17px;
	color: #000;
	line-height: 26px;
}

/* GRID */
.hcs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.hcs-card {
	background: #fff;
	padding: 35px 30px;
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.hcs-card .icon {
	font-size: 30px;
	color: #098e8e;
	margin-bottom: 15px;
}

.hcs-card h3 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 12px;
	font-weight: 700;
	color: #098e8e;
}

.hcs-card p {
	font-size: 15px;
	color: #555;
	line-height: 1.7;
}

/* TABLET */
@media (max-width: 991px) {
	.hcs-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hcs-title {
		font-size: 34px;
	}
}

/* MOBILE */
@media (max-width: 576px) {
	.hcs-grid {
		grid-template-columns: 1fr;
	}

	.hcs-title {
		font-size: 28px;
	}

	.hcs-card {
		padding: 25px;
	}
}

.journey-section {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 110px 0 90px;
}

/* LABEL */
.journey-label {
	font-size: 14px;
	letter-spacing: 1px;
	opacity: 0.8;
	margin-bottom: 12px;
}

/* TITLE */
.journey-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 59px;
	margin-bottom: 20px;
}

/* DESCRIPTION */
.journey-desc {
	max-width: 820px;
	margin: 0 auto 60px;
	font-size: 17px;
	line-height: 26px;
	color: #a9a9a9;
	opacity: 0.9;
}

/* LOGOS CONTAINER */
.journey-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	flex-wrap: wrap;
	margin-top: 20px;
}

/* LOGOS */
.journey-logos img {
	height: 65px;
	width: auto;
	opacity: 0.9;
	transition: 0.3s ease;
}

.journey-logos img:hover {
	opacity: 1;
}

/* TABLET */
@media (max-width: 991px) {
	.journey-title {
		font-size: 34px;
	}

	.journey-logos {
		gap: 40px;
	}

	.journey-logos img {
		height: 55px;
	}
}

/* MOBILE */
@media (max-width: 576px) {
	.journey-title {
		font-size: 28px;
	}

	.journey-desc {
		font-size: 15px;
		margin-bottom: 40px;
	}

	.journey-logos {
		gap: 30px;
	}

	.journey-logos img {
		height: 45px;
	}
}

/* Main Halal Transparency Section */
.halal-transparency {
	background: #eef5fa;
	padding: 90px 0 120px;
}

/* ==== HEADER ROW ==== */
.ht-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 40px;
}

.ht-label {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	opacity: 0.7;
}

.ht-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 59px;
}

.ht-right {
	max-width: 500px;
}

.ht-desc {
	font-size: 17px;
	color: #444;
	line-height: 1.7;
}

/* ==== IMAGE ==== */
.ht-image-wrapper {
	position: relative;
}

.ht-image {
	width: 839px !important;
	max-width: 100%;
	height: auto;
	display: block;
}

/* ==== FLOATING CARDS ==== */
.ht-cards {
	display: flex;
	justify-content: center;
	gap: 25px;
	position: absolute;
	bottom: -70px;
	left: 60%;
	transform: translateX(-50%);
	width: 92%;
}

.ht-card {
	width: 300px;
	background: #fff;
	padding: 32px 26px;
	border-radius: 6px;
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
}

.ht-card h3 {
	font-size: 20px;
	color: #0b8585;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 12px;
}

.top-label-2 {
	color: #777;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.ht-card p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

/* ====== RESPONSIVE ====== */

/* For Tablet and Below (Max-width: 991px) */
@media (max-width: 991px) {
	.ht-header {
		flex-direction: column;
		text-align: center;
	}

	.ht-title {
		font-size: 36px;
	}

	.ht-right {
		max-width: 100%;
		margin-top: 20px;
	}

	.ht-cards {
		position: relative;
		bottom: 0;
		/* transform: none; */
		width: 100%;
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.ht-card {
		width: 45%; /* Two cards in a row */
		margin-bottom: 20px;
	}
}

/* For Mobile (max-width: 576px) */
@media (max-width: 576px) {
	.ht-title {
		font-size: 30px;
	}

	.ht-header {
		text-align: center;
	}

	.ht-cards {
		flex-direction: column;
		gap: 20px;
		position: relative;
		bottom: 0;
		/* transform: none; */
		width: 100%;
	}

	.ht-card {
		width: 80%;
	}

	.ht-right {
		margin-top: 20px;
	}

	/* Optional: Remove excessive padding/margin if needed */
	.ht-cards {
		margin-bottom: 30px;
	}
}

.testimonials-section {
	padding: 60px 0;
	background: #faf7f0;
}

.left-block {
	padding-right: 40px;
}

.sub-title {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #000;
}

.main-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 59px;
	/* margin: 25px 0; */
}

.discover-btn {
	display: inline-block;
	margin-top: 25px;
	background: #000;
	color: #fff;
	padding: 14px 30px;
	border-radius: 5px;
	line-height: 24px;
	font-size: 14px;
	text-decoration: none;
}

.testimonial-card {
	background: #fff;
	border-radius: 15px;
	padding: 35px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	min-height: 260px !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.client-info-heading {
	font-size: 18px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
}

.quote {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 26px;
}

.client-info {
	display: flex;
	align-items: center;
	gap: 15px;
}

.client-info img {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	object-fit: cover;
}

.swiper-pagination-bullet {
	background: #aaa;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background: #000 !important;
}

/* ---------------------------------------------
   SECTION: Halal Certification Request Form
---------------------------------------------- */

.hh-apply {
	padding: 90px 0;
	background: var(--hh-white);
}

.hh-apply-container {
	width: 90%;
	max-width: 800px;
	margin: auto;
	background: var(--hh-bg-cream);
	border-radius: 16px;
	padding: 40px 35px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.hh-apply-title {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--hh-green-dark);
}

.hh-apply-subtitle {
	text-align: center;
	font-size: 1rem;
	color: var(--hh-gray);
	margin-bottom: 35px;
}

/* Form */
.hh-form-group {
	margin-bottom: 20px;
}

.hh-form-group label {
	font-weight: 600;
	color: var(--hh-text-dark);
	margin-bottom: 5px;
	display: block;
}

.hh-form-control {
	width: 100%;
	padding: 14px 14px;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
	font-size: 1rem;
	background: #fff;
	transition: 0.3s ease;
}

.hh-form-control:focus {
	border-color: var(--hh-green-light);
	box-shadow: 0 0 0 2px rgba(44, 122, 76, 0.15);
	outline: none;
}

/* File inputs */
.hh-file {
	padding: 12px;
	background: var(--hh-white);
	border-radius: 8px;
	border: 1px solid #cfcfcf;
}

.hh-file-note {
	font-size: 0.85rem;
	color: var(--hh-gray);
	margin-top: 5px;
}

/* Submit Button */
.hh-apply-btn {
	display: inline-block;
	width: 100%;
	background: var(--hh-green-light);
	padding: 14px 0;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.hh-apply-btn:hover {
	background: #0d4c29;
	transform: translateY(-3px);
}

/* ----- End: Halal Certification Request Form Section ----- */

.hh-apply-btn {
	display: inline-block;
	width: 100%;
	/* background: var(--hh-green-light); */
	background-color: var(--primary-bg);
	padding: 14px 0;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.hh-apply-btn:hover {
	background: #0d4c29;
	transform: translateY(-3px);
}

/* ------- LOADER -------- */
#hhLoader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.hh-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid var(--hh-green);
	border-top: 4px solid transparent;
	border-radius: 50%;
	animation: spin 0.9s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}




