:root {
  --alk-emerald: #00583f;
  --alk-emerald-dark: #003f2d;
  --alk-green: #629c2a;
  --alk-green-light: #8fbd2a;
  --alk-warm-white: #fbf8ee;
  --alk-sage: #b8c29a;
  --alk-charcoal: #303030;
  --color-default: var(--alk-charcoal);
  --color-primary: var(--alk-green);
  --color-secondary: var(--alk-emerald);
}

body {
  background-color: var(--alk-warm-white);
  color: var(--alk-charcoal);
}

a,
.section-header h2,
.services-list a:hover,
.services-list a.active,
.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--alk-emerald);
}

a:hover { color: var(--alk-green); }

.header,
.footer .footer-legal,
.footer .footer-content,
.navbar .dropdown ul,
.mobile-nav-active .navbar {
  background-color: var(--alk-emerald);
}

.header.sticked,
.header.scrolled {
  background: rgba(0, 88, 63, 0.96);
}

.navbar a,
.navbar a:focus,
.footer,
.footer a,
.footer h4,
.footer .logo span {
  color: var(--alk-warm-white);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a,
.footer a:hover {
  color: #b5d36d;
}

.btn-primary,
.btn-primary:focus,
.get-a-quote,
.scroll-top,
button[type="submit"] {
  background-color: var(--alk-emerald) !important;
  border-color: var(--alk-emerald) !important;
  color: #fff !important;
}

.btn-primary:hover,
.get-a-quote:hover,
.scroll-top:hover,
button[type="submit"]:hover {
  background-color: var(--alk-green) !important;
  border-color: var(--alk-green) !important;
}

.btn-outline-primary {
  color: var(--alk-emerald);
  border-color: var(--alk-emerald);
}

.btn-outline-primary:hover {
  color: #fff;
  background: var(--alk-emerald);
  border-color: var(--alk-emerald);
}

.text-primary { color: var(--alk-emerald) !important; }
.bg-primary { background-color: var(--alk-emerald) !important; }
.border-primary { border-color: var(--alk-emerald) !important; }

.card,
.service-item,
.post-box,
.testimonial-item,
.pricing-item {
  border-color: rgba(0, 88, 63, 0.14);
}

.card-header {
  background: rgba(184, 194, 154, 0.18);
  border-bottom-color: rgba(0, 88, 63, 0.14);
}

.breadcrumbs:before { background-color: rgba(0, 72, 51, 0.78); }
.breadcrumbs ol { color: #b5d36d; }

/* Compact inner-page banner: approximately 25% of the original 30vh height. */
body.page-inner .breadcrumbs {
  min-height: 7.5vh;
  padding: 22px 0 14px;
}

body.page-inner .breadcrumbs h2 {
  margin: 0 0 3px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
}

body.page-inner .breadcrumbs ol {
  padding: 0;
  font-size: 12px;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  body.page-inner .breadcrumbs {
    min-height: 72px;
    padding: 18px 0 12px;
  }
}

.section-header h2:after { background: var(--alk-green); }

.hero { background-image: url("../img/brand/store-exteriors.png"); }
.call-to-action {
  background-image: linear-gradient(rgba(0, 72, 51, 0.84), rgba(0, 72, 51, 0.84)), url("../img/brand/takeaway-bags.png");
}
.contact { background-image: url("../img/brand/look-and-feel.png"); }

.auth-wrap {
  background: linear-gradient(135deg, var(--alk-green), var(--alk-emerald)) !important;
  box-shadow: 0 22px 45px rgba(0, 63, 45, 0.28) !important;
}
.auth-card {
  background: radial-gradient(1000px 280px at 50% -30%, rgba(143, 189, 42, 0.18), transparent 55%), var(--alk-emerald-dark) !important;
}
.auth-title .highlight,
.auth-footer a { color: #b5d36d !important; }
.auth-label,
.auth-subtitle,
.auth-footer { color: #d9e2c4 !important; }
.auth-card .form-control {
  background: #003526 !important;
  border-color: rgba(184, 194, 154, 0.55) !important;
}
.auth-card .form-control:focus {
  background: #002d20 !important;
  border-color: var(--alk-green-light) !important;
  box-shadow: 0 0 0 .2rem rgba(143, 189, 42, .22) !important;
}
.auth-submit {
  background: linear-gradient(90deg, var(--alk-green), #8fbd2a) !important;
  color: #fff !important;
}

.brand-image-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Brand the custom feature components used on the home and inner pages. */
.process-flow-section { background: linear-gradient(180deg, #fbf8ee, #f0f3e5) !important; }
.process-step-card { background: linear-gradient(135deg, #003f2d, #00583f) !important; box-shadow: 0 22px 44px rgba(0, 63, 45, .16) !important; }
.process-step:nth-child(2) .process-step-card { background: linear-gradient(135deg, #00583f, #397a32) !important; }
.process-step:nth-child(3) .process-step-card { background: linear-gradient(135deg, #397a32, #629c2a) !important; }
.process-step:nth-child(4) .process-step-card { background: linear-gradient(135deg, #629c2a, #8fbd2a) !important; }
.process-step-card::before { background: #fbf8ee !important; }
.process-step-card::after { background: rgba(98, 156, 42, .94) !important; }
.process-step:nth-child(1) .process-step-card::after { background: rgba(0, 88, 63, .96) !important; }
.process-step:nth-child(3) .process-step-card::after,
.process-step:nth-child(4) .process-step-card::after { background: rgba(143, 189, 42, .96) !important; }
.process-step:nth-child(1) .process-step-icon { color: #00583f !important; }
.process-step:nth-child(2) .process-step-icon { color: #397a32 !important; }
.process-step:nth-child(3) .process-step-icon { color: #629c2a !important; }
.process-step:nth-child(4) .process-step-icon { color: #8fbd2a !important; }

.token-benefit-card,
.home-feature-card,
.referral-feature-card { box-shadow: 0 18px 40px rgba(0, 63, 45, .10) !important; }
.token-benefit-top { background: linear-gradient(145deg, #00583f, #003f2d 72%) !important; }
.token-benefit-top::before { background: linear-gradient(90deg, #b5d36d, #629c2a) !important; }
.token-benefit-top::after { background: linear-gradient(90deg, #8fbd2a, #b8c29a) !important; }
.token-benefit-glow { background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(184,194,154,.18)) !important; }
.token-benefit-accent { background: linear-gradient(90deg, #8fbd2a, #00583f, #629c2a) !important; }
.token-benefit-body h5,
.home-feature-card h4,
.referral-feature-card h4 { color: var(--alk-charcoal) !important; }
.token-benefit-body p,
.home-feature-card p,
.referral-feature-card p { color: #64685e !important; }
.home-feature-icon,
.referral-feature-icon {
  background: linear-gradient(135deg, #00583f, #629c2a) !important;
  box-shadow: 0 14px 28px rgba(0, 88, 63, .22) !important;
}
.home-feature-link,
.referral-feature-link { color: var(--alk-emerald) !important; }
.home-feature-link:hover,
.referral-feature-link:hover { color: var(--alk-green) !important; }

.security-hero-section {
  background: radial-gradient(circle at top, rgba(181, 211, 109, .18), transparent 30%), linear-gradient(180deg, #00583f, #003f2d) !important;
}
.security-pillar:nth-child(1) .security-badge { background: linear-gradient(180deg, #8fbd2a, #629c2a) !important; color: #b5d36d !important; }
.security-pillar:nth-child(2) .security-badge { background: linear-gradient(180deg, #397a32, #00583f) !important; color: #8fbd2a !important; }
.security-pillar:nth-child(3) .security-badge { background: linear-gradient(180deg, #b8c29a, #829267) !important; color: #b8c29a !important; }

/* Al Kaneez footer */
.alk-footer {
  position: relative;
  overflow: hidden;
  background: var(--alk-emerald);
  color: #fff;
  font-size: 14px;
}

.alk-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--alk-green), #b5d36d, var(--alk-green));
  z-index: 2;
}

.alk-footer::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -210px;
  border-radius: 50%;
  border: 70px solid rgba(181, 211, 109, .045);
  pointer-events: none;
}

.alk-footer .footer-content {
  position: relative;
  z-index: 1;
  padding: 68px 0 48px;
  background: transparent !important;
}

.alk-footer .footer-info { margin-bottom: 0 !important; }

.alk-footer .footer-info .logo {
  gap: 14px;
  margin-bottom: 17px !important;
}

.alk-footer .footer-logo-wrap {
  width: 68px;
  height: 68px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 68px;
  border-radius: 16px;
  background: var(--alk-warm-white);
  box-shadow: 0 10px 30px rgba(0, 35, 25, .22);
}

.alk-footer .footer-info .logo img {
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  border-radius: 11px;
  object-fit: contain;
}

.alk-footer .footer-info .footer-brand-name {
  margin: 0;
  color: #fff !important;
  font-family: var(--font-primary);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.1;
}

.alk-footer .footer-tagline {
  margin: 0 0 12px !important;
  color: #b5d36d !important;
  font-size: 16px !important;
  font-weight: 700;
}

.alk-footer .footer-about {
  max-width: 540px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 14px !important;
  line-height: 1.75;
}

.alk-footer .footer-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.alk-footer .footer-trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: #eef5df;
  border: 1px solid rgba(181, 211, 109, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  font-size: 12px;
  font-weight: 600;
}

.alk-footer .footer-trust-list i { color: #b5d36d; font-size: 14px; }

.alk-footer .footer-content h4 {
  margin: 7px 0 22px;
  padding: 0 0 12px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.alk-footer .footer-content h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: var(--alk-green-light);
}

.alk-footer .footer-links { margin-bottom: 0 !important; }
.alk-footer .footer-links ul li { padding: 0 0 13px; align-items: flex-start; }
.alk-footer .footer-links ul li:first-child { padding-top: 0; }
.alk-footer .footer-links ul i {
  margin: 2px 7px 0 0;
  color: #8fbd2a !important;
  font-size: 12px;
  line-height: 1.4;
}

.alk-footer .footer-links ul a {
  color: rgba(255, 255, 255, .78) !important;
  line-height: 1.45;
}

.alk-footer .footer-links ul a:hover {
  color: #b5d36d !important;
  transform: translateX(3px);
}

.alk-footer .footer-contact-card {
  padding: 18px;
  border: 1px solid rgba(181, 211, 109, .22);
  border-radius: 16px;
  background: rgba(0, 63, 45, .44);
}

.alk-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 10px 0;
  color: rgba(255, 255, 255, .8) !important;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.alk-footer .footer-contact-item:first-child { padding-top: 0; }
.alk-footer .footer-contact-item:last-child { padding-bottom: 0; }
.alk-footer a.footer-contact-item:hover { color: #b5d36d !important; }

.alk-footer .footer-contact-item i {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 29px;
  color: #b5d36d;
  border-radius: 8px;
  background: rgba(143, 189, 42, .14);
}

.alk-footer .footer-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 10px 17px;
  color: #fff !important;
  border-radius: 10px;
  background: var(--alk-green);
  font-weight: 700;
}

.alk-footer .footer-contact-button:hover { background: var(--alk-green-light); transform: translateY(-2px); }

.alk-footer .footer-legal {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background: var(--alk-emerald-dark) !important;
  border-top: 1px solid rgba(181, 211, 109, .15);
}

.alk-footer .footer-legal .copyright {
  color: rgba(255, 255, 255, .68) !important;
  text-align: left;
}

.alk-footer .footer-legal .copyright strong { color: #fff; }

.alk-footer .footer-legal-links { display: flex; gap: 22px; }
.alk-footer .footer-legal-links a { color: rgba(255, 255, 255, .68) !important; }
.alk-footer .footer-legal-links a:hover { color: #b5d36d !important; }

@media (max-width: 991.98px) {
  .alk-footer .footer-content { padding: 55px 0 38px; }
}

@media (max-width: 767.98px) {
  .alk-footer .footer-info { text-align: center; }
  .alk-footer .footer-info .logo { justify-content: center; }
  .alk-footer .footer-about { margin-left: auto !important; margin-right: auto !important; }
  .alk-footer .footer-trust-list { justify-content: center; }
  .alk-footer .footer-contact { width: 100%; }
  .alk-footer .footer-legal .copyright { text-align: center; }
}

@media (max-width: 420px) {
  .alk-footer .footer-content .footer-links { width: 100%; }
  .alk-footer .footer-content h4 { margin-top: 0; }
}
