/*=================================================
  Nexora Supplier — additions to the Constra theme
  Reuses the existing palette (#ffb600 / #23282d / #f9f9f9)
  and type scale (Montserrat headings / Open Sans body)
  so new sections read as part of the same design system.
==================================================*/

/* Industries We Serve
================================================== */
.industries-area {
  padding-bottom: 30px;
}

.industry-card {
  padding: 30px 15px 20px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #ececec;
  transition: 300ms ease;
}

.industry-card:hover {
  border-color: #ffb600;
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.industry-card .ts-service-icon.icon-round {
  margin-left: auto;
  margin-right: auto;
}

.industry-card .service-box-title {
  margin: 0;
  font-size: 15px;
}

/* Our Process
================================================== */
.process-area {
  padding-bottom: 20px;
}

.process-row {
  position: relative;
}

@media (min-width: 992px) {
  .process-row::before {
    position: absolute;
    content: "";
    top: 34px;
    left: 8%;
    width: 84%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #ffb600, #ffb600 8px, transparent 8px, transparent 16px);
    z-index: 0;
  }
}

.process-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 0 10px;
}

.process-item .process-number {
  position: relative;
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #23282d;
  color: #ffb600;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: 300ms ease;
}

.process-item:hover .process-number {
  background: #ffb600;
  color: #23282d;
}

.process-item i {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #ffb600;
}

.process-item .service-box-title {
  margin: 0;
  font-size: 14px;
}

/* Quality Commitment
================================================== */
.quality-area .ts-service-box.icon-left {
  margin-bottom: 25px;
}

.quality-area .ts-service-box.icon-left .ts-service-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #ffb600;
  color: #23282d;
  font-size: 20px;
}

.quality-area .ts-service-box.icon-left .ts-service-box-info {
  margin-left: 70px;
  margin-bottom: 0;
}

.quality-area .ts-service-box.icon-left .ts-service-box-info h3 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 15px;
}

.quality-area .ts-service-box.icon-left .ts-service-box-info p {
  margin: 0;
  color: #c6c6c6;
  font-size: 14px;
  line-height: 22px;
}

.quality-area .into-sub-title {
  color: #fff;
}

.quality-area p {
  color: #c6c6c6;
}

/* FAQs
================================================== */
.faqs-area {
  padding-bottom: 40px;
}

/* Contact
================================================== */
.contact-area .contact-info-box {
  text-align: center;
  padding: 30px 20px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 300ms ease;
}

.contact-area .contact-info-box:hover {
  border-color: #ffb600;
}

.contact-area .contact-info-box i {
  float: none;
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
  color: #ffb600;
}

.contact-area .contact-info-box-content {
  padding-left: 0;
}

.contact-area .contact-info-box-content h4 {
  color: #fff;
  margin-bottom: 8px;
}

.contact-area .contact-info-box-content p {
  color: #c6c6c6;
  margin: 0;
  line-height: 24px;
}

/* Footer contact list (4th footer column) */
.footer-contact-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
  color: #747474;
  font-size: 14px;
  line-height: 20px;
}

.footer-contact-list li:last-child {
  border-bottom: 0;
}

.footer-contact-list li i {
  color: #ffb600;
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

/*=================================================
  About page additions
==================================================*/

/* About detail block (Welcome to Nexora Supplier) */
.about-detail-img img {
  width: 100%;
  border-radius: 2px;
}

.about-detail .list-check li {
  margin-bottom: 10px;
  line-height: 24px;
}

/* Leadership / Owner Profile
================================================== */
.owner-profile {
  background: #fff;
}

.owner-profile .op-photo {
  border: 1px solid #ececec;
  padding: 12px;
}

.owner-profile .op-photo img {
  width: 100%;
  display: block;
}

.owner-profile .op-card h3 {
  margin-bottom: 4px;
  font-size: 26px;
}

.owner-profile .op-title {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #23282d;
  border-radius: 3px;
}

.owner-profile .op-bio {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 26px;
}

.owner-profile .op-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.owner-profile .op-details li {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.owner-profile .op-details li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.owner-profile .op-details li i {
  flex: 0 0 34px;
  margin-top: 3px;
  font-size: 18px;
  color: #ffb600;
}

.owner-profile .op-details li h4 {
  margin: 0 0 2px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #212121;
}

.owner-profile .op-details li p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* Mission & Vision
================================================== */
.mission-vision .mv-card {
  height: 100%;
  padding: 40px 35px;
  background: #fff;
  border-top: 4px solid #ffb600;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 300ms ease;
}

.mission-vision .mv-card:hover {
  transform: translateY(-6px);
}

.mission-vision .mv-vision {
  border-top-color: #23282d;
}

.mission-vision .mv-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 182, 0, 0.12);
}

.mission-vision .mv-vision .mv-icon {
  background: rgba(35, 40, 45, 0.08);
}

.mission-vision .mv-icon i {
  font-size: 24px;
  color: #ffb600;
}

.mission-vision .mv-vision .mv-icon i {
  color: #23282d;
}

.mission-vision .mv-card .service-box-title {
  margin-bottom: 12px;
}

/* Our Values (about page) — reuses .industry-card, adds left-aligned text option */
.values-area {
  padding-bottom: 30px;
}

.industry-card p {
  margin: 10px 0 0;
  font-size: 14px;
}

.industry-card.text-left {
  text-align: left;
}

.industry-card.text-left .ts-service-icon.icon-round {
  margin-left: 0;
}

/* What We Do (about page) */
.what-we-do-area {
  padding-bottom: 30px;
}

/* Why Choose Us — reusable light-background icon list
================================================== */
.icon-feature-list .ts-service-box.icon-left {
  margin-bottom: 22px;
}

.icon-feature-list .ts-service-box.icon-left .ts-service-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #ffb600;
  color: #23282d;
  font-size: 20px;
}

.icon-feature-list .ts-service-box.icon-left .ts-service-box-info {
  margin-left: 70px;
  margin-bottom: 0;
}

.icon-feature-list .ts-service-box.icon-left .ts-service-box-info h3 {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 15px;
}

.icon-feature-list .ts-service-box.icon-left .ts-service-box-info p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.why-choose-area {
  padding-bottom: 40px;
}

/*=================================================
  Services page additions
==================================================*/
.services-intro {
  padding-bottom: 20px;
}

.why-services-area {
  padding-bottom: 30px;
}

/*=================================================
  Contact page additions
==================================================*/

/* Key Contacts — reuses .industry-card, adds a mailto link */
.key-contacts-area {
  padding-bottom: 30px;
}

.industry-card.key-contact-card a {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #ffb600;
  word-break: break-word;
}

.industry-card.key-contact-card a:hover {
  color: #23282d;
}

/* Get In Touch — step list beside the contact form */
.get-in-touch-area {
  padding-top: 20px;
}

.cp-steps {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.cp-steps li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

.cp-steps li .cp-step-num {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #23282d;
  color: #ffb600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cp-steps li h4 {
  margin: 0 0 4px;
  font-size: 15px;
}

.cp-steps li p {
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 22px;
}