﻿/**
 * Organici site tweaks — keep theme (style.css / custom.css) dominant.
 * Only small Ramkripa-specific helpers live here.
 */
:root {
  --primary: #F2B300;
  /* Vibrant Golden Amber */
  --secondary: #C87517;
  /* Rich Caramel Orange */
  --accent: #E84E72;
  /* Vibrant Berry Pink */
  --warning: #FFC928;
  /* Bright Honey Yellow */
  --success: #8CC63F;
  /* Fresh Lime Green */
  --info: #5CB9F2;
  /* Bright Sky Blue */

  /* Accent Colors */
  --berry: #E84E72;
  --olive: #8CC63F;
  --sky: #5CB9F2;
  --copper: #D98A2B;
}

/* Header-4 logo sizing */
.noo-header.header-4 .navbar-brand .noo-logo-img {
  max-height: 35px;
  width: auto;
}

/* Inner page hero: clear absolute header */
.noo-page-heading .noo-heading-content {
  padding-top: 70px;
}

/* Elasticstack alternate images when bg classes use custom photos */
.elasticstack .image-elastickstack {
  background-size: cover;
  background-position: center;
}

/* Simple content helpers used on product detail */
.rk-section {
  padding: 70px 0;
}

.rk-section--alt {
  background: #f8f8f8;
}

.rk-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.rk-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: #696969;
  line-height: 1.7;
}

.rk-list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 10px;
  color: #e28405;
}

.rk-chips {
  margin: 10px 0 20px;
}

.rk-chips span {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 6px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 13px;
  color: #555;
}

.rk-type-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 22px 20px;
  margin-bottom: 24px;
  min-height: 140px;
}

.rk-type-card h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.rk-type-card p {
  margin: 0;
  color: #696969;
  line-height: 1.7;
}

.rk-process {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.rk-process__item {
  flex: 1 1 280px;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}

.rk-process__num {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background: #e28405;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.rk-callout {
  text-align: center;
  padding: 40px 30px;
  border: 1px solid #eee;
  background: #fff;
}

.rk-callout h3 {
  margin-top: 0;
}

.rk-cart-empty {
  text-align: center;
  padding: 60px 20px 40px;
  max-width: 640px;
  margin: 0 auto;
}

.rk-cart-empty .fa {
  font-size: 56px;
  color: #e28405;
  margin-bottom: 18px;
  display: block;
}

.rk-cart-empty h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.rk-cart-empty p {
  color: #696969;
  line-height: 1.7;
  margin: 0 0 24px;
}

.rk-cart-empty .button {
  margin: 0 4px 8px;
}

.rk-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #e28405;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rk-badge--orange {
  background: #f5a623;
}

.rk-tagline {
  color: #e28405;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}

.rk-cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}

.rk-cert-row img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

/* Contact form fields — match theme spacing */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  margin-bottom: 0;
}

.contact-form textarea {
  min-height: 140px;
}

/* Farmer cards with photo crops */
.noo-farmer-thumbnail img {
  width: 100%;
  /* height: 380px; */
  object-fit: cover;
}

/* Featured masonry images */
.product-masonry>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer explore list */
.item-footer-four ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-footer-four ul li {
  margin-bottom: 8px;
}

.item-footer-four ul li a {
  color: inherit;
}

/* Products page category links (not isotope) */
.rk-page-filters .noo-header-filter a.selected {
  color: #e28405;
}

/* ---------- Contact (theme layout) ---------- */
.rk-contact-visual .img-background-sign.style-2 {
  background-size: cover;
  background-position: center;
}

.form .form-control-wrap {
  margin-bottom: 18px;
}

.form .form-control,
.form select.form-control {
  height: 48px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
}

.form textarea.form-control {
  height: auto;
  min-height: 160px;
  resize: vertical;
}

.form .form-control.submit.btn-primary {
  background: #e28405;
  border-color: #e28405;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: auto;
  min-width: 160px;
  margin-top: 6px;
}

.form .form-control.submit.btn-primary:hover {
  background: #5fb894;
  border-color: #5fb894;
}

.rk-contact-map {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.rk-contact-map__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rk-contact-map .noo-address-info-wrap {
  position: relative;
  height: 0;
  z-index: 2;
}

.rk-contact-map .address-info {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 370px;
  height: 440px;
  background-color: #e28405;
  color: #fff;
  padding: 30px;
  box-shadow: none;
  max-width: none;
  overflow: auto;
}

.rk-contact-map .address-info h3 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #fff;
}

.rk-contact-map .address-info p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
  margin-bottom: 22px;
}

.rk-contact-map .address-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rk-contact-map .address-info ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.6;
}

.rk-contact-map .address-info ul li i {
  color: #fff;
  width: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

.rk-contact-map .address-info ul li a {
  color: #fff;
}

.rk-contact-map .address-info ul li strong {
  color: #fff;
}

@media (max-width: 767px) {
  .noo-farmer-thumbnail img {
    height: 300px;
  }

  .rk-contact-map {
    height: auto;
    min-height: 0;
  }

  .rk-contact-map__bg {
    position: relative;
    height: 260px;
  }

  .rk-contact-map .noo-address-info-wrap {
    height: auto;
  }

  .rk-contact-map .address-info {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
  }
}