/* ============================================
   Global Background Color & Base Styles
   ============================================ */
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.container,
.outer,
.wrap,
.pp-container {
    max-width: 1280px;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #50586c;
  font-size: 16px;
  font-family: 'Figtree', sans-serif;
  background: #fff;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Figtree', sans-serif;
}

p {
  margin: 0;
}

.pp-title {
  margin: 30px auto;
}

.pp-subtitle {
  margin: 30px auto;
  margin-top: -10px;
  max-width: min(850px, calc(100% - 30px));
  text-align: center;
}

.text-gradient{
  background: linear-gradient(180deg, #1D91D0 0%, #0F4A6A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  color: #192335;
  text-align: center;
}

h3 {
    color: #0d4564;
    text-align: center;
    font-size: 24px;
  }

.pp-text {
  line-height: 100%;
  margin: 1.2em auto;
  position: relative;
}

.pp-text-bold {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #192335;
}

.after-dash {
    display: block; 
    margin: 0;     
}

html, body {
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, iframe, video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop-img {
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;

  @media (max-width: 990px) {
    background-image: none;
  }
}

@media (max-width: 1280px) {
    .outer,
    .pp-corporate-partnership-box,
    .pp-corporate-csr-box,
    .pp-corporate-company-updates-box,
    .pp-corporate-reports-box,
    .pp-corporate-articles-box,
    .pp-corporate-leaders-box,
    .pp-corporate-our-partnership-details-box,
    .pp-corporate-contacts-box,
    .corporate-leaders-container,
    .pp-news-box {
      padding: 30px;
   }

   .pp-subtitle,
    .pp-title {
      max-width: min(800px, calc(100% - 60px));
  }
}

@media (max-width: 1280px) {
  h2 {
    text-align: center !important;
    font-size: 28px;
  }
}

@media (max-width: 990px) {
  .mobile-text-32 {
    font-size: 32px !important;
  }
  .mobile-text-28 {
    font-size: 28px !important;
  }
  .mobile-text-24 {
    font-size: 24px !important;
  }
  .mobile-text-21 {
    font-size: 21px !important;
  }
  .mobile-text-18 {
    font-size: 18px !important;
  }
  .mobile-text-14 {
    font-size: 14px !important;
  }
  .mobile-text-12 {
    font-size: 12px !important;
  }
  .mobile-grid-outer {
    padding: 0 15px !important;
    gap: 15px !important;
  }
}


/* ============================================
   Container System
   ============================================ */
.wp-block-group {
    margin: 0;
}

.pp-container,
.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-block-start: 0;
}

.pp-corporate-box-full-width {
  display: flex;
  box-sizing: border-box;
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* ============================================
   Grid System
   ============================================ */
   .pp-flex-reverse {
    display: flex;
    flex-direction: row-reverse;
    gap:10px;
  }

   .pp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px;
  }

.pp-grid-3-always,
.pp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pp-grid-4-Waterfall {
  column-count: 4;
  column-gap: 20px;
  padding: 0;
  align-items: start;
  grid-auto-rows: auto;
  grid-auto-flow: row;
}

.pp-grid-4-Waterfall .insurance-card{
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 6px 34px 0px #D7D8DE69;
    margin-bottom: 20px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: inline-block;
    overflow: visible;
  }


.pp-grid-4-always,
.pp-grid-4-1,
.pp-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
}

.pp-grid-auto-2 {
  display: grid;
  grid-template-columns: auto auto;
}

.pp-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 990px) {
  .pp-grid-2,
  .pp-grid-auto-2,
  .pp-grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .pp-grid-4-1,
  .pp-grid-4{
    grid-template-columns: repeat(2, 1fr);
    column-count:2 !important;
  }
  .pp-grid-4-Waterfall{
    column-count:2;
  }
}

@media (max-width: 750px) {
  .pp-grid-4-1{
    grid-template-columns: 1fr;
  }
}
/* ============================================
   Typography
   ============================================ */

.state-title {
  text-align: center;
  background: linear-gradient(180deg, #1D91D0 0%, #0F4A6A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 800;
}

@media (min-width: 991px) {
  .pp-text-left {
    text-align: left !important;
  }
  .state-title {
    font-size: 56px;
  }
  .pp-h2-title {
    font-size: 38px;
  }
}

.pp-text-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.pp-text-link {
  color: #005696;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}

.pp-text-link:hover {
  color: #004a99;
}
.pp-h2-title {
    text-align: center; color: #192335; font-size: 28px; font-weight: bold;padding-top: 25px;
}
.pp-h2-title-blue {
    text-align: center; color: #192335; font-size: 38px; font-weight: bold;padding-top: 25px;
}


/* ============================================
   Images
   ============================================ */

.img {
  width: 100%;
  height: auto;
}

.img-auto {
  object-fit: contain;
}

.img-cover {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.pp-image-wrapper {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: start;
  border-radius: 15px;
}

.pp-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  border-radius: 15px;
}

.wrap-box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    gap: 15px;
    align-items: center; 
    justify-content: center;
}

.pp-box-vertical {
    display: flex;
    flex-direction: column;
}

.pp-box-level {
  display: flex;
}

/* ============================================
   Buttons
   ============================================ */
.button {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #005696;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 8px;
  text-align: center;
  height: 45px;
  width: 230px;
  justify-content: center;
  place-items: center;
}

.button:hover {
  background: #FAAF00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.learn-more-btn {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #0E355A;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 100px;
  text-align: center;
  height: 45px;
  width: 230px;
  justify-content: center;
  place-items: center;
  background-image: url(/wp-content/themes/pacificprime/assets/images/Corporate/00%20-%20General/btn-arrow-short-white.svg);
  background-position: 10% center;
  background-repeat: no-repeat;
  background-size: 5px 8px;
}

.learn-more-btn:hover {
  background: #005696;
  background-image: url(/wp-content/themes/pacificprime/assets/images/Corporate/00%20-%20General/btn-arrow-long-white.svg);
  background-position: 15% center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.pp-btn {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #0E355A;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 100px;
  text-align: center;
  height: 45px;
  width: 230px;
  justify-content: center;
  place-items: center;
  background-image: url(/wp-content/themes/pacificprime/assets/images/Corporate/00%20-%20General/btn-arrow-short-white.svg);
  background-position: 10% center;
  background-repeat: no-repeat;
  background-size: 5px 8px;
}

.pp-btn:hover {
  background: #FAAF00;
  background-image: url(/wp-content/themes/pacificprime/assets/images/Corporate/00%20-%20General/btn-arrow-long-white.svg);
  background-position: 15% center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.pp-btn-outline {
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  color: #0066bb;
  background: transparent;
  text-decoration: none;
  border: 2px solid #0066bb;
  border-radius: 4px;
  transition: all 0.3s;
}

.pp-btn-outline:hover {
  background: #0066bb;
  color: #fff;
}

/* ============================================
   Gradient lines
   ============================================ */

  .people_workforce {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1px;
    background: radial-gradient(50% 50% at 50% 50%, #D0D0D0 0%, rgba(208, 208, 208, 0.917647) 75%, #FFFFFF 100%);
}

.people_workforce > div {
    background-color: #fff;
    padding: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
 }

.people_workforce .item3 {
    grid-column: 1 / 3;
}

@media (max-width:990px) {
  .pp-grid,
  .people_workforce{
    grid-template-columns: 1fr !important;
  }
  .people_workforce > div {
        grid-column: 1 / 2 !important;
    }
  .pp-flex-reverse{
    display: grid  !important;
  }
}

/* ============================================
   start Cards
   ============================================ */
.pp-container-start {
    margin-top: -95px; 
    position: relative; 
    z-index: 11; 
    margin-bottom: 60px;
    background:#fff; 
    border-radius:14.8px; 
    box-shadow:0 6px 34px rgba(215,216,222,0.41); 
    box-sizing:border-box; 
}

.projectFactsWrap {
    display: flex;
    justify-content: space-between;
    padding: 60px 30px;
    flex-wrap: nowrap;
    gap: 16px;
}

.stat-item {
    flex: 1 1 0;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.stat-top {
    display: flex;
    align-items: start;
    text-align: center;
    white-space: nowrap;
    height: 55px;
}

.stat-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-top img {
    width: 35px;
    height: auto;
    display: block;
}

.stat-number-strong {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    color: #0E355A;
    gap: 2.5px;
    margin-left: 5px;
}

.currency-sign {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.stat-suffix {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.usd-note {
    font-size: 14px;
    line-height: 1;
    margin-left: 4px;
    display: inline-block;
    vertical-align: baseline;
    margin: 0;
}

.stat-top p {
    padding: 0;
}

.stat-desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media (max-width:1280px) {
  .pp-container-start{
    width: calc(100% - 60px);
  }
}

@media (max-width:990px) {
    .projectFactsWrap {
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .stat-number-strong{
      font-size: 32px;
    }
    
    .stat-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .stat-top{
        text-align: center;
        flex-direction: column !important;
        min-height: 80px;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    
    .stat-suffix,
    .stat-number-strong{
        font-size: 21px;
        margin-left: 0;
    }
    
    .stat-row {
        flex-direction: column;   
        height: auto;
    }
    
    .stat-desc {
        min-height: 50px;
        font-size: 12px;
    }
}
/* ============================================
   Cards
   ============================================ */

.card-item {
    height: auto;
    display: grid;
    align-items: start;
    text-align: center;
    grid-template-rows: 205px 1fr;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 6px 34px 0px #D7D8DE69;
    border-radius: 15px;
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-item:hover {
    transform: translateY(-4px);
}

.card-image-block {
    width: 100%;
    height: 205px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 15px;
}

.card-image-block img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.card-item:hover .card-image-block img {
    transform: scale(1.1);
    border-radius: 15px;
}

.card-icon-overlay,
.card-icon-overlay-active {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.card-icon-overlay img,
.card-icon-overlay-active img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-icon-overlay-active,
.card-item:hover .card-icon-overlay,
.insurance-card:hover .card-icon-overlay {
    opacity: 0;
}

.card-item:hover .card-icon-overlay-active,
.insurance-card:hover .card-icon-overlay-active {
    opacity: 1;
}

.card-content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #5B63D3;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top:8px;
}

.card-description {
    font-size: 18px;
    color: #192335;
    text-align: center;
    font-weight: 600;
    transition: color 0.3s ease;
}

.card-item:hover .card-description {
    color: #005696;
}


.insurance-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #EDEFF1;
  border-radius: 20px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.insurance-card-icon{
  transform: none;
  position: absolute;
  transform: none;
  margin-top: 20px;
  bottom: auto;
    left: auto;
}

.insurance-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #5070a4;
  margin-bottom: 12px;
  transition: color 0.3s ease;
  margin-top: 95px;
}

.insurance-card-desc {
  font-size: 16px;
  color: #a4a8b0;
  line-height: 1.2;
  margin: 0 0 1em;
}

.insurance-card:hover {
  background: #2d598f !important;
}

.insurance-card:hover .insurance-card-title,
.insurance-card:hover .insurance-card-desc {
  color: #ffffff;
}

@media (max-width: 990px) {
  .card-description,
  .insurance-card-desc {
       font-size: 12px;
       font-weight: 500;
      }
  .card-icon-overlay,
  .card-icon-overlay-active {
    width: 32px;
    height: 32px;
  }
  .card-image-block img {
    height: 85px;
  }
  .card-image-block {
    height: 110px;
  }
  .card-item {
    padding: 15px;
    grid-template-rows: 110px 1fr;
  }
}
/* ============================================
   Tags
   ============================================ */

.pp-tag {
  background: #fff;
  padding: 3px 15px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  color: #1D91D0;
  border: 1px solid #1D91D0;
}

.riskManagementWrap {
        margin: 0 auto; padding: 30px 20px; width:100%;
        box-sizing: border-box;
      }
      
      .rm-heading {
        font-size: 38px;
        font-weight: 700;
        line-height: 1.2;
       color: #192335;
       text-align: center;
       margin: 0 0 10px 0;
      }
      
      .rm-content-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
      }
      
      .rm-image-section {
        position: relative;
      }
      
      .rm-primary-image {
        width: 100%;
        height: auto;
        border-radius: 12px;
        display: block;
      }
      
      .rm-overlay-image {
        position: absolute;
        bottom: -30px;
        right: -40px;
        width: 65%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        border: 6px solid #fff;
      }
      
      .rm-text-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
      }
      
      .rm-description {
        font-size: 16px;
        color: #4a5568;
        margin: 0;
        padding-top: 30px;
      }
      
      .rm-services-grid {
        display: flex;
        margin: 0 auto;
      }
      
      .rm-service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
      }
      
      .rm-service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
        display: block;
      }
      
      .rm-service-name {
        font-size: 16px;
    color: #50586C;
    font-weight: 400;
    margin: 0;
    width: 140px;
      }
      
      .rm-cta-button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #0b2f5b;
        color: #ffffff;
        padding: 14px 32px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 30px auto 0;
        transition: background-color 0.3s ease;
      }
      
      .rm-cta-button:hover {
        background-color: #0a254a;
      }
      
      .rm-cta-button svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
      }

      @media (max-width: 990px) {
        .rm-content-grid {
          display: grid;
          align-items: center;
          grid-template-columns: none;
        }
        
        .rm-text-section {
              text-align: center;
        }
        
     .rm-image-section {
          margin: 0 auto;
        }
        
        .rm-description{
          padding: 0 30px;
        }
        .rm-service-name,
        .pp-tag{
          font-size:12px;
        }
      }


/* ============================================
   Corporate Partnership Box Component
   ============================================ */

.pp-corporate-partnership-box {
  padding: 50px 24px;
  background: #fff;
  box-shadow: 0px 6px 34px 0px #D7D8DE69;
  border-radius: 15px;
}

.partnership-mode-one-row.pp-corporate-partnership-box {
  padding: 20px 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.partnership-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  color: #192335;
  text-align: center;
  margin-bottom: 15px;
}

.partnership-title-one-row {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #192335;
  text-align: center;
  margin-bottom: 30px;
}

.partnership-title-full-list {
  background: linear-gradient(90deg, #1D91D0 0%, #0F4A6A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.partnership-description {
  text-align: center;
  color: #50586C;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  max-width: 850px;
  margin: 0 auto 40px;
  letter-spacing: 0px;
  font-style: normal;
  font-family: 'Figtree', sans-serif;
}

.partnership-description p:last-child {
  margin-bottom: 0;
}

.partnership-mode-one-row .partnership-description {
  display: none;
}

.partnership-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.partnership-slider-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%) left,
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%) right;
  background-size: 10% 100%;
  background-repeat: no-repeat;
  z-index: 999;
  pointer-events: none;
}

.partnership-slider {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 120px;
}

.partnership-slider .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
  align-items: center;
}

.partnership-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.partnership-slider .partnership-item {
  background: transparent;
  height: 90px;
  width: 164px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.3s ease;
}

.partnership-slider .partnership-item:hover {
  transform: scale(1.05);
  box-shadow: none;
}

.partnership-slider .partnership-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.partnership-slider .partnership-logo {
  max-width: 164px;
  max-height: 90px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partnership-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 20px;
  margin-bottom: 40px;
  align-items: center;
}

.partnership-grid-full-list {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0px;
  max-width: calc(6 * 180px + 60px);

}

.partnership-grid .partnership-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 185px;
}

.partnership-grid .partnership-item:hover {
  transform: translateY(-5px);
}

.partnership-item-link,
.partnership-item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.partnership-grid .partnership-logo {
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.pp-corporate-partnership-box-editor {
  padding: 20px;
  background: #f5f5f5;
  border: 2px dashed #ddd;
  border-radius: 8px;
}

.pp-corporate-partnership-box-content {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}

.pp-corporate-partnership-item-editor {
  min-height: 120px;
}

.partnership-box-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.partnership-box-description {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.partnership-preview-note {
  background: #e7f5ff;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 13px;
  color: #0066bb;
}

@media (max-width: 990px) {
    .partnership-grid-full-list {
        grid-template-columns: repeat(auto-fit, minmax(101px, 1fr));
        max-width: calc(6 * 101px + 30px);
    }
    .partnership-grid .partnership-logo {
      width: 101px;
    }
}

/* ============================================
   Corporate Testimonial Box Component
   ============================================ */

.pp-corporate-testimonial-box {
  display: flex;
  box-sizing: border-box;
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.pp-corporate-testimonial-box-vertical{
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
}

.pp-corporate-testimonial-box-wrapper {
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.pp-corporate-testimonial-box-wrapper-vertical{
  display: grid;
  box-sizing: border-box;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-header {
  text-align: left;
  padding: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 350px;
}

.testimonial-header-vertical{
  text-align: left;
  padding: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial-title {
  font-size: 30px;
  font-weight: 700;
  color: #192335;
}

.testimonial-rating {
  gap: 8px;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #E7E9EA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  grid-template-columns: 50px 1fr;
  width: fit-content;
}

.rating-content {
  display: flex;
  flex-direction: column;
}

.rating-score {
  font-size: 32px;
  font-weight: 700;
  color: #005696;
  line-height: 1;
}

.rating-star {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
}


.rating-star img {
  width: 100%;
  height: 100%;
  display: block;
}

.rating-star.star-empty img {
  filter: grayscale(1) brightness(1.8);
  opacity: 0.4;
}

.rating-star.star-half img {
  position: absolute;
  top: 0;
  left: 0;
}

.rating-star.star-half img {
  clip-path: inset(0 50% 0 0); 
}

.rating-star.star-half::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%; 
  width: 50%;
  height: 100%;
  background-image: url('/wp-content/themes/pacificprime/assets/images/Corporate/module testimonial/icon-rating-star-full.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(1) brightness(1.8);
  opacity: 0.4;
}


.rating-label {
  font-size: 13px;
  color: #50586C;
  font-weight: 400;
  line-height: 1;
}

.testimonial-carousel-wrapper {
  position: relative;
  width: auto;
  overflow: hidden;
  height: calc(100% + 60px);
}

.testimonial-carousel-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(270deg, transparent 0%, #fff 100%) left,
    linear-gradient(90deg, transparent 0%, #fff 100%) right;
  background-size: 10% 100%;
  background-repeat: no-repeat;
  z-index: 999;
  pointer-events: none;
}

.testimonial-carousel.swiper {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.testimonial-carousel .swiper-wrapper {
  transition-timing-function: linear;
}

.testimonial-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 445px;
}

.testimonial-item {
  width: 445px;
  height: 407px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0px 13px 48px 0px #D7D8DE70;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: .3s;
  margin-bottom: 20px;
}

.testimonial-quote-bg {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 53px;
  height: 53px;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}

.testimonial-quote-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.testimonial-item-logo {
  min-height: 60px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.testimonial-item-logo img,
.testimonial-item-logo svg {
  height: 60px;
  max-width: 60px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.testimonial-item-logo .rating-content {
  flex: 1;
  min-width: 0;
}

.testimonial-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #192335;
  margin: 0;
  padding-right: 60px;
  white-space: normal;
  word-break: break-word;
}

.testimonial-item-source {
  font-size: 16px;
  font-weight: 400;
  color: #A1A9AC;
  font-style: italic;
  margin: 2px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-item-content {
  font-size: 18px;
  color: #50586C;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  height: 250px;
  z-index: 2;
}

.pp-corporate-testimonial-box-editor {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.pp-corporate-testimonial-item-editor {
  margin-bottom: 15px;
}

.pp-corporate-testimonial-item-preview {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.pp-corporate-testimonial-item-preview .testimonial-quote-bg {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 53px;
  height: 53px;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 990px) {
  .testimonial-carousel-wrapper {
    width: 100%;
    height: 100%;
  }
  .testimonial-item-title{
    font-size:16px;
    padding-right: 0;
  }
  .testimonial-item-source{
    font-size:14px;
  }
  .testimonial-item-content{
    font-size:12px;
    height: 150px;
  }
  .pp-corporate-testimonial-box-wrapper {
    display: grid;
    padding: 0;
  }
  .testimonial-header{
    max-width: 100%;
    display: grid;
    text-align: center;
  }
  .testimonial-rating{
    margin: 0 auto;
  }
  .testimonial-item {
    width: 315px;
    height: auto;
  }
  .testimonial-item-logo {
    display: grid;
    min-height: auto;
    margin-top: 0;
  }
  .testimonial-header-vertical {
    display: grid;
  }
}

.pp-corporate-testimonial-box-editor.is-horizontal .pp-corporate-testimonial-box-content {
  display: flex;
  gap: 20px;
}

.pp-corporate-testimonial-box-editor.is-vertical .pp-corporate-testimonial-box-content {
  display: grid;
  gap: 20px;
}

.pp-corporate-testimonial-box-editor.is-vertical .testimonial-box-header.vertical-layout {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ============================================
   Corporate Awards Box Component
   ============================================ */

.pp-corporate-awards-box {
  position: relative;
}

.pp-corporate-awards-box > * {
  position: relative;
  z-index: 2;
}

.corporate-awards-title {
  font-size: 32px;
  font-weight: 700;
  top: 100px;
  left: 35px;
  color: #fff;
}

.corporate-awards-carousel-wrapper {
  position: relative;
  padding: 0 40px;
  background: #FFFFFF;
  box-shadow: 0px 6px 34px 0px #D7D8DE69;
  left: 151px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: calc(80% - 160px);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: visible;
}

.corporate-awards-carousel {
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 18px 0;
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  max-width: 700px;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.corporate-awards-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  box-shadow: 0px 5px 16px 0px #0000001F;
  height: 70px;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  color: #1D98D4;
  font-size: 36px;
  border: none;
  transition: all 0.3s;
}

.carousel-nav:hover:not(.disabled) {
  box-shadow: 0px 8px 20px 0px #0000002F;
  transform: translateY(-50%) scale(1.05);
}

.carousel-nav.disabled {
  color: #838180;
  background: #E8E8E8;
  box-shadow: 0px 5px 16px 0px #0000001F;
  cursor: not-allowed;
  opacity: 0.6;
}

.carousel-nav-prev {
  left: -35px;
}

.carousel-nav-next {
  right: -35px;
}

.corporate-awards-item {
  width: 160px;
  min-width: 160px;
  height: 174px;
  flex-shrink: 0;
}

.corporate-awards-item-inner {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  height: 174px;
  display: grid;
  grid-template-rows: 50% 50%;
  position: relative;
}

.corporate-awards-item-inner:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.corporate-awards-item-thumbnail {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.corporate-awards-item-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.corporate-awards-item-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.corporate-awards-item-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background: #fff;
  padding: 10px;
}

.corporate-awards-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #192335;
  line-height: 100%;
  margin: 0 0 5px 0;
}

.corporate-awards-item-title a {
  color: #192335;
  text-decoration: none;
  transition: color 0.3s;
}

.corporate-awards-item-title a:hover {
  color: #0066bb;
}

.corporate-awards-item-subtitle {
  font-size: 14px;
  color: #192335;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.pp-corporate-awards-box-editor {
  border: 1px dashed #ccc;
  padding: 20px;
  background: #f8f9fa;
}

.pp-corporate-awards-box-editor .pp-corporate-awards-box-content {
  min-height: 400px;
  position: relative;
}

.pp-corporate-awards-box-editor .pp-corporate-awards-box-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 61, 107, 0.7);
  z-index: 1;
  pointer-events: none;
}

.pp-corporate-awards-box-editor .corporate-awards-title,
.pp-corporate-awards-box-editor .corporate-awards-carousel-wrapper {
  position: relative;
  z-index: 2;
}

.pp-corporate-awards-box-editor .corporate-awards-carousel {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

.pp-corporate-awards-box-editor .corporate-awards-carousel::-webkit-scrollbar {
  display: block;
  height: 8px;
}

.pp-corporate-awards-box-editor .corporate-awards-carousel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.pp-corporate-awards-box-editor .corporate-awards-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.pp-corporate-awards-box-editor .corporate-awards-carousel::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}

.pp-corporate-awards-item-editor {
  min-width: 160px !important;
  width: 160px !important;
  flex-shrink: 0;
}

.pp-corporate-awards-box-editor .corporate-awards-carousel .block-list-appender {
  min-width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================
   Responsive Styles - Width < 1400px
   Show 4 items with adjusted gap
   ============================================ */

@media (max-width: 1399px) {
  
  .corporate-awards-carousel {
    gap: 15px;
    max-width: 685px;
  }
}

/* ============================================
   Responsive Styles - Width < 1200px
   Show 3-4 items with adjusted gap
   ============================================ */

@media (max-width: 1199px) {
  .corporate-awards-carousel-wrapper {
    max-width: calc(80% - 195px);
  }
  
  .corporate-awards-carousel {
    gap: 12px;
    max-width: 676px;
  }
}

/* ============================================
   Responsive Styles - Width < 990px
   Vertical layout with flexible items
   ============================================ */

@media (max-width: 989px) {
  .pp-corporate-awards-box {
    display: flex;
    flex-direction: column;
    background-position: center !important;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
    overflow: visible;
  }

  .pp-corporate-awards-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 280px;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .corporate-awards-title {
    position: absolute;
    left: 88px;
    top: 121px;
    font-weight: 700;
    color: #fff;
    z-index: 3;
  }

  .corporate-awards-carousel-wrapper {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 85px;
    margin: 0;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 34px 0px #D7D8DE69;
  }

  .corporate-awards-carousel {
    padding: 0;
    overflow-x: auto;
    overflow-y: visible;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    max-width: none;
  }

  .corporate-awards-item {
    width: 160px;
    min-width: 160px;
    height: 174px;
    flex-shrink: 0;
  }

  .corporate-awards-item-inner {
    height: 174px;
  }

  .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    font-size: 32px;
    margin: 0;
    z-index: 100;
  }

  .carousel-nav-prev {
    left: 5px;
  }

  .carousel-nav-next {
    right: 5px;
  }

  .carousel-nav:hover:not(.disabled) {
    transform: translateY(-50%) scale(1.05);
  }

  .pp-corporate-awards-box-editor .pp-corporate-awards-box-content {
    min-height: 300px;
  }

  .pp-corporate-awards-box-editor .corporate-awards-carousel-wrapper {
    padding: 30px 85px;
  }

  .pp-corporate-awards-item-editor {
    min-width: 160px !important;
    width: 160px !important;
  }
}

/* ============================================
   Responsive Styles - Width < 768px
   Adjust for smaller tablets
   ============================================ */

@media (max-width: 767px) {
  .corporate-awards-title {
    font-size: 28px;
    left: 50px;
    top: 110px;
  }

  .corporate-awards-carousel-wrapper {
    padding: 30px 80px;
  }
  
  .corporate-awards-carousel {
    gap: 12px;
  }
}

/* ============================================
   Responsive Styles - Width < 650px
   Show 2 items or single item scroll
   ============================================ */

@media (max-width: 649px) {
  .corporate-awards-title {
    font-size: 24px;
    left: 30px;
    top: 100px;
  }

  .corporate-awards-carousel-wrapper {
    padding: 30px 75px;
  }
  
  .corporate-awards-carousel {
    gap: 10px;
  }

  .carousel-nav {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

/* ============================================
   Responsive Styles - Width < 500px
   Single item view with snap scroll
   ============================================ */

@media (max-width: 499px) {
  .corporate-awards-carousel-wrapper {
    padding: 30px 70px;
  }

  .corporate-awards-carousel {
    gap: 8px;
    scroll-snap-type: x mandatory;
  }

  .corporate-awards-item {
    scroll-snap-align: center;
  }

  .carousel-nav {
    width: 55px;
    height: 55px;
    font-size: 26px;
  }
}

/* ============================================
   Responsive Styles - Width < 400px
   Compact mobile view
   ============================================ */

@media (max-width: 399px) {
  .corporate-awards-title {
    font-size: 20px;
    left: 20px;
    top: 50px;
  }

  .corporate-awards-carousel-wrapper {
    padding: 25px 65px;
  }

  .carousel-nav {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .carousel-nav-prev {
    left: 5px;
  }

  .carousel-nav-next {
    right: 5px;
  }

  .corporate-awards-item-title {
    font-size: 12px;
  }

  .corporate-awards-item-subtitle {
    font-size: 11px;
  }

  .pp-corporate-awards-box::before{
    height: 120px;
  }
}

/* ============================================
   Corporate Awards Item Background Images
   ============================================ */

/* Background pseudo-element for all items */
.corporate-awards-item-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  mix-blend-mode: luminosity;
  transform: rotate(0deg);
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

/* Odd items - first background image */
.corporate-awards-item:nth-child(odd) .corporate-awards-item-inner::after {
  background-image: url('/wp-content/themes/pacificprime/assets/images/Corporate/module awards/Icons/bg-icon-award-v1.png');
}

/* Even items - second background image */
.corporate-awards-item:nth-child(even) .corporate-awards-item-inner::after {
  background-image: url('/wp-content/themes/pacificprime/assets/images/Corporate/module awards/Icons/bg-icon-award-v2.png');
}

/* Show background on hover */
.corporate-awards-item-inner:hover::after {
  opacity: 0.1;
}

.corporate-awards-item-inner:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Ensure content stays above background */
.corporate-awards-item-thumbnail,
.corporate-awards-item-content {
  position: relative;
  z-index: 2;
}

.corporate-awards-item-thumbnail {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.corporate-awards-item-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 3;
}

.corporate-awards-item-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.corporate-awards-item-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background: transparent;
  padding: 10px;
}

.corporate-awards-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #192335;
  line-height: 100%;
  margin: 0 0 5px 0;
  position: relative;
  z-index: 3;
}

.corporate-awards-item-title a {
  color: #192335;
  text-decoration: none;
  transition: color 0.3s;
}

.corporate-awards-item-title a:hover {
  color: #0066bb;
}

.corporate-awards-item-subtitle {
  font-size: 14px;
  color: #192335;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  position: relative;
  z-index: 3;
}

/* Editor mode - show backgrounds for preview */
.pp-corporate-awards-box-editor .corporate-awards-item-inner::after {
  opacity: 0.05;
}

.pp-corporate-awards-box-editor .corporate-awards-item-inner:hover::after {
  opacity: 0.1;
}
/* ============================================
   News Box Component
   ============================================ */

.pp-news-box {
  padding-top: 60px;
}

.pp-news-box .news-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  color: #192335;
}

.pp-news-box .news-title a {
  color: inherit;
  text-decoration: none;
}

.pp-news-box .news-title a:hover {
  color: #0066bb;
}

.pp-news-box .news-grid {
  margin-bottom: 40px;
  align-items: start;
}

.pp-news-box .news-more {
  text-align: center;
  margin-top: 40px;
}

/* ============================================
   News Item Component
   ============================================ */

.news-item {
  border-radius: 8px;
  overflow: visible;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.news-item-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.news-item-thumbnail a {
  display: block;
  width: 100%;
}

.news-item-thumbnail img {
  width: 100%;
  height: 270px;
  display: block;
  object-fit: cover;
}

.news-item-content {
  filter: drop-shadow(6px 34px 0.75rem #D7D8DE69);
  padding: 25px 30px;
  background: #fff;
  width: calc(100% - 40px);
  border-radius: 12px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.news-item-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.4;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.news-item-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.news-item-title a:hover {
  color: #0066bb;
}

.news-item-summary {
  font-size: 17px;
  height: 85px;
  color: #50586C;
  line-height: 1.6;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news-item-readmore {
  font-size: 16px;
  text-align: right;
  color: #005696;
  text-decoration: none;
  font-weight: 400;
  display: block;
  transition: color 0.3s;
}

.news-item-readmore:hover {
  color: #004a99;
}

/* ============================================
   Mobile Responsive Styles (≤990px)
   ============================================ */

@media screen and (max-width: 990px) {
  .news-item-thumbnail {
    width: 100%;
  }
  
  .news-item-content {
    width: calc(100% - 20px);
  }

  .pp-news-box .news-title{
    font-size: 28px;
  }

  .news-item-summary{
    font-size: 14px;
  }
}
/* ============================================
   Slider Components
   ============================================ */

.slider-container {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  height: 600px;
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.slider-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.slider-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  align-items: center;
}

.slider-background-desktop {
  display: block;
}

.slider-background-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-background-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-content-white,
.slider-content-transparent,
.slider-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.slider-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle at center, #F9FFFAF2 0%, #F9FFFAF2 15%, transparent 70%, transparent 100%);
  z-index: -1;
}

.slider-content-white::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle at center, #fff 0%, #fff 15%, transparent 70%, transparent 100%);
  z-index: -1;
}

.slider-text {
  max-width: 600px;
  color: #2c3e50;
  position: relative;
  z-index: 3;
  border-radius: 220px;
  left: 55px;
}

.slider-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 20px 0;
  color: #192335;
  animation: slideInLeft 0.8s ease-out;
  text-align: left;
}

.slider-title span:first-child,
.slider-title strong {
  color: #298FC2;
  display: inline;
}

.slider-subtitle {
  font-size: 36px;
  line-height: 1.2em;
  margin: 0 0 25px 0;
  color: #50586C;
  animation: slideInLeft 0.8s ease-out 0.2s both;
}

@media screen and (max-width: 990px) {
  .slider-title {
    font-size: 28px;
  }
  .slider-subtitle {
    font-size: 18px;
  }
}
/* ============================================
   Animations
   ============================================ */

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ============================================
   Editor Utilities
   ============================================ */

.editor-wrapper {
  border: 2px dashed #0066cc;
  border-radius: 8px;
  padding: 20px;
  background: #f8f9fa;
  min-height: 200px;
}

.editor-item {
  margin-bottom: 20px;
  padding: 15px;
  background: white;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.editor-empty {
  padding: 60px 40px;
  text-align: center;
  background: #f8f9fa;
  border: 2px dashed #ccc;
  border-radius: 8px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editor-empty p {
  margin: 0;
  color: #666;
  font-size: 16px;
}

/* ============================================
   Corporate Slider Block - Swiper Integration
   ============================================ */

.pp-corporate-slider {
  position: relative;
}

.pp-corporate-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-background::after {
  display: none;
}

.pp-corporate-slider .swiper-button-prev,
.pp-corporate-slider .swiper-button-next {
  color: #666;
  width: 12px;
  height: 12px;
  align-items: center;
  z-index: 10;
}

.pp-corporate-slider .swiper-button-prev {
  left: 20px;
}

.pp-corporate-slider .swiper-button-next {
  right: 20px;
}

.pp-corporate-slider .swiper-button-prev:hover,
.pp-corporate-slider .swiper-button-next:hover {
  background: #fff;
  color: #0066cc;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.pp-corporate-slider .swiper-button-prev::after,
.pp-corporate-slider .swiper-button-next::after {
  content: none;
  display: none;
}

.pp-corporate-slider .swiper-button-prev svg,
.pp-corporate-slider .swiper-button-next svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}

.pp-corporate-slider .swiper-pagination {
  bottom: 80px;
  z-index: 10;
}

.pp-corporate-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #BBBDC2;
  opacity: 1;
  transition: all 0.3s ease;
}

.pp-corporate-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #50586C;
  width: 10px;
  border-radius: 10px;
}

.pp-corporate-slider-single {
  position: relative;
  width: 100%;
  height: 600px;
  background: #fff;
}

.pp-corporate-slider-single .single-slide {
  width: 100%;
  height: 100%;
}

.pp-corporate-slider-single .slider-slide {
  height: 100%;
}

.pp-corporate-slider[data-slide-count="1"] .swiper-button-prev,
.pp-corporate-slider[data-slide-count="1"] .swiper-button-next,
.pp-corporate-slider[data-slide-count="1"] .swiper-pagination {
  display: none;
}

/* ============================================
   Mobile Responsive
   ============================================ */

.pp-corporate-slider-wrapper {
  position: relative;
  width: 100%;
}

.pp-corporate-slider-mobile img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.pp-corporate-slider-desktop {
  display: block;
}

.pp-corporate-slider-mobile {
  position: relative;
}

.pp-corporate-slider-mobile .mobile-button-wrapper {
  position: absolute;
  top: 46vw;   
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: auto;     
  margin-top: 0 !important; 
}

.pp-corporate-slider-mobile img.img-cover {
  display: block;
  width: 100%;
  height: auto;
}

/* Mobile Responsive (max-width: 990px) */
@media screen and (max-width: 990px) {
  .slider-container {
    /* Dynamic height based on mobile image aspect ratio */
    /* Default: 4:3 aspect ratio (adjust based on your actual mobile image dimensions) */
    /* Formula: height = (image_height / image_width) * 100vw */
    /* Example: If image is 750x1000 (portrait), use aspect-ratio: 3/4 */
    /* Example: If image is 750x500 (landscape), use aspect-ratio: 3/2 */
    height: auto;
    aspect-ratio: 3 / 4; /* Adjust this ratio to match your mobile image */
    min-height: unset;
    position: relative;
  }
  
  /* Fallback for browsers that don't support aspect-ratio */
  @supports not (aspect-ratio: 3 / 4) {
    .slider-container {
      height: 0;
      padding-bottom: 133.33%; /* (4/3) * 100% = 133.33% for 3:4 ratio */
      /* Adjust padding-bottom based on your image aspect ratio:
         - For 16:9 landscape: 56.25%
         - For 4:3 landscape: 75%
         - For 3:2 landscape: 66.67%
         - For 1:1 square: 100%
         - For 2:3 portrait: 150%
         - For 3:4 portrait: 133.33%
         - For 9:16 portrait: 177.78%
      */
    }
    
    .slider-content,
    .slider-content-white {
      position: absolute;
      height: 100%;
    }
  }
  
  /* Hide desktop background */
  .slider-background,
  .slider-background-desktop {
    display: none !important;
  }
  
  /* Show and position mobile background */
  .slider-background-mobile {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .slider-background-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Overlay content on top of mobile background */
  .slider-content,
  .slider-content-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px 40px 20px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    z-index: 2;
    background: transparent;
  }
  
  .slider-content::before,
  .slider-content-white::before {
    display: none;
  }
  
  .slider-text {
    max-width: 100% !important;
    left: 0 !important;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    justify-content: center;
    display: grid;
    align-content: center;
    align-items: stretch;
    justify-items: center;
  }
  
  .slider-title {
    font-size: 32px;
    text-align: center;
  }
  
  .slider-subtitle {
    text-align: center;
  }

  .pp-corporate-slider-mobile {
    display: block;
  }
  
  .pp-corporate-slider-desktop {
    display: none !important;
  }
}

/* Desktop Responsive (min-width: 991px) */
@media screen and (min-width: 991px) {
  .slider-background-mobile,
  .pp-corporate-slider-mobile {
    display: none !important;
  }
  
  .slider-background,
  .slider-background-desktop,
  .pp-corporate-slider-desktop {
    display: block;
  }
  
  .slider-content,
  .slider-content-white {
    position: relative;
    z-index: 2;
  }
}
/* =====================================================
   PP CORPORATE CONTACTS BOX
   ===================================================== */

.pp-corporate-contacts-box {
  padding: 60px 0;
}

.corporate-contacts-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
  color: #192335;
}

.corporate-contacts-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.corporate-contacts-title a:hover {
  color: #06b;
}

.corporate-contacts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}

.corporate-contacts-grid-wrapper {
  margin-bottom: 0;
}

.corporate-contacts-row {
  position: relative;
  padding: 36px 30px;
  overflow: visible;
}

.corporate-contacts-row .row-bg {
  position: absolute;
  top: 220px;
  bottom: 0;
  z-index: -1;
  background: #FAFAFA;
  height: 300px;
  border-radius: 8px;
  pointer-events: none;
}

.corporate-contacts-row .corporate-contacts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 24px;
  position: relative;
  z-index: 1;
  grid-auto-rows: minmax(0, 1fr);
}

.corporate-contacts-row .corporate-contact-item {
  position: relative;
  z-index: 1;
  height: 100%;
}

.bg-block {
  content: "";
  position: absolute;
  width: 100vw;
  height: 300px;            
  top: 50%;                 
  transform: translateX(-50%) translateY(-50%);
  background: #eef8ff;     
  z-index: 0;
  border-radius: 8px;       
  box-shadow: none;        
  pointer-events: none;
}

@media (max-width: 990px) {
  .corporate-contacts-row .corporate-contacts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .corporate-contacts-title{
    font-size:28px;
  }
}

@media (max-width: 800px) {
  .corporate-contacts-row .corporate-contacts-grid {
    grid-template-columns: 1fr;
  }
}

.corporate-contacts-more {
  text-align: center;
  margin-top: 40px;
}

.corporate-contacts-more a {
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  color: #06b;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #06b;
  border-radius: 4px;
  transition: all 0.3s;
}

.corporate-contacts-more a:hover {
  background-color: #06b;
  color: #fff;
}

/* =====================================================
   PP CORPORATE CONTACT ITEM
   ===================================================== */

.corporate-contact-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px #0000001A;
  transition: transform 0.3s, box-shadow 0.3s;
  display: grid;
  grid-template-rows: 215px 1fr;
  align-content: start;
  height: 100%;
}

.corporate-contact-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.corporate-contact-item-thumbnail {
  width: 100%;
  height: 215px;
  overflow: hidden;
  padding: 20px;
  background: #fff;
}

.corporate-contact-item-thumbnail img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.corporate-contact-item:hover .corporate-contact-item-thumbnail img {
  transform: scale(1.05);
}

.corporate-contact-item-content {
  padding: 0 20px 40px 20px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  align-content: start;
  min-height: 200px;
}

.corporate-contact-item-title {
  color: #192335;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
  align-self: start;
  text-align: left;
}

.corporate-contact-item-address {
  color: #50586C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  align-self: start;
}

.corporate-contact-item-phone {
  color: #50586C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  align-self: end;
}

/* Editor Styles */
.pp-corporate-contacts-box-editor,
.pp-corporate-contact-item-editor {
  margin: 20px 0;
}

.pp-corporate-contacts-box-editor .corporate-contacts-box-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.pp-corporate-contact-item-preview {
  max-width: 300px;
}
/* =====================================================
   Corporate Our Partnership Details Block Styles
   Icon carousel with content display - max 9 visible
   ===================================================== */
.pp-corporate-our-partnership-details-content-inner {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}

.pp-corporate-our-partnership-details-content-inner.has-link {
  cursor: pointer;
}

.pp-corporate-our-partnership-details-content-inner.has-link:hover {
  transform: scale(1.05);
}

.pp-corporate-our-partnership-details-content-inner.has-link:active {
  transform: scale(1.02);
}

.pp-corporate-our-partnership-details-content-inner:focus-visible {
  outline: 2px solid #0066bb;
  outline-offset: 4px;
}

.pp-corporate-our-partnership-details-box {
  width: 100%;
}

.pp-corporate-our-partnership-details-title {
      font-size: 38px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #1D91D0 0%, #0F4A6A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pp-corporate-our-partnership-details-icons-container {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
}

.pp-corporate-our-partnership-details-nav-prev,
.pp-corporate-our-partnership-details-nav-next {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  color: #1D98D4;
  box-shadow: 0px 5px 16px 0px #0000001F;
  z-index: 999;
}

.pp-corporate-our-partnership-details-nav-prev:active,
.pp-corporate-our-partnership-details-nav-next:active {
  transform: scale(0.95);
}

.pp-corporate-our-partnership-details-nav-prev.swiper-button-disabled,
.pp-corporate-our-partnership-details-nav-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.pp-corporate-our-partnership-details-nav-prev svg,
.pp-corporate-our-partnership-details-nav-next svg {
  width: 24px;
  height: 24px;
}

.pp-corporate-our-partnership-details-icons-slider {
  flex: 1;
  width: auto;
  max-width: 100%;
  overflow: visible;
  padding: 15px 0;
}

.pp-corporate-our-partnership-details-icons-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 
        linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%) left,
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%) right;
    background-size: 10% 100%;
    background-repeat: no-repeat;
    z-index: 998; 
    pointer-events: none; 
}

.pp-corporate-our-partnership-details-icons-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: ease-in-out;
}

.pp-corporate-our-partnership-details-icon-item {
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
  width: auto !important;
  flex-shrink: 0;
}

.pp-corporate-our-partnership-details-icon-item:hover {
  transform: scale(1.1);
}

.pp-corporate-our-partnership-details-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  width: 100px;
  border: none;
  box-shadow: none;
}

.pp-corporate-our-partnership-details-icon-wrapper img {
  width: 70px;
  height: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
  display: block;
}

.pp-corporate-our-partnership-details-icon-gray {
  display: block;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.pp-corporate-our-partnership-details-icon-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  z-index: 2;
}

.pp-corporate-our-partnership-details-icon-wrapper.active {
  background: transparent;
  border: none;
  box-shadow: none;
  transform: scale(1.2);
}

.pp-corporate-our-partnership-details-icon-wrapper.active .pp-corporate-our-partnership-details-icon-gray {
  opacity: 0;
}

.pp-corporate-our-partnership-details-icon-wrapper.active .pp-corporate-our-partnership-details-icon-color {
  opacity: 1;
}

.pp-corporate-our-partnership-details-icon-single {
  opacity: 0.5;
  display: block;
  position: relative;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.pp-corporate-our-partnership-details-icon-wrapper.active .pp-corporate-our-partnership-details-icon-single {
  opacity: 1;
  filter: grayscale(0%);
}

.pp-corporate-our-partnership-details-icon-placeholder {
  width: 60px;
  height: 60px;
  background: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.pp-corporate-our-partnership-details-icon-wrapper.active .pp-corporate-our-partnership-details-icon-placeholder {
  background: #0066bb;
  color: #fff;
}

.pp-corporate-our-partnership-details-box-column{
  position: relative;
  width: 100%;
  height: 450px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 6px 34px 0px #D7D8DE69;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding:30px 0;
}

.pp-corporate-our-partnership-details-box-center{
      display: grid;
  justify-content: center;
  max-width: 1200px;
  width: calc(100% - 80px);
  height: 85px;
      grid-template-columns: auto 1fr auto;
    align-items: center;
}

.pp-corporate-our-partnership-details-content-display {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 250px;
}

.pp-corporate-our-partnership-details-content-item {
  position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: none;
    z-index: 1;
}

.pp-corporate-our-partnership-details-content-item.active {
  visibility: visible;
  position: relative;
  z-index: 2;
}

.pp-corporate-our-partnership-details-content-item.fade-in {
  animation: contentFadeIn 0.5s ease forwards;
}

.pp-corporate-our-partnership-details-content-item.fade-out {
  animation: contentFadeOut 0.3s ease forwards;
}

@keyframes contentFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contentFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.pp-corporate-our-partnership-details-content-inner {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  min-height: 250px;
}

.pp-corporate-our-partnership-details-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 20px;
  min-height: 250px;
}

.pp-corporate-our-partnership-details-content-image img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pp-corporate-our-partnership-details-content-text {
  padding: 20px 0;
  padding-right: 20px;
}

.pp-corporate-our-partnership-details-content-title {
    font-size: 32px;
    font-weight: 700;
    color: #192335;
    margin: 0 0 15px 0;
    line-height: 100%;
    text-align: left;
}

.pp-corporate-our-partnership-details-content-description {
  font-size: 16px;
    color: #50586C;
    margin: 0;
    height: auto;
    font-weight: 400;
}

.pp-corporate-our-partnership-details-content-description p {
  margin: 0 0 10px 0;
}

.pp-corporate-our-partnership-details-content-description p:last-child {
  margin-bottom: 0;
}

.pp-corporate-our-partnership-details-notice {
  padding: 40px 20px;
  background: #fff3cd;
  border: 2px dashed #ffc107;
  border-radius: 8px;
  text-align: center;
  color: #856404;
  font-size: 14px;
  margin: 20px 0;
}

.pp-corporate-our-partnership-details-notice strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

/* Responsive Styles */
@media (max-width: 990px) {

  .pp-corporate-our-partnership-details-content-display {
    display: inline-flex;
    text-align: center;
  }
  
  .pp-corporate-our-partnership-details-content-item {
    padding: 0 30px;
  }
  
  .pp-corporate-our-partnership-details-content-inner {
    grid-template-columns: 1fr;
    min-height: 100px;
  }
  
  .pp-corporate-our-partnership-details-content-image {
            height: 100px;
        min-height: 100px;
  }
  .pp-corporate-our-partnership-details-content-text{
    height: auto;
    padding: 20px;
  }
  .pp-corporate-our-partnership-details-content-title {
    font-size: 20px;
    text-align: center;
  }
  .pp-corporate-our-partnership-details-content-description {
    font-size: 14px;
  }
}

/* Editor Styles */
.pp-corporate-our-partnership-details-box-editor,
.pp-corporate-our-partnership-details-item-editor {
  margin: 20px 0;
}

.pp-corporate-our-partnership-details-box-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.pp-corporate-our-partnership-details-preview-note {
  background: #e7f5ff;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
  color: #0066bb;
  font-weight: 500;
}

.pp-corporate-our-partnership-details-item-preview {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  transition: box-shadow 0.3s ease;
}

.pp-corporate-our-partnership-details-item-preview:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pp-corporate-our-partnership-details-image-preview,
.pp-corporate-our-partnership-details-icon-preview {
  margin-bottom: 12px;
}


/* =====================================================
   PP CORPORATE LEADERS BOX
   ===================================================== */

.pp-corporate-leaders-box {
  padding-top: 30px;
}

.corporate-leaders-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #1D91D0 0%, #0F4A6A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.corporate-leaders-container {
  position: relative;
}

/* =====================================================
   ONE ROW MODE - Horizontal Scroll
   ===================================================== */

.corporate-leaders-one-row .corporate-leaders-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
      display: flex;
    justify-content: center;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: none;
}

.corporate-leaders-one-row .corporate-leaders-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.corporate-leaders-one-row .corporate-leaders-scroll {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);

}

.corporate-leaders-one-row .corporate-leader-item {
  flex: 0 0 280px;
  width: 280px;
}

.corporate-leaders-scroll-hint {
  text-align: center;
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

/* =====================================================
   FULL LIST MODE - Grid Layout
   ===================================================== */

.corporate-leaders-full-list .corporate-leaders-grid {
  display: grid;
  gap: 24px;
}

.corporate-leaders-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.corporate-leaders-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

/* =====================================================
   LEADER ITEM STYLES
   ===================================================== */

.corporate-leader-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.corporate-leader-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.corporate-leader-item-thumbnail-wrapper {
  position: relative;
  width: 100%;
  padding-top: 125%; /* 4:5 aspect ratio */
  overflow: hidden;
}

.corporate-leader-item-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corporate-leader-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.corporate-leader-item:hover .corporate-leader-item-thumbnail img {
  transform: scale(1.05);
}

/* Gradient Overlay */
.corporate-leader-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #005696 105%);
  padding: 40px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: background 0.3s ease;
  z-index: 1;
}

/* Hover state - solid blue overlay */
.corporate-leader-item:hover .corporate-leader-item-overlay {
  background: linear-gradient(180deg, rgba(0, 86, 150, 0.8) 0%, rgba(0, 86, 150, 0.8) 100%);
}

.corporate-leader-item-info {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
}

.corporate-leader-item-title {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 7px 0;
  line-height: 100%;
  color: #fff;
}

.corporate-leader-item-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 2px 0;
  opacity: 0.95;
  color: #fff;
}

/* LinkedIn Icon - Centered */
.corporate-leader-item-linkedin-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.corporate-leader-item-linkedin-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.corporate-leader-item:hover .corporate-leader-item-linkedin-icon {
  opacity: 1;
}

/* =====================================================
   RESPONSIVE STYLES
   ===================================================== */

@media (max-width: 1024px) {
  .corporate-leaders-grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .corporate-leaders-one-row .corporate-leader-item {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 990px) {
 .corporate-leaders-one-row .corporate-leaders-scroll-wrapper {
    padding-left: 20px;
    justify-content: left;
 }
}

@media (max-width: 768px) {
  .corporate-leaders-grid-4,
  .corporate-leaders-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .corporate-leaders-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  
  .corporate-leaders-one-row .corporate-leader-item {
    flex: 0 0 200px;
    width: 200px;
  }
  
  .corporate-leader-item-title {
    font-size: 16px;
  }
  
  .corporate-leader-item-subtitle {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .corporate-leaders-grid-4,
  .corporate-leaders-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .corporate-leaders-one-row .corporate-leader-item {
    flex: 0 0 180px;
    width: 180px;
  }
  
  .corporate-leaders-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .corporate-leaders-grid-4,
  .corporate-leaders-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .pp-corporate-leaders-box {
    padding: 40px 0;
  }
  
  .corporate-leader-item-overlay {
    padding: 30px 12px 12px 12px;
  }

  .corporate-leaders-one-row .corporate-leader-item {
    flex: 0 0 180px;
    width: 160px;
  }


}

/* =====================================================
   EDITOR STYLES
   ===================================================== */

.pp-corporate-leaders-box-editor,
.pp-corporate-leader-item-editor {
  margin: 20px 0;
}

.pp-corporate-leaders-box-editor .corporate-leaders-box-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.corporate-leaders-preview-mode {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.pp-corporate-leader-item-preview {
  max-width: 280px;
  margin: 0 auto;
}

/* =====================================================
   PP CORPORATE VIDEOS BOX - FULL WIDTH LAYOUT
   ===================================================== */
.pp-corporate-box-full-width .corporate-videos-inner {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

/* =====================================================
   PP CORPORATE VIDEOS BOX - SLIDER
   ===================================================== */

.pp-corporate-videos-box {
  padding-top: 30px;
  overflow: hidden;
  margin: 0 auto;
}

.corporate-videos-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #192335;
}

.corporate-videos-description {
  font-size: 16px;
  color: #50586C;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Slider Wrapper */
.corporate-videos-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.corporate-videos-slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 10px;
}

/* Desktop: 4 items, no slider */
@media (min-width: 991px) {
  .corporate-videos-slider-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    transform: none !important;
  }
  
  .corporate-video-item {
    flex: none !important;
  }
  
  .corporate-videos-dots {
    display: none;
  }
}

@media (max-width: 990px) {
  .corporate-videos-slider-track {
    gap: 0;
  }
  
  .corporate-video-item {
    padding: 0 5px;
  }
  
  .corporate-videos-title{
    font-size: 28px;
  }
}

/* Tablet: 2 items per slide */
@media (min-width: 769px) and (max-width: 990px) {
  .corporate-videos-slider-track {
    flex-wrap: nowrap;
  }
  
  .corporate-video-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile: 1 item per slide */
@media (max-width: 768px) {
  .pp-corporate-videos-box {
    padding: 0;
  }
  
  .corporate-videos-slider-track {
    flex-wrap: nowrap;
  }
  
  .corporate-video-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .corporate-videos-title {
    font-size: 28px;
  }
}

/* =====================================================
   NAVIGATION DOTS
   ===================================================== */

.corporate-videos-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
}

.corporate-video-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.corporate-video-dot:hover {
  background: #A0A0A0;
}

.corporate-video-dot.active {
  background: #0066BB;
  width: 12px;
  height: 12px;
}

@media (min-width: 991px) {
  .corporate-videos-dots {
    display: none;
  }
}

/* =====================================================
   PP CORPORATE VIDEO ITEM
   ===================================================== */

.corporate-video-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

/* Thumbnail */
.corporate-video-item-thumbnail {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.corporate-video-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.corporate-video-item-thumbnail:hover img {
  transform: scale(1.05);
}

/* Title - max 2 lines with ellipsis */
.corporate-video-item-title {
  color: #192335;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  min-height: 48px;
  text-align: left;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Watch Video Link */
.corporate-video-watch-link {
  color: #005696;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
  text-align: left;
  cursor: pointer;
}

.corporate-video-watch-link:hover {
  color: #004C8C;
}

.corporate-video-watch-link::after {
  content: '>';
  font-size: 18px;
}

/* Summary (hidden by default) */
.corporate-video-item-summary {
  color: #50586C;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  display: none;
}

/* =====================================================
   VIDEO LIGHTBOX
   ===================================================== */

.pp-video-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pp-video-lightbox.active {
  display: flex;
}

.pp-video-lightbox-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.pp-video-lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
  transition: opacity 0.3s ease;
  z-index: 10000;
}

.pp-video-lightbox-close:hover {
  opacity: 0.7;
}

.pp-video-lightbox iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* =====================================================
   EDITOR STYLES
   ===================================================== */

.pp-corporate-videos-box-editor {
  margin: 20px 0;
}

.pp-corporate-videos-box-editor.is-full-width {
  border: 2px dashed #0066BB;
  padding: 20px;
  background: #f9f9f9;
}

.pp-corporate-videos-box-editor .corporate-videos-box-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #192335;
}

.pp-corporate-videos-box-editor .corporate-videos-box-description {
  text-align: center;
  font-size: 16px;
  color: #50586C;
  margin-bottom: 35px;
  line-height: 1.5;
}
/* =====================================================
   PP CORPORATE ARTICLES BOX - BASE LAYOUT
   ===================================================== */

.pp-corporate-articles-box {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

/* Inner Container with Max Width */
.corporate-articles-box-inner {
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
}

/* =====================================================
   TITLE
   ===================================================== */

.corporate-articles-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #192335;
  line-height: 1.2;
}

/* =====================================================
   GRID WRAPPER
   ===================================================== */

.corporate-articles-grid-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* =====================================================
   DESKTOP GRID (>990px)
   ===================================================== */

.corporate-articles-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

@media (min-width: 991px) {
  .corporate-articles-grid {
    display: grid;
  }
}

/* =====================================================
   SWIPER CONTAINERS - BASE STYLES
   ===================================================== */

.corporate-articles-swiper-tablet,
.corporate-articles-swiper-mobile {
  display: none;
  width: 100%;
  max-width: 100%;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.corporate-articles-swiper-tablet .swiper-wrapper,
.corporate-articles-swiper-mobile .swiper-wrapper {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.corporate-articles-swiper-tablet .swiper-slide,
.corporate-articles-swiper-mobile .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* =====================================================
   ARTICLE ITEM (Same for all layouts)
   ===================================================== */

.corporate-articles-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.corporate-articles-item-thumbnail {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  flex-shrink: 0;
}

.corporate-articles-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.corporate-articles-item:hover .corporate-articles-item-thumbnail img {
  transform: scale(1.05);
}

.corporate-articles-item-content {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-sizing: border-box;
}

.corporate-articles-item-title {
  color: #192335;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 5px 0 10px;
  min-height: 42px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  text-align: left;
}

.corporate-articles-item-summary {
  color: #50586C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  min-height: 63px;
  max-height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex: 1;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.corporate-articles-item-link {
  text-align: right;
  margin-top: auto;
  padding-top: 10px;
}

.corporate-articles-item-link a {
  color: #06b;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.corporate-articles-item-link a:hover {
  color: #004d99;
  text-decoration: underline;
}

/* =====================================================
   SWIPER PAGINATION STYLES
   ===================================================== */

.corporate-articles-pagination-tablet,
.corporate-articles-pagination-mobile {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.corporate-articles-pagination-tablet .swiper-pagination-bullet,
.corporate-articles-pagination-mobile .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d0d5dd;
  opacity: 1;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.corporate-articles-pagination-tablet .swiper-pagination-bullet-active,
.corporate-articles-pagination-mobile .swiper-pagination-bullet-active {
  background: #06b;
}

/* =====================================================
   TABLET LAYOUT (768px - 990px)
   ===================================================== */

@media (max-width: 990px) and (min-width: 768px) {
  .pp-corporate-articles-box {
    padding: 50px 0;
  }
  
  .corporate-articles-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  
  /* Hide desktop grid and mobile swiper */
  .corporate-articles-grid,
  .corporate-articles-swiper-mobile {
    display: none !important;
  }
  
  /* Show tablet swiper */
  .corporate-articles-swiper-tablet {
    display: block;
  }
  
  /* Tablet-specific item spacing */
  .corporate-articles-swiper-tablet .swiper-slide {
    padding: 0 12px;
  }
  
  .corporate-articles-swiper-tablet .corporate-articles-item {
    max-width: 100%;
  }
}

/* =====================================================
   MOBILE LAYOUT (<768px)
   ===================================================== */

@media (max-width: 767px) {
  .pp-corporate-articles-box {
    padding: 40px 0;
  }
  
  .corporate-articles-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  
  .corporate-articles-box-inner {
    padding: 0 15px;
  }
  
  /* Hide desktop grid and tablet swiper */
  .corporate-articles-grid,
  .corporate-articles-swiper-tablet {
    display: none !important;
  }
  
  /* Show mobile swiper */
  .corporate-articles-swiper-mobile {
    display: block;
  }
  
  /* Mobile-specific item spacing */
  .corporate-articles-swiper-mobile .swiper-slide {
    padding: 0 15px;
  }
  
  .corporate-articles-swiper-mobile .corporate-articles-item {
    max-width: 100%;
  }
  
  .corporate-articles-item-content {
    padding: 15px 5px;
  }
  
  .corporate-articles-item-title {
    font-size: 16px;
    min-height: 45px;
    max-height: 45px;
  }
  
  .corporate-articles-item-summary {
    font-size: 14px;
    min-height: 63px;
    max-height: 63px;
  }
  
  .corporate-articles-item-link a {
    font-size: 15px;
  }
}

/* =====================================================
   EDITOR STYLES
   ===================================================== */

.pp-corporate-articles-box-editor,
.pp-corporate-articles-item-editor {
  margin: 20px 0;
}

.pp-corporate-articles-box-editor .corporate-articles-box-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.pp-corporate-articles-item-preview {
  max-width: 300px;
}
/* =====================================================
   PP CORPORATE REPORTS BOX
   ===================================================== */

.pp-corporate-reports-box {
  padding: 15px 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.pp-corporate-box-full-width .corporate-reports-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}

.corporate-reports-inner {
  width: 100%;
}

.corporate-reports-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #192335;
  line-height: 100%;
  text-align: center;
}

.corporate-reports-more {
  text-align: center;
  margin-top: 30px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corporate-reports-button {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #0E355A;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 100px;
  text-align: center;
  height: 45px;
  width: 230px;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/themes/pacificprime/assets/images/Corporate/00%20-%20General/btn-arrow-short-white.svg);
  background-position: 10% center;
  background-repeat: no-repeat;
}

.corporate-reports-button:hover {
  background: #005696;
  background-image: url(/wp-content/themes/pacificprime/assets/images/Corporate/00%20-%20General/btn-arrow-long-white.svg);
  background-position: 15% center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

/* =====================================================
   PP CORPORATE REPORT ITEM
   ===================================================== */

.corporate-report-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.corporate-report-item-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.corporate-report-item-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s;
  border: 0.2px solid #81818180;
}

.corporate-report-item:hover .corporate-report-item-thumbnail img {
  transform: scale(1.05);
}

.corporate-report-item-content {
  padding-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.corporate-report-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 7px;
}

.corporate-report-tag {
  display: inline-block;
  padding: 3px 15px;
  color: #1D91D0;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #1D91D0;
}

.corporate-report-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #192335;
  margin-bottom: 10px;
  line-height: 110%;
  text-align: center;
  flex-grow: 1;
}

.pp-corporate-reports-box h3 {
    text-align: left;
}

.corporate-report-item:hover .corporate-report-item-title {
  color: #0066BB;
}

.corporate-report-item-summary {
  font-size: 16px;
  color: #50586C;
  line-height: 110%;
  margin-bottom: 10px;
  height: 80px;
  flex-grow: 1;
}

.corporate-report-item-readmore {
  font-size: 16px;
  color: #005696;
  font-weight: 400;
  transition: transform 0.3s;
  display: inline-block;
  margin-top: auto;
}

.corporate-report-item:hover .corporate-report-item-readmore {
  transform: translateX(4px);
}

/* Editor Styles */
.pp-corporate-reports-box-editor {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.pp-corporate-report-item-editor {
  margin: 10px 0;
}

.pp-corporate-report-item-preview {
  max-width: 320px;
}

/* =====================================================
   SWIPER LAYOUT - ALL BREAKPOINTS
   ===================================================== */

.corporate-reports-swiper {
  overflow: hidden;
  margin: 0 auto 40px;
  position: relative;
  width: 100%;
}

.corporate-reports-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
}

.corporate-reports-swiper .swiper-slide {
  flex-shrink: 0;
  height: auto;
  position: relative;
  box-sizing: border-box;
}

/* Remove all padding from slides - Swiper handles spacing */
.corporate-reports-swiper .swiper-slide {
  padding: 0 !important;
}

/* Pagination styles */
.corporate-reports-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 8px;
  width: 100%;
}

.corporate-reports-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #C4C4C4;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.corporate-reports-pagination .swiper-pagination-bullet-active {
  background: #0E355A;
  width: 14px;
  height: 14px;
}

/* =====================================================
   RESPONSIVE BREAKPOINTS
   ===================================================== */

/* Large Desktop (>1400px) - 6 columns */
@media screen and (min-width: 1401px) {
  
  .corporate-report-item-title {
    font-size: 18px;
  }
  
  .corporate-report-item-summary {
    font-size: 16px;
    min-height: 70px;
  }
}

/* Standard Desktop (991px-1400px) - 4 columns */
@media screen and (min-width: 991px) and (max-width: 1400px) {
  
  .corporate-report-item-title {
    font-size: 18px;
  }
  
  .corporate-report-item-summary {
    font-size: 16px;
    min-height: 80px;
  }
}

/* Tablet (768px-990px) - 3 columns */
@media screen and (min-width: 768px) and (max-width: 990px) {
  .pp-corporate-reports-box {
    padding: 10px 20px;
  }
  
  .corporate-reports-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  
  .corporate-report-item-summary {
    font-size: 15px;
    min-height: 70px;
  }
}

/* Mobile (<768px) - 1 column */
@media screen and (max-width: 767px) {
  .pp-corporate-reports-box {
    padding: 10px 15px;
  }
  
  .corporate-reports-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .corporate-report-item-summary {
    font-size: 14px;
    min-height: 50px;
  }
  
  .corporate-reports-button {
    width: 200px;
    font-size: 14px;
  }
}
/* =====================================================
   PP CORPORATE COMPANY UPDATES BOX - FULL WIDTH LAYOUT
   ===================================================== */

.pp-corporate-box-full-width .corporate-updates-inner-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* =====================================================
   PP CORPORATE COMPANY UPDATES BOX
   ===================================================== */

.pp-corporate-company-updates-box {
  position: relative;
  padding: 2 0;
}

.corporate-updates-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #192335;
}

.corporate-updates-slider-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.corporate-updates-swiper {
  width: 100%;
  padding-bottom: 50px;
}

.swiper-slide {
  height: auto;
}

/* Item Box Wrapper - Groups of 3 items */
.corporate-updates-item-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

/* Desktop: Horizontal layout for item-box */
@media (min-width: 991px) {
  
  .corporate-updates-item-box {
    flex-direction: row;
    gap: 20px;
  }
  
  .corporate-updates-item-box .corporate-company-update-item {
    flex: 1;
    min-width: 0;
    width: calc((100% - 40px) / 3);
  }
}

/* Tablet: Keep vertical layout */
@media (min-width: 768px) and (max-width: 990px) {
  .corporate-updates-slider-wrapper {
    padding: 0 30px;
  }
  
  .corporate-updates-item-box {
    flex-direction: column;
    gap: 8px;
  }
  
  .corporate-company-update-item {
    width: 100%;
  }
}

/* Mobile: Keep vertical layout */
@media (max-width: 767px) {
  .corporate-updates-slider-wrapper {
    padding: 0 16px;
  }
  
  .corporate-updates-item-box {
    flex-direction: column;
    gap: 8px;
  }
  
  .corporate-company-update-item {
    width: 100%;
  }
  
  .corporate-updates-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

/* Swiper Pagination */
.corporate-updates-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.corporate-updates-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d1d5db;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.corporate-updates-pagination .swiper-pagination-bullet-active {
  background: #192335;
  width: 32px;
  border-radius: 6px;
}

/* =====================================================
   CORPORATE UPDATE ITEM STYLES
   ===================================================== */

.corporate-company-update-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.corporate-company-update-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.corporate-update-item-inner {
  display: grid;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
}

.corporate-update-item-thumbnail {
  width: 100%;
  overflow: hidden;
  background: #f3f4f6;
  flex-shrink: 0;
}

.corporate-update-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.corporate-update-item-thumbnail a:hover img {
  transform: scale(1.05);
}

.corporate-update-item-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.corporate-update-item-date {
  font-size: 8px;
  color: #6b7280;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.corporate-update-item-text {
  font-size: 12px;
  line-height: 1.5;
  color: #192335;
  margin-bottom: 12px;
  font-weight: 700;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.corporate-update-item-link {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 8px;
}

/* Desktop specific sizing - compact for 3 columns */
@media (min-width: 991px) {
  .corporate-update-item-content {
    padding: 14px;
  }
  
  .corporate-update-item-date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .corporate-update-item-text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    max-height: 70px;
  }
  
  .corporate-update-item-link a {
    font-size: 16px;
  }
}

/* Tablet specific sizing - larger for vertical layout */
@media (min-width: 768px) and (max-width: 990px) {
  .corporate-update-item-content {
    padding: 18px;
  }

  
  .corporate-update-item-text {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
    -webkit-line-clamp: 4;
  }
  
  .corporate-update-item-link a {
    font-size: 13px;
  }
}

/* Mobile specific sizing */
@media (max-width: 767px) {
  .corporate-update-item-content {
    padding: 16px;
  }
  
  .corporate-update-item-link a {
    display: none;
  }
}
/* =====================================================
   PP CORPORATE CSR BOX
   ===================================================== */

.pp-corporate-csr-box {
    padding-top: 30px;
    position: relative;
}

.pp-corporate-csr-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: -312.5px;
    width: 625px;
    height: 100%;
    background-image: url("/wp-content/themes/pacificprime/assets/images/Corporate/06-1 - About Us/about-us-bg-img-03.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    pointer-events: none;
    z-index: -1;
}


.corporate-csr-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.corporate-csr-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 45px;
  align-items: start;
      height: 100%;
}

/* Left Column */
.corporate-csr-left-column {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: auto 0;
}

.corporate-csr-title {
  font-size: 35px;
  font-weight: 700;
  color: #192335;
  text-align: right;
  position: absolute;
  max-width: 371px;
}

.corporate-csr-featured-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}

.corporate-csr-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Right Column */
.corporate-csr-right-column {
  display: flex;
  flex-direction: column;
}

.corporate-csr-items-list {
  display: grid;
  flex-direction: column;
  gap: 10px;
  grid-auto-rows: 1fr; 
}

/* =====================================================
   PP CORPORATE CSR ITEM
   ===================================================== */

.corporate-csr-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.corporate-csr-item.has-link {
  cursor: pointer;
}

.corporate-csr-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.corporate-csr-item-inner {
  display: grid;
  grid-template-columns: 1fr 50px;
  gap: 20px;
  align-items: start;
  max-height: 174px;
  overflow: hidden;
}

/* Thumbnail - Left Column */
.corporate-csr-item-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corporate-csr-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.corporate-csr-item:hover .corporate-csr-item-thumbnail img {
  transform: scale(1.05);
}

/* Content - Middle Column */
.corporate-csr-item-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.corporate-csr-item-title {
  font-size: 21px;
  font-weight: 700;
  color: #192335;
  margin: 0;
  text-align: left;
  margin-top: 15px;
}

.corporate-csr-item-summary {
  font-size: 16px;
  color: #50586C;
  margin: 0;
}

.corporate-csr-item-readmore {
  font-size: 14px;
  color: #0066bb;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
  align-self: flex-end;
  transition: color 0.3s;
}

.corporate-csr-item-readmore:hover {
  color: #004999;
  text-decoration: underline;
}

/* Icon - Right Column */
.corporate-csr-item-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.corporate-csr-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Responsive Design */
@media (max-width: 990px) {
  .corporate-csr-featured-image{
    display: none !important;
  }

  .corporate-csr-grid {
    grid-template-columns: 1fr !important;
  }

  .corporate-csr-item-thumbnail img{
    width: 287px;
    height: 143px;
  }

  .corporate-csr-item-title{
    font-size: 18px;
  }

  .corporate-csr-item-summary{
    font-size: 14px;
  }
  
  .corporate-csr-title {
    text-align: center;
    padding-right: 0;
    position: unset;
    max-width: auto;
  }

  .corporate-csr-item-inner {
    grid-template-columns:1fr;
  }

  .corporate-csr-item-icon {
    display: none;
  }

  .pp-corporate-csr-box {
    padding: 0;
  }
}

/* Editor Styles */
.pp-corporate-csr-box-editor,
.pp-corporate-csr-item-editor {
  margin: 20px 0;
}

.pp-corporate-csr-box-editor .csr-box-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pp-corporate-csr-item-preview {
  max-width: 600px;
}

.responsive-img {
    display: block;
}

@media (max-width: 990px) {
    .responsive-img {
        display: none;
    }
}


@media (max-width: 990px) {
  div#ppQuote-Form .pp-box-vertical {
    padding: 0 !important;
    border-radius: 0 !important;
  }
  div#ppQuote-Form .pp-box-vertical .pp-h2-title {
    padding-right: 20px;
    padding-left: 20px;
}
}
