/* White Collar Page Detail Styles */

.pg-white-collar-wrapper {
  background-color: #ffffff;
  color: #1b263b;
}

/* Hero Section */
.pg-wc-hero {
  min-height: 50vh;
  position: relative;
  color: #f8f9fa;
}

.wc-hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.wc-hero-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(5, 27, 53, 0.85) 0%, rgba(5, 27, 53, 0.7) 50%, rgba(5, 27, 53, 0.3) 100%);
  z-index: 2;
}

.wc-hero-tag {
  font-size: 26px;
  color: #c59d5f;
  text-transform: none;
}

.wc-hero-title {
  font-size: 3.5rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: none;
}

.wc-hero-para {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  opacity: 0.95;
}

/* ===================================
   993px - 1199px (Small Desktop / Large Laptop)
   =================================== */
@media (min-width: 993px) and (max-width: 1199px) {
  .pg-wc-hero {
    min-height: 42vh;
    padding: 3.5rem 0 !important;
  }

  .wc-hero-tag {
    font-size: 21px;
  }

  .wc-hero-title {
    font-size: 2.5rem;
  }

  .wc-hero-para {
    font-size: 1.05rem;
  }
}

/* ===================================
   768px - 992px (Tablet)
   =================================== */
@media (min-width: 768px) and (max-width: 992px) {
  .pg-wc-hero {
    min-height: auto;
    padding: 3rem 0 !important;
  }

  .wc-hero-overlay-gradient {
    background: linear-gradient(to right, rgba(5, 27, 53, 0.9) 0%, rgba(5, 27, 53, 0.75) 60%, rgba(5, 27, 53, 0.45) 100%);
  }

  .wc-hero-tag {
    font-size: 18px;
    margin-bottom: 10px !important;
  }

  .wc-hero-title {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 12px !important;
  }

  .wc-hero-para {
    font-size: 0.98rem;
    line-height: 1.55;
  }
}

/* ===================================
   576px - 767px (Large Mobile)
   =================================== */
@media (min-width: 576px) and (max-width: 767px) {
  .pg-wc-hero {
    min-height: auto;
    padding: 2.5rem 0 !important;
  }

  .wc-hero-overlay-gradient {
    background: linear-gradient(to bottom, rgba(5, 27, 53, 0.55) 0%, rgba(5, 27, 53, 0.9) 70%);
  }

  .wc-hero-tag {
    font-size: 16px;
    margin-bottom: 8px !important;
  }

  .wc-hero-title {
    font-size: 1.5rem;
    line-height: 1.28;
    margin-bottom: 10px !important;
  }

  .wc-hero-para {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* ===================================
   Max 575px (Small Mobile)
   =================================== */
@media (max-width: 575px) {
  .pg-wc-hero {
    min-height: 30vh;
    padding: 2rem 0 !important;
  }

  /* .wc-hero-overlay-gradient {
    background: linear-gradient(to bottom, rgba(5, 27, 53, 0.6) 0%, rgba(5, 27, 53, 0.92) 65%);
  } */

  .wc-hero-tag {
    font-size: 13.5px;
    margin-bottom: 6px !important;
    letter-spacing: 0.01em;
  }

  .wc-hero-title {
    font-size: 1.25rem;
    line-height: 1.32;
    margin-bottom: 8px !important;
  }

  .wc-hero-para {
    font-size: 0.82rem;
    line-height: 1.5;
  }
}

/* Our Approach / Record Matters */
.wc-approach-title {
  font-size: 60px;
  color: #051b35;
}

.text-gold {
  color: #c59d5f;
}

.wc-approach-lead {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.65;
  color: #000000;
}

.border-bottom-thin {
  border-bottom: 1px solid rgba(5, 27, 53, 0.1);
}

.wc-list-num {
  font-size: 25px;
  color: #c59d5f;
  font-weight: 600;
  min-width: 30px;
}

.wc-list-text {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
}

.wc-approach-img-wrapper {
  border-radius: 120px 0 0 120px;
  overflow: hidden;
  border: 6px solid #c59d5f;
  border-right: none;
  box-shadow: -15px 15px 35px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 520px;
  display: block;
}

@media (min-width: 992px) {
  .wc-approach-img-wrapper {
    margin-right: -48px;
    width: calc(100% + 48px);
  }
}

.wc-approach-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================================
   993px - 1199px (Small Desktop / Large Laptop)
   =================================== */
@media (min-width: 993px) and (max-width: 1199px) {
  .wc-approach-title {
    font-size: 42px;
  }

  .wc-approach-lead {
    font-size: 19px;
    margin-bottom: 24px !important;
  }

  .wc-list-num {
    font-size: 19px;
    min-width: 26px;
  }

  .wc-list-text {
    font-size: 17px;
  }

  .wc-list-item {
    padding: 16px 0 !important;
  }

  .wc-approach-img-wrapper {
    height: 400px;
    border-radius: 90px 0 0 90px;
    border-width: 5px;
  }
}

/* ===================================
   768px - 992px (Tablet)
   Image negative margin only applies min-width:992px, so already 
   reverts to normal flow below this — reshape to rounded rectangle
   =================================== */
@media (min-width: 768px) and (max-width: 992px) {
  .pg-wc-approach-section {
    padding: 3rem 0 !important;
  }

  .row.align-items-center.g-5 {
    row-gap: 2rem !important;
  }

  .practice-badge-pill {
    font-size: 15px;
    padding: 5px 14px;
  }

  .wc-approach-title {
    font-size: 32px;
    margin-bottom: 16px !important;
  }

  .wc-approach-lead {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 18px !important;
  }

  .wc-list-num {
    font-size: 17px;
    min-width: 24px;
  }

  .wc-list-text {
    font-size: 15.5px;
  }

  .wc-list-item {
    padding: 14px 0 !important;
  }

  .col-lg-6.text-end {
    text-align: center !important;
  }

  .wc-approach-img-wrapper {
    height: 320px;
    width: 100%;
    border-radius: 20px;
    border: 4px solid #c59d5f;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }
}

/* ===================================
   576px - 767px (Large Mobile)
   =================================== */
@media (min-width: 576px) and (max-width: 767px) {
  .pg-wc-approach-section {
    padding: 2.5rem 0 !important;
  }

  .row.align-items-center.g-5 {
    row-gap: 1.75rem !important;
  }

  .practice-badge-pill {
    font-size: 13px;
    padding: 5px 12px;
  }

  .wc-approach-title {
    font-size: 26px;
    margin-bottom: 12px !important;
  }

  .wc-approach-lead {
    font-size: 14.5px;
    line-height: 1.5;
    margin-bottom: 16px !important;
  }

  .wc-list-num {
    font-size: 15px;
    min-width: 20px;
  }

  .wc-list-text {
    font-size: 13.5px;
  }

  .wc-list-item {
    padding: 12px 0 !important;
  }

  .col-lg-6.text-end {
    text-align: center !important;
  }

  .wc-approach-img-wrapper {
    height: 240px;
    width: 100%;
    border-radius: 16px;
    border: 3px solid #c59d5f;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  }
}

/* ===================================
   Max 575px (Small Mobile)
   =================================== */
@media (max-width: 575px) {
  .pg-wc-approach-section {
    padding: 2rem 0 !important;
  }

  .row.align-items-center.g-5 {
    row-gap: 1.5rem !important;
  }

  .practice-badge-pill {
    font-size: 12px;
    padding: 4px 10px;
  }

  .wc-approach-title {
    font-size: 21px;
    margin-bottom: 10px !important;
  }

  .wc-approach-lead {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px !important;
  }

  .wc-list-num {
    font-size: 13.5px;
    min-width: 18px;
  }

  .wc-list-text {
    font-size: 12.5px;
    line-height: 1.4;
  }

  .wc-list-item {
    padding: 10px 0 !important;
  }

  .col-lg-6.text-end {
    text-align: center !important;
  }

  .wc-approach-img-wrapper {
    height: 190px;
    width: 100%;
    border-radius: 14px;
    border: 3px solid #c59d5f;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}

/* Related Areas Section (Dark blue bar) */
.pg-wc-related-section {
  background-color: #051b35;
  color: #ffffff;
}

.related-tag {
  font-size: 26px;
  color: #c59d5f;
}

.related-combined-box {
  border: 3px solid #ffffff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.related-sub-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}

.related-sub-column:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.related-vertical-divider {
  width: 3px;
  background-color: #ffffff;
  flex-shrink: 0;
}

.related-card-num {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
}

.related-card-title {
  font-size: 35px;
  color: #ffffff;
  line-height: 1.35;
}

.gold-arrow {
  color: #c59d5f;
  font-size: 30px;
  transition: transform 0.3s ease;
}

.rotate-diag {
  transform: rotate(-45deg);
}

.related-sub-column:hover .gold-arrow {
  transform: rotate(-45deg) translate(3px, -3px);
}

.btn-discuss-matter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ffffff;
  border: 4px solid #c59d5f;
  padding: 18px 48px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-discuss-matter:hover {
  background-color: #c59d5f;
  color: #051b35;
}

@media (max-width: 991.98px) {
  .wc-approach-img-wrapper {
    max-width: 100%;
    height: 340px;
    border-radius: 24px;
    border-right: 6px solid #c59d5f;
    margin-top: 30px;
  }
}
