:root {
	/* Banner */
	--font-family-banner: 'Poppins', serif;
	--font-weight-banner: 400;
	--font-style-banner: normal;
	--font-size-banner: 4rem;
	--text-transform-banner: uppercase;
	--color-banner: #f7f7f7;

	/* Content */
	/* = main exclude banner */
	--padding-content: clamp(24px, 5vw, 96px) clamp(8px, 4vw, 32px);

	--font-family-headings: 'Poppins', serif;
	--font-family-paragraph: 'Poppins', serif;
}

nav {
	font-family: 'Poppins', serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
}

nav .dropdown-menu {
	border-radius: 0;
	border-color: white;
}

nav .dropdown-menu a {
	font-family: 'Poppins', serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
}

nav .dropdown:hover .dropdown-menu {
	display: block;
}

nav .dropdown-menu a:hover {
	font-family: 'Poppins', serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	background-color: white;
}

.navbar-nav .my-nav-item a {
	font-family: 'Poppins', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #003c64;
	background-color: transparent;
}

.navbar-nav .my-nav-item a.active {
	color: #4396cd;
}

.navbar-nav .my-nav-item a:hover {
	font-family: 'Poppins', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #4396cd;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
	padding-top: 7px;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
	.nav li > form > button.logout {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 0;
	}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
	outline: none;
}

footer {
	background-color: #001d31;
}

footer a {
	font-family: 'Poppins', serif;
	font-size: 0.85rem;
	text-decoration: none;
	color: var(--Primitives-Color-NeutralLighter);
	font-weight: 200;
}

footer a:hover {
	/* color: var(--sqv-seagull-light); */
	color: #9dd4f2;
}

.footer-heading:hover {
	/* color: var(--sqv-seagull-light); */
	color: #9dd4f2;
}

footer h6 {
	font-family: 'Poppins', serif;
	font-weight: 600;
}

footer a {
	/* color: var(--Primitives-Color-White); */
	color: #d8d8d8;
	font-weight: 200;
}

footer p {
	/* color: var(--Primitives-Color-White); */
	color: #d8d8d8;
	font-family: 'Poppins', serif;
	font-weight: 200;
	line-height: 180%;
}

#scrollTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none; /* hidden by default */
	background-color: #0061a6;
	color: white;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	transition: opacity 0.3s, transform 0.3s;
	z-index: 1000;
}

.banner .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #06324b99;
	z-index: 1;
}

.banner .banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	pointer-events: none;
}

.banner .banner-text h1 {
	font-family: var(--font-family-banner);
	font-weight: var(--font-weight-banner);
	font-style: var(--font-style-banner);
	font-size: var(--font-size-banner);
	text-transform: var(--text-transform-banner);
	color: var(--color-banner);
}

@media (max-width: 992px) {
	.banner .banner-text h1 {
		font-size: 3rem;
	}
}

/* Mobile */
@media (max-width: 576px) {
	.banner .banner-text h1 {
		font-size: 2rem;
	}
}

.banner-wrapper {
	height: 410px;
	overflow: hidden;
}

.banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 1.2s ease-in-out;
	animation: zoomIn 1.2s forwards;
}

#my-title-span {
	color: #9dd4f2;
}

.banner-product {
	position: relative;
	width: 100%;
}

.banner-product .banner-product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: #06324b99; */
	/* background: #0061a684; */
	background: #06324bb5;
	z-index: 1;
}

.banner-product img {
	width: 100%;
	height: 680px;
	object-fit: cover;
	display: block;
}

/* Tablet */
@media (max-width: 992px) {
	.banner-product img {
		height: 340px;
	}
}

/* Mobile */
@media (max-width: 576px) {
	.banner-product img {
		height: 340px;
	}
}

.banner-product .banner-product-text {
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	pointer-events: none;
	opacity: 0; /* start hidden */
	color: white;
	animation: fadeInDown 1.5s ease-out forwards;
}

.banner-product .banner-product-text h1 {
	font-family: var(--font-family-banner);
	font-weight: var(--font-weight-banner);
	font-style: var(--font-style-banner);
	font-size: var(--font-size-banner);
	/* text-transform: var(--text-transform-banner); */
	color: var(--color-banner);
}
@media (max-width: 992px) {
	.banner-product .banner-product-text h1 {
		font-size: 3rem;
	}
}

/* Mobile */
@media (max-width: 576px) {
	.banner-product .banner-product-text h1 {
		font-size: 2rem;
	}
}

/* Fade in + slight upward motion */
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate(-50%, -65%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

#down-arrow {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	color: white;
	z-index: 2;
	cursor: pointer;
	pointer-events: auto;
	opacity: 0;
	animation: fadeInArrow 0.5s ease forwards 0.8s,
		/* fade in after 1.5s */ bounceArrow 1.2s infinite ease-in-out 2s; /* bounce starts after fade */
}

@media (max-width: 576px) {
	#down-arrow {
		display: none;
	}
}

@media (max-width: 992px) {
	#down-arrow {
		display: none;
	}
}

/* Fade in */
@keyframes fadeInArrow {
	to {
		opacity: 1;
	}
}

/* Bounce motion */
@keyframes bounceArrow {
	0%,
	100% {
		transform: translate(-50%, 0);
	}
	50% {
		transform: translate(-50%, 6px);
	}
}

.sqv-colors {
	--color-primary: #003c64;
	--color-secondary: #4396cd;
	--color-secondary-light: #eaf3f6;
	--color-white: #ffffff;
	--color-black: #000000;
	--Primitives-Opacity-White5: rgba(255, 255, 255, 0.05);
	--Primitives-Opacity-White10: rgba(255, 255, 255, 0.1);
}

.revamp-sizes {
	--text-sizes-heading-1: 72px;
	--text-sizes-heading-2: 52px;
	--text-sizes-heading-3: 44px;
	--text-sizes-heading-4: 36px;
	--text-sizes-heading-5: 28px;
	--text-sizes-heading-6: 22px;
	--text-sizes-text-large: 22px;
	--text-sizes-text-medium: 18px;
	--text-sizes-text-regular: 16px;
	--text-sizes-text-small: 14px;
	--text-sizes-text-tiny: 12px;
}

/* Default (desktop) */
h1 {
	font-size: 2.5rem; /* 40px */
}
h2 {
	font-size: 1.8125rem; /* 29px */
}
h3 {
	font-size: 1.5rem; /* 24px */
}
h4 {
	font-size: 1.25rem; /* 20px */
}
h5 {
	font-size: 1.125rem; /* 18px */
}
h6 {
	font-size: 1rem; /* 16px */
}
p {
	font-size: 1rem; /* 16px */
}
.tiny {
	/* font-size: 0.75rem; */
	font-size: 0.8rem;
}

/* Tablet */
@media (max-width: 992px) {
	h1 {
		font-size: 2.2rem; /* ~35px */
	}
	h2 {
		font-size: 1.625rem; /* ~26px */
	}
	h3 {
		font-size: 1.375rem; /* 22px */
	}
	h4 {
		font-size: 1.125rem; /* 18px */
	}
	h5 {
		font-size: 1rem; /* 16px */
	}
	h6 {
		font-size: 0.9375rem; /* 15px */
	}
	p {
		font-size: 0.9375rem; /* 15px */
	}
}

/* Mobile */
@media (max-width: 576px) {
	h1 {
		font-size: 1.875rem; /* 30px */
	}
	h2 {
		font-size: 1.5rem; /* 24px */
	}
	h3 {
		font-size: 1.25rem; /* 20px */
	}
	h4 {
		font-size: 1.125rem; /* 18px */
	}
	h5 {
		font-size: 1rem; /* 16px */
	}
	h6 {
		font-size: 0.875rem; /* 14px */
	}
	p {
		font-size: 0.875rem; /* 14px */
	}
}

.sqv h1,
.sqv h2,
.sqv h3,
.sqv h4,
.sqv h5,
.sqv h6 {
	font-family: var(--font-family-headings);
	color: var(--color-primary);
	font-weight: 600;
}

p {
	font-family: var(--font-family-paragraph);
	font-weight: 300;
	line-height: 180%;
}

.normal-width {
	width: 75%;
	/* padding: 35px 30px; */
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 992px) {
	.normal-width {
		width: 80%; /* For medium screens and smaller (max-width: 992px) */
	}
}

@media (max-width: 576px) {
	.normal-width {
		width: 80%; /* For small screens (max-width: 576px) */
	}
}

.smaller-width {
	width: 800px;
	/* padding: 35px 30px; */
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 992px) {
	.smaller-width {
		width: 80%; /* For medium screens and smaller (max-width: 992px) */
	}
}

@media (max-width: 576px) {
	.smaller-width {
		width: 80%; /* For small screens (max-width: 576px) */
	}
}

.sqv-hr {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 992px) {
	.sqv-hr {
		width: 90%; /* For medium screens and smaller (max-width: 992px) */
	}
}

@media (max-width: 576px) {
	.sqv-hr {
		width: 90%; /* For small screens (max-width: 576px) */
	}
}

.sqv-btn-primary {
	display: inline-block;
	background-color: var(--color-primary);
	color: var(--color-white);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	font-family: var(--font-family-paragraph);
	font-weight: 500;
}

.sqv-btn-primary:hover {
	background-color: var(--color-secondary);
}

.sqv-btn-secondary {
	display: inline-block;
	background-color: var(--color-secondary-light);
	color: var(--color-black);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	font-family: var(--font-family-paragraph);
	font-weight: 500;
}

.sqv-btn-secondary:hover {
	background-color: var(--color-secondary);
	color: var(--color-white);
}

.border-none {
	border: none;
}

.text-justify {
	text-align: justify;
}

.quote {
	color: var(--color-primary);
	font-size: 35px;
	line-height: 1em;
	font-weight: 400;
}

.icon-box {
	width: 48px;
	height: 48px;
	/* background-color: var(--Primitives-Color-NeutralLightest); */
	background-color: #dee2e6;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 0.375rem;
}

@media (max-width: 576px) {
	.icon-box {
		width: 36px;
		height: 36px;
	}
}

.icon-box img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain; /* Keeps the whole image visible */
	display: block; /* Removes unwanted gaps */
}

.icon-box i {
	font-size: 24px; /* icon size */
	line-height: 1;
	/* color: white; */
}

@media (max-width: 576px) {
	.icon-box i {
		font-size: 16px; /* smaller icon size for mobile */
	}
}
