* {
	box-sizing: border-box;
}

body {
	font-family: 'Inter', sans-serif;
	color: #1a1a1a;
	line-height: 1.6;
	overflow-x: hidden;
	background-color: #fff;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-black {
	background-color: #000 !important;
}

.header-main {
	z-index: 1000;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #eee;
}

.brand-name {
	font-weight: 800;
	font-size: 1.5rem;
	letter-spacing: -0.5px;
	color: #000;
}

.logo-img {
	height: 40px;
	width: auto;
}

.nav-item {
	margin-left: 2rem;
	font-weight: 600;
	color: #555;
	transition: color 0.3s;
	text-decoration: none;
}

.nav-item:hover {
	color: #000;
}

.hero-section {
	padding-top: 150px !important;
	padding-bottom: 120px !important;
	min-height: 100vh !important;
	background: radial-gradient(circle at top right, #f0f0f0 0%, #ffffff 100%);
}

.hero-title {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	letter-spacing: -2px;
}

.hero-lead {
	font-size: 1.25rem;
	color: #444;
	max-width: 500px;
}

.hero-image-container {
	position: relative;
	padding: 20px;
}

.hero-img {
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	max-height: 500px;
	object-fit: cover;
}

.hero-overlay-card {
	bottom: -20px;
	right: 0;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	width: 280px;
	text-align: left;
	margin: 0 auto;
}

.content-slider {
	height: 400px !important;
}

.slide {
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem;
}

.slide-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #fff;
}

.slide-text {
	font-size: 1.2rem;
	opacity: 0.8;
	max-width: 800px;
	margin: 0 auto;
}

.section-padding {
	padding: 100px 0;
}

.section-title {
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 2.5rem;
	letter-spacing: -1px;
	position: relative;
}



.bg-black .section-title::after {
	background: #fff;
}

.content-block p {
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
	color: #333;
}

.bg-black .content-block p {
	color: #ccc;
}

.custom-list {
	list-style: none;
	padding: 0;
}

.custom-list li {
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

.feature-list {
	list-style: none;
	padding: 0;
}

.feature-list li {
	padding: 1rem;
	border-left: 2px solid #eee;
	margin-bottom: 1rem;
	transition: all 0.3s;
}

.feature-list li:hover {
	border-left-color: #000;
	background: #fcfcfc;
}

.audience-card {
	background: #fff;
	border-radius: 12px;
	transition: transform 0.3s;
	height: 100%;
	border: 1px solid #eee;
	padding: 10px;
}

.audience-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.testimonial-card {
	border: 1px solid #eee;
	height: 100%;
}

.avatar-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.sticky-floating-footer {
	z-index: 1100;
	border-top: 1px solid #eee;
}

.footer-nav-item {
	color: #888;
	text-decoration: none;
	transition: all 0.2s;
}

.footer-nav-item i {
	font-size: 1.2rem;
	margin-bottom: 4px;
}

.footer-nav-item:active {
	transform: scale(1.1);
	color: #000;
}

.mobile-nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	z-index: 999;
	overflow: hidden;
	transition: height 0.4s ease;
}

.mobile-nav-overlay.active {
	height: 100vh;
}

.mobile-nav-item {
	font-size: 2rem;
	font-weight: 800;
	margin: 1rem 0;
	color: #000;
	text-decoration: none;
}

.button.primary {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 1rem 2.5rem;
	font-weight: 600;
	transition: opacity 0.3s;
}

.button.primary:hover {
	opacity: 0.8;
}

.border-radius-lg {
	border-radius: 20px;
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 2.2rem;
		letter-spacing: -1px;
	}
	.brand-name {
		font-size: 1.2rem;
	}
	.hero-section {
		padding-top: 100px;
		text-align: center;
	}
	.hero-lead {
		margin: 1.5rem auto;
	}
	.hero-overlay-card {
		position: static;
		width: 100%;
		margin-top: 2rem;
	}
	.section-padding {
		padding: 60px 0;
	}
	.section-title {
		font-size: 1.8rem;
	}
	.footer-main {
		padding-bottom: 80px !important;
	}
}/* Container layout settings */
.securePolicyGrid {
    margin-top: 40px;
    padding: 0 24px;
    box-sizing: border-box;
}

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

.securePolicyGrid h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2d2d2d;
}

.securePolicyGrid h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #333333;
}

.securePolicyGrid h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444444;
}

.securePolicyGrid h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555555;
}

/* Paragraph styling */
.securePolicyGrid p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #4a4a4a;
}

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

.securePolicyGrid li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #4a4a4a;
}

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


.dopBtn{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.footer-main,
.footer-main a,
.footer-main .brand-name,
#philosophy{
	color: #fff !important;
}

.footer-main a{
	text-decoration: none;
}


#slider-updates { background: #000; }

.session-slider{
  position: relative;
  overflow: hidden;         
  min-height: 260px;        
  padding: 64px 16px;       
}

.session-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(10px);
  transition:
    opacity var(--spd, 1000ms) ease,
    transform var(--spd, 1000ms) ease;
}

.session-slide.is-active{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.slide-content{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.slide-title{
  color: #fff;
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(28px, 3vw, 54px);
  margin: 0 0 12px;
}

.slide-text{
  color: rgba(255,255,255,.78);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.6;
  margin: 0;
}

.session-slider .ss-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #fff;
  background: rgba(0,0,0,.35);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 5;
}
.session-slider .ss-arrow:hover{ background: rgba(255,255,255,.08); }
.session-slider .ss-prev{ left: 12px; }
.session-slider .ss-next{ right: 12px; }

.session-slider .ss-progress{
  position: absolute;
  left: 0; right: 0;
  top: 0;
  height: 6px;
  background: rgba(255,255,255,.20);
  z-index: 6;
}
.session-slider .ss-progress > span{
  display: block;
  height: 100%;
  width: 0%;
  background: #7CFF3A; 
}

@media(max-width: 1100px){
	.session-slider .ss-arrow{
		top: 80%;
	}
}

main{
	overflow: hidden !important;
}

.mobile-nav{
  position: fixed;
  top: 70px;           
  left: 0;
  right: 0;
  background: #fff;
  padding: 16px;
  display: none;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.mobile-nav.active{
  display: block;
}

.mobile-nav .nav-item{
  display: block;
  padding: 12px 8px;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
