
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p, li { line-height: 1.5;}
body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nw-about{
  max-width:1200px;
  margin:auto;
  padding:80px 20px;
}

.about-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

/* LEFT IMAGE */
.about-image{
  position:relative;
}

.about-image img{
  width:100%;
  border-radius:24px;
  display:block;
}
@media (max-width: 992px) {
  .about-image img{
    display: none;
  }
}
/* RIGHT CONTENT */
.about-content small{
  font-weight:600;
  color:#1f3b1f;
  letter-spacing:1px;
}

.about-content h2{
  font-size:42px;
  font-weight:600;
  color:#000;
  margin:20px 0;
  line-height:1.2;
}

.about-content p{
  color:#2f4f2f;
  margin-bottom:20px;
  font-size:16px;
  line-height:1.6;
}

/* PROJECT CARD */
.project-card{
  background:#A61E22;
  color: #fff;
  padding:20px;
  border-radius:20px;
  margin:25px 0;
  width:280px;
  transition:0.3s;
}

.project-card:hover{
  transform:translateY(-5px);
}

.project-card img{
  width:100%;
  border-radius:14px;
  margin:10px 0;
}

.project-card h3{
  font-size:14px;
  font-weight:600;
}

.project-card h2{
  font-size:38px;
  font-weight:800;
  margin:10px 0 5px;
}

.project-card span{
  font-size:14px;
  color:#fff;
}

/* CHECKLIST */
.checklist{
  margin:20px 0;
}

.checklist li{
  list-style:none;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:500;
  color:#163316;
}

.checklist li::before{
  content:"✔";
  background:#A61E22;
  color:white;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:12px;
}

/* CTA BUTTON */
.cta-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#A61E22;
  color:white;
  padding:14px 22px;
  border-radius:12px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
}

.cta-btn:hover{
  background:#E6C874;
  transform:translateY(-3px);
}

/* RESPONSIVE */
@media(max-width:992px){
  .about-wrapper{
    grid-template-columns:1fr;
  }

  .about-content h1{
    font-size:34px;
  }

  .project-card{
    width:100%;
  }
}

@media(max-width:600px){
  .section{
    padding:60px 20px;
  }

  .about-content h1{
    font-size:28px;
  }
}
/* ===== SECTION WRAPPER ===== */

.testimonials {
  position: relative;
  padding: 100px 20px;
  color: #fff;
  background: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df") center/cover no-repeat;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 53, 30, 0.85);
}

.container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* ===== TOP CONTENT ===== */

.top-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 70px;
}

.small-title {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.main-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.description {
  font-size: 15px;
  opacity: 0.85;
  max-width: 500px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 12px;
  background: #E6C874;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn:hover {
  background: #0B2C4D;
}

/* ===== STATS ===== */

.stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: right;
}

.stat h3 {
  font-size: 40px;
  font-weight: 700;
}

.stat p {
  font-size: 14px;
  opacity: 0.85;
}

/* ===== TESTIMONIAL CARDS ===== */

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  padding: 30px;
  border-radius: 20px;
  transition: 0.3s ease;
}

.card.highlight {
  background: #E6C874;
  color: #000;
}

.card:hover {
  transform: translateY(-6px);
}

.quote {
  font-size: 28px;
  margin-bottom: 15px;
}

.stars {
  color: #ffc107;
  margin-bottom: 15px;
  font-size: 16px;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {

  .top-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stats {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 30px;
  }
}

  .section {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
  }

  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .small-title {
    font-size: 14px;
    font-weight: 500;
    color: #3a7d44;
    margin-bottom: 10px;
  }

  .main-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 700px;
  }

  .btn {
    background: #E6C874;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
  }

  .btn:hover {
    background: #0B2C4D;
  }

  .cards {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .card {
    background: #f6fbf1;
    padding: 40px 30px;
    border-radius: 20px;
    transition: 0.3s ease;
    border: 1px solid #e0edd6;
  }

  .card.active {
    background: #0B2C4D;
    
  }

  .card:hover {
    transform: translateY(-6px);
  }

  .icon {
    width: 60px;
    height: 60px;
    background: #E6C874;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .card h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
  }

  .read-more {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  /* ===== Responsive ===== */

  @media (max-width: 992px) {
    .main-title {
      font-size: 34px;
    }

    .cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .section-header {
      flex-direction: column;
      align-items: flex-start;
    }

    .main-title {
      font-size: 28px;
    }

    .cards {
      grid-template-columns: 1fr;
    }

    .btn {
      align-self: flex-start;
    }
  }

.discovery .card {
  background: #f4faef;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  height: 40vh;
  padding-bottom: -4rem;
  position: relative;
  border: 1px solid #dcebd1;
  transition: 0.3s ease;
}

.discovery .card.highlight {
  background: #0B2C4D;
  color: #f7f7f7;
}
.discovery .card.highlight p{
    color: #f7f7f7; font-size: 16px; font-weight: 400; 
  padding-bottom: 2rem !important;
}
.discovery .left{ margin-left: 1.5rem; }
.discovery .card.highlight .step-number {
    color: #dcebd1;
}
.discovery .card:hover {
  transform: translateY(-6px);
}

.icon {
  width: 55px;
  height: 55px;
  background: #E6C874;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.step-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    font-weight: 700;
    color: #dcebd1;
}

.card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  
  padding-bottom: 2rem !important;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {

  .process-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .discovery .values-p{
    display: block;
  } .discovery .left{
    margin-left: 0 !important;
  }
  .discovery{padding: 2rem;}
.discovery .card {
   width: 100% !important; height: 100%; padding: 20px;
} .discovery .card p{ font-size: 15px;}
  .process-grid::before,
  .process-grid::after,
  .center-circle {
    display: block;
  }
}

.connect {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.connect h2 {
  text-align: left;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #0B2C4D;
  border-bottom: 4px solid #E6C874;
  padding-bottom: 2rem;
}

.contact-wrapper {
  background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%);
  padding: 50px;
  width: 100%;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

/* ===== LEFT FORM ===== */

.form-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .contact-wrapper {
    display: block;
  }
  .form-right {
  display: grid;
}
}
.form-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  width: 100%;
}

input,
select,
textarea {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  outline: none;
  font-size: 14px;
  background: #fff;
}

textarea {
  min-height: 140px;
  resize: none;
}

.full-width {
  grid-column: span 2;
}

.submit-btn {
  margin-top: 30px;
  background: #E6C874;
  padding: 14px 26px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #0B2C4D;
}

/* ===== RIGHT INFO ===== */

.info-box {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.info-box.highlight {
  background: #E6C874;;
  color: #000;
}

.icon {
  width: 60px;
  height: 60px;
  background: #E6C874;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.info-box.highlight .icon {
  background: #fff;
}

.info-content h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.info-content p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.info-box.highlight p {
  color: #1a1a1a;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .full-width {
    grid-column: span 1;
  }

  .section h2 {
    font-size: 30px;
  }

  .contact-wrapper {
    padding: 30px;
  }
}
:root{
    --aos-navy:#0b1c2d;
    --aos-gold:#c6a75e;
    --aos-light:#f4f6f9;
    --aos-text:#1a1a1a;
}

/* Only reset inside this page wrapper */
.aos-leadership-page *{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Inter', sans-serif;
}

.aos-leadership-page{
    background:var(--aos-light);
    color:var(--aos-text);
}

/* ================= HERO ================= */

.aos-leadership-hero{
    background: #f7f7f7;
    color:#000;
    padding:120px 8%;
}

.aos-leadership-hero__title{
    font-size:48px;
    margin-bottom:20px;
}

.aos-leadership-hero__description{
    max-width:900px;
    opacity:0.85;
}

/* ================= SECTION ================= */

.aos-leadership-section{
    padding:100px 8%;
}

.aos-leadership-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
    gap:60px;
}
@media (max-width: 992px) {
  .aos-leadership-grid{
    width: 100%;
    grid-template-columns:repeat(auto-fit,minmax(100%,1fr));
}
}
/* ================= CARD ================= */

.aos-leadership-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    transition:all 0.4s ease;
    opacity:0;
    transform:translateY(40px);
}

.aos-leadership-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

/* IMAGE */

.aos-leadership-card__media{
    position:relative;
    overflow:hidden;
}

.aos-leadership-card__media img{
    width:100%;
    height: 100%;
    max-height: 500px;
    display:block;
    transition:0.5s ease;
}

@media (max-width: 992px) {
  .aos-leadership-grid .adewale{
    margin-top: -5rem;
  } .mg-text br { display: none;}
}
.aos-leadership-card:hover .aos-leadership-card__media img{
    transform:scale(1.05);
}

/* RIBBON */

.aos-leadership-card__ribbon{
    position:absolute;
    bottom:20px;
    left:20px;
    background:var(--aos-navy);
    color:#fff;
    padding:10px 25px;
    border-radius:8px;
    font-weight:600;
    letter-spacing:1px;
}

.aos-leadership-card__ribbon--gold{
    background:var(--aos-gold);
    color:#000;
}

/* CONTENT */

.aos-leadership-card__content{
    padding:30px;
}

.aos-leadership-card__name{
    font-size:22px;
    margin-bottom:10px;
    color:var(--aos-navy);
}
.aos-leadership-title{
    font-size:13px; font-weight: 400; color: #A61E22; opacity: 100%;
    margin-bottom: 10px;
    
}
.aos-leadership-card__bio{
    font-size:15px;
    line-height:1.7;
    color:#444;
}
.aos-leadership-linkedin{
    width:42px;
    height:42px;
    background:#0b1c2d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    transition:all 0.3s ease;
}

.aos-leadership-linkedin:hover{
    background:#c6a75e;
    color:#000;
    transform:translateY(-4px);
}

/* SCROLL REVEAL */

.aos-leadership-card--visible{
    opacity:1 !important;
    transform:translateY(0) !important;
    transition:all 0.8s ease;
}

/* RESPONSIVE */

@media(max-width:768px){
    .aos-leadership-hero__title{
        font-size:34px;
    }
}

:root{
    --aos-navy:#0b1c2d;
    --aos-gold:#c6a75e;
    --aos-light:#f4f6f9;
}

/* ===================================
   AOS VALUES SECTION
=================================== */

.aos-values-section{
    padding:120px 8%;
    background: #fff;
}

.aos-values-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

/* LEFT COLUMN */

.aos-values-intro{
    flex:1;
}

.aos-values-heading{
    font-size:42px;
    font-weight:600;
    margin-bottom:25px;
    line-height:1.2;
    opacity:0;
    color: #0B2C4D;
    transform:translateY(40px);
    transition:all 1s ease;
}

.aos-values-description{
    font-size:16px;
    line-height:1.8;
    max-width:520px;
    color:#555;
    opacity:0;
    transform:translateY(40px);
    transition:all 1s ease 0.2s;
}

/* RIGHT COLUMN */

.aos-values-list{
    flex:1;
}

.aos-values-item{
    font-size:44px;
    font-weight:800;
    letter-spacing:2px;
    margin-bottom:15px;
    position:relative;
    opacity:0;
    transform:translateX(60px);
    transition:all 0.8s ease;
}

/* Gold underline animation */

.aos-values-item::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    height:3px;
    width:0%;
    background:var(--aos-gold);
    transition:0.6s ease;
}

.aos-values-item:hover::after{
    width:60%;
}

/* Brand coloring */

.aos-values-item--partnership{ color:var(--aos-navy); }
.aos-values-item--integrity{ color:var(--aos-gold); }
.aos-values-item--passion{ color:#173a5e; }
.aos-values-item--excellence{ color:#A61E22; }

/* ACTIVE STATE */

.aos-values-section--active .aos-values-heading,
.aos-values-section--active .aos-values-description{
    opacity:1;
    transform:translateY(0);
}

.aos-values-section--active .aos-values-item{
    opacity:1;
    transform:translateX(0);
}

.aos-values-section--active .aos-values-item:nth-child(1){ transition-delay:0.2s; }
.aos-values-section--active .aos-values-item:nth-child(2){ transition-delay:0.4s; }
.aos-values-section--active .aos-values-item:nth-child(3){ transition-delay:0.6s; }
.aos-values-section--active .aos-values-item:nth-child(4){ transition-delay:0.8s; }

/* RESPONSIVE */

@media(max-width:1024px){
    .aos-values-wrapper{
        flex-direction:column;
        align-items:flex-start;
    }

    .aos-values-item{
        font-size:46px;
    }
}

@media(max-width:600px){
    .aos-values-heading{
        font-size:28px;
    }

    .aos-values-item{
        font-size:34px;
    }
}

/* ===============================
   AOS CORE VALUES – PREMIUM HOVER
================================= */

.aos-values-card{
    background:#ffffff;
    border-radius:18px;
    padding:40px;
    transition:
        transform 0.35s cubic-bezier(.22,.61,.36,1),
        box-shadow 0.35s cubic-bezier(.22,.61,.36,1),
        border-color 0.35s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
    border:1px solid rgba(0,0,0,0.04);
    position:relative;
    overflow:hidden;
}

/* Subtle gold accent line (hidden initially) */
.aos-values-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:4px;
    width:0%;
    background:var(--gold);
    transition:width 0.4s ease;
}

/* Hover Interaction */
.aos-values-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,0.12);
    border-color:rgba(198,167,94,0.4);
}

/* Animate gold line */
.aos-values-card:hover::before{
    width:100%;
}

/* Icon circle refinement */
.aos-values-card__icon{
    width:60px;
    height:60px;
    background:rgba(198,167,94,0.12);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-bottom:20px;
    transition:all 0.35s ease;
}

/* Icon motion */
.aos-values-card:hover .aos-values-card__icon{
    background:var(--gold);
    transform:scale(1.05);
}

/* Icon color shift */
.aos-values-card__icon i{
    color:var(--gold);
    transition:color 0.35s ease;
}

.aos-values-card:hover .aos-values-card__icon i{
    color:#000;
}

