/* ===== Reset ===== */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: linear-gradient(135deg, #e8f4fd 0%, #8aa5ce 50%, #e3f0fc 100%);
	background-attachment: fixed;
	color: #2c3e50;
	font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #3a7bd5;
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover {
	color: #2563a8;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.3;
	color: #1a2a3a;
}

/* ===== Header Hero ===== */
.header-outs {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 990px;
	overflow: hidden;
}

.header-outs img {
	height: auto;
	display: inline-block;
}
.slider-info {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	z-index: 999;
	text-align: center;
}
.slider-info h4 {
	font-weight: 400;
	color: #fff;
	font-size: 5.5em;
	letter-spacing: 3px;
}
.slider-info p {
	font-size: 5rem;
	letter-spacing: 3px;
	padding: 16px 0px;
	color: #2563a8;
}
.outs_more-buttn a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 20px;
	letter-spacing: 2px;
	background-color: rgba(255, 255, 255, 0.05);
	outline: none;
	padding: 10px 22px;
	border: 2px solid #9e0022;
}
.outs_more-buttn a:hover {
	background: rgba(255, 255, 255, 0.17);
	color: #fff;
}
span.home-banner {
	color: #9e0022;
	font-weight: 100;
}
.paw-banner {
	font-size: 15px;
	color: #fff;
}

.slider {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	/* padding: 22% 0 0 0; */
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

/* ===== About / Product Section ===== */
.about {
	padding: 0 0;
}

.about .container {
	/* max-width: 960px; */
	width: 50%;
	margin: 0 auto;
	padding: 0 0 2rem 0;
}

.about-top-grid {
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(58, 123, 213, 0.15);
	border-radius: 12px;
	padding: 3rem 2.5rem;
	box-shadow: 0 8px 32px rgba(26, 54, 93, 0.08);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.about-top-grid h2 {
	font-size: 2.25rem;
	font-weight: 700;
	color: #1a2a3a;
	margin-bottom: 2rem;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}

.about-top-grid h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #3a7bd5, #6aa8e8);
	margin: 1rem auto 0;
	border-radius: 2px;
}

.about-para {
	max-width: 780px;
	margin: 0 auto;
}

.about-para p,
.about-para * {
	color: #4a5568;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.5px;
}

/* ===== Footer ===== */
footer {
	background: #1a365d;
	padding: 2rem 0;
	text-align: center;
	margin-top: 2rem;
}

footer p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.85rem;
	letter-spacing: 1px;
}

/* ===== Utility ===== */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
	.about {
		padding: 4rem 0;
	}

	.about-top-grid h2 {
		font-size: 1.75rem;
	}

	.container {
		padding: 0 1.25rem;
	}
}

@media (max-width: 480px) {
	.about {
		padding: 3rem 0;
	}

	.about-top-grid h2 {
		font-size: 1.5rem;
	}
}
