@font-face {
	font-family: 'KitSans';
	src: url('../fonts/KitSans_Regular.html') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'KitSans';
	src: url('../fonts/KitSans_Medium.html') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'KitSans';
	src: url('../fonts/KitSans_ExtraBold.html') format('woff2');
	font-weight: 800;
	font-style: normal;
}
html {
	scroll-behavior: smooth;
}
body{
	font-family: "Libre Franklin", sans-serif;
	overflow-x: hidden;
}
h1,h2,h3,h4 {
	font-family: 'KitSans', sans-serif;
	font-weight: 800;
}
.website-logo{
	font-family: 'KitSans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
header > a,body header ul{
	padding: 11px 40px;
	padding-left: 40px !important;
	background: hsl(0deg 0% 100% / 20%);
	border: solid 0.2px #0A192F;
	border-radius: 70px;
	color: #fff;
}
header ul{
	border: none;
	font-size: 14px;
}
a:hover{
	color: #C1121F !important;
}
header > a:hover{
	text-decoration: none;
}
.hero-section {
	background: url(../images/img-1.webp) no-repeat center;
	background-size: cover;
}
.hero-items-container{
	min-height: 100vh;
}
.hero-items-container h1{
	font-size: 44px;
	color: #fff;
}
.hero-items-container span{
	color: #C1121F;
}
.hero-items-container p{
	color: #fff;
}
button.first-btn{
	border-radius: 54px;
	background: #C1121F;
	padding: 11px 30px;
	border: solid 1px #C1121F;
}
button.first-btn:hover{
	background: rgb(96 182 198 / 10%);
	border: solid 1px #fff;
}
button.second-btn{
	background: rgb(96 182 198 / 10%);
	border: solid 1px #fff;
	padding: 11px 30px;
	border-radius: 54px;
}
button.second-btn:hover{
	background: #C1121F;
	border: solid 1px #C1121F;
}
.scorecard-container {
	background: radial-gradient(circle at 100% 1%, #c1121f2b, #fff);
}
.first-btn-2:hover{
	background: #0A192F !important;
}
.scorecard{
	padding: 146px 0;
}
.scorecard p:not(.tool-subtitle){
	color: #333333;
}
.scorecard h1,.about-section h1{
	color: #0A192F;
}
.testimonials-container{
}
.testimonials-single-container{
	gap: 30px;
}
.testimonials-single {
	background: rgb(10 25 47 / 10%);
	width: 31%;
	padding: 30px;
	border-radius: 22.1px;
	border: solid 2px rgb(10 25 47 / 10%);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}
.testimonials-single p{
	font-size: 14px;
}
.faqs-section{
	background-image: url(../images/img-4.webp);
	background-size: cover;
	text-align: center;
	padding: 146px 15px;
}
.faqs-section h1,.faqs-section p, #accordion{
	color: #fff;
}
#accordion{
	text-align: left;
	max-width: 1000px;
}
.card{
	background: rgb(119 136 153 / 25%);
}
#accordion .btn-link{
	color: #fff;
	padding: .375rem .75rem .375rem 0rem;
}
.card-header{
	background: rgb(119 136 153 / 15%);
}
#accordion .btn-link:focus{
	text-decoration: none;
}
.quote{
	padding: 15px;
}
.about-section{
	padding: 100px 15px;
	background: radial-gradient(circle at 100% 1%, #c1121f2b, #fff);
}
.about-section span{
	color: #0A192F;
}
.footer{
	/*background: #fff;*/
	padding: 50px 15px;
}
.footer i{
	color: #fff;
}
.footer .social-container{
	gap: 20px;
}
.footer span{
	color: #0A192F;
	font-size: 10px;
}
.footer a{
	color: #fff;
}
.footer p{
	font-size: 18px;
	color: 0A192F;
}
.video-container{
	/*width: 20%;*/
}
.card-header .btn-link {
	white-space: normal;
	text-align: left;
	width: 100%;
	padding: 0;
}
.amazon-author{
	width: 30px;
}
.amazon-author-container{
	gap: 10px;
}
.amazon-author-container a{
	color: #1A1A1A;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgb(255 255 255);
}
.video-section{
	background: transparent;
}

@media (max-width: 768px) {
	#accordion {
		max-width: 100%;
	}
	.testimonials-single-container{
		flex-direction: column !important;
	}
	.testimonials-single{
		width: 100%;
	}
	.website-logo,header ul,.hero-items-container .first-btn,.hero-items-container .second-btn,p,.footer p{
		font-size: 12px;
		height: fit-content;
	}
	header > a, body header ul {
		padding: 5px 5px;
		padding-left: 5px !important;
	}
	.nav-link {
		padding: 0px 5px;
	}
	.hero-items-container img{
		width: max-content;
		align-self: auto !important;
		padding: 0 10%;
	}
	body h1{
		font-size: 28px !important;
	}
	.hero-items-container .first-btn{
		margin-right: 5px !important;
		padding: 5px 15px;
	}
	.hero-items-container .second-btn{
		padding: 5px 15px;
	}
	.about-container .row .col-12,.testimonials-container,.col{
		padding: 0 !important;
	}
	.about-section,.faqs-section{
		padding: 50px 15px;
	}
	.scorecard{
		padding: 50px 0;
	}
	.header-container,.faqs-container{
		padding: 0;
	}
	.social-container{
		gap: 10px !important;
	}
	#TheBook > div > div.col.d-flex.flex-column.align-items-center.justify-content-center{
		text-align: center;
	}
}

.tools-section {
	padding: 4rem 1rem;
	color: #fff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.tools-grid {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.5rem;
}

.tool-card {
	background: #111;
	border: 1px solid #1f1f1f;
	border-radius: 14px;
	padding: 2rem;
	transition: transform 0.4s ease, border-color 0.2s ease;
}

.tool-card:hover {
	transform: translateY(-6px);
	border-color: #2d2d2d;
}

.tool-card.featured {
	background: linear-gradient(180deg, #1a2cff, #0f1a9c);
	border: none;
}

.tool-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0.4rem;
}

.tool-subtitle {
	font-size: 0.9rem;
	opacity: 0.8;
	color: #fff;
	margin-bottom: 1.2rem;
}

.tool-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tool-list li {
	font-size: 0.95rem;
	line-height: 1.5;
	margin-bottom: 0.75rem;
	position: relative;
	padding-left: 1.2rem;
}

.tool-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #6b7cff;
}

.tool-btn {
	display: inline-block;
	margin-top: 1.5rem;
	width: 100%;
	text-align: center;
	padding: 0.75rem 1rem;
	font-size: 0.95rem;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	background: #1f1f1f;
	color: #fff;
	border: 1px solid #2d2d2d;
	transition: background 0.2s ease, transform 0.2s ease;
}

.tool-btn:hover {
	background: #2a2a2a;
	transform: translateY(-2px);
}

.featured-btn {
	background: #fff;
	color: #0f1a9c;
	border: none;
}

.featured-btn:hover {
	background: #e8eaff;
}

/* Featured card */
.tool-card.featured {
	background: linear-gradient(180deg, #C1121F, #8f0d16);
	border: none;
}

/* Default button */
.tool-btn {
	display: inline-block;
	margin-top: 1.5rem;
	width: 100%;
	text-align: center;
	padding: 0.75rem 1rem;
	font-size: 0.95rem;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	background: #1f1f1f;
	color: #fff;
	border: 1px solid #2d2d2d;
	transition: background 0.2s ease, transform 0.2s ease;
}

.tool-btn:hover {
	background: #2a2a2a;
	transform: translateY(-2px);
	text-decoration: none;
}

/* Featured button */
.featured-btn {
	background: #fff;
	color: #C1121F;
	border: none;
}

.featured-btn:hover {
	background: #ffe5e7;
}

/* Bullet color alignment */
.tool-list li::before {
	color: #C1121F;
}

@media (max-width: 600px) {
  .tools-section {
    padding: 2rem 1rem;
  }

  .tools-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .tool-card {
    padding: 1.5rem;
    transform: none;
  }

  .tool-card:hover {
    transform: none;
  }

  .tool-title {
    font-size: 1.15rem;
  }

  .tool-subtitle {
    font-size: 0.85rem;
  }

  .tool-list li {
    font-size: 0.9rem;
  }

  .tool-btn {
    font-size: 0.9rem;
    padding: 0.7rem;
  }
}


.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}


.video-card h2 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: #fff;
}

wistia-player {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* Mobile: 1 per row */
@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}
