/* KoniHost brand overrides for Quarter template */
:root {
  --ltn__secondary-color: #df0000;
  --ltn__secondary-color-2: #c1121f;
  --ltn__secondary-color-3: #780000;
  --ltn__heading-color: #003049;
  --ltn__paragraph-color: #1a1a1a;
  --ltn__primary-color: #003049;
  --ltn__primary-color-2: #003049;
  --koni-wash: #E8F1F5;
  --koni-wash-end: #F7FAFC;
  --koni-page: #f5f5f5;
}

.ltn__header-middle-area .site-logo {
  min-width: auto;
}

.ltn__header-middle-area .site-logo a {
  display: flex;
  align-items: center;
}

.site-logo img.koni-logo,
.koni-logo {
  max-height: 40px;
  width: auto;
  display: block;
}

.theme-btn-1 {
  background-color: #df0000;
  border-color: #df0000;
}

.theme-btn-1:hover,
.theme-btn-1:focus {
  background-color: #780000;
  border-color: #780000;
}

.section-bg-koni {
  background: linear-gradient(180deg, var(--koni-wash) 0%, var(--koni-wash-end) 100%);
}

.koni-cta-band .call-to-action-inner {
  background-color: #df0000;
}

.ltn__feature-item-6:hover,
.ltn__feature-item-6.active {
  border-color: #df0000;
}

.ltn__feature-item-6 .ltn__service-btn {
  color: #df0000;
}

/* Veçoritë section */
.koni-vecorite .koni-section-lead {
  max-width: 560px;
  margin: 12px auto 0;
  color: #003049;
  font-size: 17px;
  line-height: 1.55;
  opacity: 0.85;
}

.koni-vecorite .section-title-area {
  margin-bottom: 40px;
}

.koni-vecorite .ltn__feature-item-6 {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #d7e4ea;
  box-shadow: none;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.koni-vecorite .ltn__feature-item-6:hover {
  border-color: #df0000;
  box-shadow: 0 10px 28px rgba(0, 48, 73, 0.08);
  transform: translateY(-2px);
}

.koni-vecorite .ltn__feature-icon {
  margin-bottom: 18px;
}

.koni-vecorite .ltn__feature-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #E8F1F5;
}

.koni-vecorite .ltn__feature-icon i {
  color: #df0000;
  font-size: 28px;
  line-height: 1;
}

.koni-vecorite .ltn__feature-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.koni-vecorite .ltn__feature-info h3 {
  margin-bottom: 10px;
}

.koni-vecorite .ltn__feature-info h3 a {
  color: #003049;
}

.koni-vecorite .ltn__feature-info p {
  flex: 1;
  margin-bottom: 16px;
}

.koni-vecorite .ltn__service-btn {
  margin-top: auto;
}

.koni-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #df0000;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-logo .koni-logo {
  max-height: 40px;
  filter: brightness(0) invert(1);
}

.ltn__breadcrumb-area .page-title {
  color: #003049;
}

/* Feature page breadcrumb — sharp brand wash, no photo */
.koni-breadcrumb.ltn__breadcrumb-area {
  background: linear-gradient(180deg, #E8F1F5 0%, #F7FAFC 100%);
  background-image: linear-gradient(180deg, #E8F1F5 0%, #F7FAFC 100%) !important;
  margin-bottom: 70px;
  padding-top: 72px;
  padding-bottom: 72px;
  border-bottom: 3px solid #df0000;
  position: relative;
}

.koni-breadcrumb.ltn__breadcrumb-area::before {
  display: none;
}

.koni-breadcrumb .page-title {
  color: #003049;
  font-weight: 700;
  margin-bottom: 12px;
}

.koni-breadcrumb .ltn__breadcrumb-list ul li {
  color: #003049;
  font-weight: 600;
  opacity: 0.75;
}

.koni-breadcrumb .ltn__breadcrumb-list ul li a {
  color: #003049;
}

.koni-breadcrumb .ltn__breadcrumb-list ul li a:hover {
  color: #df0000;
}

.koni-breadcrumb .ltn__breadcrumb-list ul li:last-child {
  color: #df0000;
  opacity: 1;
}

.koni-breadcrumb .ltn__breadcrumb-list ul li:after {
  color: #003049;
  opacity: 0.45;
}

/* Feature sidebar: demo / WhatsApp CTA */
.koni-demo-widget,
.ltn__newsletter-widget.koni-demo-widget {
  background: linear-gradient(180deg, #E8F1F5 0%, #F7FAFC 100%);
  border: 1px solid #d7e4ea;
  border-radius: 8px;
  padding: 32px 28px;
  overflow: hidden;
}

.koni-demo-widget .ltn__widget-sub-title,
.koni-demo-widget h6 {
  color: #df0000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.koni-demo-widget .ltn__widget-title,
.koni-demo-widget h4 {
  color: #003049;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.koni-demo-widget p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 1;
}

.koni-demo-widget .btn-wrapper {
  margin-top: 0;
}

.koni-demo-widget .theme-btn-1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #df0000;
  border-color: #df0000;
  color: #fff;
  padding: 12px 20px;
}

.koni-demo-widget .theme-btn-1:hover,
.koni-demo-widget .theme-btn-1:focus {
  background-color: #780000;
  border-color: #780000;
  color: #fff;
}
