body {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

@media (max-width: 767px) {
	h1 {
		font-size: 1.1rem !important;
	}
	h2 {
		font-size: 1rem !important;
	}
	.text-xl {
		font-size: 0.9rem !important;
	}
	nav span {
		font-size: 0.8rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	h1 {
		font-size: 1.8rem !important;
	}
	h2 {
		font-size: 1.6rem !important;
	}
}

.modal-open {
	overflow: hidden;
}

section {
	transition: all 0.8s ease-out;
}

section.active {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.group:hover img {
	transform: scale(1.05);
}

.custom-shadow {
	shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

button, a {
	transition: all 0.3s ease;
}

#modal-login, #modal-reg, #modal-cta, #success-reg, #success-login, #success-cta {
	transition: opacity 0.3s ease;
}

.bg-blue-950\/90 {
	background-color: rgba(15, 23, 42, 0.9);
}

.prose p {
	margin-bottom: 1.25rem;
	line-height: 1.75;
}/* Main container spacing */
.securePolicyGrid {
    padding: 25px 20px; /* Top and side paddings */
}

/* Headings with moderate sizes */
.securePolicyGrid h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 700;
}

.securePolicyGrid h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 600;
}

.securePolicyGrid h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 600;
}

.securePolicyGrid h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 600;
}

.securePolicyGrid h5 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Paragraph styles */
.securePolicyGrid p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* List styles */
.securePolicyGrid ul {
    margin-bottom: 15px;
    padding-left: 20px;
    list-style-type: disc;
}

.securePolicyGrid li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Remove margin from the last element to prevent extra spacing */
.securePolicyGrid > *:last-child {
    margin-bottom: 0;
}

#about, #assortment, #tariffs,#reviews, .dopHidden{
    overflow: hidden !important;
}