/* About Page Specific Layouts */

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

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

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

.about-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;
}

.about-hero-tag {
  font-size: 26px;
  color: #c59d5f;
  letter-spacing: 0.02em;
  text-transform: none;
}

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

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

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

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

  .about-hero-title {
    font-size: 2.7rem;
  }

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

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

  .about-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%);
  }

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

  .about-hero-title {
    font-size: 2.1rem;
    margin-bottom: 12px !important;
  }

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

  .about-hero-para br {
    display: none;
  }
}

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

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

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

  .about-hero-title {
    font-size: 1.7rem;
    line-height: 1.25;
    margin-bottom: 10px !important;
  }

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

  .about-hero-para br {
    display: none;
  }
}

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

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

  

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

  .about-hero-title {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 8px !important;
  }

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

  .about-hero-para br {
    display: none;
  }
}

/* About the Firm Section */
.pg-about-firm-section {
  background-color: #ffffff;
}

.about-firm-content {
  position: relative;
}

.about-firm-para {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  font-weight: 500;
  margin-bottom: 28px;
}

/* Firm name — bold navy, slightly larger weight */
.firm-name-highlight {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 700;
  color: #051b35;
  font-style: italic;
}

/* Founding year — gold accent number */
.year-highlight {
  font-weight: 700;
  color: #c59d5f;
}

/* Key practice-area / statutory terms — gold bold */
.term-highlight {
  font-weight: 700;
  color: #c59d5f;
}

/* Our Philosophy Section */
.pg-about-philosophy-section {
  position: relative;
}

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

.philosophy-main-title {
  color: #051b35;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.lead-philosophy-desc {
  color: #051b35;
  font-size: 35px;
  line-height: 1.35;
}

.body-philosophy-text {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  line-height: 1.65;
}

.philosophy-quote-box-new {
  padding-top: 15px;
}

.philosophy-quote-text {
  font-family: 'Salsa', sans-serif;
  color: #051b35;
  font-size: 40px;
  line-height: 1.4;
}

/* Philosophy 4 Cards (Stacked Vertically) */
.philosophy-card {
  background: #ffffff;
  border: 1.5px solid rgba(197, 157, 95, 0.15);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.philosophy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(197, 157, 95, 0.08);
}

.philosophy-card-num-tab {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 160" preserveAspectRatio="none"><path d="M 0 0 L 80 0 C 95 0, 110 20, 110 40 C 110 55, 95 65, 95 80 C 95 95, 110 105, 110 120 C 110 140, 95 160, 80 160 L 0 160 Z" fill="%23051b35" /><path d="M 80 0 C 95 0, 110 20, 110 40 C 110 55, 95 65, 95 80 C 95 95, 110 105, 110 120 C 110 140, 95 160, 80 160" fill="none" stroke="%23c59d5f" stroke-width="3" /></svg>') no-repeat center center;
  background-size: 100% 100%;
  color: #ffffff;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 800;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.philosophy-card-body {
  background: #ffffff;
  padding: 0 !important;
  /* Managed by d-flex layouts */
}

.phil-title {
  color: #051b35;
  font-size: 40px;
  font-weight: 700;
}

.phil-title-divider {
  width: 300px;
  height: 3px;
  background-color: rgba(9, 26, 47, 0.15);
  margin: 8px 0 12px 0;
}

.phil-desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #051b35;
}

.phil-card-img-holder {
  width: 440px;
  height: 160px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

@media (max-width: 767.98px) {
  .phil-card-img-holder {
    display: none;
    /* Hide on mobile to keep horizontal card flow clean */
  }
}

.fade-overlay-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  background: linear-gradient(to right, #ffffff, transparent);
  z-index: 5;
}

.phil-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================================
   993px - 1199px (Small Desktop / Large Laptop)
   =================================== */
@media (min-width: 993px) and (max-width: 1199px) {
  .philosophy-tag {
    font-size: 20px;
  }

  .philosophy-main-title {
    font-size: 48px;
  }

  .lead-philosophy-desc {
    font-size: 26px;
  }

  .body-philosophy-text {
    font-size: 18px;
  }

  .philosophy-quote-text {
    font-size: 28px;
  }

  .philosophy-card-num-tab {
    width: 100px;
    font-size: 44px;
  }

  .phil-title {
    font-size: 28px;
  }

  .phil-title-divider {
    width: 220px;
    margin: 6px 0 10px 0;
  }

  .phil-desc {
    font-size: 17px;
  }

  .phil-card-img-holder {
    width: 300px;
    height: 140px;
  }

  .philosophy-card-body {
    padding: 0 20px 0 0 !important;
  }

  .philosophy-card-body .ps-lg-5 {
    padding-left: 2rem !important;
  }
}

/* ===================================
   768px - 992px (Tablet)
   Image still visible here (hidden only below 767.98px)
   =================================== */
@media (min-width: 768px) and (max-width: 992px) {
  .pg-about-philosophy-section {
    padding: 3rem 0 !important;
    margin: 3rem 0 !important;
  }

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

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

  .philosophy-main-title {
    font-size: 36px;
  }

  .lead-philosophy-desc {
    font-size: 21px;
    margin-bottom: 14px !important;
  }

  .body-philosophy-text {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 18px !important;
  }

  .philosophy-quote-text {
    font-size: 21px;
    line-height: 1.4;
  }

  .practice-main-title {
    font-size: 34px;
  }

  .philosophy-card-body {
    flex-wrap: wrap;
    padding: 16px !important;
  }

  .philosophy-card-body > div.text-start {
    padding-left: 1rem !important;
    padding-right: 0.5rem !important;
    flex: 1;
    min-width: 0;
  }

  .philosophy-card-num-tab {
    width: 70px;
    font-size: 28px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }

  .phil-title {
    font-size: 20px;
  }

  .phil-title-divider {
    width: 160px;
    height: 2px;
    margin: 6px 0 8px 0;
  }

  .phil-desc {
    font-size: 14.5px;
    line-height: 1.5;
  }

  .phil-card-img-holder {
    width: 160px;
    height: 110px;
  }

  .fade-overlay-left {
    width: 45px;
  }
}

/* ===================================
   576px - 767px (Large Mobile)
   Image hidden by existing rule (max-width: 767.98px)
   =================================== */
@media (min-width: 576px) and (max-width: 767px) {
  .pg-about-philosophy-section {
    padding: 2.5rem 0 !important;
    margin: 2.5rem 0 !important;
  }

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

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

  .philosophy-main-title {
    font-size: 28px;
    line-height: 1.15;
  }

  .lead-philosophy-desc {
    font-size: 18px;
    margin-bottom: 12px !important;
  }

  .body-philosophy-text {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 16px !important;
  }

  .philosophy-quote-box-new {
    padding-top: 10px;
  }

  .philosophy-quote-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .practice-main-title {
    font-size: 26px;
  }

  .row.mt-5.mb-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .philosophy-card {
    border-radius: 14px;
  }

  .philosophy-card-body {
    padding: 14px !important;
  }

  .philosophy-card-body > div.text-start {
    padding: 0 !important;
  }

  .philosophy-card-num-tab {
    width: 56px;
    font-size: 22px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .phil-title {
    font-size: 16.5px;
  }

  .phil-title-divider {
    width: 100%;
    max-width: 200px;
    height: 2px;
    margin: 5px 0 7px 0;
  }

  .phil-desc {
    font-size: 13.5px;
    line-height: 1.5;
  }
}

/* ===================================
   Max 575px (Small Mobile)
   Image hidden by existing rule (max-width: 767.98px)
   =================================== */
@media (max-width: 575px) {
  .pg-about-philosophy-section {
    padding: 1rem 0 !important;
    margin: 1rem 0 !important;
  }

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

  .philosophy-tag {
    font-size: 14px;
    margin-bottom: 6px !important;
  }

  .philosophy-main-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .lead-philosophy-desc {
    font-size: 15.5px;
    margin-bottom: 10px !important;
  }

  .body-philosophy-text {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px !important;
  }

  .philosophy-quote-box-new {
    padding-top: 8px;
  }

  .philosophy-quote-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .practice-main-title {
    font-size: 21px;
  }

  .row.mt-5.mb-4 {
    margin-top: 2rem !important;
    margin-bottom: 1.25rem !important;
  }

  /* .row.g-4.justify-content-center {
    row-gap: 14px !important;
  } */

  .philosophy-card {
    border-radius: 12px;
  }

  .philosophy-card-body {
    padding: 12px !important;
  }

  .philosophy-card-body > div.text-start {
    padding: 0 !important;
  }

  .philosophy-card-num-tab {
    width: 46px;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .phil-title {
    font-size: 14.5px;
  }

  .phil-title-divider {
    width: 100%;
    max-width: 150px;
    height: 1.5px;
    margin: 4px 0 6px 0;
  }

  .phil-desc {
    font-size: 12.5px;
    line-height: 1.5;
  }
}


/* What We Stand For Principles Section */
.pg-about-principles-section {
  position: relative;
}

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

.principles-title {
  color: #051b35;
  font-size: 70px;
  line-height: 1.15;
}

.text-gold {
  color: #c59d5f;
}

.principle-card {
  background-color: #051b35;
  border-radius: 20px;
  color: #ffffff;
  border: 3px solid #c59d5f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.principle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(5, 27, 53, 0.22);
}

.principle-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #c59d5f;
  background-color: #051b35;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.principle-list-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.principle-num {
  font-size: 22px;
  color: #c59d5f;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.vertical-gold-separator {
  width: 1.5px;
  height: 80px;
  background-color: #c59d5f;
  flex-shrink: 0;
  margin: 0 5px;
}

.principle-title {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}

.principle-title-divider {
  width: 80px;
  height: 1.5px;
  background-color: #c59d5f;
  margin: 6px 0 10px 0;
}

.principle-desc {
  font-size: 24px;
  line-height: 1.6;
  opacity: 0.95;
}

.principle-right-graphic {
  width: 150px;
  height: 150px;
  object-fit: contain;
  opacity: 0.12;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

/* ===================================
   993px - 1199px (Small Desktop / Large Laptop)
   =================================== */
@media (min-width: 993px) and (max-width: 1199px) {
  .principles-tag {
    font-size: 20px;
  }

  .principles-title {
    font-size: 48px;
  }

  .principle-card {
    padding: 24px !important;
    border-width: 2.5px;
  }

  .principle-icon-circle {
    width: 76px;
    height: 76px;
  }

  .principle-list-icon {
    width: 44px;
    height: 44px;
  }

  .principle-num {
    font-size: 17px;
  }

  .vertical-gold-separator {
    height: 60px;
    margin: 0 4px;
  }

  .principle-title {
    font-size: 28px;
  }

  .principle-title-divider {
    width: 60px;
    margin: 5px 0 8px 0;
  }

  .principle-desc {
    font-size: 17px;
  }

  .principle-right-graphic {
    width: 100px;
    height: 100px;
  }
}

/* ===================================
   768px - 992px (Tablet)
   =================================== */
@media (min-width: 768px) and (max-width: 992px) {
  .pg-about-principles-section {
    padding: 3rem 0 !important;
    margin: 3rem 0 !important;
  }

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

  .principles-title {
    font-size: 34px;
    line-height: 1.25;
  }

  .row.mb-5 {
    margin-bottom: 2rem !important;
  }

  .principle-card {
    padding: 20px !important;
    border-radius: 16px;
    flex-wrap: wrap;
    gap: 14px;
  }

  .principle-left-block {
    gap: 12px !important;
  }

  .principle-icon-circle {
    width: 64px;
    height: 64px;
  }

  .principle-list-icon {
    width: 36px;
    height: 36px;
  }

  .principle-num {
    font-size: 14px;
    margin-bottom: 8px !important;
  }

  .vertical-gold-separator {
    height: 50px;
    margin: 0 3px;
  }

  .principle-title {
    font-size: 22px;
  }

  .principle-title-divider {
    width: 50px;
    height: 1.5px;
    margin: 4px 0 6px 0;
  }

  .principle-desc {
    font-size: 14.5px;
    line-height: 1.5;
  }

  .principle-right-graphic {
    width: 64px;
    height: 64px;
    opacity: 0.1;
  }
}

/* ===================================
   576px - 767px (Large Mobile)
   Stack layout for breathing room (row layout too cramped here)
   =================================== */
@media (min-width: 576px) and (max-width: 767px) {
  .pg-about-principles-section {
    padding: 2.5rem 0 !important;
    margin: 2.5rem 0 !important;
  }

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

  .principles-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .row.mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .principle-card {
    padding: 18px !important;
    border-radius: 14px;
    border-width: 2px;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px;
  }

  .principle-left-block {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100%;
  }

  .principle-icon-col {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left !important;
  }

  .principle-num {
    margin-bottom: 0 !important;
    font-size: 13px;
  }

  .principle-icon-circle {
    width: 54px;
    height: 54px;
  }

  .principle-list-icon {
    width: 30px;
    height: 30px;
  }

  .vertical-gold-separator {
    display: none;
  }

  .principle-title {
    font-size: 19px;
  }

  .principle-title-divider {
    width: 60px;
    height: 1.5px;
    margin: 4px 0 6px 0;
  }

  .principle-desc {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .principle-right-graphic {
    display: none;
  }
}

/* ===================================
   Max 575px (Small Mobile)
   Builds on existing max-width: 575.98px stacking rule
   =================================== */
@media (max-width: 575px) {
  .pg-about-principles-section {
    padding: 1rem 0 !important;
    margin: 1rem 0 !important;
  }

  .principles-tag {
    font-size: 14px;
    margin-bottom: 6px !important;
  }

  .principles-title {
    font-size: 21px;
    line-height: 1.3;
  }

  .row.mb-5 {
    margin-bottom: 1.25rem !important;
  }

  /* .row.g-4 {
    row-gap: 14px !important;
  } */

  .principle-card {
    padding: 16px !important;
    border-radius: 12px;
    border-width: 1.5px;
  }

  .principle-icon-col {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left !important;
  }

  .principle-num {
    margin-bottom: 0 !important;
    font-size: 12px;
  }

  .principle-icon-circle {
    width: 46px;
    height: 46px;
  }

  .principle-list-icon {
    width: 26px;
    height: 26px;
  }

  .principle-title {
    font-size: 16.5px;
  }

  .principle-title-divider {
    width: 50px;
    height: 1.5px;
    margin: 3px 0 5px 0;
  }

  .principle-desc {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .principle-right-graphic {
    display: none;
  }
}

/* Founder's Message Section */
.pg-about-founders-section {
  position: relative;
}

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

.founders-card {
  background-color: #051b35;
  border-radius: 0;
  border-top: 4px solid #c59d5f;
  border-bottom: 4px solid #c59d5f;
  border-left: none;
  border-right: none;
  color: #ffffff;
  padding: 60px 0;
}

.founders-title {
  font-size: 60px;
}

.founders-quote-wrapper {
  margin-bottom: 25px;
}

.vertical-gold-line {
  width: 4px;
  background-color: #c59d5f;
  flex-shrink: 0;
  border-radius: 2px;
}

.founders-quote-text {
  font-family: 'Salsa', sans-serif;
  font-size: 35px;
  letter-spacing: normal;
  line-height: 1.5;
  color: #ffffff;
  padding-left: 10px;
}

.founders-author {
  font-size: 20px;
  font-weight: 500;
  color: #c59d5f;
  opacity: 0.9;
}

.founders-img-wrapper-curved {
  border-radius: 180px 0 0 180px;
  overflow: hidden;
  border: 4px solid #c59d5f;
  border-right: none;
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 250px;
}

@media (min-width: 992px) {
  .founders-card {
    padding: 80px 0;
  }

  .founders-img-wrapper-curved {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 38%;
    max-width: none;
    border-radius: 240px 0 0 240px;
    border: 4px solid #c59d5f;
    border-right: none;
    box-shadow: -15px 0 35px rgba(0, 0, 0, 0.2);
  }
}

.founders-img-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom CTA bar */
.pg-about-bottom-cta-section {
  background-color: #faf8f5 !important;
  border-top: 1px solid rgba(197, 157, 95, 0.15);
  border-bottom: 1px solid rgba(197, 157, 95, 0.15);
}

.bottom-cta-heading {
  font-size: 60px;
  color: #051b35;
  font-weight: 800;
}

.btn-cta-blue {
  display: inline-flex;
  align-items: center;
  background-color: #051b35;
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 25px;
  text-decoration: none;
  border: 1.5px solid #051b35;
  transition: all 0.3s ease;
}

.btn-cta-blue:hover {
  background-color: transparent;
  color: #051b35;
  transform: translateY(-2px);
}

/* ===================================
   993px - 1199px (Small Desktop / Large Laptop)
   Absolute-positioned image still active here (min-width: 992px)
   =================================== */
@media (min-width: 993px) and (max-width: 1199px) {
  .founders-card {
    padding: 60px 0;
  }

  .founders-tag {
    font-size: 20px;
  }

  .founders-title {
    font-size: 42px;
    margin-bottom: 20px !important;
  }

  .founders-quote-text {
    font-size: 24px;
  }

  .founders-author {
    font-size: 16px;
  }

  .founders-img-wrapper-curved {
    width: 34%;
    border-radius: 180px 0 0 180px;
  }

  .bottom-cta-heading {
    font-size: 34px;
  }

  .btn-cta-blue {
    font-size: 18px;
    padding: 12px 28px;
  }
}

/* ===================================
   768px - 992px (Tablet)
   Below 992px: image reverts to stacked block (not absolute)
   =================================== */
@media (min-width: 768px) and (max-width: 992px) {
  .founders-card {
    padding: 44px 0;
  }

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

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

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

  .vertical-gold-line {
    width: 3px;
  }

  .founders-quote-text {
    font-size: 19px;
    padding-left: 8px;
  }

  .founders-quote-wrapper {
    margin-bottom: 18px !important;
  }

  .founders-author {
    font-size: 14.5px;
  }

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

  .founders-img-wrapper-curved {
    max-width: 320px;
    height: 220px;
    border-radius: 20px;
    border: 4px solid #c59d5f;
    margin: 0 auto;
  }

  .bottom-cta-heading {
    font-size: 26px;
  }

  .d-flex.flex-wrap.align-items-center.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .btn-cta-blue {
    font-size: 16px;
    padding: 11px 24px;
  }
}

/* ===================================
   576px - 767px (Large Mobile)
   =================================== */
@media (min-width: 576px) and (max-width: 767px) {
  .founders-card {
    padding: 36px 0;
  }

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

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

  .founders-title {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 14px !important;
  }

  .vertical-gold-line {
    width: 3px;
  }

  .founders-quote-text {
    font-size: 16px;
    line-height: 1.45;
    padding-left: 8px;
  }

  .founders-quote-wrapper {
    margin-bottom: 16px !important;
  }

  .founders-author {
    font-size: 13px;
  }

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

  .founders-img-wrapper-curved {
    max-width: 260px;
    height: 180px;
    border-radius: 16px;
    border: 3px solid #c59d5f;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.18);
    margin: 0 auto;
  }

  .pg-about-bottom-cta-section {
    padding: 1.25rem 0 !important;
  }

  .bottom-cta-heading {
    font-size: 21px;
    line-height: 1.3;
  }

  .d-flex.flex-wrap.align-items-center.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  .btn-cta-blue {
    font-size: 14.5px;
    padding: 10px 22px;
    width: 100%;
    justify-content: center;
  }
}

/* ===================================
   Max 575px (Small Mobile)
   =================================== */
@media (max-width: 575px) {
  .founders-card {
    padding: 28px 0;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

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

  .founders-tag {
    font-size: 14px;
    margin-bottom: 6px !important;
  }

  .founders-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px !important;
  }

  .vertical-gold-line {
    width: 2.5px;
  }

  .founders-quote-text {
    font-size: 13.5px;
    line-height: 1.45;
    padding-left: 6px;
  }

  .founders-quote-wrapper {
    margin-bottom: 14px !important;
    gap: 10px !important;
  }

  .founders-author {
    font-size: 11.5px;
  }

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

  .founders-img-wrapper-curved {
    max-width: 100%;
    height: 200px;
    border-radius: 14px;
    border: 3px solid #c59d5f;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
  }

  .pg-about-bottom-cta-section {
    padding: 1rem 0 !important;
  }

  .bottom-cta-heading {
    font-size: 17px;
    line-height: 1.35;
  }

  .d-flex.flex-wrap.align-items-center.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .btn-cta-blue {
    font-size: 13px;
    padding: 9px 18px;
    width: 100%;
    justify-content: center;
  }
}