
    * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  color: #111;
  background: #fff;
}

/* Text colors only */
h1, h2, h3, h4, h5, h6,
p, small, span, a,
.section-label,
.section-title,
.card h3,
.value-item h4,
.profile-card h4,
.profile-card small,
.team-card h4,
.team-card small {
  color: #111;
}

.companies-hero {
  position: relative;
  margin-top: 110px;
  min-height: 330px;


  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}


.companies-hero {
  position: relative;
  margin-top: 110px;
  min-height: 430px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-image 1s ease-in-out;
}

.companies-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.97) 0%,
    rgba(255,255,255,0.9) 32%,
    rgba(255,255,255,0.15) 55%
  );
  z-index: 1;
}


.companies-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 430px;
  display: flex;
  align-items: center;
}

.companies-hero-inner {
  min-height: 430px;
  display: flex;
  align-items: center;
}

.companies-hero-content {
  max-width: 560px;
}

.companies-hero-content span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2FB12A;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.companies-hero-content span::before {
  content: "";
  width: 42px;
  height: 3px;
  background: #b98203;
  border-radius: 20px;
}

.companies-hero-content h1 {
  font-size: 48px;
  line-height: 1.08;
  margin: 0 0 18px;
  color: #102f3a;
}

.companies-hero-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #526b6b;
  margin-bottom: 28px;
}

.companies-hero-btn {
  display: inline-block;
  background: #B98203;
  color: #fff;
  padding: 15px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
}


.black-line {
  width: 60px;
  height: 4px;
  background: #fff;
  margin: 15px 0;
}


.about-feature-list p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-feature-list i {
  color: #08796f;
  font-size: 15px;
}

section {
  padding: 60px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-label {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.section-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
}

.intro-text p,
.card p {
  line-height: 1.7;
  font-size: 15px;
}

.card {
  background: #fff;
  padding: 35px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border: 1px solid #eee;
  border-radius: 4px;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.light-section {
  background: #f7f7f7;
}

.center {
  text-align: center;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 35px;
}

.company-card {
  background: #fff;
  padding: 20px 14px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  border-radius: 6px;
  border: 1px solid #eee;
}

.company-card img {
  height: 85px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}

.company-card p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.value-item {
  display: flex;
  gap: 18px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.value-item:last-child {
  border-right: none;
}

.value-icon {
  color: #111;
  font-size: 34px;
}

.value-item p {
  font-size: 13px;
  line-height: 1.5;
}

.values-section {
  padding: 95px 0;
  background: #fff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #eef1f1;
  border-bottom: 1px solid #eef1f1;
}

.value-item {
  display: flex;
  gap: 22px;
  padding: 35px 30px;
  border-right: 1px solid #e5eaea;
}

.value-item:last-child {
  border-right: none;
}

.value-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: rgba(8, 121, 111, 0.1);
  color: #b98203;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.value-item h4 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #102f2f;
  font-weight: 700;
}

.value-item p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #546767;
  margin: 0;
}

@media (max-width: 1000px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-item:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-item {
    border-right: none;
    border-bottom: 1px solid #e5eaea;
  }
}

.about-preview-section {
  padding: 110px 0;
  background: #ffffff;
}

.about-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.about-preview-images {
  position: relative;
  min-height: 420px;
}

.about-img {
  position: absolute;
  width: 285px;
  height: 180px !important;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.img-one {
  top: 0;
  left: 0;
}

.img-two {
  right: 40px;
  bottom: 0;
}

.experience-card {
  position: absolute;
  top: 35px;
  right: 95px;
  width: 155px;
  height: 120px;
  background: #b98203;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 25px 22px;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
  box-shadow: 0 20px 40px rgba(8, 121, 111, 0.25);
}

.experience-card h3 {
  font-size: 28px;
  margin: 0;
  font-weight: 800;
  margin-top: -15%;
  color: #fff;
}

.experience-card span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-preview-content {
  max-width: 620px;
}

.about-small-title {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #2FB12A;
}

.about-preview-content h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #1f2f2f;
  margin: 18px 0 20px;
}

.about-preview-content h2 em {
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #1f2f2f;
}

.about-preview-content p {
  color: #667777;
  font-size: 15px;
  line-height: 1.8;
}

.about-preview-content h4 {
  margin-top: 25px;
  color: #1f2f2f;
  font-size: 15px;
}

.about-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 35px;
  margin: 18px 0 30px;
}

.about-feature-list p {
  margin: 0;
  font-weight: 600;
  color: #314747;
}

.about-quote-btn {
  display: inline-block;
  background: #b98203;
  color: #ffffff;
  padding: 15px 32px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.about-quote-btn:hover {
  background: #2FB12A;
}


.mission-section {
  padding: 45px 0 110px;
  background: #fff;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 85px;
  align-items: center;
}

.mission-small-title {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 800;
  color: #2FB12A;
  text-transform: uppercase;
}

.mission-content h2 {
  max-width: 560px;
  font-size: 43px;
  line-height: 1.15;
  color: #1d3030;
  margin: 12px 0 30px;
  font-weight: 700;
}

.mission-content h2 em {
  display: block;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 400;
}

.mission-tabs {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 30px;
  width: 100%;
}

.mission-tab {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border-radius: 50px;
  white-space: nowrap;
  text-align: center;
}



.mission-tab.active {
  background: #b98203;
  color: #fff;
}

.mission-tab-content {
  display: none;
  max-width: 610px;
}

.mission-tab-content.active {
  display: block;
}

.mission-tab-content h3 {
  font-size: 23px;
  color: #1d3030;
  margin-bottom: 14px;
  font-weight: 700;
}

.mission-tab-content p {
  font-size: 14.5px;
  line-height: 1.85;
  color: #6b7d7d;
  margin-bottom: 16px;
}

.mission-image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

@media (max-width: 900px) {
  .mission-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .mission-content h2 {
    font-size: 32px;
  }

  .mission-tabs {
    flex-wrap: wrap;
    gap: 12px;
  }

  .mission-tab {
    min-width: auto;
  }

  .mission-image img {
    height: 300px;
  }
}

.leadership-section {
  position: relative;
  padding: 30px 0 80px;
  background: #f4f3f8;
  overflow: hidden;
}

.leadership-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 45px;
}

.team-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  background: #ffffff;
  color: #2FB12A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  margin-bottom: 18px;
}

.leadership-header h2 {
  font-size: 45px;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #0b0b0b;
  margin: 0;
  font-weight: 700;
}

.leadership-header h2::after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background: #b98203;
  border-radius: 20px;
  margin: 22px auto 0;
}

.leadership-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}

.leader-card {
  position: relative;
  height: 245px;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd;
}

.leader-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  display: block;
}

.leader-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.95) 0%,
    rgba(0,0,0,0.55) 28%,
    rgba(0,0,0,0) 60%
  );
}

.leader-overlay {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
}

.leader-overlay h3 {
  font-size: 21px;
  line-height: 1;
  margin: 0 0 5px;
  color: #fff;
  font-weight: 700;
}

.leader-overlay p {
  font-size: 10px;
  margin: 0;
  color: #fff;
}

.leader-plus {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 12px 0 0 0;
  background: #fff;
  color: #111;
  font-size: 18px;
  z-index: 3;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .leadership-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .leadership-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .leadership-header h2 {
    font-size: 34px;
  }

  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .leader-card {
    height: 230px;
  }
}

.cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #08796f 0%, #062f3a 100%);
  color: #fff;
}

.cta-inner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #fff;
}

.cta p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.cta-inner > div:last-child {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta .btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta .btn-black {
  background: #ffffff;
  color: #08796f;
  border: 2px solid #ffffff;
}

.cta .btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.75);
}

.cta .btn:hover {
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .cta-inner {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .cta-inner > div:first-child {
    flex: 1;
  }

  .cta-inner > div:last-child {
    flex: 1;
    justify-content: flex-end;
  }

  .cta h2 {
    font-size: 30px;
  }
}

.value-icon i,
.value-icon .fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-size: 22px;
  color: #08796f;
}

/* ==============================
   FULL RESPONSIVE FIX
============================== */

@media (max-width: 1024px) {
  section {
    padding: 55px 0;
  }

  .companies-hero {
    margin-top: 85px;
    min-height: 220px;
    background-position: center;
  }

  .companies-hero-overlay {
    background: rgba(255,255,255,0.68);
  }

  .companies-hero-inner {
    min-height: 220px;
  }

  .companies-hero-content h1 {
    font-size: 38px;
  }

  .intro-grid,
  .about-preview-grid,
  .mission-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .company-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .container {
    width: 92%;
  }

  .companies-hero {
    margin-top: 80px;
    min-height: 220px !important;
  }

  .companies-hero-inner {
    min-height: 220px !important;
    padding: 0 !important;
    align-items: center;
  }

  .companies-hero-content {
    max-width: 100%;
  }

  .companies-hero-content span {
    font-size: 11px;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
  }

  .companies-hero-content span::before {
    width: 28px;
  }

  .companies-hero-content h1 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .companies-hero-btn {
    padding: 11px 20px;
    font-size: 12px;
  }
}
  .section-title {
    font-size: 26px;
  }

  .about-preview-section,
  .mission-section,
  .values-section,
  .leadership-section,
  .cta {
    padding: 60px 0;
  }

  .about-preview-images {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .about-img {
    position: static;
    width: 100%;
    height: 140px;
    border-radius: 4px;
  }

  .experience-card {
    position: static;
    width: 150px;
    height: auto;
    margin-top: -10px;
  }

  .about-preview-content h2,
  .mission-content h2 {
    font-size: 30px;
  }

  .about-feature-list {
    grid-template-columns: 1fr;
  }



   .mission-tabs{
    display:flex;
    flex-direction:row;
    gap:12px;
    width:80%;
  }

  .mission-tab{
    flex:1;
    min-width:0;
    height:34px;
    padding:0 8px;
    font-size:11px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
  }


   .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .company-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .leadership-grid {
    grid-template-columns: repeat(3, 1fr);
  }

    .cta-inner {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
  }

  .cta-inner > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }


  .value-item {
    border-right: none;
    border-bottom: 1px solid #e5eaea;
  }

  .leader-card {
    height: 260px;
  }

  .cta h2 {
    font-size: 28px;
  }

  .cta-inner > div:last-child {
    width: 100%;
  }

  .cta .btn {
    width: 100%;
    text-align: center;
  }


@media (max-width: 480px) {
  .companies-hero-content h1 {
    font-size: 28px;
  }

  .companies-hero-content p,
  .about-preview-content p,
  .mission-tab-content p,
  .cta p {
    font-size: 14px;
  }

  .leader-card {
    height: 230px;
  }

  .leadership-header h2 {
    font-size: 30px;
  }

  .value-item {
    padding: 28px 18px;
  }
}



@media (max-width: 768px) {
  .mission-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
  }

  .mission-tab {
    width: 100%;
    min-width: 0;
    padding: 14px 8px;
    font-size: 13px;
    text-align: center;
  }

  .mission-tab.active {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mission-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 28px;
  }

  .mission-tab {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1.1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}



/* VALUES RESPONSIVE FIX */
@media (max-width: 768px) {
  .values-section {
    padding: 55px 0;
  }

  .values-grid {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  .value-item {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #e5eaea;
    padding: 26px 20px;
    align-items: flex-start;
  }

  .value-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 18px;
  }

  .value-item h4 {
    font-size: 18px;
  }

  .value-item p {
    font-size: 14px;
    line-height: 1.6;
  }
}