/* --------------------- ADVISORY & CONSULTING PAGE SECTION ------------------------- */
/* HERO SECTION */
.advisory-hero-section {
  padding: 40px 0 20px;
}

.advisory-img {
  float: left;
  width: 32%;
  margin-right: 30px;
  margin-bottom: 15px;
}

.advisory-img img {
  border-radius: 15px;
  width: 100%;
}

.advisory-title-box {
  overflow: hidden;
}

.advisory-title-box h2 {
  margin-bottom: 6px;
}

.advisory-subtitle {
  font-size: 24px;
  margin-bottom: 6px;
}

.advisory-hero-section p {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.6;
}

.advisory-p1,
.advisory-p2 {
  overflow: hidden;
}

.advisory-p3 {
  clear: left;
  display: block;
  margin-top: 24px;
}

.advisory-p4 {
  display: block;
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .advisory-subtitle {
    font-size: 22px;
  }
  .advisory-hero-section p {
    margin-top: 6px;
  }
}

@media (max-width: 1200px) {
  .advisory-subtitle {
    font-size: 20px;
  }
  .advisory-img {
    width: 34%;
    margin-right: 30px;
  }
  .advisory-hero-section p {
    margin-top: 6px;
  }
  .advisory-p3 {
    clear: left;
    display: block;
    overflow: visible;
  }
  .advisory-p4 {
    clear: none;
  }
}

@media (max-width: 991px) {
  .advisory-hero-section {
    padding: 30px 0 15px;
  }
  .advisory-subtitle {
    font-size: 18px;
    margin-bottom: 0;
  }
  .advisory-img {
    width: 36%;
    margin-right: 25px;
    margin-bottom: 12px;
  }
  .advisory-p2 {
    clear: left;
    display: block;
    overflow: visible;
  }
  .advisory-p3 {
    clear: none;
  }
}

@media (max-width: 767px) {
  .advisory-hero-section {
    padding: 25px 0 15px;
  }
  .advisory-subtitle {
    font-size: 16px;
  }
  .advisory-hero-section .container {
    display: flex;
    flex-direction: column;
  }
  .advisory-title-box {
    order: 1;
    overflow: visible;
  }
  .advisory-hero-section p {
    text-align: justify;
    text-justify: inter-word;
  }
  .advisory-p1 {
    order: 2;
    overflow: visible;
  }
  .advisory-p2 {
    order: 3;
    clear: none;
    overflow: visible;
  }
  .advisory-img {
    order: 4;
    text-align: center;
    margin: 10px auto;
    width: 100%;
    float: none;
  }
  .advisory-img img {
    width: 70% !important;
    margin: 0 auto;
    display: block;
  }
  .advisory-p3 {
    order: 5;
  }
  .advisory-p4 {
    order: 6;
  }
}

@media (max-width: 575px) {
  .advisory-hero-section {
    padding: 10px 0 10px;
  }
  .advisory-img img {
    width: 60% !important;
  }
  .advisory-hero-section p {
    margin-top: 3px;
  }
}

/* Our Approach */
.advisory-approach-sec {
  background: linear-gradient(45deg, #f47526, #fcac53);
  color: #fff;
  padding: 40px 0;
}

.advisory-approach-content {
  text-align: center;
}

.advisory-approach-content h2 {
  color: #fff;
}

.advisory-approach-sec .approach-highlight {
  font-family: "barlow-regular";
  font-size: 28px;
  color: #fff;
  background: none;
  -webkit-text-fill-color: initial;
  display: inline-block;
  margin: 0px 0 10px 0;
  letter-spacing: 0.5px;
}

.advisory-approach-content .approach-desc {
  width: 80%;
  margin: 0 auto;
  line-height: 1.6;
  font-family: "figtree-light";
  color: #fff;
}

@media (max-width: 1200px) {
  .advisory-approach-sec .approach-highlight {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .advisory-approach-sec {
    padding: 30px 0;
  }
  .advisory-approach-sec .approach-highlight {
    font-size: 24px;
  }
  .advisory-approach-content .approach-desc {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .advisory-approach-sec {
    padding: 20px 0;
  }
  .advisory-approach-sec .approach-highlight {
    font-size: 22px;
  }
  .advisory-approach-content .approach-desc {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .advisory-approach-sec {
    padding: 15px 0;
  }
  .advisory-approach-sec .approach-highlight {
    font-size: 20px;
  }
  .advisory-approach-content .approach-desc {
    font-size: 15px;
  }
}

/* Capabilities (What We Do) */
.advisory-capabilities-sec {
  padding: 40px 0;
}

.advisory-capabilities-sec h2 {
  text-align: center;
  margin-bottom: 40px;
}

.advisory-capabilities-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: center;
}

.advisory-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 10px 15px 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.advisory-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.advisory-card .card-num {
  font-family: "barlowcondensed-medium";
  font-size: 36px;
  background: linear-gradient(to right, #f47627, #fca951);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

.advisory-card h4 {
  font-family: "barlow-regular";
  text-transform: uppercase;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.advisory-card .card-intro {
  font-family: "figtree-light";
  color: #555;
  line-height: 1.5;
  margin-bottom: 10px;
}

.advisory-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}

.advisory-card li {
  position: relative;
  padding-left: 20px;
  font-family: "figtree-light";
  color: #444;
  margin-bottom: 10px;
  line-height: 1.4;
}

.advisory-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f47627;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.advisory-card .outcome-box {
  background: #fafafa;
  border-left: 3px solid #fca951;
  padding: 12px 15px;
  border-radius: 4px;
  color: #333;
  font-family: "figtree-light";
  margin-top: auto;
}

.advisory-card .outcome-box strong {
  color: #f47627;
  font-family: "barlow-semi-bold";
}

@media (max-width: 1200px) {
  .advisory-capabilities-grid {
    row-gap: 15px;
  }
  .advisory-capabilities-grid > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advisory-card .card-num {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .advisory-capabilities-sec {
    padding: 30px 0;
  }
  .advisory-capabilities-sec h2 {
    margin-bottom: 30px;
  }
  .advisory-card .card-num {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .advisory-capabilities-sec {
    padding: 20px 0;
  }
  .advisory-capabilities-sec h2 {
    margin-bottom: 25px;
  }
  .advisory-card {
    padding: 20px 15px;
  }
  .advisory-card .card-num {
    font-size: 26px;
  }
  .advisory-card h4 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .advisory-capabilities-sec {
    padding: 15px 0;
  }
  .advisory-capabilities-sec h2 {
    margin-bottom: 20px;
  }
  .advisory-card {
    padding: 10px 15px 15px;
  }
  .advisory-card .card-num {
    font-size: 24px;
  }
  .advisory-card h4 {
    font-size: 18px;
  }
}

/* EXPERTISE SECTION */
.advisory-expertise-section {
  padding: 20px 15px;
}

.advisory-expertise-section h3 {
  font-family: "barlow-regular";
  font-size: 32px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.advisory-expertise-row {
  margin-top: 0px;
}

.advisory-expertise-row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.advisory-expertise-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #eef0f2;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.advisory-expertise-card:hover {
  transform: translateY(-5px);
  border-color: #f47627;
  box-shadow: 0 10px 25px rgba(244, 118, 39, 0.08);
  background: #fffcf9;
}

.advisory-expertise-card .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fcf3ec;
  color: #f47627;
  font-size: 24px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.advisory-expertise-card:hover .icon-wrap {
  background: #f47627;
  color: #fff;
}

.advisory-expertise-card h5 {
  margin: 0;
  font-family: "barlow-regular";
  font-size: 20px;
  line-height: 1.4;
}

.advisory-expertise-footer-text {
  margin-top: 16px;
  padding: 20px 20px;
  background: linear-gradient(135deg, #fdf7f3 0%, #fffbf8 100%);
  border: 1px dashed rgba(244, 118, 39, 0.25);
  border-radius: 12px;
  text-align: center;
}

.advisory-expertise-footer-text p {
  font-family: "figtree-light";
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1200px) {
  .advisory-expertise-card h5 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .advisory-expertise-section {
    padding: 15px;
  }
  .advisory-expertise-section h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .advisory-expertise-row {
    margin-top: 6px;
  }
  .advisory-expertise-card {
    padding: 14px 15px;
    gap: 8px;
  }
  .advisory-expertise-card h5 {
    font-size: 16px;
  }
  .advisory-expertise-card .icon-wrap {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .advisory-expertise-footer-text {
    padding: 15px 20px;
    margin-top: 12px;
  }
  .advisory-expertise-footer-text p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .advisory-expertise-section {
    padding: 15px;
  }
  .advisory-expertise-section h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .advisory-expertise-row {
    margin-top: 0px;
  }
  .advisory-expertise-row > [class*="col-"] {
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .advisory-expertise-card {
    padding: 12px 15px;
    border-radius: 10px;
  }
  .advisory-expertise-card h5 {
    font-size: 15px;
  }
  .advisory-expertise-card .icon-wrap {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .advisory-expertise-footer-text {
    padding: 10px 15px;
    margin-top: 10px;
  }
  .advisory-expertise-footer-text p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .advisory-expertise-section {
    padding: 10px;
  }
  .advisory-expertise-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .advisory-expertise-card {
    padding: 10px 12px;
    border-radius: 8px;
    gap: 6px;
  }
  .advisory-expertise-card h5 {
    font-size: 13px;
  }
  .advisory-expertise-card .icon-wrap {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .advisory-expertise-footer-text {
    padding: 6px 10px;
    margin-top: 8px;
  }
  .advisory-expertise-footer-text p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .advisory-expertise-card {
    padding: 8px 10px;
    gap: 5px;
  }
  .advisory-expertise-card h5 {
    font-size: 12px;
  }
  .advisory-expertise-card .icon-wrap {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .advisory-expertise-footer-text p {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .advisory-expertise-card {
    padding: 6px 8px;
    gap: 4px;
  }
  .advisory-expertise-card h5 {
    font-size: 11px;
  }
  .advisory-expertise-card .icon-wrap {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .advisory-expertise-footer-text p {
    font-size: 11px;
  }
}

/* Highlights (Who We Work With & Why Lumos) */
.advisory-highlights-sec {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.advisory-work-with h2,
.advisory-why-lumos h2 {
  margin-bottom: 35px;
}

.work-with-list {
  padding-right: 30px;
}

.work-with-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 15px 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.work-with-item:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-color: #fca951;
}

.work-with-item i {
  font-size: 24px;
  background: linear-gradient(135deg, #f47627, #fca951);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.work-with-item span {
  font-family: "barlow-regular";
  font-size: 20px;
  color: #222;
}

.advisory-why-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
}

.why-lumos-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.why-lumos-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.why-lumos-card h4 {
  font-family: "barlow-regular";
  font-size: 20px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.why-lumos-card h4 i {
  color: #f47627;
  font-size: 24px;
}

.why-lumos-card p {
  font-family: "figtree-light";
  color: #555;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .work-with-list {
    padding-right: 0;
  }
  .advisory-work-with h2,
  .advisory-why-lumos h2 {
    margin-bottom: 20px;
  }
  .advisory-highlights-sec {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .advisory-highlights-sec {
    padding: 20px 0;
  }
  .work-with-item {
    padding: 12px 20px;
  }
  .work-with-item span {
    font-size: 18px;
  }
  .why-lumos-card {
    padding: 20px 15px;
  }
  .why-lumos-card h4 {
    font-size: 18px;
  }
  .why-lumos-card h4 i {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .work-with-item {
    padding: 10px 15px;
  }
  .work-with-item span {
    font-size: 16px;
  }
  .work-with-item i {
    font-size: 20px;
  }
  .why-lumos-card {
    padding: 15px;
  }
  .advisory-highlights-sec {
    padding: 15px 0;
  }
}

/* CTA Section */
.advisory-cta-sec {
  padding: 40px 0;
}

.advisory-cta-content {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.advisory-cta-content .cta-primary-text {
  font-family: "barlow-regular";
  color: #222;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.advisory-cta-content .cta-secondary-text {
  font-family: "figtree-light";
  color: #6c757d;
  font-size: 20px;
  margin-bottom: 20px;
}

.advisory-cta-btn {
  display: inline-block;
  background: linear-gradient(45deg, #f37022, #fbaa4f);
  color: #fff !important;
  font-family: "barlow-regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(243, 112, 34, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
}

.advisory-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(243, 112, 34, 0.3);
}

@media (max-width: 1200px) {
  .advisory-cta-content {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  .advisory-cta-sec {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .advisory-cta-sec {
    padding: 20px 0;
  }
  .advisory-cta-content .cta-primary-text {
    font-size: 20px;
  }
  .advisory-cta-content .cta-secondary-text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .advisory-cta-sec {
    padding: 15px 0;
  }
  .advisory-cta-content .cta-primary-text {
    font-size: 18px;
  }
  .advisory-cta-content .cta-secondary-text {
    font-size: 15px;
  }
  .advisory-cta-btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}