.read-link svg {
    margin-right: 10px;
}

.page-hero {
    min-height: 400px !important;
}

.corporate-arrows {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 100px 0 0;
}

/* shared section heading */
.mvc-mgmt-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 70px;
  justify-content: center;
  width: 100%;
  padding: 0px 20%;
}

.history-mgmt-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 70px;
  justify-content: center;
  width: 100%;
  padding: 0px 10%;
}

.mgmt-heading-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 950px;
}

.mgmt-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 70px;
  justify-content: center;
  width: 100%;
}


.mgmt-heading-line {
  flex: 1;
  height: 2px;
  background: var(--red);
  max-width: none;
  margin: 0;
}

.mgmt-heading-line--navy {
  background: #060764;
}

.mgmt-heading-line.mgmt-heading-line--navy.history-line {
  background: #FFFFFF;
}

.mgmt-section--alt .mgmt-heading-line {
  background: var(--navy);
}

.mgmt-heading-line--light {
  background: rgba(255, 255, 255, .35);
  margin-left: 22px;
}

.mgmt-heading-title {
  font-family: var(--font-title);
  color: var(--navy);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  flex-shrink: 0;
  white-space: nowrap;
}

.mgmt-heading-title.title-1{
  margin-left: 15%;
}
.mgmt-heading-title.title-2{
  margin-right: 30%;
}

.mgmt-heading-title.title-3{
  margin-left: 30%;
}
.mgmt-heading-title.title-4{
  margin-right: 10%;
}


.mgmt-heading--light .mgmt-heading-title {
  color: #fff;
}

/* MISSION / VISION / CORE VALUES SECTION */
.mvc-section {
  padding: 70px 0 0;
  background: #fff;
}

.mvc-row {
  display: grid;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  background-color: #F8F8F8;
}

.mvc-row--img-left {
  grid-template-columns: 1fr 1fr;
}

.mvc-row--img-right {
  grid-template-columns: 1fr 1fr;
}

/* Image side */
.mvc-img {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.mvc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mvc-content {
  padding: 52px 56px;

}

.mvc-row--img-right .mvc-content {
  padding: 52px 56px;
}

.mvc-row--corevalues .mvc-content {
  padding: 52px 56px;
}

.mvc-label {
  font-family: var(--font-title);
  color: var(--navy);
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.1;
}

.mvc-content p {
  font-size: 13.5px;
  color: #666;
  line-height: 1.72;
  margin-bottom: 14px;
}

.mvc-content p:last-child {
  margin-bottom: 0;
}

.corevalues-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.corevalues-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

.cv-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-size: 10px;
  color: var(--navy);
  font-weight: 700;
}

.cv-check::after {
  content: "✓";
  font-size: 11px;
  font-weight: 800;
  color: var(--navy);
}

.corevalues-list li .cv-check {
  font-size: 0;
}

.corevalues-list li strong {
  color: var(--navy);
  font-weight: 700;
}

/* HISTORY & COMPANY OVERVIEW */

.history-section

 {
    padding: 62px 0 70px;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    background: #ffffff00;
    background-image: url(/assets/images/PatternBg.png);
    overflow: hidden;
}

.history-section .container {
  position: relative;
  z-index: 2;
}

.history-section .mgmt-heading-title {
  color: #fff;
}

.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.history-img {
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

.history-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.history-content {
  color: #fff;
}

.history-content .years-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}

.history-content .years-badge {
  width: 110px;
  height: 110px;
  background: transparent;
  border: 3px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  color: var(--gold);
  font-size: 50px;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
}

.history-content .years-badge::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(200, 160, 58, .30);
  border-radius: 50%;
}

.history-content .years-text {
  font-family: var(--font-title);
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}

.history-content p {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 14px;
}

.history-content p:last-child {
  margin-bottom: 0;
}


/* LEADERSHIP TEAM */
.leadership-section {
  padding: 80px 0 88px;
  background: #fff;
  background-image: url('/assets/images/PatternBg.png');
  background-size: auto;
  background-position: center;
  background-repeat: inherit;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.leadership-grid--centered {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0;
}

.leadership-grid--centered .leader-card:first-child {
  grid-column: 2 / 3;
}

.leader-card {
  background: #fff;
  border: 1px solid #dde0e8;
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease;
}

.leader-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(7, 7, 101, .14);
}

.leader-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e8eaf0;
}

.leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform .4s ease;
}

.leader-card:hover .leader-photo img {
  transform: scale(1.04);
}

.leader-info {
  padding: 16px 16px 18px;
  background: #fff;
}

.leader-name {
  font-family: var(--font-title);
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
}

.leader-title {
  font-size: 12px;
  color: #777;
  line-height: 1.45;
  margin-bottom: 12px;
  min-height: 32px;
}

.leader-link {
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
  border-bottom: 1px solid var(--navy);
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .3px;
  transition: color .2s, border-color .2s;
}

.leader-link:hover {
  color: var(--red);
  border-color: var(--red);
}


/* OUR OFFICES */
.offices-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: #010114;
}

.offices-left {
  display: flex;
  align-items: center;
  padding: 60px 52px;
}

.offices-text {
  max-width: 100%;
  width: 100%;
}

.offices-title {
  font-family: var(--font-title);
  color: var(--navy);
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.1;
  color: #FFFFFF;
}

.offices-sub {
  font-size: 13.5px;
  color: #FFFFFF;
  line-height: 1.6;
  margin-bottom: 26px;
  max-width: 380px;
}

.btn-offices {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 22px;
  color: #fff;
  border: 1px solid #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
  transition: .25s;
  margin-bottom: 36px;
}

.btn-offices:hover {
  background: var(--navy2);
}

.offices-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
}

.office-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 2px 0;
  border-bottom: solid 1px rgba(255, 255, 255, .3);
  transition: all .2s;
}

.office-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #ffffff54
;
  margin-top: 0;
  transition: color .2s;
}

.office-item--active .office-icon,
.office-item:hover .office-icon {
  color: #FFFFFF;
}

.office-item h4 {
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff54;
  margin-bottom: 4px;
  line-height: 1.2;
  transition: color .2s;
}

.office-item--active h4,
.office-item:hover h4 {
  color: #FFFFFF;
}

.office-item p {
  font-size: 12px;
  color: #ffffff54
;
  line-height: 1.5;
  transition: color .2s;
}

.office-item--active p,
.office-item:hover p {
  color: #FFFFFF;
}

.offices-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 80px;
}

.offices-map-img {
  max-width: 100%;
  max-height: 564px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: brightness(1.1) contrast(1.05);
}


/* RESPONSIVE */
@media (max-width: 1100px) {
  .leadership-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .leadership-grid--centered {
    grid-template-columns: repeat(3, 1fr);
  }

  .leadership-grid--centered .leader-card:first-child {
    grid-column: 2 / 3;
  }
}

@media (max-width: 991px) {

  .mvc-row--img-left,
  .mvc-row--img-right {
    grid-template-columns: 1fr;
  }

  .mvc-row--img-right .mvc-img {
    order: -1;
  }

  .mvc-content,
  .mvc-row--img-right .mvc-content,
  .mvc-row--corevalues .mvc-content {
    padding: 40px 32px;
  }

  .mvc-img {
    min-height: 260px;
  }

  .history-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

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

  .leadership-grid--centered .leader-card:first-child {
    grid-column: 1 / 2;
    margin: 0 auto;
    width: 100%;
  }

  .offices-section {
    grid-template-columns: 1fr;
  }

  .offices-right {
    min-height: 340px;
  }

  .mgmt-hero-symbol {
    width: 120px;
  }

  .mgmt-heading {
    flex-wrap: nowrap;
  }

  .mgmt-heading-title {
    font-size: 24px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mgmt-hero-symbol {
    width: 90px;
  }

  .mvc-section {
    padding: 60px 0 0;
  }

  .mvc-content,
  .mvc-row--img-right .mvc-content,
  .mvc-row--corevalues .mvc-content {
    padding: 32px 24px;
  }

  .history-section {
    padding: 60px 0 68px;
  }

  .leadership-section {
    padding: 60px 0 68px;
  }

  .offices-left {
    padding: 44px 28px;
  }

  .offices-right {
    padding: 32px 24px;
  }
}

@media (max-width: 575px) {
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .leadership-grid--centered {
    grid-template-columns: 1fr;
  }

  .leadership-grid--centered .leader-card:first-child {
    grid-column: 1;
    max-width: 280px;
    margin: 0 auto;
  }

  .mgmt-heading-line--red,
  .mgmt-heading-line--navy,
  .mgmt-heading-line--light {
    display: none;
  }

  .mgmt-heading {
    justify-content: center;
    margin-bottom: 36px;
  }

  .mgmt-heading-title {
    font-size: 26px;
  }

  .offices-text {
    max-width: 100%;
  }
}

 .cuervo-contact-section {
    width: 100%;
    padding: 40px 20px;
    background: #ffffff;
    font-family: "Inter", "Figtree", Arial, sans-serif;
    color: #747a78;
  }

  .cuervo-contact-wrap {
    max-width: 980px;
    margin: 0 auto;
  }

  .contact-main-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 34px;
  }

  .contact-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    color: #747a78;
  }

  .contact-row p {
    margin: 0;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: -0.2px;
  }

  .contact-icon {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    color: #707372;
    margin-top: 2px;
  }

  .contact-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .department-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px 70px;
  }

  .department-card h3 {
    margin: 0 0 20px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    color: #707372;
    letter-spacing: -0.3px;
  }

  .department-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .contact-row.small {
    gap: 18px;
  }

  .contact-row.small p {
    font-size: 21px;
    line-height: 1.35;
  }

  .contact-row.small .contact-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  @media (max-width: 768px) {
    .cuervo-contact-section {
      padding: 32px 18px;
    }

    .department-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .contact-row {
      gap: 14px;
    }

    .contact-row p,
    .contact-row.small p,
    .department-card h3 {
      font-size: 16px;
    }

    .contact-icon,
    .contact-row.small .contact-icon {
      width: 23px;
      height: 23px;
      flex-basis: 23px;
    }
  }
.contact-row p {

    color: #707372;
    font-size: 16px;
}
.contact-row.small p {
    font-size: 16px;
    line-height: 1.2em;
      color: #707372;
}
.cuervo-contact-section {
 
    padding: 0;
  
    color: #707372;
}
.department-card h3 {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #707372;
    letter-spacing: -0.3px;
}
.contact-row.small {
    gap: 15px;
    align-items: center;
}
.contact-row {
    
    align-items: center;
  
}
  @media (max-width: 480px) {
    .cuervo-contact-section {
      padding: 28px 16px;
    }

    .contact-main-list {
      gap: 16px;
      margin-bottom: 30px;
    }

    .contact-row p,
    .contact-row.small p {
      font-size: 16px;
      line-height: 1.45;
    }

    .department-card h3 {
      font-size: 16px;
      margin-bottom: 14px;
    }

    .department-card {
      gap: 13px;
    }

    .contact-icon,
    .contact-row.small .contact-icon {
      width: 21px;
      height: 21px;
      flex-basis: 21px;
    }
  }
  @media (max-width: 480px) {
    .cuervo-contact-section {
        padding: 0;
    }
}
.service-card-body {
    padding: 30px 0;
}
.service-card {
    border: 0px solid var(--navy);
    background: #f8f8f8;
}
#offices {
    background:#F8F8F8;
    padding:50px 0;
}

 .branch-section {
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    color: #707372;
    font-family: Arial, Helvetica, sans-serif;
  }

  .branch-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }

  .branch-card {
    background: #ffffff;
    border: 1px solid rgba(112, 115, 114, 0.18);
    overflow: hidden;
    color: #707372;
    transition: all 0.3s ease;
  }

  .branch-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(6, 7, 100, 0.18);
  }

  .branch-card img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
  }

  .branch-card .service-card-body {
    padding: 22px 20px 24px;
  }

  .branch-card h3 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #060764;

  }

  .branch-card h4 {
    margin: 24px 0 14px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #707372;

  }

  .branch-card p {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 11px;
    align-items: start;
    margin: 0 0 13px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #707372;

  }

  .branch-card p svg {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    color: #707372;
    flex-shrink: 0;
  }

  .branch-card p span {
    display: block;
    color: #707372;
  }

  .branch-card p:last-child {
    margin-bottom: 0;
  }

.branch-card .service-card-body {
    padding: 30px 0;
    justify-content: flex-start;
}
.branch-card {
    background: #ffffff00;
    border: 0px solid rgba(112, 115, 114, 0.18);
    overflow: hidden;
    color: #707372;
    transition: all 0.3s ease;
}
.branch-card p span {
    display: block;
    color: #707372;
    font-size: 12px;
}
.branch-card:hover {
    transform: translateY(0) !important;
    box-shadow: 0 14px 35px rgb(0 0 0 / 0%);
    border-color: rgba(6, 7, 100, 0.18);
}
.branch-card h4 {
    
    font-size: 12px;
}
.branch-card p {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 11px;
    align-items: center;
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #707372;
}
.branch-section {
  
    padding: 0;
    background: #f8f8f8;
  
}
  @media (max-width: 1200px) {
    .branch-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }
  }

  @media (max-width: 640px) {
    .branch-section {
      padding: 10px 0;
    }

    .branch-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .branch-card img {
      height: 210px;
    }

    .branch-card .service-card-body {
      padding: 20px 18px 24px;
    }

    .branch-card h3 {
      font-size: 22px;
      margin-bottom: 16px;
    }

    .branch-card p {
      font-size: 16px;
      line-height: 1.5;
      gap: 10px;
    }
  }
  
.blocks-img {
    display: none;
}


#office_white {
        background: #ffffff;
        padding:40px 0 100px;
}
  .satellite-office-section {
    width: 100%;
    padding: 40px 0;
    background: #ffffff;
=
    color: #707372;
  }

  .satellite-office-section .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }



  .satellite-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }

  .satellite-card {
    background: #ffffff;
    border: 0;
    overflow: hidden;
    color: #707372;
  }

  .satellite-map {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f4f5f5;
  }

  .satellite-map img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .satellite-card:hover .satellite-map img {
    transform: scale(1.045);
  }

  .satellite-body {
    padding: 18px 0 0;
  }

  .satellite-body h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #060764;
      font-family: var(--font-title);
  }

  .satellite-person {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(112, 115, 114, 0.20);
  }

  .satellite-person:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .satellite-row {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    align-items: start;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #707372;
    font-family: Arial, Helvetica, sans-serif;
  }

  .satellite-row:last-child {
    margin-bottom: 0;
  }

  .satellite-icon {
    width: 20px;
    height: 20px;
    color: #707372;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
  }

  .satellite-icon svg {
    width: 18px;
    height: 18px;
    display: block;
  }

  @media (max-width: 991px) {
    .satellite-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
    }
  }

  @media (max-width: 640px) {
    .satellite-office-section {
      padding: 32px 0;
    }

    .satellite-office-section .container {
      width: min(100% - 32px, 1180px);
    }

    .satellite-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .satellite-map {
      height: 210px;
    }

    .satellite-body h3 {
      font-size: 24px;
      margin-bottom: 14px;
    }

    .satellite-row {
      font-size: 16px;
      gap: 10px;
    }
  }

/* --- Contact icon alignment ---
   Align icons to the first line of the text so multi-line addresses keep the
   icon next to the first line (matches Figma) while single-line rows stay
   optically centered. */
.contact-row {
  align-items: flex-start;
}

.contact-row .contact-icon {
  margin-top: 3px;
}

.branch-card p {
  align-items: start;
}

.branch-card p svg {
  margin-top: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cuervo-contact-section,
  #offices.services-section,
  #office_white.services-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  #offices.services-section,
  #office_white.services-section {
    padding-left: 0;
    padding-right: 0;
  }
}