body {
  font-family: "Nunito Sans", sans-serif;
  padding-top: 65px;
  overflow-x: hidden;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-primus-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding: 0 100px;
  gap: 50px;
}

.hero-left {
  flex: 1;
}

.hero-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

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

/* Remove fixed width */
.hero-main-text {
  max-width: 700px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #590a0a 0%, #2f0404 100%);
  z-index: 0;
}

/* Typography stays same */
.hero-main-heading {
  font-size: clamp(34px, 40px, 70px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 1.5rem;
}

.hero-description {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--text-muted-light);
}

.primus-data {
  width: 100%;
}

.team {
  padding: 60px 20px;
  background: #ffffff;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  justify-items: center;
}

/* CARD */
.team-card {
  text-align: center;
  max-width: 220px;
}

/* IMAGE WRAPPER */
.image-wrapper {
  position: relative;
  display: inline-block;
}

/* DOTTED OUTER BORDER */
.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 6px;
  border: 2px dashed #cfcfcf;
}

/* INNER IMAGE */
.circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* LINKEDIN ICON */
.linkedin {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #740F0F;
  color: white;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 2px 4px -2px #0000001A;
}

/* TEXT */
.team-card h3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.role {
  font-size: 13px;
  color: #666;
  margin: 5px 0;
}

.desc {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}

/* HOVER EFFECT */
.team-card:hover .circle img {
  transform: scale(1.05);
  transition: 0.3s;
}

.partners-clients-section {
  background: #f5f4f1;
  padding: 40px 80px;
}

.container {
  margin: 0 auto;
  background: #f5f4f1;
}

.section {
  margin-bottom: 4rem;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-title {
  font-size: 48px;
  font-weight: 500;
  color: #740f0f;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
}

.section-title-leadership {
  font-size: 48px;
  font-weight: 500;
  color: #740f0f;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
  text-align: center;
}

.section-subtitle {
  font-size: 20px;
  color: #00000077;
  font-weight: 400;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}

.logo-card {
  background: white;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: default;
}

.logo-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.logo-container {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.logo-container svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo-name {
  font-size: 13px;
  color: #0000007b;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pp-story-section {
  padding: 80px 20px;
  background: #ffffff;
}

.pp-container {
  max-width: 1250px;
  margin: auto;
  display: flex;
  gap: 60px;
}

.pp-left {
  flex: 1;
  width: 50%;
}

.pp-left img {
  width: stretch;
}

.pp-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.pp-tag {
  color: #8c1414;
  font-size: 28px;
  margin-bottom: 10px;
  opacity: 0.7;
}

.pp-heading {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 16px;
  font-weight: 600;
  color: #000000;
}

.pp-desc {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
}

.pp-video-section {
  padding: 20px 20px;
  background: #ffffff;
  text-align: center;
}

.pp-video-container {
  max-width: 1250px;
  margin: auto;
}

.pp-video-heading {
  font-size: 32px;
  margin-bottom: 40px;
  color: #000000;
  text-align: left;
}

.pp-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.pp-video-banner {
  width: 100%;
  display: block;
}

.pp-video {
  width: 100%;
  height: 100%;
  display: none;
}

.pp-awards-section {
  padding: 80px 20px;
  background: #ffffff;
}

.pp-awards-container {
  max-width: 1250px;
  margin: auto;
}

.pp-awards-heading {
  font-size: 36px;
  margin-bottom: 40px;
  color: #000000;
  text-align: left;
}

.pp-awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pp-award-card {
  background: transparent;
}

.pp-award-img-box {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
}

.pp-award-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.pp-award-card:hover .pp-award-img-box img {
  transform: scale(1.08);
}

.pp-award-title {
  font-size: 16px;
  margin-top: 16px;
  color: #222;
  font-weight: 500;
}

.pp-award-desc {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  line-height: 1.5;
}

.pp-cta-section {
  background-color: #ffffff;
  padding: 20px 20px 80px 20px;
  text-align: center;
}

.pp-cta-container {
  max-width: 1250px;
  margin: 0 auto;
}

.pp-cta-title {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.pp-cta-subtitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}

.pp-cta-btn {
  background: #740f0f;
  text-decoration: none;
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0px 4px 10px 0px #ffffff66 inset;
}

.pp-cta-btn:hover {
  background: #5a1212;
}

.primus-section {
  padding: 100px 80px;
  background: #ffffff;
}

/* LAYOUT */
.primus-p-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* LEFT SIDE */
.left {
  flex: 1;
  max-width: 50%;
}

.left h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.left h1 span {
  color: #8C1414;
}

.subtitle {
  margin-top: 20px;
  font-size: 24px;
  color: #000000;
  opacity: 0.7;
}

.left h3 {
  margin-top: 30px;
  font-size: 18px;
  color: #AC7000;
}

/* LIST */
.points {
  margin-top: 15px;
  list-style: none;
}

.points li {
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
  color: #8C1414;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.7;
}

/* Custom bullet */
.points li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #d64b3c;
  font-size: 10px;
  top: 6px;
}

/* RIGHT SIDE */
.right {
  flex: 1;
  display: flex;
  justify-content: center;
}

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

/* RESPONSIVE */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
  }

  .left, .right {
    max-width: 100%;
  }

  .left h1 {
    font-size: 26px;
  }
}

/* Tablet (<= 1024px) */
@media (max-width: 1024px) {
  .hero-main-text {
    width: 80%;
  }

  .hero-main-heading {
    font-size: 48px;
  }

  .hero-description {
    font-size: 18px;
  }

  .pp-container {
    flex-direction: column;
    gap: 40px;
  }

  .pp-left,
  .pp-right {
    width: 100%;
  }

  .pp-heading {
    font-size: 28px;
  }

  .pp-video-heading {
    font-size: 28px;
  }

  .pp-awards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
  body {
    padding-top: 55px;
  }

  .hero-main-text {
    width: 100%;
  }

  .hero-main-heading {
    font-size: 36px;
  }

  .hero-top-row-content {
    gap: 20px;
  }

  .hero-description {
    font-size: 16px;
  }

  .pp-story-section {
    padding: 60px 15px;
  }

  .pp-container {
    gap: 30px;
  }

  .pp-tag {
    font-size: 22px;
  }

  .pp-heading {
    font-size: 24px;
  }

  .pp-desc {
    font-size: 16px;
  }

  .pp-video-heading {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .pp-awards-section {
    padding: 60px 15px;
  }

  .pp-awards-heading {
    font-size: 28px;
  }

  .pp-awards-grid {
    grid-template-columns: 1fr;
  }

  .pp-award-img-box {
    height: 180px;
  }

  .pp-cta-title {
    font-size: 28px;
  }

  .pp-cta-subtitle {
    font-size: 16px;
  }
}

/* Small Mobile (<= 480px) */
@media (max-width: 480px) {
  .hero-main-heading {
    font-size: 28px;
  }

  .hero-description {
    font-size: 14px;
  }

  .pp-tag {
    font-size: 18px;
  }

  .pp-heading {
    font-size: 20px;
  }

  .pp-desc {
    font-size: 14px;
  }

  .pp-video-heading {
    font-size: 20px;
  }

  .pp-awards-heading {
    font-size: 24px;
  }

  .pp-cta-title {
    font-size: 24px;
  }

  .pp-cta-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
}
