/*
Theme Name: Adjecti Solutions
Theme URI: https://www.adjecti.com
Author: Adjecti Solutions
Author URI: https://www.adjecti.com
Description: Official WordPress theme for Adjecti Solutions — a clean, plain Bootstrap 5 theme for a global technology and consulting firm.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adjecti
Tags: business, technology, consulting, bootstrap, clean, plain
*/

/* =============================================
   ADJECTI SOLUTIONS — MAIN STYLESHEET
   ============================================= */

/* Base */
body {
  font-family: 'Roboto', sans-serif;
  color: #222;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
}

a {
  color: #1a4fa0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

/* =============================================
   NAVBAR
   ============================================= */
.adjecti-navbar {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.adjecti-navbar .navbar-brand {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  /*color: #1a4fa0 !important;*/
}
.adjecti-navbar .nav-link {
  color: #333;
  font-size: 0.95rem;
}
.adjecti-navbar .nav-link:hover,
.adjecti-navbar .nav-link.active {
  color: #1a4fa0;
}
.adjecti-navbar .nav-link.active {
  font-weight: bold;
}

/* =============================================
   PAGE HEADER / HERO
   ============================================= */
.adjecti-page-header {
  background: #f5f7fa;
  border-bottom: 1px solid #ddd;
  padding: 48px 0 36px;
}
.adjecti-page-header h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.adjecti-page-header p {
  color: #555;
  font-size: 1rem;
  max-width: 600px;
}
.adjecti-hero {
  background: #f5f7fa;
  border-bottom: 1px solid #ddd;
  padding: 64px 0 48px;
}
.adjecti-hero h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
}
.adjecti-hero p.lead {
  font-size: 1.1rem;
  color: #555;
  max-width: 560px;
}

/* =============================================
   SECTION TITLES
   ============================================= */
.section-title {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 2px solid #1a4fa0;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 24px;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn-adjecti-primary {
  background: #1a4fa0;
  color: #fff;
  border: none;
  padding: 10px 28px;
  font-size: 1rem;
  border-radius: 3px;
}
.btn-adjecti-primary:hover {
  background: #163d85;
  color: #fff;
  text-decoration: none;
}
.btn-adjecti-outline {
  background: transparent;
  color: #1a4fa0;
  border: 1px solid #1a4fa0;
  padding: 10px 28px;
  font-size: 1rem;
  border-radius: 3px;
}
.btn-adjecti-outline:hover {
  background: #1a4fa0;
  color: #fff;
  text-decoration: none;
}
.btn-adjecti-white {
  background: #fff;
  color: #1a4fa0;
  border: none;
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
}
.btn-adjecti-white:hover {
  background: #e8edf7;
  color: #1a4fa0;
  text-decoration: none;
}

/* =============================================
   STAT BOXES
   ============================================= */
.stat-box {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.stat-box .num {
  font-size: 2rem;
  font-weight: bold;
  color: #1a4fa0;
}
.stat-box .label {
  font-size: 0.85rem;
  color: #666;
  margin-top: 4px;
}

/* =============================================
   SERVICE CARDS
   ============================================= */
.svc-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 24px;
  height: 100%;
  transition: border-color 0.2s;
}
.svc-card:hover {
  border-color: #1a4fa0;
}
.svc-card .svc-icon {
  font-size: 1.8rem;
  color: #1a4fa0;
  margin-bottom: 12px;
}
.svc-card h4,
.svc-card h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.svc-card p {
  font-size: 0.92rem;
  color: #555;
}
.svc-card ul {
  font-size: 0.9rem;
  color: #444;
  padding-left: 18px;
}
.svc-card ul li {
  margin-bottom: 4px;
}
.tech-tag {
  display: inline-block;
  background: #eef2f9;
  color: #1a4fa0;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 0.8rem;
  margin: 3px 2px;
}

/* =============================================
   INDUSTRY CARDS
   ============================================= */
.ind-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.ind-card-header {
  background: #1a4fa0;
  color: #fff;
  padding: 20px 24px;
}
.ind-card-header .ind-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.ind-card-header h4 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.ind-card-body {
  padding: 20px 24px;
}
.ind-card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}
.ind-card-body ul {
  font-size: 0.88rem;
  color: #444;
  padding-left: 18px;
  margin: 0;
}

/* =============================================
   INDUSTRY BADGES (homepage)
   ============================================= */
.industry-badge {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 6px 14px;
  margin: 4px;
  font-size: 0.88rem;
  color: #333;
}

/* =============================================
   MISSION BOX
   ============================================= */
.mission-box,
.mission-quote {
  background: #f5f7fa;
  border-left: 4px solid #1a4fa0;
  padding: 24px 28px;
  font-size: 0.97rem;
  color: #444;
  line-height: 1.8;
  font-style: italic;
}

/* =============================================
   MISSION/VISION/VALUES CARDS
   ============================================= */
.mv-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 28px;
  height: 100%;
}
.mv-box .mv-icon {
  font-size: 1.8rem;
  color: #1a4fa0;
  margin-bottom: 12px;
}
.mv-box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
.mv-box p {
  font-size: 0.92rem;
  color: #555;
  margin: 0;
}

/* =============================================
   VALUES LIST
   ============================================= */
.value-item {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}
.value-item:last-child {
  border-bottom: none;
}
.value-item h6 {
  font-weight: bold;
  margin-bottom: 4px;
}
.value-item p {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}

/* =============================================
   STAT STRIP (About)
   ============================================= */
.stat-row {
  background: #1a4fa0;
  color: #fff;
  padding: 36px 0;
}
.stat-item {
  text-align: center;
}
.stat-item .num {
  font-size: 2.2rem;
  font-weight: bold;
}
.stat-item .label {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-top: 4px;
}

/* =============================================
   APPROACH STEPS
   ============================================= */
.approach-step {
  border-left: 3px solid #1a4fa0;
  padding: 12px 20px;
  margin-bottom: 16px;
  background: #f9fafb;
}
.approach-step .step-num {
  font-size: 0.78rem;
  color: #1a4fa0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.approach-step h6 {
  font-weight: bold;
  margin: 4px 0;
}
.approach-step p {
  font-size: 0.88rem;
  color: #555;
  margin: 0;
}

/* =============================================
   HIGHLIGHT STRIP
   ============================================= */
.highlight-strip {
  background: #f5f7fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 24px;
}
.highlight-strip h6 {
  font-weight: bold;
  margin-bottom: 6px;
}
.highlight-strip p {
  font-size: 0.88rem;
  color: #555;
  margin: 0;
}

/* =============================================
   TEAM BOX
   ============================================= */
.team-box {
  background: #f5f7fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
}
.team-box .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #1a4fa0;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.team-box h6 {
  font-weight: bold;
  margin-bottom: 2px;
}
.team-box p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

/* =============================================
   CONTACT INFO CARDS
   ============================================= */
.contact-info-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-info-card .ci-icon {
  font-size: 1.5rem;
  color: #1a4fa0;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-info-card h6 {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
}
.contact-info-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

/* =============================================
   CONTACT FORM
   ============================================= */
.contact-form {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 32px;
}
.contact-form label {
  font-size: 0.88rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 4px;
}
.contact-form .form-control,
.contact-form .form-select {
  border-radius: 3px;
  border-color: #ccc;
  font-size: 0.92rem;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #1a4fa0;
  box-shadow: 0 0 0 2px rgba(26,79,160,0.15);
}

/* =============================================
   AVAILABILITY STRIP
   ============================================= */
.availability-strip {
  background: #1a4fa0;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  font-size: 0.95rem;
}
.availability-strip a {
  color: #fff;
  font-weight: bold;
}

/* =============================================
   OFFICE CARD
   ============================================= */
.office-card {
  background: #f5f7fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 24px;
}
.office-card h6 {
  font-weight: bold;
  margin-bottom: 8px;
}
.office-card p {
  font-size: 0.88rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* =============================================
   MAP PLACEHOLDER
   ============================================= */
.map-placeholder {
  background: #eef2f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 0.9rem;
}

/* =============================================
   CTA SECTION
   ============================================= */
.adjecti-cta {
  background: #1a4fa0;
  color: #fff;
  padding: 48px 0;
}
.adjecti-cta h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
.adjecti-cta p {
  font-size: 1rem;
  opacity: 0.88;
}

/* =============================================
   WORDPRESS: BREADCRUMB
   ============================================= */
.breadcrumb-item a {
  color: #1a4fa0;
}
.breadcrumb-item.active {
  color: #555;
}

/* =============================================
   WORDPRESS: CONTENT AREA
   ============================================= */
.adjecti-content h1,
.adjecti-content h2,
.adjecti-content h3 {
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.adjecti-content p {
  margin-bottom: 1rem;
  color: #444;
}
.adjecti-content ul,
.adjecti-content ol {
  padding-left: 20px;
  margin-bottom: 1rem;
  color: #444;
}

/* =============================================
   WORDPRESS: WIDGETS / SIDEBAR
   ============================================= */
.widget {
  margin-bottom: 28px;
}
.widget-title {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #1a4fa0;
  padding-bottom: 4px;
  margin-bottom: 14px;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.9rem;
}
.widget ul li a {
  color: #333;
}
.widget ul li a:hover {
  color: #1a4fa0;
  text-decoration: none;
}

/* =============================================
   WORDPRESS: PAGINATION
   ============================================= */
.adjecti-pagination .page-link {
  color: #1a4fa0;
  border-color: #ddd;
}
.adjecti-pagination .page-item.active .page-link {
  background: #1a4fa0;
  border-color: #1a4fa0;
  color: #fff;
}

/* =============================================
   FOOTER
   ============================================= */
.adjecti-footer {
  background: #222;
  color: #bbb;
  padding: 36px 0 20px;
  font-size: 0.88rem;
}
.adjecti-footer .footer-brand {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
.adjecti-footer a {
  color: #bbb;
}
.adjecti-footer a:hover {
  color: #fff;
  text-decoration: none;
}
.adjecti-footer hr {
  border-color: #444;
}
