/*
Theme Name: VEC Oman
Theme URI: https://www.vecoman.com/
Author: VEC Oman
Author URI: https://www.vecoman.com/
Description: Custom WordPress theme for Value Engineering Centre (VEC) — a leading Omani engineering consultancy serving the Oil & Gas and Energy Infrastructure sectors.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: vec-oman
*/

/* ── Accessibility: skip-to-content link ──────────────────────────────────── */
.skip-link.screen-reader-text {
  position: absolute;
  left: -9999em;
  top: auto;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.skip-link.screen-reader-text:focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 0.75em 1.5em;
  background: #0F8B3C;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 6px 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.contact-notice {
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.contact-notice.is-success {
  background: rgba(15, 139, 60, 0.18);
  border: 1px solid rgba(15, 139, 60, 0.32);
  color: #fff;
}

.contact-notice.is-error {
  background: rgba(208, 27, 38, 0.18);
  border: 1px solid rgba(208, 27, 38, 0.32);
  color: #fff;
}

.vec-contact-form {
  display: block;
}

.vec-contact-form .btn-red {
  width: 100%;
  border: none;
  font-family: inherit;
  cursor: pointer;
  font-size: 14px;
}

.contact-form .wpcf7 form {
  margin: 0;
}

.vec-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.vec-contact-form p {
  margin: 0;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 0 0 18px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(15, 139, 60, 0.18);
  border: 1px solid rgba(15, 139, 60, 0.32);
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output,
.contact-form .wpcf7 form.failed .wpcf7-response-output,
.contact-form .wpcf7 form.aborted .wpcf7-response-output {
  background: rgba(208, 27, 38, 0.18);
  border: 1px solid rgba(208, 27, 38, 0.32);
}

.contact-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #dc3232;
  font-size: 12px;
}

.contact-form .wpcf7-spinner {
  margin: 16px 0 0;
}

.page-content-shell {
  padding: 90px 0;
}

.page-content-card {
  background: #fff;
  border: 1px solid rgba(17, 23, 20, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(17, 23, 20, 0.06);
  padding: clamp(24px, 4vw, 48px);
}

.page-content-card h2,
.page-content-card h3,
.page-content-card h4 {
  color: var(--heading);
  margin-bottom: 16px;
}

.page-content-card p,
.page-content-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.page-content-card ul,
.page-content-card ol {
  padding-left: 22px;
  margin-bottom: 22px;
}

.page-content-card a {
  color: var(--green);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.post-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(17, 23, 20, 0.08);
  background: #fff;
  box-shadow: 0 20px 44px rgba(17, 23, 20, 0.06);
}

.post-card h2,
.post-card h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.post-card p {
  color: var(--muted);
  margin: 0;
}

.post-card-meta {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--red);
}

.post-card-link {
  margin-top: auto;
}

.not-found-shell {
  padding: 120px 0;
}

.not-found-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.client-logo-box{
	border:1px solid #eee ;
	border-radius:20px;
}