/* About page CSS start */
.tb-about {
	color: var(--dark-color);
}

.tb-about-hero {
	padding: 42px 0 16px;
}

.tb-about-kicker {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: var(--theme-color);
	border: 1px solid rgba(3, 66, 51, 0.22);
	background-color: #fff;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.tb-about-title {
	font-size: clamp(2rem, 4.2vw, 3.25rem);
	line-height: 1.15;
	color: var(--theme-color);
	margin-bottom: 14px;
}

.tb-about-lead {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #555;
	max-width: 62ch;
	margin: 0;
}

.tb-about-hero-image-wrap {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 26px 52px -24px rgba(0, 0, 0, 0.22);
	height: 100%;
	min-height: 340px;
}

.tb-about-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
}

.tb-about-card {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 18px;
	padding: 26px;
	box-shadow: 0 18px 38px -28px rgba(0, 0, 0, 0.22);
	height: 100%;
}

.tb-about-card h3 {
	color: var(--theme-color);
	margin-bottom: 12px;
	font-size: 1.22rem;
}

.tb-about-card p {
	color: #555;
	margin-bottom: 0;
	line-height: 1.8;
}

.tb-about-left-cards {
	margin-top: 22px;
}

.tb-about-values {
	margin-top: 8px;
}

.tb-about-value {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 16px;
	padding: 20px;
	height: 100%;
}

.tb-about-value h4 {
	font-size: 1.05rem;
	margin-bottom: 8px;
	color: var(--theme-color);
}

.tb-about-value p {
	margin: 0;
	color: #666;
	font-size: 0.96rem;
	line-height: 1.7;
}

.tb-about-trust {
	margin-top: 26px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--theme-color) 0%, var(--accent-color) 100%);
	color: #fff;
	padding: 26px;
}

.tb-about-trust h3 {
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 1.28rem;
}

.tb-about-trust p {
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.9);
}

.tb-about-trust-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tb-about-trust-list li {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 0.92rem;
}

@media (max-width: 991.98px) {
	.tb-about-hero {
		padding-top: 24px;
	}

	.tb-about-hero-image-wrap {
		min-height: 280px;
		margin-top: 18px;
	}
}

@media (max-width: 575.98px) {
	.tb-about-trust-list {
		grid-template-columns: 1fr;
	}

	.tb-about-card,
	.tb-about-value,
	.tb-about-trust {
		padding: 18px;
	}
}
/* About page CSS end */

/* Terms page CSS start */
.tb-terms {
	color: var(--dark-color);
}

.tb-terms .container {
	max-width: 980px;
}


.tb-terms-intro {
	padding: 34px 0 18px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 26px;
}

.tb-terms-eyebrow {
	margin: 0 0 10px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--theme-color);
}

.tb-terms-title {
	font-size: clamp(2rem, 4vw, 2.9rem);
	line-height: 1.18;
	color: var(--theme-color);
	margin-bottom: 14px;
}

.tb-terms-lead {
	font-size: 1.05rem;
	line-height: 1.9;
	color: #5a5a5a;
	margin: 0;
}

.tb-terms-content {
	padding: 4px 0 0;
}

.tb-terms-section + .tb-terms-section {
	margin-top: 28px;
}

.tb-terms-section h3 {
	color: var(--theme-color);
	margin-bottom: 12px;
	font-size: 1.4rem;
}


.tb-terms-section p {
	margin-bottom: 12px;
	color: #5f5f5f;
	line-height: 1.85;
}

.tb-terms-list {
	padding: 0;
	margin: 6px 0 0;
	list-style: none;
}

.tb-terms-list li {
	position: relative;
	padding-left: 18px;
	color: #5d5d5d;
	line-height: 1.75;
}

.tb-terms-list li + li {
	margin-top: 10px;
}

.tb-terms-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--accent-color);
	box-shadow: 0 0 0 4px rgba(223, 177, 122, 0.18);
}

.tb-terms-contact {
	margin-top: 34px;
	padding-top: 18px;
	border-top: 1px solid #ececec;
}

.tb-terms-contact p {
	margin: 0;
	color: #5f5f5f;
	line-height: 1.8;
}

.tb-terms-contact a {
	color: var(--theme-color);
	font-weight: 600;
}

@media (max-width: 991.98px) {
	.tb-terms-intro {
		padding-top: 24px;
	}
}

@media (max-width: 767.98px) {
	.tb-terms-section h3 {
		font-size: 1.25rem;
	}
}

@media (max-width: 575.98px) {
	.tb-terms-title {
		font-size: 1.9rem;
	}

	.tb-terms-intro {
		padding-top: 18px;
	}
}
/* Terms page CSS end */

/* ============================================
   CHECKOUT PAGE CSS START
   Modal Dialogs & Confirmations
   ============================================ */

/* Modal Icons - Success, Error, Warning */
.success-icon, 
.error-icon, 
.warning-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeInScale 0.4s ease-out;
}

/* Success Icon Styling */
.success-icon i {
	font-size: 60px;
	color: #22c55e;
}

/* Error Icon Styling */
.error-icon i {
	font-size: 60px;
	color: #ef4444;
}

/* Warning Icon Styling */
.warning-icon i {
	font-size: 60px;
	color: #f97316;
}

/* Fade In Scale Animation for Icons */
@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Spin Animation for Loading States */
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.spin {
	animation: spin 1s linear infinite;
}

/* Modal Body Styling */
.theme-modal-2 .modal-body {
	padding: 2rem 1.5rem;
}

/* Modal Close Button - Just X, No Background */
.theme-modal-2 .btn-close {
	background: none;
	border: none;
	color: #6b7280;
	padding: 0.5rem;
	opacity: 1;
	transition: color 0.2s ease;
}

.theme-modal-2 .btn-close:hover,
.theme-modal-2 .btn-close:focus {
	color: #000;
	outline: none;
	box-shadow: none;
	background: none;
}

/* Solid Button Styling */
.theme-modal-2 .btn-solid {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
	font-weight: 600;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.theme-modal-2 .btn-solid:hover {
	background-color: var(--theme-color);
	opacity: 0.9;
	transform: translateY(-1px);
}

.theme-modal-2 .btn-solid:active {
	transform: translateY(0);
}

.theme-modal-2 .btn-solid:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

/* Outline Button Styling */
.theme-modal-2 .btn-outline {
	color: var(--theme-color);
	border: 1.5px solid var(--theme-color);
	font-weight: 600;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	background-color: transparent;
	transition: all 0.3s ease;
	cursor: pointer;
}

.theme-modal-2 .btn-outline:hover {
	background-color: var(--theme-color);
	color: #fff;
	transform: translateY(-1px);
}

.theme-modal-2 .btn-outline:active {
	transform: translateY(0);
}

/* Danger Button Styling - Delete Confirmation */
.theme-modal-2 .btn-danger {
	background-color: #ef4444;
	border-color: #ef4444;
	color: #fff;
	font-weight: 600;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.theme-modal-2 .btn-danger:hover {
	background-color: #dc2626;
	border-color: #dc2626;
	transform: translateY(-1px);
}

.theme-modal-2 .btn-danger:active {
	transform: translateY(0);
}

.theme-modal-2 .btn-danger:disabled {
	background-color: #fca5a5;
	border-color: #fca5a5;
	cursor: not-allowed;
	opacity: 1;
}

/* Address Form Submit Button - Disabled State */
#userForm button[type="submit"][disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}

/* Utility Classes */
.gap-2 {
	gap: 0.5rem !important;
}

/* Order Button Disabled State */
button.order-btn:disabled,
.btn.order-btn:disabled {
	cursor: not-allowed !important;
	opacity: 0.6 !important;
	background-color: var(--theme-color) !important;
	border-color: var(--theme-color) !important;
	pointer-events: unset !important;
	color: #fff !important;
}

/* ============================================
   CHECKOUT PAGE CSS END
   ============================================ */

/* Section title underline – all left-aligned title Home page */
.section-title {
    position: relative;
    padding-bottom: 14px;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color), var(--accent-color));
    border-radius: 2px;
}


.text-center .section-title::after {
    display: none;
}
