*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Articulat CF;
  src: url(./fonts/Articulat-CF-Normal.ttf);
  font-display: swap
}

@font-face {
  font-family: Articulat CF_Medium;
  src: url(./fonts/Articulat-CF-Medium.otf);
  font-display: swap
}

@font-face {
  font-family: Articulat CF_Bold;
  src: url(./fonts/Articulat-CF-Bold.ttf);
  font-display: swap
}

body {
  font-family: 'Manrope', sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

/* ── HERO ── */
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  padding-top: 4%;
  background-image: url(./image/Hero-Banner.png);
  background-size: cover;
  min-height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2%;
}

/* Hero text */
.hero-text {
  position: relative;
  z-index: 3;
  padding-left: 5%;
  padding-top: 4.8%;
  overflow: hidden;
}

.hero-text h1 {
  color: var(--Primary-PPS-Blue, #03438E);
  font-family: "Articulat CF_Medium";
  font-size: 3.85vw;
  font-style: normal;
  font-weight: 500;
  line-height: 111%;
  /* 111.111% */
  letter-spacing: -1px;
}

/* ── FORM BAR ── */
.form-bar {
  border-radius: 20px;
  background: var(--Primary-PPS-Blue, #03438E);
  padding: 2%;
  margin: 5%;
  position: relative;
  z-index: 10;
  margin-top: -8%;
}

.form-bar .field-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.form-bar input {
  background: transparent;
  border: none;
  border-radius: 12px;
  border-bottom: 1px solid var(--Primary-PPS-Offwhite, #F5F5EF) !important;
  color: var(--Primary-PPS-White, #FFF);
  /* ArticulateCF/Normal/24 */
  font-family: "Articulat CF";
  font-size: 1.25vw;
  padding: 5% 8%;
  outline: none;
  width: 100%;
  transition: border-color 0.2s;
}

.form-btn-wrap {
  width: 16%;
}

.form-bar input::placeholder {
  color: var(--Primary-PPS-White, #FFF);
  font-family: "Articulat CF";
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.form-bar .btn-connect {
  background: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 9.2% 24px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s all linear;
  letter-spacing: 0.1px;
  color: var(--Primary-PPS-Blue, #03438E);
  font-family: "Articulat CF_Medium";
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  width: 100%;
  /* 144.444% */
}

.form-bar .btn-connect:hover {
  /* background: #fff; */
  /* color: var(--Primary-PPS-Blue, #03438E); */
}

.mob-view {
  display: none !important;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-text {
    padding-left: 30px;
    padding-top: 50px;
  }

  .hero-text h1 {
    font-size: 38px;
  }

  .sun-circle {
    width: 130px;
    height: 130px;
    top: -20px;
  }

  .form-bar {
    margin: 0 16px 30px 16px;
    padding: 30px 20px;
  }

  .divider {
    display: none;
  }

  .form-btn-wrap {
    width: auto;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 360px;
    padding-top: 40px;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .sun-circle {
    width: 100px;
    height: 100px;
    top: -15px;
  }

  .hero-building {
    width: 80%;
  }

  .form-bar .field-wrapper {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .form-bar .divider {
    display: none;
  }

  .form-bar .field-group {
    width: 100%;
  }

  .form-bar input,
  .form-bar input::placeholder {
    font-size: 16px !important;
  }

  .form-bar .btn-connect {
    font-size: 14px !important;
    margin-top: 8%;
  }

  .desk-view {
    display: none !important;
  }

  .mob-view {
    display: block !important;
  }

  .testimonials-section .nav-arrows.mob-view {
    display: flex !important;
  }
}


/* ── SECTION WRAPPER ── */
.testimonials-section {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0 auto;
  padding: 5%;
  overflow: hidden;
  padding-right: 0;
}

/* ── LEFT PANEL ── */
.testimonials-section .left-panel {
  padding-right: 40px;
  padding-top: 0px;
  width: 35%;
}

.quote-icon {
  font-size: 90px;
  line-height: 1;
  color: #F5C800;
  font-family: Georgia, serif;
  margin-bottom: 16px;
  letter-spacing: -6px;
  display: block;
}

.testimonials-section .left-panel h2 {
  color: var(--PPS-Font, #1E1E1E);
  font-family: "Articulat CF_Medium";
  font-size: 3.85vw;
  font-style: normal;
  font-weight: 500;
  line-height: 111%;
  /* 111.111% */
  letter-spacing: -1px;
  margin-bottom: 3%;
}

.left-panel p {
  color: var(--PPS-Font, #1E1E1E);

  /* ArticulateCF/Normal/24 */
  font-family: "Articulat CF";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 133.333% */
}

.left-panel img {
  width: 39%;
  margin-bottom: 6%;
}

/* Navigation Arrows */
.testimonials-section .nav-arrows {
  display: flex;
  gap: 12px;
  padding-top: 19%;
}

.arrow-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0.5px solid var(--Primary-PPS-Blue, #03438E);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: #333;
}

.testimonials-section .arrow-btn:hover {
  /* border-color: #0D2F7E; */
  /* background: #0D2F7E; */
  color: #fff;
}

.arrow-btn.disabled {
  filter: grayscale(100%);
  border: 0.5px solid var(--Primary-PPS-Grey, #6D7175);
}

.arrow-btn svg {
  width: 18px;
  height: 18px;
  stroke: var(--Primary-PPS-Blue, #03438E);
}

/* ── CAROUSEL WRAPPER ── */
.carousel-wrapper {
  /* flex: 1; */
  overflow: hidden;
  position: relative;
  width: 80%;
}

/* Fade right edge */
.carousel-wrapper::after {
  /* content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background: linear-gradient(to right, transparent, #f7f8fa);
  z-index: 10;
  pointer-events: none; */
}

/* ── TESTIMONIAL CARD ── */
.testimonial-card {
  padding: 10%;
  padding-bottom: 0;
  min-height: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  border-right: 1px solid var(--Primary-PPS-Blue, #03438E);
  /* border-bottom: 1px solid var(--Primary-PPS-Blue, #03438E); */
  margin-right: 20px;
  transition: 0.2s all linear;
}

/* Active / first card — yellow */

.testimonial-card:hover {
  border-radius: 20px;
  background: rgba(255, 202, 5, 0.50);
  border-color: rgba(255, 202, 5, 0.50);
}

.card-quote {
  color: var(--PPS-Font, #1E1E1E);

  /* ArticulateCF/Normal/24 */
  font-family: "Articulat CF";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 133.333% */
}

/* Person info + photo row */
.card-footer-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 28px;
}

.person-info {
  padding-bottom: 10%;
  width: 65%;
}

.person-name {
  color: var(--PPS-Font, #1E1E1E);

  /* ArticulateCF/Normal/18 */
  font-family: "Articulat CF";
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  /* 144.444% */
}

.person-role {
  color: var(--PPS-Font, #1E1E1E);

  /* ArticulateCF/Normal/18 */
  font-family: "Articulat CF";
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  /* 144.444% */
}

/* Photo block — blue bg, image clipped at bottom */
.person-photo-wrap {
  flex-shrink: 0;
  width: 35%;
  overflow: hidden;
  align-self: flex-end;
  position: absolute;
  right: 0;
}

.person-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Owl overrides */
.owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-item {
  display: flex;
}

.owl-item .testimonial-card {
  width: 100%;
}

/* hide default owl nav/dots */
.owl-nav,
.owl-dots {
  display: none !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .testimonials-section {
    flex-direction: column;
    padding: 0 24px;
    /* padding-right: 0; */
    padding-bottom: 10%;
  }

  .left-panel {
    flex: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .left-panel h2 {
    font-size: 32px;
  }

  .testimonial-card {
    min-height: 85vw;
  }

  h2 {
    font-size: 28px !important;
  }

  p {
    font-size: 16px !important;
  }

  .person-role,
  .person-name {
    font-size: 14px !important;
  }
}

@media (max-width:767px) {

  .testimonials-section .left-panel,
  .carousel-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 28px !important;
  }

  p {
    font-size: 16px !important;
  }

  .testimonials-section .nav-arrows {
    padding-top: 6%;
    justify-content: center;
  }
}


/* ── SECTION ── */
.promise-section {
  background: var(--Primary-PPS-Blue, #03438E);
  padding: 5%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ── HEADER ROW ── */
.promise-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}

.promise-section .section-title {
  color: var(--Primary-PPS-White, #FFF);
  font-family: "Articulat CF";
  font-size: 3.85vw;
  font-style: normal;
  font-weight: 600;
  line-height: 111%;
  /* 111.111% */
  letter-spacing: 1px;
}

.btn-discuss {
  background: #ffffff;
  font-family: 'Manrope', sans-serif;
  border: none;
  border-radius: 10px;
  padding: 1.4% 3.8%;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: 0.3s all linear;
  letter-spacing: 0.1px;
  color: var(--Primary-PPS-Blue, #03438E);
  font-family: "Articulat CF_Medium";
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  /* 144.444% */
}

.btn-discuss:hover {
  background: var(--Primary-PPS-Yellow, #FFCA05);
  color: var(--Primary-PPS-Blue, #03438E);
}

/* Horizontal divider under header */
.header-divider {
  width: 100%;
  height: 0.5px;
  background: #fff;
  margin-bottom: 0;
}

/* ── BODY ROW: image left + accordion right ── */
.body-row {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

/* ── LEFT IMAGE ── */
.left-image {
  width: 55%;
  position: relative;
  height: 62vw;
}

.left-image img {
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: bottom left;
}

/* Placeholder building (gradient) when no image asset */
.building-placeholder {
  position: absolute;
  top: 0%;
  left: -12%;
  height: 100%;
}

/* ── RIGHT ACCORDION ── */
.right-accordion {
  padding-top: 3%;
  padding-bottom: 0;
  align-self: center;
  width: 45%;
  min-height: 49vw;
}

.acc-item:first-of-type {
  border-top: none;
}

/* Individual accordion item */
.acc-item {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 6% 0;
  cursor: pointer;
  position: relative;
}

.acc-item:last-child {
  border-bottom: none;
}

/* Header row inside each item */
.acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.acc-title {
  transition: color 0.3s;
  color: var(--Primary-PPS-White, #FFF);
  font-family: "Articulat CF";
  font-size: 2.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 125% */
}

.acc-number {
  color: var(--Primary-PPS-White, #FFF);
  font-family: "Articulat CF_Bold";
  font-size: 4vw;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  /* 116.667% */
  transition: color 0.3s;
  flex-shrink: 0;
  opacity: 0.3;
}

/* Active state */
.acc-item.active .acc-title {
  color: var(--Primary-PPS-Yellow, #FFCA05);
  font-weight: 400;
}

.acc-item.active .acc-number {
  /* color: rgba(255, 255, 255, 0.28); */
}

/* Accordion body (collapsible) */
.acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, padding 0.35s ease;
  opacity: 0;
}

.acc-item.active .acc-body {
  max-height: 8vw;
  opacity: 1;
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
}

.acc-body p {
  color: var(--Primary-PPS-White, #FFF);
  font-family: "Articulat CF";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 0;
  width: 80%;
  /* min-height: 5vw; */
  /* 133.333% */
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .promise-section {
    padding: 40px 24px 0 24px;
  }

  .section-title {
    font-size: 32px;
  }

  .body-row {
    flex-direction: column;
    gap: 20px;
  }

  .left-image {
    flex: none;
    max-width: 100%;
    width: 100%;
    height: 70vw;
  }

  .building-placeholder {
    position: absolute;
    top: 8%;
  }

  .building-placeholder {
    height: 300px;
  }

  .right-accordion {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 50px;
  }

  .acc-title {
    font-size: 22px;
  }

  .acc-number {
    font-size: 38px;
  }

  .acc-item.active .acc-body {
    max-height: 50vw;
  }

  .acc-body {
    transition: 0.5s all linear;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
  }

  .btn-discuss {
    padding: 10px 20px;
    font-size: 13px;
  }

  .acc-title {
    font-size: 18px;
  }

  .acc-number {
    font-size: 30px;
  }
}



/* ── SECTION ── */
.segments-section {
  /* max-width: 1440px; */
  /* margin: 0 auto; */
  padding: 7% 5% 5%;
  padding-right: 0;
}

/* ── HEADER ROW ── */
.segments-section .section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4%;
  margin-right: 5%;
}

.segments-section .header-left {
  overflow: hidden;
}

.segments-section .header-left h2 {
  color: var(--PPS-Font, #1E1E1E);
  font-family: "Articulat CF_Medium";
  font-size: 3.85vw;
  font-style: normal;
  font-weight: 500;
  line-height: 111%;
  /* 111.111% */
  letter-spacing: -1px;
  margin-bottom: 4%;
}

.segments-section .header-left p {
  color: var(--PPS-Font, #1E1E1E);

  /* ArticulateCF/Normal/24 */
  font-family: "Articulat CF";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 0;
  /* 133.333% */
}

/* Nav arrows */
.nav-arrows {
  display: flex;
  gap: 12px;
  padding-top: 8px;
  flex-shrink: 0;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* border: 1.5px solid #cccccc; */
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: #222;
}

.arrow-btn:hover {
  /* border-color: #111; */
  /* background: #111; */
  color: #fff;
}

.arrow-btn svg {
  width: 18px;
  height: 18px;
}

/* ── CAROUSEL WRAPPER ── */
.carousel-outer {
  position: relative;
  overflow: hidden;
}

/* Right fade edge */
.carousel-outer::after {
  /* content: ''; */
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(to right, transparent, #ffffff);
  z-index: 10;
  pointer-events: none;
}

/* ── SEGMENT CARD ── */
.segment-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* height: 420px; */
  cursor: pointer;
  display: block;
}

/* Image — greyscale by default */
.segment-card .card-img {
  /* position: absolute; */
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: filter 0.55s ease, transform 0.55s ease;
  will-change: filter, transform;
}

/* Dark overlay — always present, dims on hover */
.segment-card .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.18) 40%,
      rgba(0, 0, 0, 0.72) 100%);
  transition: background 0.4s ease;
  z-index: 2;
}

/* Hover overlay — deeper gradient for text legibility */
.segment-card:hover .card-overlay {
  /* background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(10, 30, 90, 0.35) 45%,
      rgba(10, 30, 90, 0.88) 100%); */
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 22%, #011328 99.15%);
}

/* Default label — bottom left, always visible */
.card-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  color: var(--Primary-PPS-White, #FFF);
  /* ArticulateCF/Normal/32 */
  font-family: "Articulat CF";
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 131%;
  /* 131.25% */
  transition: transform 0.4s ease, opacity 0.3s ease;
}

/* ── HOVER CONTENT ── */
.card-hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 7%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease;
  pointer-events: none;
}

/* Hover content top row: title + arrow button */
.hover-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.segment-card .hover-title {
  color: var(--Primary-PPS-White, #FFF);
  /* ArticulateCF/Normal/32 */
  font-family: "Articulat CF";
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 131%;
  /* 131.25% */
}

.arrow-circle {
  width: 2.1vw;
  height: 2.1vw;
  border-radius: 5px;
  background: #F5C800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
  display: none;
}

.arrow-circle img {
  width: 40%;
}

.hover-desc {
  font-size: 1vw;
  font-weight: 400;
  font-family: "Articulat CF";
  color: rgba(255, 255, 255, 0.88);
  line-height: 140%;
  margin-bottom: 0;
  width: 85%;
}

/* On hover: reveal content, hide plain label, colorise image */
.segment-card:hover .card-img {
  filter: grayscale(0%);
  transform: scale(1.04);
}

.segment-card:hover .card-label {
  opacity: 0;
  transform: translateY(8px);
}

.segment-card:hover .card-hover-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Owl overrides */
.owl-nav,
.owl-dots {
  display: none !important;
}

.owl-item {
  display: flex;
}

.owl-item .segment-card {
  width: 100%;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .segments-section {
    padding: 10% 24px;
  }

  .header-left h2 {
    font-size: 34px;
  }

  .segment-card {
    height: auto;
  }

  .segments-section .section-header {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .segment-card .card-img {
    filter: grayscale(0%);
    transform: scale(1.04);
  }

  .segment-card .card-overlay {
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(10, 30, 90, 0.35) 45%, rgba(10, 30, 90, 0.88) 100%); */
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 29.36%, #023168 99.15%);
  }

  .segment-card .card-hover-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .segment-card .hover-title {
    font-size: 20px;
  }

  .hover-desc {
    width: 100%;
  }

  .arrow-circle {
    width: 8vw;
    height: 8vw;
  }

  .nav-arrows {
    justify-content: center;
  }

  .nav-arrows.mob-view {
    display: flex !important;
  }

  .segments-section .nav-arrows.mob-view {
    padding-top: 10%;
  }

  .card-label {
    display: none;
  }
}

@media (max-width: 575px) {
  .header-left h2 {
    font-size: 26px;
  }

  .segment-card {
    height: auto;
  }
}



/* ── SECTION LAYOUT ── */
.partner-section {
  padding: 5%;
  display: flex;
  /* gap: 80px; */
  align-items: start;
  justify-content: space-between;
}

.left-panel {
  width: 30%;
}

/* ── LEFT PANEL ── */
.partner-section .left-panel h2 {
  color: var(--PPS-Font, #1E1E1E);
  font-family: "Articulat CF_Medium";
  font-size: 3.85vw;
  font-style: normal;
  font-weight: 500;
  line-height: 111.111%;
  /* 111.111% */
  letter-spacing: -1px;
  margin-bottom: 5%;
}

.left-panel p {
  color: var(--PPS-Font, #1E1E1E);

  /* ArticulateCF/Normal/24 */
  font-family: "Articulat CF";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  /* 32px */
}

/* ── RIGHT GRID: 3 cols, 4 rows ── */
.brands-grid {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  justify-content: space-between;
}

/* ── BRAND CELL ── */
.brand-cell {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  width: 30%;
  margin-bottom: 5%;
}

/* Vertical divider between columns using pseudo-element */
.brand-cell .logo-box::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0%;
  height: 100%;
  width: 0.8px;
  background: #6D7175;
}

/* Remove bottom border on last row */

/* ── LOGO BOX ── */
.logo-box {
  flex-shrink: 0;
  width: 41%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ── BRAND DESCRIPTION ── */
.brand-desc {
  color: var(--PPS-Font, #1E1E1E);

  /* ArticulateCF/Normal/18 */
  font-family: "Articulat CF";
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  width: 60%;
  /* 144.444% */
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .partner-section {
    grid-template-columns: 280px 1fr;
    gap: 30px;
    padding: 5% 40px;
    flex-wrap: wrap;
  }

  .partner-section .left-panel {
    width: 100%;
    margin-bottom: 0%;
  }

  .left-panel h2 {
    font-size: 42px;
  }

  .brands-grid {
    width: 100%;
  }

  .brand-cell {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 50%;
    margin-bottom: 5%;
  }

  .logo-box {
    flex-shrink: 0;
    width: 45%;
  }

  .brand-desc {
    font-size: 13px;
  }
}

@media (max-width: 860px) {
  .partner-section {
    grid-template-columns: 1fr;
    padding: 5% 24px;
    gap: 20px;
  }

  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-cell:nth-child(3n)::after {
    display: block;
  }

  .brand-cell:nth-child(2n)::after {
    display: none;
  }

  .brand-cell:nth-last-child(-n+3) {
    border-bottom: none;
  }

  .brand-cell:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

@media (max-width: 500px) {
  .brands-grid {
    grid-template-columns: 1fr;
  }

  .brand-cell::after {
    display: none !important;
  }

  .brand-cell:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .brand-cell:last-child {
    border-bottom: none;
  }
}

/* ── SECTION ── */
.marquee-section {
  padding: 5%;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 7%;
}

/* ── HEADER ROW ── */
.marquee-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4%;
  margin-right: 5%;
}

.section-header h2 {
  color: var(--PPS-Font, #1E1E1E);
  font-family: "Articulat CF_Medium";
  font-size: 3.85vw;
  font-style: normal;
  font-weight: 500;
  line-height: 111.111%;
  /* 111.111% */
  letter-spacing: -1px;
}

/* Nav arrows */
.nav-arrows {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* border: 1.5px solid #cccccc; */
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: #333;
}

.arrow-btn:hover {
  /* border-color: #111; */
  /* background: #111; */
  color: #fff;
}

.arrow-btn svg {
  width: 18px;
  height: 18px;
}

/* ── CAROUSEL OUTER ── */
.carousel-outer {
  position: relative;
}

/* Right fade */

/* ── PROJECT CARD ── */
.project-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin-right: 24px;
}

/* Full-cover image */
.project-card .card-img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.project-card:hover .card-img {
  transform: scale(1.04);
}

/* ── INFO BADGE (white card inside) ── */
.info-badge {
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 28px 28px 36px 28px;
  min-width: 240px;
  max-width: 280px;
  z-index: 3;
}

.badge-category {
  font-size: 11px;
  font-weight: 600;
  color: #888888;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.badge-title {
  font-size: 22px;
  font-weight: 800;
  color: #0D2F7E;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

/* ── YELLOW DOT ── */
.yellow-dot {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F5C800;
  z-index: 4;
  /* positioned at top-right corner of the badge */
  top: calc(50% - 100px);
  left: calc(36px + 230px);
  transform: translateY(-50%);
}

/* Owl overrides */
.owl-nav,
.owl-dots {
  display: none !important;
}

.owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-item {
  display: flex;
}

.owl-item .project-card {
  width: 100%;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .marquee-section {
    padding: 8% 24px;
  }

  .section-header h2 {
    font-size: 34px;
  }

  .project-card {
    height: auto;
  }

  .info-badge {
    min-width: 200px;
    max-width: 220px;
    padding: 20px 20px 28px 20px;
  }

  .badge-title {
    font-size: 18px;
  }

  .marquee-section .section-header {
    margin-right: 0;
    margin-bottom: 6%;
  }

  .project-card {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .section-header h2 {
    font-size: 26px;
  }

  .project-card {
    height: auto;
  }

  .info-badge {
    min-width: 160px;
    left: 16px;
    padding: 16px;
  }

  .badge-title {
    font-size: 15px;
  }

  .yellow-dot {
    width: 32px;
    height: 32px;
    left: calc(16px + 170px);
  }
}


/* ── SECTION ── */
.connect-section {
  position: relative;
  width: 100%;
  /* min-height: 540px; */
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Background building image with blue overlay */
.bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bg-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Deep blue overlay on top of bg image */
.bg-layer::after {
  /* content: ''; */
  /* position: absolute; */
  /* inset: 0; */
  /* background: rgba(10, 30, 100, 0.78); */
}

/* ── INNER LAYOUT ── */
.connect-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  /* max-width: 1440px; */
  /* margin: 0 auto; */
  padding: 8% 5%;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.connect-section .left-text {
  width: 35%;
}

/* ── LEFT TEXT ── */
.left-text h2 {
  color: var(--Primary-PPS-White, #FFF);
  font-family: "Articulat CF_Medium";
  font-size: 3.85vw;
  font-style: normal;
  font-weight: 500;
  line-height: 111%;
  /* 111.111% */
  letter-spacing: -1px;
  margin-bottom: 4%;
}

.left-text p {
  color: var(--Primary-PPS-White, #FFF);

  /* ArticulateCF/Normal/24 */
  font-family: "Articulat CF";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 133.333% */
}

/* ── RIGHT FORM CARD ── */
.right-text {
  width: 50%;
}

.form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 6%;
  width: 100%;
}

/* Form row: 2 inputs side by side */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
  margin-bottom: 8%;
}

/* Each field */
.field-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.connect-section .field-group input {
  background: transparent;
  border: none;
  padding: 6% 8%;
  outline: none;
  width: 100%;
  transition: border-color 0.2s;
  border-radius: 12px;
  border-bottom: 1px solid var(--Primary-PPS-Grey, #6D7175);
  color: var(--Primary-PPS-Grey, #6D7175);
  font-family: "Articulat CF";
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.connect-section .field-group input::placeholder {
  color: #6D7175;
  font-size: 1.15vw;
  opacity: 0.4;
}

.field-group input:focus {
  border-bottom-color: #0D2F7E;
}

/* CTA Button */
.connect-section .btn-connect {
  border-radius: 12px;
  background: var(--Primary-PPS-Blue, #03438E);
  border: none;
  padding: 2.5% 4%;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
  color: var(--Primary-PPS-White, #FFF);
  font-family: "Articulat CF_Medium";
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  /* 144.444% */
}

.btn-connect:hover {
  background: #0a2460;
  color: var(--Primary-PPS-Blue, #03438E);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .connect-inner {
    grid-template-columns: 1fr 500px;
    gap: 40px;
    padding: 70px 40px;
  }

  .left-text h2 {
    font-size: 44px;
  }
}

@media (max-width: 860px) {
  .connect-inner {
    grid-template-columns: 1fr;
    padding: 60px 24px;
    gap: 40px;
    display: block;
  }

  .left-text h2 {
    font-size: 36px;
  }

  .left-text p {
    max-width: 100%;
  }

  .connect-section .left-text {
    width: 100%;
    margin-bottom: 10%;
  }

  .connect-section .field-group input,
  .connect-section .field-group input::placeholder {
    font-size: 16px !important;
  }

  .connect-section .btn-connect {
    font-size: 14px;
    padding: 4.5% 8%;
    margin-top: 5%;
  }

  .right-text {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  right-text {
    width: 100%;
  }

  .form-card {
    padding: 32px 24px 28px 24px;
    width: 100%;
  }

  .left-text h2 {
    font-size: 30px;
  }
}

/* ── NAVBAR ── */
.main-nav {
  width: 100%;
  border-bottom: 0.5px solid var(--Primary-PPS-Grey, #6D7175);
  background: #FFF;
  padding: 1.2% 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

/* ── LOGO BLOCK ── */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  width: 20%;
}


/* ── CTA BUTTON ── */
.main-nav .btn-connect {
  border-radius: 12px;
  background: var(--Primary-PPS-Blue, #03438E);
  color: var(--Primary-PPS-White, #FFF);
  font-family: "Articulat CF_Medium";
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  padding: 1.4% 3.4%;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s all linear;
  text-decoration: none;
  display: inline-block;
}

.btn-connect:hover {
  background: var(--Primary-PPS-Yellow, #FFCA05);
  ;
  color: var(--Primary-PPS-Blue, #03438E);
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .main-nav {
    padding: 0 20px;
    height: 80px;
  }

  .main-nav .btn-connect {
    font-size: 14px;
    padding: 4.2% 7.2%;
  }

  .nav-logo {
    width: 50%;

  }

  .brand-text .solutions {
    font-size: 11px;
  }

  .btn-connect {
    font-size: 13px;
    padding: 11px 20px;
  }
}


/* ── FOOTER BAR ── */
.footer-bar {
  width: 100%;
  background: #ffffff;
  border-top: 0.5px solid var(--Primary-PPS-Grey, #6D7175);
  padding: 3.5% 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ── LEFT: Logo block ── */
.logo-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 21%;
}



/* ── RIGHT: Sketch to Site ── */
.right-tagline {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 35%;
}


/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .footer-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 28px 24px;
    min-height: auto;
    display: block;
  }

  .logo-block {
    width: 45%;
    margin-bottom: 10%;
  }

  .right-tagline {
    align-items: flex-start;
    width: 100%;
  }

  .right-tagline .top-line {
    font-size: 18px;
  }

  .right-tagline .bottom-line span {
    font-size: 26px;
  }

  .yellow-dot {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 480px) {
  .right-tagline .bottom-line span {
    font-size: 20px;
  }

  .brand-name .professional {
    font-size: 14px;
  }

  .brand-name .solutions {
    font-size: 12px;
  }
}

@media (min-width:1750px) {
  .arrow-btn {
    width: 65px;
    height: 65px;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .main-nav {
    padding: 2.2% 5%;
  }

  .nav-logo {
    width: 40%;
  }

  .main-nav .btn-connect {
    font-size: 18px;
    padding: 2.4% 5.4%;
  }

  .hero-section {
    min-height: 40vh;
  }

  .form-bar input,
  .form-bar input::placeholder,
  .form-bar .btn-connect,
  .btn-discuss {
    font-size: 16px;
  }

  .form-bar .field-wrapper {
    /* flex-direction: column !important; */
    gap: 16px !important;
  }

  .form-bar .field-group {
    width: 100%;
  }

  .form-bar {
    padding: 4%;
  }

  button.btn-connect {
    margin-top: 9%;
  }

  .nav-arrows {
    justify-content: left;
  }

  .mob-view {
    display: none !important;
  }

  .testimonials-section {
    flex-direction: row;
  }

  .testimonial-card {
    min-height: 48vw;
  }

  .nav-arrows.mob-view {
    display: none !important;
  }

  .testimonials-section {
    padding-top: 8%;
  }

  .body-row {
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
  }

  .promise-section {
    min-height: auto;
  }

  .right-accordion {
    width: 45%;
    min-height: 63vw;
  }

  .left-image {
    flex: none;
    max-width: 100%;
    width: 55%;
    height: 70vw;
  }

  .segments-section .section-header {
    display: flex;
    align-items: flex-end;
  }

  .arrow-circle {
    width: 4vw;
    height: 4vw;
  }

  .partner-section {
    padding: 2% 24px;
    gap: 20px;
  }

  .partner-section .left-panel {
    width: 37%;
    margin-bottom: 0%;
  }

  .brands-grid {
    width: 60%;
  }

  .project-card {
    margin-right: 24px;
  }

  .connect-section .btn-connect {
    font-size: 14px;
    padding: 3.5% 8%;
    margin-top: 0%;
  }
  .footer-bar {
    padding: 8% 5%;
  }
  .testimonials-section .left-panel {
    margin-bottom: 0;
  }
  .testimonials-section .nav-arrows {
        padding-top: 58%;
  }
  .form-bar .btn-connect {
    margin-top: 0;
  }
}