
@font-face {
	font-family: "Outfit";
	src: url("../fonts/Outfit-variable.ttf") format("woff2");
	/* font-weight: 400; */
    font-weight: 100 600;
	font-style: normal;
}


:root {
	--primary-bg: #098e8e;
	--white-soft: #ffffffbf;
	--white: #fff;
	--hh-font: "Outfit", sans-serif;
}

strong, b {
	font-weight: 600 !important;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden !important;
	width: 100% !important;
	max-width: 100% !important;
}

body {
	font-family: var(--hh-font);
	background: var(--hh-bg-cream);
	color: var(--hh-text-dark);
	margin: 0;
	padding: 0;
    	font-weight: 400;
}


.hero-halal {
    position: relative;
    background-color: #098e8e;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px 20px;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: #098e8e;
    z-index: 1;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Headings */
.hero-title {
    color: #fff;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-title-para {
    font-size: 16px;
    color: #fff;
    max-width: 720px;
    margin-bottom: 6px;
    line-height: 1.6;
}

/* Button */
.hero-btn {
    margin-top: 24px;
    background: #000;
    color: #fff;
    padding: 14px 36px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #222;
}

@media (max-width: 991px) {
    .hero-halal {
        min-height: 380px;
    }
}

@media (max-width: 768px) {
    .hero-halal {
        min-height: 340px;
        padding: 30px 16px;
    }

    .footer-title-para {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .hero-halal {
        min-height: 300px;
    }

    .hero-btn {
        padding: 12px 28px;
        font-size: 14px;
    }
}




/* Modal Styling */
.halal-modal {
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

.modal-header {
	background: #098e8e;
	color: #fff;
	padding: 18px 25px;
}

.modal-title {
	font-size: 22px;
	font-weight: 600;
}

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

.hh-form-group label {
	font-weight: 600;
	margin-bottom: 6px;
	display: block;
}

.hh-form-control,
.hh-file {
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	background: #f8f9fa;
	border: 1px solid #ced4da;
	transition: 0.2s;
}

.hh-form-control:focus {
	border-color: #098e8e;
	box-shadow: 0px 0px 4px rgba(9, 142, 142, 0.4);
}

.hh-apply-btn {
	width: 100%;
	padding: 12px;
	background: #098e8e;
	border: none;
	color: #fff;
	font-size: 17px;
	border-radius: 6px;
	margin-top: 10px;
	transition: 0.2s;
	cursor: pointer;
}

.hh-apply-btn:disabled {
	background: #7acaca;
	cursor: not-allowed;
}

.hh-apply-btn:hover:not(:disabled) {
	background: #066b6b;
}

.hh-error {
	font-size: 13px;
	margin-top: 3px;
}

/* Responsive Fixes */
@media (max-width: 576px) {
	.modal-dialog {
		margin: 10px;
	}
}

/* ========== TWO COLUMN GRID FIX ========== */
.hh-row {
	display: flex;
	gap: 15px;
}

.hh-col {
	flex: 1;
}

/* Make it single column on mobile */
@media (max-width: 768px) {
	.hh-row {
		flex-direction: column;
	}
}

/* Make form compact */
.hh-form-group {
	margin-bottom: 10px !important;
}

.hh-row {
	gap: 10px !important;
}

.hh-col {
	flex: 1;
}

.hh-form-control,
.hh-file {
	padding: 8px 10px !important;
	font-size: 14px !important;
	height: 40px !important;
}

.hh-form-control::placeholder {
	font-size: 13px;
}

/* File input height fix */
.hh-file {
	height: 42px !important;
}

textarea.hh-form-control {
	min-height: 80px !important;
	height: auto !important;
	padding: 10px !important;
}

/* Reduce modal body padding */
.modal-body {
	padding: 20px !important;
}

@media (max-width: 768px) {
	.modal-body {
		padding: 15px !important;
	}
}

body > footer > div > div.row > div:nth-child(4) > p > a {
	color: #fff;
}














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

.light-bg {
    background-color: #f8f9fb;
}

.container.narrow {
    max-width: 800px;
}



.about-hero {
    background: #0d2d45;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.about-hero h1 {
    font-size: 42px;
}

.hero-subtitle {
    font-size: 18px;
    opacity: 0.9;
}


.lead-text {
    font-size: 20px;
    font-weight: 600;
}

.highlight-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}


.trust-list {
    padding-left: 20px;
    margin: 20px 0 30px;
}

.trust-list li {
    font-size: 17px;
    margin-bottom: 10px;
}


.principles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.principle-card {
    padding: 30px;
    border: 1px solid #e4e6eb;
    border-radius: 8px;
    background: #fff;
}

.principle-card h4 {
    margin-bottom: 12px;
    font-weight: 600;
}

.founder-section {
    background: linear-gradient(135deg, #f8f9fb, #ffffff);
    padding: 100px 0;
}


.founder-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 50px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    overflow: hidden;
}


.quote-icon {
    font-size: 120px;
    font-weight: 700;
    color: rgba(13, 45, 69, 0.08);
    position: absolute;
    top: -20px;
    left: 30px;
    pointer-events: none;
}


.founder-card blockquote {
    font-size: 22px;
    line-height: 1.8;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}


.founder-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.founder-line {
    width: 60px;
    height: 3px;
    background: #0d2d45;
    border-radius: 2px;
}

.founder-name {
    font-size: 18px;
    font-weight: 600;
    color: #0d2d45;
    margin: 0;
}

.founder-name span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-top: 4px;
}


.fade-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.9s ease-out forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.founder-card:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease;
}


@media (max-width: 768px) {
    .founder-card {
        padding: 40px 25px;
    }

    .founder-card blockquote {
        font-size: 18px;
    }

}
@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 32px;
    }

    .content-section {
        padding: 60px 0;
    }
}











.hero-center-image {
    margin: 20px auto 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: white; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
}

.hero-center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}





   
.filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}


.near-me-btn {
    padding: 5px 18px;
    border: none;
    border-radius: 4px;
    background-color: #f0f0f0;
    font-weight: 500;
    text-align: center;
}


.level-btn-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    /* align-items: flex-start; */
}


.level-btn {
    padding:8px 10px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    white-space: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.level-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.level-btn.active {
    box-shadow: 0 0 0 3px #098e8e;
    transform: scale(1.05);
}

.level-1 { background-color: #000; color: white; }
.level-2 { background-color: #000; color: #fff; }
.level-3 { background-color: #000; color: white; }

/* Small text */
.level-btn small {
    font-size: 10px;
    display: block;
}

/* Food category select - default desktop */
.food-category-select {
    width: 25%;
    min-width: 200px;
}

/* ===== Mobile view (phones) ===== */
@media (max-width: 768px) {
    .level-btn-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    /* Level buttons container - horizontal row */
    .level-btn-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
        gap: 8px;
    }

    .level-btn {
        padding: 6px 4px;
        font-size: 12px;
        min-height: 70px;
    }

    .level-btn small {
        font-size: 8px;
    }

    .level-badge {
        width: 14px;
        margin-bottom: 4px;
    }

    /* Food category select - full width below level buttons */
    .food-category-select {
        width: 100% !important;
        grid-column: 1 / -1;
        margin-top: 0;
    }
}

/* ===== Extra small phones ===== */
@media (max-width: 480px) {
    .level-btn {
        padding: 5px 3px;
        font-size: 10px;
        min-height: 65px;
    }

    .level-btn small {
        font-size: 7px;
        line-height: 1.2;
    }

    .level-badge {
        width: 12px;
    }
}





.level-badge {
        width: 16px;
        height: auto;
        margin-bottom: 8px;
}

.food-tags {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.food-tag {
    background: #098e8e;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    white-space: nowrap;
}

/* Results Count Styles */
#resultsCount {
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
}

#resultsCount i {
    color: #098e8e;
    margin-right: 4px;
}

#countNumber {
    font-weight: 700;
    color: #098e8e;
}

@media (max-width: 768px) {
    #resultsCount {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #resultsCount {
        font-size: 12px;
    }
}