.hero {height:400px;background-size:cover;background-position:center;position:relative;}
.hero .overlay {
  height: 100%;
  display: flex;
  align-items: center;
	background: linear-gradient(
	  to bottom,
	  rgba(0, 0, 0, 0.1) 0%,
	  rgba(0, 0, 0, 0.5) 50%,
	  rgba(15, 23, 34, 0.95) 100%
	);
}
.hero h1 {font-size:48px;font-weight:700;}
.site-footer {
  background: #1f2430;
  color: #cfd3dc;
}

.footer-brand {
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}

.footer-sub {
  font-size: 11px;
  letter-spacing: 2px;
  color: #FF0000;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #a5acb8;
}

.footer-heading {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #bfc6d3;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #FF0000;
}

.footer-phone {
  font-size: 16px;
  font-weight: 600;
  color: #FF0000;
}

.footer-hours {
  font-size: 14px;
  color: #a5acb8;
}

.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-copy {
  font-size: 13px;
  color: #8a92a3;
}

.hero-dark .overlay {
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 900px;
  color: #fff;
}

.hero-subtitle {
  color: #DAB963;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-actions .btn {
  margin-right: 15px;
  margin-top: 10px;
}

.btn-warning {
  background-color: #DAB963;
  border-color: #DAB963;
  color: #000;
}

.btn-outline-warning {
  border-color: #DAB963;
  color: #DAB963;
}

.btn-outline-warning:hover {
  background-color: #DAB963;
  color: #000;
}
.section-dark {
  background: #0f1722;
  color: #cfd6e4;
}

.content-narrow {
  max-width: 850px;
}

.lead-text {
  font-size: 16px;
  line-height: 1.8;
  color: #aab3c5;
}
.section-title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}

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

.feature-list li {
  margin-bottom: 14px;
  color: #cfd6e4;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.feature-list i {
  color: #DAB963;
  font-size: 18px;
  margin-top: 1px;
}

.highlight-box {
  background: #1c2433;
  padding: 25px;
  border-radius: 10px;
}

.highlight-box h3 {
  color: #ffffff;
  margin-bottom: 15px;
}

.highlight-box ol {
  margin: 0;
  padding-left: 20px;
}

.highlight-box li {
  margin-bottom: 10px;
  color: #cfd6e4;
}

.highlight-box li::marker {
  color: #DAB963;
  font-weight: 600;
}

.hero-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-actions {
  margin-top: 10px;
}
.feature-list li {
  line-height: 1.6;
}

.highlight-box {
  border: 1px solid rgba(255,255,255,0.05);
}

.about-feature {
  background: #1c2433;
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-feature i {
  font-size: 28px;
  color: #DAB963;
}

.feature-title {
  font-weight: 600;
  color: #fff;
}

.feature-sub {
  font-size: 13px;
  color: #aab3c5;
}
``

.about-card {
  background: #202938;
  border-radius: 10px;

  /* INTERNAL SPACE (content breathing room) */
  padding: 6px;  
  margin: 0 4px;
  /* EXTERNAL VISUAL SEPARATION */
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);

  transition: all 0.25s ease;
}


.about-card:hover {
  transform: translateY(-3px);
  border-color: rgba(241, 183, 34, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}


.about-card h5 {
  color: #DAB963;
  margin-bottom: 12px; 
  font-weight: 600;
}


.about-card p {
  color: #aeb6c6;
  font-size: 13px;      
  line-height: 1.6;
  margin-bottom: 0
  
}

.about-card-inner {
  padding: 18px 20px;
}


.stars i {
  color: #DAB963;
  margin-right: 3px;
  margin-bottom: 8px
}

.testimonial-author {
  margin-top: 18px;
  padding-top: 12px;

  border-top: 1px solid rgba(255,255,255,0.06);

  font-weight: 600;
  color: #ffffff;
  font-size: 13px;  
}

.about-card {
  background: #202938; /* slightly lighter than section */
}


.about-card-inner h5 {
  margin-bottom: 10px;
}

.about-card-inner .stars {
  margin-bottom: 10px;
}

.about-card-inner p {
  margin-bottom: 14px;
}
.contact-card {
  background: #202938;
  border-radius: 10px;
  padding: 18px 20px;

  display: flex;
  align-items: center;
  gap: 14px;

  color: #cfd6e4;
  text-decoration: none;

  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.25s ease;
}

.contact-card i {
  font-size: 22px;
  color: #DAB963;
}

.contact-title {
  color: #fff;
  font-weight: 600;
}

.contact-sub {
  font-size: 13px;
  color: #aab3c5;
}
.contact-primary {
  background: #DAB963;
  color: #000;
}

.contact-primary i {
  color: #000;
}

.contact-primary .contact-title {
  color: #000;
}

.contact-primary .contact-sub {
  color: #3a2b00;
}
.home-hero {
  height: 650px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.home-hero-overlay {
  position: absolute;
  inset: 0;

  /* LEFT → RIGHT gradient */
  background: linear-gradient(
    to right,
    rgba(10, 15, 25, 0.95) 0%,
    rgba(10, 15, 25, 0.85) 35%,
    rgba(10, 15, 25, 0.65) 55%,
    rgba(10, 15, 25, 0.3) 75%,
    rgba(10, 15, 25, 0.1) 100%
  );

  /* subtle bottom fade */
  background-blend-mode: multiply;
}
.home-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
}
.home-hero-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.home-hero-title span {
  color: #DAB963;
}
.home-hero-sub {
  font-size: 16px;
  color: #cfd6e4;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 25px;
}
.home-hero-actions .btn {
  margin-right: 15px;
  margin-top: 10px;
}
.hero-pill {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 8px 14px;

  font-size: 13px;
  color: #d9e1f2;
}

.hero-pill i {
  color: #DAB963;
}
.why-section {
  background: #0f1722; /* matches your dark theme */
}
.section-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  max-width: 280px;
}

.why-item i {
  color: #DAB963;
  font-size: 18px;
  margin-top: 2px;
}

.why-item p {
  margin: 0;
  font-size: 14px;
  color: #cfd6e4;
  line-height: 1.6;
}

.services-section {
  background: #0f1722;
}

.section-sub {
  color: #aab3c5;
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
}
.service-card {
  display: block;
  height: 100%;

  background: #1c2433;
  border-radius: 10px;
  padding: 22px 20px;

  text-decoration: none;
  color: inherit;

  /* subtle default border */
  border: 1px solid rgba(255,255,255,0.06);

  transition: all 0.25s ease;
}
.service-card i {
  font-size: 24px;
  color: #DAB963;
  margin-bottom: 15px;
  display: inline-block;
}
.service-card h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 13px;
  color: #aab3c5;
  line-height: 1.6;
  margin-bottom: 15px;
}
.learn-more {
  font-size: 13px;
  color: #FF0000;
  font-weight: 500;
}
.service-card:hover {
  border-color: #FF0000;   /* ✅ yellow border highlight */
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.service-card:hover h5 {
  color: #FF0000; /* subtle text highlight like screenshot */
}
.testimonials-section {
  background: #0f1722;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-top: 16px;
  padding-top: 12px;

  border-top: 1px solid rgba(255,255,255,0.06);

  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}

.testimonial-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.resource-links a {
  text-decoration: none;
  color: #DAB963;
}

.cta-section {
  background: linear-gradient(
    to right,
    #1a2330,
    #1f2938
  );

  padding: 70px 20px;
  text-align: center;
}

.cta-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-sub {
  color: #aab3c5;
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-actions .btn {
  padding: 12px 20px;
  font-size: 15px;
}

.btn-warning {
  background-color: #DAB963;
  border-color: #DAB963;
  color: #000;
}

.btn-warning:hover {
  background-color: #dca519;
  border-color: #dca519;
}

.btn-outline-warning {
  border-color: #DAB963;
  color: #DAB963;
}

.btn-outline-warning:hover {
  background-color: #DAB963;
  color: #000;
}
``