/*
Theme Name: Tiffin Cus Theme
Description: Custom child theme for TiffinBro built on Hello Elementor. White background, black text, Calibri typography, and gradient call-to-action buttons.
Author: TiffinBro
Template: hello-elementor
Version: 1.0.0
Text Domain: tiffin_cus_theme
*/

html, body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Calibri, Candara, 'Segoe UI', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, a, span, li, label, input, textarea, select, button,
.elementor-widget-container {
	font-family: Calibri, Candara, 'Segoe UI', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: 500;
}

p, li, label, span {
	font-size: 14px;
	font-weight: 400;
}

small, .tiffin-text-sm {
	font-size: 12px;
}

.tiffin-text-md {
	font-size: 13px;
}

a {
	color: #000000;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

* {
	box-sizing: border-box;
}

.elementor-button,
a.elementor-button,
button,
input[type="submit"],
input[type="button"],
.button {
	background: linear-gradient(90deg, #4CAF50 0%, #FFEB3B 50%, #FF9800 100%);
	color: #000000;
	border: none;
	border-radius: 2px;
	font-family: Calibri, Candara, 'Segoe UI', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.elementor-button:hover,
a.elementor-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
	background: linear-gradient(90deg, #FF9800 0%, #FFEB3B 50%, #4CAF50 100%);
	opacity: 0.95;
	transform: translateY(-1px);
}

.elementor-button:active,
button:active,
.button:active {
	transform: translateY(0);
	opacity: 0.85;
}

.tiffin-card {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.tiffin-card img {
	transition: transform 0.3s ease;
}

.tiffin-card:hover img,
.tiffin-card:active img {
	transform: scale(1.05);
}

.tiffin-card:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tiffin-sticky-footer-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #E0E0E0;
	display: none;
	justify-content: space-around;
	align-items: center;
	padding: 8px 0;
	z-index: 999;
}

@media (max-width: 1024px) {
	html, body {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	html, body {
		font-size: 13px;
	}

	.elementor-button,
	a.elementor-button,
	button,
	input[type="submit"],
	input[type="button"],
	.button {
		width: 100%;
		padding: 12px 20px;
	}

	.tiffin-sticky-footer-nav {
		display: flex;
	}

	body {
		padding-bottom: 56px;
	}
}

@media (max-width: 480px) {
	html, body {
		font-size: 12px;
	}
}
