.Inter-black,
.Inter-bold,
.Inter-light,
.Inter-medium,
.Inter-regular,
.Inter-thin {
  font-family: Inter, sans-serif;
  font-style: normal
}

li,
nav ul,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.bg-img-career::before,
.bg-img::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.bg-img-career::before,
.bg-img::before,
.bg-wires::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%)
}

#successMessage,
input,
textarea {
  padding-left: 10px
}

.Inter-thin {
  font-weight: 100
}

.Inter-light {
  font-weight: 300
}

.Inter-regular {
  font-weight: 400
}

.Inter-medium {
  font-weight: 500
}

.Inter-bold {
  font-weight: 700
}

.Inter-black {
  font-weight: 900
}

.Inter-black-italic,
.Inter-bold-italic,
.Inter-light-italic,
.Inter-medium-italic,
.Inter-regular-italic,
.Inter-thin-italic {
  font-family: Inter, sans-serif;
  font-style: italic
}

.Inter-thin-italic {
  font-weight: 100
}

.Inter-light-italic {
  font-weight: 300
}

.Inter-regular-italic {
  font-weight: 400
}

.Inter-medium-italic {
  font-weight: 500
}

.Inter-bold-italic {
  font-weight: 700
}

.Inter-black-italic {
  font-weight: 900
}

:root {
  --ff-brand: "Inter", sans-serif;
  --ff-heading: "Inter", sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --clr-black: #000000;
  --clr-white: #ffffff;
  --container-inline-padding: 80px;
  --container-padding-block: 60px
}

@media (max-width:2700px) {
  :root {
    --container-padding-inline: 200px;
    --container-padding-block: 80px
  }
}

@media (max-width:1470px) {
  :root {
    --container-padding-inline: 65px;
    --container-padding-block: 40px
  }
}

@media (max-width:1175px) {
  :root {
    --container-padding-inline: 45px;
    --container-padding-block: 40px
  }
}

@media (max-width:768px) {
  :root {
    --container-padding-inline: 60px;
    --container-padding-block: 40px
  }
}

@media (max-width:600px) {
  :root {
    --container-padding-inline: 20px;
    --container-padding-block: 40px
  }
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  scroll-behavior: smooth
}

.container,
.container-topPadding {
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
  padding-block: var(--container-padding-block)
}

body {
  font-family: var(--ff-brand);
  font-weight: var(--fw-regular);
  font-size: 1rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased
}

a {
  text-decoration: none
}

canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%
}

button,
input,
select,
textarea {
  font: inherit
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5 {
  font-family: var(--ff-heading);
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: var(--clr-black-body)
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer
}

.container-topPadding {
  padding-block: var(--container-padding-block)
}

.heading-1 {
  text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 4rem)
}

.heading-2 {
  font-size: clamp(1.5rem, 2vw, 3rem)
}

.heading-3 {
  font-size: clamp(1.3rem, 1.5vw, 2.8rem)
}

.heading-4 {
  font-size: clamp(1.2rem, 1.2vw, 2.6rem)
}

.heading-5 {
  font-size: clamp(.9rem, 1vw, 2rem)
}

.para {
  font-family: var(--ff-brand);
  color: var(--clr-black-body);
  font-weight: var(--fw-regular);
  font-size: clamp(.6rem, 1.5vw, 1.5rem)
}

.center {
  text-align: center
}

.left-align {
  text-align: left
}

.navigation {
  position: fixed;
  z-index: 111;
  transition: background-color .3s;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #242E37
}

.brand,
nav ul li {
  position: relative
}

.brand {
  display: flex;
  flex-direction: row;
  justify-content: center
}

.nav-mobile,
.navbar-dropdown {
  position: absolute;
  display: none
}

.nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

nav ul li {
  float: left
}

nav ul li a,
nav ul li a:visited {
  display: flex;
  white-space: nowrap;
  padding: 10px 20px;
  text-decoration: none
}

@media(min-width:1100px) and (max-width:1300px) {

  nav ul li a,
  nav ul li a:visited {
    padding: 10px
  }
}

nav ul li a {
  background: 0 0;
  color: #fff;
  font-size: 16px
}

nav ul li a:hover,
nav ul li a:visited:hover {
  color: #BD9628
}

.navbar-dropdown li a {
  background: #1758b8;
  width: 290px
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  content: ' \025BE'
}

nav ul li ul li {
  min-width: 190px
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px
}

.navbar-dropdown {
  z-index: 2;
  background-color: #1758b8;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .25);
  white-space: nowrap
}

.nav-mobile {
  top: 0;
  right: 0;
  background: 0 0;
  height: 55px;
  width: 70px
}

@media only screen and (max-width:1099px) {
  .nav-mobile {
    display: block
  }

  nav {
    width: 100%;
    padding: 55px 0px 0px 15px
  }

  nav ul {
    display: none
  }

  nav ul li {
    float: none
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
    background: #242E37
  }

  nav ul li ul li a {
    padding-left: 30px
  }

  .navbar-dropdown {
    position: static
  }
}

@media screen and (min-width:1100px) {
  .nav-list {
    display: block !important
  }
}

#navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0;
}
#navbar-toggle span, #navbar-toggle span:after, #navbar-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: .3s ease-in-out;
}
#navbar-toggle.active span {
    background-color: transparent;
}
#navbar-toggle span:before {
    top: -10px;
}
#navbar-toggle span:after {
    bottom: -10px;
}
#navbar-toggle.active span:after, #navbar-toggle.active span:before {
    top: 0;
}
#navbar-toggle.active span:before {
    transform: rotate(45deg);
}
#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

.center-align-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* Footer Styles */
.footer {
  background-color: #ffffff;
  color: #45546E;
  font-family: 'Inter', sans-serif;
  margin-top: auto;
  border-top: 1px solid #E5E7EB;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 40px 0 40px;
}

.footer-section h3.footer-title {
  color: #0B131E;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-brand .footer-logo {
  margin-bottom: 20px;
}

.footer-brand .footer-logo img {
  height: 70px;
  width: auto;
}

.footer-description {
  color: #45546E;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 350px;
  text-align: left;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: flex-start;
  gap: 10px;
  color: #0B131E;
  font-size: 14px;
  line-height: 1.5;
}

.contact-item span{
  text-align: left;
}

.contact-item i {
  color: #d4af37;
  margin-top: 2px;
  min-width: 16px;
}

.us-address {
  color: #0B131E;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #45546E;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: block;
}

.footer-links a:hover {
  color: #d4af37;
}

/* Newsletter Section */
.newsletter-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #E5E7EB;
}

.newsletter-content {
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsletter-title {
  color: #0B131E;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.newsletter-description {
  color: #45546E;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 400px;
}

.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border-right: none;
  color: #ffffff;
  font-size: 14px;
  outline: none;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FBFBF8;
}

.newsletter-input::placeholder {
  color: #9CA3AF;
}

.newsletter-input:focus {
  border-color: #d4af37;
}

.newsletter-btn {
  padding: 12px 24px;
  color: #ffffff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  border-radius: 10px;
  background: linear-gradient(112deg, #BD9628 0%, #DDB23C 100%);
  height: fit-content;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-left: 40px;
  justify-content: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E7EB;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  transform: translateY(-2px);
}

/* Footer Bottom */
.footer-bottom {
  padding: 25px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  color: #45546E;
  font-size: 12px;
  margin: 0;
}

.copyright a {
  color: #45546E;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}

.back-to-top {
  background: none;
  color: #45546E;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.back-to-top:hover {
  border-color: #d4af37;
  color: #d4af37;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .newsletter-section {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .newsletter-content {
    max-width: none;
  }

  .social-links {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 0 15px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0 30px;
  }

  .footer-brand {
    grid-column: auto;
    text-align: center;
  }

  .footer-description {
    max-width: none;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 10px;
    max-width: none;
  }

  .newsletter-input {
    border-radius: 4px;
  }

  .newsletter-btn {
    border-radius: 4px;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .copyright {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .footer-content {
    padding: 30px 0 20px;
  }

  .newsletter-title {
    font-size: 20px;
  }

  .contact-item {
    font-size: 13px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .social-links {
    justify-content: center;
  }
}

.nav-consultation-btn a {
  border-radius: 10px;
  border: 1px solid #BD9628;
  background: #FFF;
  color: #BD9628 !important;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-consultation-btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(189, 150, 40, 0.3);
}

.nav-mobile {
  display: none;
}

/* Hero Section */
.hero-section {
  background: radial-gradient(141.42% 141.42% at 100% 0%, rgba(226, 180, 54, 0.15) 0%, rgba(189, 150, 40, 0.08) 30%, rgba(189, 150, 40, 0.00) 60%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(189, 150, 40, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-left {
  animation: fadeInLeft 1s ease-out;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #BD9628;
  font-weight: 600;
  border-radius: 9999px;
  border: 2px solid rgba(189, 150, 40, 0.30);
  background: linear-gradient(98deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.90) 100%);
  box-shadow: 0 8px 32px 0 rgba(189, 150, 40, 0.15), 0 0 0 3px rgba(189, 150, 40, 0.10) inset, 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}

.hero-badge::before {
  content: '✦';
  color: #BD9628;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #0B131E;
}

.hero-title .highlight {
  background: linear-gradient(135deg, #BD9628, #D4AF37);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 4rem;
  color: #DFA831;
  font-weight: 1000;
}

.hero-subtitle {
  color: #45546E;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.hero-description {
  color: #45546E;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.hero-tagline {
  color: #0B131E;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-stats {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}

.stat-item {
  text-align: center;
}

.stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: white;
  margin-bottom: 0.75rem;
}

.stat-icon.green {
  background: linear-gradient(135deg, #10B981, #059669);
}

.stat-icon.blue {
  background: linear-gradient(135deg, #3B82F6, #1D4ED8);
}

.stat-icon.purple {
  background: linear-gradient(135deg, #8B5CF6, #7C3AED);
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: #BD9628;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(189, 150, 40, 0.4);
}

.btn-secondary:hover {
  border-color: #BD9628;
}

.hero-features {
  display: flex;
  gap: 2rem;
  font-size: 0.9rem;
  color: #666;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feature-item::before {
  content: '✓';
  color: #10B981;
  font-weight: bold;
}

/* Right Side - Stats Cards */
.hero-right {
  position: relative;
  animation: fadeInRight 1s ease-out;
}

.stats-container {
  position: relative;
  height: 600px;
}

.stat-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.legal-excellence {
  top: 50px;
  left: 50px;
  width: 280px;
  z-index: 3;
}

.countries-card {
  top: 150px;
  left: 20px;
  width: 120px;
  z-index: 2;
}

.success-rate {
  top: 100px;
  right: 20px;
  width: 150px;
  z-index: 2;
}

.expert-lawyers {
  bottom: 100px;
  left: 80px;
  width: 140px;
  z-index: 2;
}

.courthouse-visual {
  bottom: 50px;
  right: 50px;
  width: 200px;
  height: 150px;
  background: linear-gradient(135deg, #BD9628, #D4AF37);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
}

.card-icon.gold {
  background: linear-gradient(135deg, #BD9628, #D4AF37);
}

.card-icon.blue {
  background: linear-gradient(135deg, #3B82F6, #1D4ED8);
}

.card-icon.green {
  background: linear-gradient(135deg, #10B981, #059669);
}

.card-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2c2c2c;
}

.card-subtitle {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
}

.big-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #BD9628;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.card-label {
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
}

.courthouse-icon {
  font-size: 4rem;
  color: white;
  opacity: 0.9;
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media(max-width:1100px){
    .nav-list {
    display: none;
  }

  .nav-mobile {
    display: block;
  }
}

/* Responsive Design */
@media (max-width: 968px) {

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-stats {
    justify-content: center;
    gap: 2rem;
  }

  .stats-container {
    height: 400px;
    margin-top: 2rem;
  }

  .stat-card {
    position: relative !important;
    margin-bottom: 1rem;
    width: auto !important;
  }

  .legal-excellence {
    top: auto;
    left: auto;
  }

  .countries-card,
  .success-rate,
  .expert-lawyers {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary {
    justify-content: center;
  }

  .hero-features {
    flex-direction: column;
    gap: 1rem;
  }
}

.herocard-whiteBG {
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.15);
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.70) 100%);
  box-shadow: 0 8px 32px 0 rgba(189, 150, 40, 0.10);
  backdrop-filter: blur(10px);
  padding: 15px;
  width: 500px;
  margin-bottom: 1.5rem;
}

.lpo-section {
  background: linear-gradient(135deg, rgba(189, 150, 40, 0.05) 0%, rgba(189, 150, 40, 0.10) 100%);
  padding-top: 60px;
  display: flex;
  align-items: center;
}

.lpo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Text Content */
.lpo-text {
  max-width: 750px;
}

.lpo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0B131E;
  border-radius: 9999px;
  border: 1px solid rgba(222, 168, 50, 0.10);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
}

.practice-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #BD9628;
  border-radius: 9999px;
  border: 1px solid rgba(222, 168, 50, 0.10);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
}

.badge-icon {
  font-size: 14px;
}

.lpo-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #0B131E;
  margin-bottom: 16px;
}

.title-highlight {
  color: #BD9628;
}

.lpo-subtitle {
  font-size: 1.1rem;
  color: #45546E;
  font-weight: 500;
  margin-bottom: 16px;
}

.lpo-description {
  font-size: 1rem;
  color: #45546E;
  line-height: 1.7;
  margin-bottom: 60px;
}

.lpo-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  color: #FFFFFF;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border-radius: 10px;
  background: linear-gradient(100deg, #BD9628 0%, #DDB23C 100%);
  box-shadow: 0 10px 40px 0 rgba(189, 150, 40, 0.12);
  width: fit-content;
}

.btn-secondary {
  color: #0B131E;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 1px solid #FBFBF8;
  background: #FFF;
}

.btn-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}


/* Responsive Design */
@media (max-width: 768px) {
  .lpo-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .lpo-title {
    font-size: 2.5rem;
  }

  .title-acronym {
    font-size: 2rem;
  }

  .lpo-buttons {
    justify-content: center;
  }

  .visual-container {
    width: 300px;
    height: 300px;
  }

  .central-circle {
    width: 100px;
    height: 100px;
  }

  .lpo-text-center {
    font-size: 20px;
  }

  .orbit-element {
    width: 50px;
    height: 50px;
  }

  .orbit-circle {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .lpo-title {
    font-size: 2rem;
  }

  .title-acronym {
    font-size: 1.75rem;
  }

  .lpo-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

/* Header Section */
.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.2;
}

.services-subtitle {
  font-size: 1.125rem;
  color: #666;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}

.services-grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 60px;
}

.services-grid3 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 60px;
  justify-content: center;
}

/* Service Card */
.service-card {
  padding: 20px 20px;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.10);
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 4px 20px 0 rgba(11, 19, 30, 0.08);
  backdrop-filter: blur(12px);
  justify-content: space-between;
}

.service-card2 {
  text-align: center;
  width: 300px;
}


/* Service Icon */
.service-icon {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}


.service-icon img {
  transition: all 0.3s ease;
}

.service-icon2 {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.service-icon2 img {
  transition: all 0.3s ease;
}

/* Service Title */
.service-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Service Description */
.service-description {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .services-grid2 {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 10px;
  }

  .service-card {
    padding: 30px 25px;
  }
}

@media (max-width: 768px) {
  .core-lpo-services {
    padding: 60px 0;
  }

  .services-header {
    margin-bottom: 40px;
  }

  .services-title {
    font-size: 1.5rem;
  }

  .services-subtitle {
    font-size: 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }

  .services-grid2 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }

  .service-card {
    padding: 24px 20px;
  }

  .service-icon {
    width: 70px;
    height: 70px;
  }

  .service-title {
    font-size: 1.25rem;
  }

  .service-description {
    font-size: 0.9rem;
  }

  .services-grid3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 480px) {

  .services-title {
    font-size: 1.25rem;
  }

  .service-card {
    padding: 20px 16px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .service-icon svg {
    width: 32px;
    height: 32px;
  }

  .service-title {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}

.ready-to-scale-parent {
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.10);
  background: linear-gradient(135deg, rgba(189, 150, 40, 0.05) 0%, rgba(189, 150, 40, 0.10) 100%), rgba(255, 255, 255, 0.80);
  box-shadow: 0 4px 20px 0 rgba(11, 19, 30, 0.08);
  backdrop-filter: blur(12px);
  padding-block: 35px;
  padding-inline: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.privacy-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tos-section {
  margin-bottom: 20px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px 24px;
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.10);
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 4px 20px 0 rgba(11, 19, 30, 0.08);
  backdrop-filter: blur(12px);
}

.tos-section h2,
.tos-section h3 {
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
}

.tos-section ol {
  padding-left: 24px;
  margin-bottom: 8px;
}

.tos-section li {
  margin-bottom: 6px;
  line-height: 1.7;
  color: #45546E;
  font-size: 18px;
}

.tos-section p {
  color: #45546E;
  margin-bottom: 6px;
  line-height: 1.5;
  font-size: 18px;
}

.tos-section strong {
  color: black;
}

.tos-number {
  border-radius: 12px;
  background: rgba(189, 150, 40, 0.10);
  padding-block: 6px;
  padding-inline: 10px;
  color: #BD9628;
  font-size: 14px;
}

.tos-subsection {
  border-radius: 16px;
  border: 1px solid rgba(189, 150, 40, 0.20);
  background: rgba(189, 150, 40, 0.05);
  padding: 15px;
}


.services-section {
  background-color: #FDFDFD;
  padding: 80px 0;
}

.service-card {
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.10);
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 4px 20px 0 rgba(11, 19, 30, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.icon-container {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon Background Colors */
.icon-disputes {
  background-color: #FFF1F2;
}

/* Light Pink */
.icon-contracts {
  background-color: #FEFCE8;
}

/* Light Yellow */
.icon-compliance {
  background-color: #F0FDF4;
}

/* Light Green */
.icon-diligence {
  background-color: #FAF5FF;
}

/* Light Purple */
.icon-outsourcing {
  background-color: #FFFBEB;
}

/* Light Orange */

.card-title {
  font-size: 2rem;
  font-weight: 600;
  color: #0B131E;
  margin-top: 0;
  margin-bottom: 12px;
}

.card-description {
  font-size: 1rem;
  /* 16px */
  color: #45546E;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #45546E;
}

.card-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-size: 0.95rem;
  /* ~15px */
}

.card-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #BD9628;
  /* Golden accent color */
  font-size: 1.2rem;
  line-height: 1;
}

.learn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #BD9628;
  font-weight: 500;
  margin-top: 24px;
  padding: 12px;
  transition: color 0.3s ease;
  border-radius: 12px;
  border: 1px solid rgba(189, 150, 40, 0.20);
}

.learn-more i {
  transition: transform 0.3s ease;
}

.learn-more:hover i {
  transform: translateX(4px);
}

.badge {
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
}

.badge-popular {

  background: rgba(189, 150, 40, 0.20);
  color: #BD9628;
}

.practice-numbers {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid rgba(222, 168, 50, 0.10);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  padding: 10px;
}

.practice-number {
  color: #BD9628;
  font-weight: 600;
}

.practice-text {
  color: #45546E;
}

.practice-number-child {
  text-align: left;
}

.practice-numbers-parent {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.contact-consultation-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.emergency-banner {
  padding: 24px 32px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(189, 150, 40, 0.20);
  background: rgba(189, 150, 40, 0.10);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-top: 44px;
}

.emergency-banner h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0B131E;
  margin-top: 0;
  margin-bottom: 8px;
}

.emergency-banner p {
  font-size: 16px;
  color: #45546E;
  margin-bottom: 20px;
}

.emergency-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.emergency-buttons .btn {
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
}

.emergency-buttons .btn-primary {
  background-color: #c5a456;
  color: #ffffff;
  border: 1px solid #c5a456;
}

.emergency-buttons .btn-primary:hover {
  background-color: #b39143;
}

.emergency-buttons .btn-secondary {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ccc;
}

.emergency-buttons .btn-secondary:hover {
  background-color: #f5f5f5;
  border-color: #aaa;
}


/* Main Layout Container */
.contact-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* --- Left Column: Form --- */
.consultation-form-container {
  flex: 2;
  /* Takes up 2/3 of the space */
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.consultation-form-container h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #0B131E;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.form-group {
  flex: 1;
  /* Each group takes equal space in a row */
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  /* Spacing when stacked */
}

.form-group label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #0B131E;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #FBFBF8;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #45546E;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #c5a456;
  box-shadow: 0 0 0 2px rgba(197, 164, 86, 0.2);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Agreement Checkbox Styling */
.agreement-group {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.agreement-group input[type="checkbox"] {
  width: auto;
  accent-color: #c5a456;
}

.agreement-group label {
  margin: 0;
  font-size: 13px;
  color: #555;
}

.agreement-group a {
  color: #b39143;
  text-decoration: underline;
}

/* Submit Button */
.btn-submit {
  width: 100%;
  padding: 15px;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 10px;
  background: linear-gradient(93deg, #BD9628 0%, #DDB23C 100%);
}

.btn-submit:hover {
  background-color: #b39143;
}


/* --- Right Column: Quick Info --- */
.quick-info-container {
  flex: 1;
  /* Takes up 1/3 of the space */
}

/* Quick Actions Box */
.quick-actions {
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid rgba(189, 150, 40, 0.20);
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.quick-actions h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.action-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-decoration: none;
  color: #BD9628;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  border-radius: 10px;

}

.action-link:hover {
  background: rgba(189, 150, 40, 0.20);
}

.action-link i {
  color: #c5a456;
}

/* Info Cards */
.info-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.info-icon {
  font-size: 20px;
  color: #c5a456;
  margin-top: 2px;
}

.info-content h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #0B131E;
}

.info-content p {
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 1.5;
  color: #45546E;
}

.info-content .sub-text {
  font-size: 13px;
  color: #BD9628;
  display: block;
  margin-top: 8px;
}


/* --- Responsive Design --- */
@media (max-width: 992px) {
  .contact-layout {
    flex-direction: column;
  }

  .consultation-form-container,
  .quick-info-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 0;
    /* Remove gap as items stack */
  }

  .contact-consultation-section {
    padding: 40px 0;
  }
}

/* ==========================================================================
   Success Highlights Section
   ========================================================================== */

/* Main container for the section */
.success-section {
  background-color: #FCFBF8;
  /* Light beige background for the whole section */
  padding: 80px 0;
}

.success-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.stat-box {
  border: 1px solid #F0EAE0;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #BD9628;
  /* Gold color */
  margin: 0;
}

.stat-description {
  font-size: 16px;
  font-weight: 600;
  color: #0B131E;
  margin: 5px 0;
}

.stat-subdescription {
  font-size: 14px;
  color: #45546E;
  margin: 0;
}

/* Innovation Section */
.innovation-section {
  padding: 40px;
  margin-bottom: 60px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(189, 150, 40, 0.30) 0%, rgba(189, 150, 40, 0.00) 100%);
}

.innovation-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}

.innovation-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #011432;
  margin-bottom: 10px;
}

.innovation-text p {
  font-size: 18px;
  color: #45546E;
  margin: 0;
}

.innovation-chart img {
  max-width: 400px;
  /* Adjust size as needed */
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Case Studies Grid */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.case-study-card {
  border: 1px solid #F0EAE0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-study-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.card-icon-wrapper {
  background-color: #F6F1E4;
  color: #BD9628;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.card-tag {
  color: #BD9628;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(189, 150, 40, 0.30);
  background: rgba(189, 150, 40, 0.10);
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #0B131E;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-description {
  font-size: 15px;
  color: #45546E;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  /* Pushes the result to the bottom */
}

.card-result {
  padding: 15px;
  margin-top: auto;
  /* Aligns to the bottom */
  border-radius: 12px;
  border: 1px solid rgba(189, 150, 40, 0.20);
  background: rgba(189, 150, 40, 0.05);
}

.card-result p {
  margin: 0;
  color: #0B131E;
  font-size: 14px;
}

.card-result strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

/* Tablet View */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .innovation-content {
    flex-direction: column;
    text-align: center;
  }

  .innovation-chart img {
    max-width: 100%;
  }

  .case-studies-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .success-section {
    padding: 50px 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .innovation-section {
    padding: 30px 20px;
  }

  .innovation-text h2 {
    font-size: 26px;
  }

  .innovation-text p {
    font-size: 16px;
  }

  .stat-number {
    font-size: 32px;
  }
}

/* ==========================================================================
   Testimonial & CTA Section
   ========================================================================== */

.testimonial-section {
  background-color: #FCFBF8;
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #0B131E;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* Testimonials Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.testimonial-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
}

.testimonial-quote-icon {
  font-size: 28px;
  color: #EAE2D0;
  /* Light beige for quote icon */
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #0B131E;
  margin: 0 0 25px 0;
  flex-grow: 1;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}

.client-avatar {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #BD9628;
  font-size: 16px;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 2px solid rgba(189, 150, 40, 0.20);
  background: rgba(189, 150, 40, 0.20);
}

.client-details p {
  margin: 0;
  line-height: 1.4;
}

.client-name {
  font-weight: 600;
  color: #0B131E;
}

.client-location {
  font-size: 14px;
  color: #45546E;
}

/* CTA Section */
.cta-section {
  padding: 50px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(189, 150, 40, 0.20);
  background: rgba(189, 150, 40, 0.10);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.cta-icon {
  color: #BD9628;
  font-size: 24px;
  margin-bottom: 15px;
}

.cta-title {
  font-size: 28px;
  font-weight: 700;
  color: #0B131E;
  margin: 0 0 15px 0;
}

.cta-description {
  font-size: 16px;
  color: #45546E;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto 30px auto;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  /* Allows buttons to wrap on smaller screens */
  justify-content: center;
}

/* ==========================================================================
   Responsive Design for Testimonial Section
   ========================================================================== */

@media (max-width: 992px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .testimonial-section {
    padding: 50px 0;
  }

  .section-title,
  .cta-title {
    font-size: 26px;
  }
}

/* ==========================================================================
   Industries We Serve Section
   ========================================================================== */

.industries-section {
  background-color: #FCFBF8;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.industries-section .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.industries-tabs-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  /* Fixed width for tabs, flexible for content */
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 60px;
}

/* Tab Buttons List (Left side) */
.industry-tab-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.industry-tab {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  gap: 15px;
  border-radius: 16px;
  border: 1px solid rgba(222, 168, 50, 0.20);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 8px 32px 0 rgba(222, 168, 50, 0.10);
  backdrop-filter: blur(12px);
}

.industry-tab:hover {
  border-color: #BD9628;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.industry-tab i {
  font-size: 20px;
  color: #888;
  transition: color 0.3s ease;
}

.tab-text {
  display: flex;
  flex-direction: column;
}

.tab-text strong {
  font-weight: 500;
  color: #1a1a1a;
}

.tab-text span {
  font-size: 14px;
  color: #777;
}

.industry-tab.active {
  color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid rgba(222, 168, 50, 0.20);
  background: #BD9628;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
}

.industry-tab.active i {
  color: #FFFFFF;
}

.industry-tab.active .tab-text strong,
.industry-tab.active .tab-text span {
  color: #FFFFFF;
}

.industry-content-panel {
  display: none;
  padding: 30px;
  animation: fadeIn 0.5s ease;
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.10);
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 4px 20px 0 rgba(11, 19, 30, 0.08);
  backdrop-filter: blur(12px);
}

.industry-content-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 20px;
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.panel-icon {
  font-size: 24px;
  color: #BD9628;
}

.panel-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0B131E;
}

.panel-header p {
  margin: 0;
  font-size: 16px;
  color: #BD9628;
}

.panel-description {
  font-size: 16px;
  line-height: 1.6;
  color: #45546E;
  margin-bottom: 25px;
  width: 350px;
}

.panel-text-content h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.panel-text-content h4 i {
  color: #BD9628;
}

.services-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.services-list li {
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  color: #45546E;
  border-radius: 12px;
  background: rgba(248, 246, 242, 0.30);
  padding-top: 0px;
}

.services-list li::before {
  content: '■';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  color: #BD9628;
}

.panel-footer {
  display: flex;
  gap: 20px;
  font-size: 15px;
  color: #0B131E;
  border-top: 1px solid rgba(229, 231, 235, 0.50);
  padding-top: 20px;
}

.panel-footer span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.panel-footer i {
  color: #BD9628;
}

.panel-image-content img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* ==========================================================================
   Responsive Design for Industries Section
   ========================================================================== */
@media (max-width: 992px) {
  .industries-tabs-wrapper {
    grid-template-columns: 1fr;
    /* Stack columns */
  }

  .industry-tab-list {
    flex-direction: row;
    /* Make tabs horizontal on tablet */
    overflow-x: auto;
    /* Allow scrolling for tabs */
    padding-bottom: 10px;
    /* Space for scrollbar */
  }

  .industry-tab {
    flex-shrink: 0;
    /* Prevent tabs from shrinking */
  }
  .panel-image-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .industries-tabs-wrapper {
    gap: 20px;
  }

  .industry-tab {
    padding: 12px 15px;
  }
}

/* ==========================================================================
   Global Presence Section
   ========================================================================== */

.global-presence-section {
  background-color: #FCFBF8;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* Hides the part of the gradient that goes off-screen */
}

/* Adds the faded gradient effect on the left */
.global-presence-section::before {
  content: '';
  position: absolute;
  left: -20%;
  top: -50%;
  width: 40%;
  height: 200%;
  background: radial-gradient(circle, rgba(246, 241, 228, 0.7) 0%, rgba(246, 241, 228, 0) 70%);
  pointer-events: none;
}


.global-presence-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #EAE2D0;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #0B131E;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.global-presence-badge i {
  color: #BD9628;
}

.global-presence-section .section-title {
  margin-bottom: 40px;
}

.presence-stats {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}

.stat-item {
  min-width: 180px;
}

.stat-figure {
  font-size: 42px;
  font-weight: 700;
  color: #BD9628;
  margin: 0 0 5px 0;
}

.stat-label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

.stat-sublabel {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

/* ==========================================================================
   Responsive Design for Global Presence Section
   ========================================================================== */

@media (max-width: 768px) {
  .presence-stats {
    gap: 40px;
  }

  .stat-figure {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .global-presence-section {
    padding: 60px 0;
  }

  .presence-stats {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.global-presence-badge-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section {
  background-color: #FFFFFF;
  padding: 100px 0;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}

/* Left Column: Content */
.hero-content {
  animation: slideInUp 0.8s ease-out;
}

.hero-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.hero-title .highlight {
  color: #BD9628;
}

.hero-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: #45546E;
  margin-bottom: 20px;
}

/* Feature Grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  transition: background-color 0.3s ease;
  border-radius: 16px;
  border: 1px solid rgba(222, 168, 50, 0.10);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
}

.feature-box:hover {
  background-color: #F8F5EC;
}

.feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #F8F5EC;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BD9628;
  font-size: 20px;
}

.feature-text h4 {
  margin: 0 0 5px 0;
  font-size: 19px;
  font-weight: 600;
  color: #1a1a1a;
}

.feature-text p {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.hero-btn {
  display: inline-block;
  padding: 14px 30px;
  /* Larger padding for hero button */
}


/* Right Column: Image */
.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  animation: fadeIn 1s ease-out;
}

/* Faint glow effect behind the image */
.hero-image-wrapper::before {
  content: '';
  position: absolute;
  background: radial-gradient(circle, rgba(246, 241, 228, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 1;
}

.hero-main-image {
  position: relative;
  max-width: 400px;
  width: 100%;
  z-index: 2;
}

.stat-bubble {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  border: 1px solid #F0EAE0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 3;
  animation: float 4s ease-in-out infinite;
}

.stat-bubble strong {
  font-size: 24px;
  font-weight: 700;
  color: #BD9628;
}

.stat-bubble span {
  font-size: 13px;
  color: #555;
  margin-top: 2px;
}

/* Positioning for each bubble */
.stat-1 {
  top: 10%;
  left: 0;
  animation-delay: 0s;
}

.stat-2 {
  top: 40%;
  right: 5%;
  animation-delay: 1s;
}

.stat-3 {
  bottom: 10%;
  right: 0;
  animation-delay: 0.5s;
}


/* Animation Keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 992px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-image-wrapper {
    order: -1;
    min-height: auto;
  }

  .hero-main-image {
    max-width: 320px;
  }

  .feature-grid {
    justify-items: center;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 36px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }

  .stat-bubble {
    padding: 10px 15px;
    position: relative;
    margin: 10px auto;
    animation: none;
  }

  .hero-image-wrapper {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .stat-1,
  .stat-2,
  .stat-3 {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 200px;
  }
}

.promise-section {
  background-color: #FCFBF8;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.promise-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.promise-card {
  padding: 30px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.10);
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 4px 20px 0 rgba(11, 19, 30, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.promise-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #F0EAE0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  color: #BD9628;
  font-size: 24px;
}

.promise-stat {
  font-size: 28px;
  font-weight: 700;
  color: #BD9628;
  margin: 0;
}

.promise-label {
  font-size: 14px;
  color: #45546E;
  margin: 2px 0 15px 0;
}

.promise-title {
  font-size: 20px;
  font-weight: 600;
  color: #0B131E;
  margin: 0 0 10px 0;
}

.promise-description {
  font-size: 15px;
  color: #45546E;
  line-height: 1.6;
  margin: 0;
}

.promise-statement-box {
  padding: 40px;
  max-width: 800px;
  margin: 60px auto 0 auto;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(222, 168, 50, 0.10);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
}

.promise-statement-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
}

.promise-statement-text {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 0 auto;
}

.promise-statement-text .highlight {
  font-weight: 600;
  color: #BD9628;
}

.dot-decorator {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot-decorator span {
  width: 7px;
  height: 7px;
  background-color: #BD9628;
  border-radius: 50%;
}


@media (max-width: 992px) {
  .promise-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .promise-section {
    padding: 60px 0;
  }

  .promise-cards-grid {
    grid-template-columns: 1fr;
  }

  .promise-statement-box {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .promise-statement-title {
    font-size: 24px;
  }

  .promise-statement-text {
    font-size: 16px;
  }
}

/* ==========================================================================
   Core Legal Services Section
   ========================================================================== */

.core-services-section {
  background-color: #F8F5EC;
  /* Light beige background for the section */
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.core-services-section .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.core-services-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #EAE2D0;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  border-radius: 9999px;
}

.core-services-section .section-badge i {
  color: #BD9628;
}

.core-services-section .section-main-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}

.core-services-section .section-main-title .highlight {
  color: #BD9628;
  display: block;
}

.core-services-section .section-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-top: 15px;
}


/* Tab Buttons */
.service-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.service-tab-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 15px 25px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  color: #555;
  font-weight: 500;
  width: 200px;
}

.service-tab-btn i {
  font-size: 22px;
  transition: color 0.3s ease;
}

.service-tab-btn:hover {
  color: #1a1a1a;
}

.service-tab-btn.active {
  background-color: #BD9628;
  color: #fff;
  font-weight: 500;
}

.service-tab-btn.active i {
  color: #fff;
}

.service-tab-panels{
  display: flex;
  justify-content: center;
}

/* Tab Content Panels */
.service-tab-panel {
  display: none;
  padding: 40px;
  animation: fadeIn 0.5s ease;
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.10);
  background: linear-gradient(135deg, #FFF 0%, rgba(248, 246, 242, 0.10) 50%, #FFF 100%), rgba(255, 255, 255, 0.80);
  box-shadow: 0 4px 20px 0 rgba(11, 19, 30, 0.08);
  backdrop-filter: blur(12px);
  width: 80%;
}

.service-tab-panel.active {
  display: block;
}

.panel-content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: center;
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.panel-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F5EC;
  border-radius: 10px;
  color: #BD9628;
  font-size: 20px;
}

.panel-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.panel-subtitle {
  font-size: 14px;
  color: #BD9628;
  margin: 0;
}

.sub-services-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  margin: 20px 0;
}

.sub-services-list li {
  position: relative;
  padding-left: 25px;
  color: #333;
}

.sub-services-list li::before {
  content: '\f058';
  /* Font Awesome check-circle icon */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #BD9628;
}

.panel-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 25px 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.panel-footer-badges span i {
  color: #BD9628;
  margin-right: 5px;
}

/* ==========================================================================
   Responsive Design for Core Services Section
   ========================================================================== */

@media (max-width: 992px) {
  .core-services-section .section-main-title {
    font-size: 36px;
  }

  .panel-content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .sub-services-list {
    grid-template-columns: 1fr;
  }

  .service-tab-buttons {
    gap: 10px;
  }

  .service-tab-btn {
    padding: 10px 15px;
  }
}

/* ==========================================================================
   Expert Legal Hero Section
   ========================================================================== */

.expert-hero-section {
  background-color: #FFFFFF;
  padding-top: 80px;
  font-family: 'Inter', sans-serif;
}

.expert-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 50px;
}

/* Left Column: Content */
.expert-hero-content .section-badge {
  margin-bottom: 20px;
  border-radius: 9999px;
  border: 2px solid rgba(189, 150, 40, 0.30);
  background: linear-gradient(98deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.90) 100%);
  box-shadow: 0 8px 32px 0 rgba(189, 150, 40, 0.15), 0 0 0 3px rgba(189, 150, 40, 0.10) inset, 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  padding: 10px;
  width: fit-content;
  color: #BD9628;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.expert-hero-title {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  color: #0B131E;
}

.expert-hero-title .highlight {
  color: #DFA831;
  display: block;
  font-weight: 800;
}

.trusted-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 25px 0;
  color: #BD9628;
  font-size: 14px;
  font-weight: 500;
}

.expert-hero-description {
  font-size: 16px;
  line-height: 1.7;
  color: #45546E;
  max-width: 450px;
  margin-bottom: 10px;
}

.expert-feature-grid {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}

.expert-feature-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid rgba(189, 150, 40, 0.10);
  background: linear-gradient(136deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
  box-shadow: 0 8px 32px 0 rgba(189, 150, 40, 0.08);
  backdrop-filter: blur(8px);
  padding: 15px;
}

.expert-hero-buttons-parent{
  border-radius: 28px;
  border: 1px solid rgba(189, 150, 40, 0.15);
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.60) 100%);
  box-shadow: 0 12px 40px 0 rgba(189, 150, 40, 0.12);
  backdrop-filter: blur(10px);
  padding: 20px;
  width: fit-content;
}

.expert-feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.expert-feature-box p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.expert-hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.btn-link {
  color: #0B131E;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  border-radius: 10px;
  border: 1px solid #FBFBF8;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.70) 100%), #FFF;
  box-shadow: 0 4px 20px 0 rgba(189, 150, 40, 0.10);
  backdrop-filter: blur(8px);
  padding: 14px 32px;
}

.btn-link i {
  margin-left: 5px;
}

.hero-info-line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  color: #777;
}

.hero-info-line span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-info-line i {
  color: #38A377;
  /* Green checkmark */
}

/* Right Column: Image */
.expert-hero-image-wrapper {
  animation: fadeIn 1s ease-out;
}

.expert-hero-image-wrapper img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Responsive Design for Expert Hero Section
   ========================================================================== */
@media (max-width: 992px) {
  .expert-hero-grid {
    grid-template-columns: 1fr;
  }

  .expert-hero-image-wrapper {
    order: -1;
    /* Image appears first */
    margin-bottom: 40px;
  }

  .expert-hero-content {
    text-align: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
  }

  .trusted-divider {
    justify-content: center;
  }

  .expert-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .expert-feature-grid {
    justify-items: center;
  }

  .expert-feature-box {
    flex-direction: column;
    text-align: center;
  }

  .expert-hero-buttons {
    justify-content: center;
  }

  .hero-info-line {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .expert-hero-title {
    font-size: 40px;
  }

  .expert-feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.expert-parent {
  border-radius: 24px;
  border: 1px solid rgba(189, 150, 40, 0.15);
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.70) 100%);
  box-shadow: 0 8px 32px 0 rgba(189, 150, 40, 0.10);
  backdrop-filter: blur(10px);
  padding: 15px;
  width: fit-content;
}

  .error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    min-height: 1rem;
  }
  
  .success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 0.6rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    font-size: 14px;
  }
  
  .success-message i {
    font-size: 1rem;
  }
  
  input.error,
  textarea.error,
  select.error {
    border-color: #dc3545 !important;
  }
  
  .agreement-group .error-message {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
  }

    /* Newsletter validation styles */
  .newsletter-form .form-group {
    position: relative;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .newsletter-form .error-message {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    text-align: left;
    padding-left: 0.5rem;
    min-height: 1rem;
  }

  .newsletter-form .success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 0.75rem;
    border-radius: 4px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
  }

  .newsletter-form .success-message i {
    font-size: 1rem;
  }

  .newsletter-input.error {
    border-color: #dc3545 !important;
  }

.nav-list li a.active {
    color: #BD9628;
    font-weight: 600;
    position: relative;
}
/* ==========================================================================
   Disclaimer Popup Section
   ========================================================================== */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-box {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 70%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px 40px;
    position: relative;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.popup-overlay.active .popup-box {
    transform: scale(1);
}

.popup-close-btn {
    position: absolute;
    top: 0px;
    right: 4px;
    background: none;
    border: none;
    font-size: 28px;
    color: #888;
    cursor: pointer;
    line-height: 1;
}
.popup-close-btn:hover {
    color: #333;
}

.popup-header {
    text-align: center;
    margin-bottom: 25px;
}

.popup-title {
    font-size: 28px;
    font-weight: 700;
    color: #0B131E;
    margin: 0 0 10px 0;
}

.popup-subtitle {
    font-size: 14px;
    color: #45546E;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    margin: 0;
}
.popup-subtitle i {
    color: #BD9628;
}

.notice-box {
    padding: 20px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 15.152px;
    border: 1.263px solid rgba(189, 150, 40, 0.10);
    background: linear-gradient(90deg, rgba(189, 150, 40, 0.05) 0%, rgba(251, 246, 234, 0.05) 100%);
}
.notice-box p {
    margin: 0;
}
.link-highlight {
    color: #BD9628;
    font-weight: 600;
    text-decoration: none;
}

.disclaimer-list {
    list-style: none;
    padding-left: 0;
    counter-reset: disclaimer-counter;
    font-size: 15px;
    color: #0B131E;
    line-height: 1.7;
}

.disclaimer-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.disclaimer-list li::before {
    counter-increment: disclaimer-counter;
    content: counter(disclaimer-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #FFFBEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #BD9628;
}

.important-docs h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}
.important-docs h4 i {
    color: #BD9628;
}

.popup-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

/* Re-using button styles from previous sections */
.popup-actions .btn {
    min-width: 180px;
    text-align: center;
}

/* Responsive adjustments for the popup */
@media (max-width: 576px) {
    .popup-box {
        padding: 25px 20px;
    }
    .popup-title {
        font-size: 20px;
    }
    .popup-actions {
        flex-direction: column;
    }
    .popup-actions .btn {
        width: 100%;
    }
}

/* For modern browsers like Chrome, Safari, Edge */
.popup-box::-webkit-scrollbar {
    display: none;
}

/* For Firefox and other browsers that support it */
.popup-box {
    -ms-overflow-style: none;  /* For Internet Explorer and Edge */
    scrollbar-width: none;     /* For Firefox */
}

/* Hide all content panels by default */
.industry-content-panel {
  display: none;
}

/* Display the active content panel */
.industry-content-panel.active {
  display: block; /* Or 'grid' if you want to maintain your grid layout */
}
.comprehensive_parent{
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(189, 150, 40, 0.05) 0%, rgba(189, 150, 40, 0.00) 50%, rgba(189, 150, 40, 0.10) 100%);
  padding: 20px;
  padding-block: 60px;
}

.expert-hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main-hero-image {
  width: 100%;
  height: auto;
}

.metrics-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.metric {
  position: absolute;
  animation-duration: 4s; /* Duration of the animation */
  animation-iteration-count: infinite; /* Makes it loop forever */
  animation-timing-function: ease-in-out; /* Smooth start and end */
}

.metric-25 {
  top: 22%;
  left: -5%;
  animation-name: bounce-25;
}

.metric-98 {
  top: 32%;
  right: -6%;
  animation-name: bounce-98;
}

.metric-150 {
  bottom: -12%;
  left: 3%;
  animation-name: bounce-150;
}

.lpo-visual{
  display: flex;
  justify-content: center;
}

/* Keyframes for the bounce effect */
@keyframes bounce-25 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); } /* Moves up by 15px */
}

@keyframes bounce-98 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); } /* Moves up by 10px */
}

@keyframes bounce-150 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); } /* Moves up by 20px */
}

@media(max-width:768px){
  .practice-numbers-parent {
    gap: 10px;
  }
}

@media(max-width:576px){
  .feature-box{
    width: 380px;
  }
}


@media (max-width: 420px) {
    .practice-numbers-parent {
        gap: 10px;
        flex-direction: column;
    }
}

@media (max-width: 380px) {
  .feature-box{
    width: 330px;
  }

}
@media(max-width:1718px){
    .metric-150 {
        bottom: -25%;
        left: 25%;
        animation-name: bounce-150;
    }
}
@media(max-width:1438px){
    .metric-150 {
        bottom: -32%;
        left: 25%;
        animation-name: bounce-150;
    }
}
@media(max-width:1226px){
    .metric-150 {
        bottom: -40%;
        left: 25%;
        animation-name: bounce-150;
    }
}

@media(max-width:1060px){
    .expert-hero-grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}
  .panel-description{
    width: 250px;
  }
    .metric-150 {
        bottom: -10%;
        left: 25%;
        animation-name: bounce-150;
    }
}
@media (max-width: 855px) {
    .metric-150 {
        bottom: -18%;
        left: 25%;
        animation-name: bounce-150;
    }
}
@media (max-width: 855px) {
    .metric-150 {
        bottom: -25%;
        left: 25%;
        animation-name: bounce-150;
    }
    .popup-box{
      max-width: 95%;
    }
}
@media (max-width: 700px) {
    .metric-150 {
        bottom: -30%;
        left: 25%;
        animation-name: bounce-150;
    }
    .sub-services-list{
      grid-template-columns: 1fr;
    }
    .panel-description{
      width: fit-content;
    }
    .service-tab-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
}
.service-tab-btn{
  width: 150px;
}
}
@media (max-width: 700px) {
    .metric-150 {
        bottom: -35%;
        left: 25%;
        animation-name: bounce-150;
    }
    .service-tab-panel{
      padding: 30px;
    }
    .panel-inner-grid{
      display: flex;
      flex-direction: column-reverse;
    }
    .tos-section li {
      font-size: 15px;
    }

    .tos-section p {
      font-size: 15px;
    }
    
    .tos-number {
      border-radius: 12px;
      background: rgba(189, 150, 40, 0.10);
      padding-block: 6px;
      padding-inline: 10px;
      color: #BD9628;
      font-size: 14px;
    }
    .tos-section h2, .tos-section h3 {
    font-size: 20px;
}
}
@media(max-width:480px){
  .expert-parent{
    width: 350px;
  }
  .expert-feature-grid{
    gap:5px;
  }
  .metrics-container img{
      width: 150px;
  }
      .metric-150 {
        bottom: -20%;
        left: 25%;
        animation-name: bounce-150;
    }
}
@media(max-width:1024px){
  .service-tab-panel{
    width: 100%;
  }
}
@media(max-width:992px){
      .industry-tab {
        padding: 12px 15px;
        width: fit-content;
        align-items: center;
    }
}
.main-Lawselor_Logo{
  width: 240px;
}