/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 19:35:59 */
.iv-grid {
	gap: 70px !important;
}

.separator.small {
	display: none;
}

.iv-bg-bts {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  background:
    radial-gradient(
      circle at center,
      rgba(255,255,255,0.04) 0%,
      rgba(255,255,255,0.02) 35%,
      rgba(0,0,0,0.25) 70%
    ),
    linear-gradient(
      to bottom,
      #121517 0%,
      #1c2125 40%,
      #2a2f34 100%
    );
}

/* Subtle grain overlay */
.iv-bg-bts::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,0.015),
    rgba(255,255,255,0.015) 1px,
    transparent 1px,
    transparent 2px
  );
  opacity: 0.35;
  pointer-events: none;
}

/* Title styling */
.iv-title-bts {
  margin: 0;
  text-align: center;
  font-family: "Montserrat", "Poppins", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 4vw, 40px);
  letter-spacing: 0.6px;
  color: #d2d6d9;
  text-shadow:
    0 2px 0 rgba(0,0,0,0.6),
    0 6px 14px rgba(0,0,0,0.45);
  -webkit-text-stroke: 2px rgba(0,0,0,0.35);
  paint-order: stroke fill;
}

.business-fact h3 a {
    font-size: 20px;
	    line-height: 45px !important;
}

.page-tag h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.page-tag h3 {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}


.it-benefits {
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 5em;
    margin-right: 5rem;
    text-align: left;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.point-form-heading {
  text-align: center;
  font-size: 2rem;
line-height: 0px !important;
padding-bottom: 30px;
    padding-top: 3rem;
    font-weight: 700;
}

.it-benefits-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
    padding-bottom: 15px;
}

.it-benefit-card {
  background: #EDEDED;
  border-radius: 14px;
  margin-bottom: 15px;
  display: flex;
  gap: 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.it-icon {
  min-width: 44px;
  height: 44px;
  background: rgba(79, 127, 90, 0.12);
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--brand-green);
}

.it-benefit-card p {
  margin: 0;
}

.it-benefit-card span {
  display: block;
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* Shared popup button styles */
.resource-box {
	padding: 15px 34px;
	margin-right: 15px;
	width: 20%;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	position: relative;
    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25),
    0 6px 14px rgba(0, 0, 0, 0.25);
}

.resource-bullets p {
	font-size: 13px;
}


/* ===============================
   MOBILE
================================ */
@media (max-width: 1000px) {
  .it-value-grid {
    grid-template-columns: 1fr;
  }

  .it-benefits-grid {
    grid-template-columns: 1fr;
  }

  .it-hero h1 {
    font-size: 2.1rem;
  }
	
	.point-form-heading {
		line-height: 30px !important;	
	}
}

@media (max-width: 768px) {
	.point-form-heading {
		line-height: 30px !important;	
	}
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}