@font-face {
	font-family: 'LeagueSpartan';
	src: url('/app/doc/tu/fonts/LeagueSpartan/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-display: swap;
}

body {
	font-family: 'LeagueSpartan', sans-serif;
	margin: 0;
	padding: 0;
}

.mint {
	color: var(--secondary);
}

.header{
	display: flex;
	justify-content: space-between;
	padding: 10px 40px;
}

#ad {
	flex-direction: row;
	display: flex;
    align-items: flex-start;
	padding-top: calc(1px + 9vw);
	padding-bottom: calc(1px + 9vw);
}


.img-background {
	background-image:
		linear-gradient(to bottom, rgba(99,94,255, 0.8), rgba(176,174,255, 0.8)),
		url('/tu/images/office_background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img-background2 {
	background-image:
		linear-gradient(to bottom, 
		rgba(82,72,198, 0.8) 80%, 
		rgba(177,177,177, 0.8) 100%
		),
		url('/tu/images/office_background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.img-background h1.mint {
	text-align: left;
	margin: calc(10px + 8vw) 0;
	font-size: calc(1.7rem + 2.0vw);
}

h2 {
	font-size: calc(1.4rem + 0.8vw);
}

.hero-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: calc(10px + 7vw) auto;
}

.hero-btn {
	background-color: var(--secondary);
	color: var(--primary-light);
	font-weight: bold;
	font-size: calc(0.75rem + 0.8vw);
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s, transform 0.1s;
}

.hero-btn:hover {
	opacity: 0.85;
	transform: translateY(-2px);
}

.hero-btn.no-hover {
	font-size: 1.0rem;
}

.hero-btn.no-hover:hover {
	opacity: 1;
	transform: none;
	cursor: default;
}

.stats-row {
	background-color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 40px 40px;
	gap: 20px;
	flex-wrap: wrap;
}

.stats-facts {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
	flex: 1;
	min-width: 300px;
}


.stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
/*	width: calc(100px + 0.5vw);*/
	flex: 1 1 calc(50% - 20px);
	min-width: 150px;
	max-width: 200px;
}

.stat-number {
	color: var(--primary-light);
	font-size: calc(2.0rem + 0.7vw);
	font-weight: bold;
}

.stat-label {
	color: var(--primary-light);
	font-size: 0.9rem;
	max-width: 150px;
	font-weight: 600;
}

.stats-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: var(--primary-light);
	font-weight: bold;
	font-size: 1.2rem;
	gap: 8px;
}

.stats-icon {
	width: 62px;
	height: 48px;
}

.info-left {
    align-self: flex-start;
}

.info-card {
    max-width: calc(400px + 20vw);
	font-weight: 600;
}

.info-title {
	background-color: var(--secondary);
	border-radius: 0 20px 20px 0;
	color: var(--primary-light);
	margin-bottom: 20px;
	margin-left: -40px;        /* pull it out to the left edge */
	padding: 12px 24px 12px 40px;  /* add padding back so text isn't cut off */
	display: inline-block;
}

.info-text {
    color: white;
    line-height: 1.7;
    font-size: 1rem;
}

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

.info-right {
	align-self: flex-end;
	margin: calc(10px + 4vw) 0;
}

.info-title-right {
	background-color: var(--secondary);
	border-radius: 20px 0 0 20px;
	color: var(--primary-light);
	margin-bottom: 20px;
	margin-right: -40px;
	padding: 12px 40px 12px 24px;
	display: inline-block;
}

.info-right .info-card {
	text-align: right;
}

.info-right .info-text {
	text-align: right;
}

.benefits-card {
	background: rgba(255, 255, 255, 0.57);
	backdrop-filter: blur(8px);
	border-radius: 30px;
	padding: calc(10px + 4vw);
	max-width: 1020px;
	margin: calc(10px + 4vw) auto;
	width: auto;
}

.benefits-title {
	color: var(--secondary);
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 40px;
}

.benefit-item {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--primary);
	font-weight: 600;
	font-size: calc(1rem + 0.3vw)
}

.benefit-icon {
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
}

.img-wrapper {
	align-content: center;
	display: flex;
	justify-content: center;
}

.center-img {
	width: calc(200px + 40vw)
}

.arrow-parent {
	display: flex;
	flex-direction: row;
}

.arrow-img{
	width: calc(100px + 3vw);
	align-self: end;
}

.adv-icon{
	height: 30px;
	width: 30px;
}

.footer {
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 60px;
	flex-wrap: wrap;
	gap: 30px;
}

.footer-left {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-right {
	color: var(--primary);
	text-align: right;
	line-height: 1.4;
}

.footer-heading {
	font-weight: bold;
	margin-bottom: 8px;
}

.footer-link {
	color: var(--primary);
	text-decoration: none;
	font-weight: 600;
}

.footer-link:hover {
	text-decoration: underline;
}


@media (max-width: 600px) {
	.footer {
		flex-direction: column;
		padding: 30px 20px;
	}

	.footer-right {
		text-align: left;
	}
}

@media (max-width: 1300px){
	.stats-title {
		width: 100%;
		justify-content: center;
	}
}

/* Add this media query - adjust the max-width value as needed */
@media (max-width: 950px) {
	.stats-facts {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	
	.stat {
		flex: 0 0 calc(50% - 20px); /* This forces exactly 2 per row */
		max-width: calc(50% - 20px);
		min-width: unset; /* Remove the min-width constraint */
	}
	.stats-row {
		flex-direction: column;
		padding: 40px 10px;
	}
    #ad {
        flex-direction: column;
    }

    #ad .info-left,
    #ad .arrow-parent {
        width: 100%;
    }

	.arrow-img {
		display: none;
	}
}

@media (max-width: 580px) {
	.hero-links {
		flex-direction: column;
		align-items: center;
	}
	.benefits-grid {
		grid-template-columns: 1fr;
	}
}
