/* =============================================
   HERO
   ============================================= */

#hero {
  height: auto !important;
  min-height: unset !important;
  background-color: #000 !important;
  padding: 0 !important;
  overflow: visible !important;
}

@media (min-width: 576px) {
  #hero {
    height: auto !important;
  }
}

@media (max-width: 1199.98px) {
  #hero {
    padding: 0 !important;
  }
}

#hero {
  position: relative;
  background: #000;
  z-index: 2;
  overflow: visible;
  padding-bottom: 0;
}

#hero .mainstage-video {
  display: none;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 2;
  padding-top: 36px;
  padding-bottom: 36px;
}

.hero-inner {
  align-items: stretch;
}

/* ── LEFT ── */
.hero-left {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 36px;
}

.hero-main-title {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}

.hero-subtitle {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}

.hero-body {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.hero-phone-link {
  color: #fff !important;
  text-decoration: underline !important;
}

.hero-cta-btn {
  display: inline-block;
  background: #025ca0;
  color: #fff !important;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  text-decoration: none;
  margin-bottom: 54px;
  width: fit-content;
}

.hero-cta-btn:hover {
  background: #013d6e;
  color: #fff;
  text-decoration: none;
}

.hero-badges {
  display: flex;
  gap: 12px;
}

.hero-badge-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 90px;
}

.hero-badge-box img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

/* ── RIGHT: Form ── */
.hero-right {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}

.hero-form-card {
  background: #fff;
  padding: 36px 32px;
  min-height: 654px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hero-form-title-block {
  margin-bottom: 24px;
  position: relative;
}

.hero-form-title-block::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #025ca0;
  margin: 10px auto 0;
}

.hero-form-heading {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
  font-family: Barlow, sans-serif;
}

.hero-form-sub {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
}

.hero-form-card .wpcf7-form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-form-card .wpcf7-form input[type="text"],
.hero-form-card .wpcf7-form input[type="email"],
.hero-form-card .wpcf7-form input[type="tel"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 16px;
  font-size: 14px;
  outline: none;
  background: transparent;
  color: #333;
  font-family: Barlow, sans-serif;
}

.hero-form-card .wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 16px;
  font-size: 14px;
  outline: none;
  background: transparent;
  color: #333;
  font-family: Barlow, sans-serif;
  min-height: 120px !important;
  height: 120px !important;
}

.hero-form-card .wpcf7-submit {
  width: 100%;
  background: #025ca0;
  color: #fff;
  border: none;
  padding: 16px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: auto;
}

.hero-form-card .wpcf7-submit:hover {
  background: #013d6e;
}

/* ── Phone Bar ── */
.hero-phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #025ca0;
  padding: 18px 28px;
  margin-top: 22px;
  margin-bottom: 0;
  max-width: 615px !important;
  margin: 22px auto 0 auto;
}

.hero-phone-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.hero-phone-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-phone-label {
  color: rgba(255, 255, 255, 0.7);
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hero-phone-number {
  color: #fff !important;
  font-family: Barlow, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.hero-phone-number:hover {
  color: #fff;
  text-decoration: none;
}

.hero-case-review-btn {
  display: inline-block;
  background: #fff;
  color: #025ca0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 24px;
  text-decoration: none;
  white-space: nowrap;
}

.hero-case-review-btn:hover {
  background: #025ca0;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

/* ── Logos section fix ── */
section#logos {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  padding-top: 20px;
  background: #fff;
  clear: both;
}

@media (max-width: 991px) {
  .hero-main-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-body {
    font-size: 18px;
  }

  .hero-right {
    padding-left: 15px;
    margin-top: 32px;
  }

  .hero-form-card {
    min-height: auto;
  }

  .hero-phone-bar {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .hero-phone-left {
    flex-direction: column;
    align-items: center;
  }

  .hero-phone-number {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .hero-main-title {
    font-size: 26px;
  }

  .hero-cta-btn {
    width: 100%;
    text-align: center;
  }

  .hero-badges {
    flex-wrap: wrap;
  }
}

/* =============================================
   VICTORIES SECTION — 2026 Victories for Our Clients
   ============================================= */

.victories-section {
  /* UPDATE THIS URL to your actual dark Atlanta skyline image */
  background-image: url("/wp-content/uploads/2026/06/victories-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}

/* Dark overlay so white text is readable over the image */
.victories-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.victories-section .container {
  position: relative;
  z-index: 2;
}

/* Shared typography */
.victories-title,
.victories-subtitle,
.victory-card-title,
.victory-amount,
.victory-description,
.victories-cta-btn {
  font-family: Barlow, sans-serif;
  color: #fff !important;
}

.victories-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 20px;
  max-width: 460px;
  margin-inline: auto;
}

.victories-section .h-after-center:after {
  width: 31% !important;
  background: #fff !important;
}

.victories-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 0;
}

/* Cards */
.victories-cards-row {
  margin-top: 50px;
}

.victory-card {
  border: 1px solid #fff;
  padding: 32px;
  background: transparent;
  height: 100%;
}

.victory-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.victory-amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
}

.victory-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
  margin-bottom: 0;
}

/* CTA Button */
.victories-cta-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.victories-cta-btn:hover {
  background: #fff;
  color: #000 !important;
  text-decoration: none !important;
}

/* =============================================
   RESPONSIVE — Combined Hero + Victories
   ============================================= */

@media (max-width: 991.98px) {
  .victories-section {
    padding: 60px 0;
  }
  .victories-title {
    font-size: 30px;
    line-height: 40px;
  }
  .victories-subtitle {
    font-size: 16px;
    line-height: 30px;
  }
  .victory-card {
    padding: 24px;
    margin-bottom: 24px;
  }
  .victories-cards-row {
    margin-top: 30px;
  }

  .review-btns {
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .victories-section {
    padding: 50px 0;
  }

  .victories-cards-row {
    gap: 20px;
  }
  .victories-title {
    font-size: 26px;
    line-height: 34px;
  }
  .victories-subtitle {
    font-size: 15px;
    line-height: 26px;
  }
  .victory-card {
    padding: 20px;
    margin-bottom: 16px;
  }
  .victories-cta-btn {
    font-size: 13px;
    padding: 10px 24px;
  }
}

@media (max-width: 575.98px) {
  .victories-title {
    font-size: 24px;
    line-height: 32px;
  }
  .victory-amount {
    font-size: 22px;
    line-height: 30px;
  }
}

/* =============================================
   ABOUT SECTION — Personal Injury Lawyer
   ============================================= */

.about-section {
  padding: 0 0 100px 0;
  background: #fff;
}

.about-title {
  color: #000;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  max-width: 533px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-text,
.core-values-text {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.about-section .h-after-center:after {
  width: 36% !important;
}

/* Core Values Box */
.core-values-box {
  background: #d9d9d9;
  padding: 32px 20px;
  margin: 28px 0;
}

.core-values-title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}

.core-values-text {
  margin-bottom: 0;
}

/* CTA Button — bordered style matching design */
.about-cta-btn {
  display: inline-block;
  color: #025ca0;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #025ca0;
  padding: 12px 30px;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.about-cta-btn:hover {
  background: #025ca0;
  color: #fff;
  text-decoration: none;
}

/* Video wrapper */
.about-video-wrapper {
  height: 100%;
  min-height: 500px;
  background: #000;
}

.about-video-wrapper video,
.about-video-wrapper .wp-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* Right column alignment */
.about-right {
  display: flex;
  align-items: stretch;
}

/* =============================================
   RESPONSIVE — About Section
   ============================================= */

@media (max-width: 991.98px) {
  .about-section {
    padding: 60px 0;
  }
  .about-title {
    font-size: 30px;
  }
  .about-right {
    margin-top: 40px;
  }
  .about-video-wrapper {
    min-height: 350px;
  }
}

@media (max-width: 767.98px) {
  .about-section {
    padding: 50px 0;
  }
  .about-title {
    font-size: 26px;
  }
  .about-text,
  .core-values-text {
    font-size: 16px;
    line-height: 24px;
  }
  .core-values-title {
    font-size: 20px;
  }
  .core-values-box {
    padding: 24px 16px;
  }
  .about-video-wrapper {
    min-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .about-title {
    font-size: 24px;
  }
  .about-cta-btn {
    width: 100%;
    text-align: center;
  }
}

/* =============================================
   PROCESS SECTION — 3-Step Path to Justice
   ============================================= */

.process-section {
  padding: 0 0 80px 0;
  background: #fff;
}

/* Header */
.process-title {
  color: #000;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  max-width: 660px;
  margin-inline: auto;
}

.process-section .h-after-center:after {
  width: 38% !important;
}

.process-subtitle {
  color: #000;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

/* Cards Row */
.process-cards-row {
  margin-top: 50px;
}

/* Card */
.process-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 1px 4px 14px 0 rgba(0, 0, 0, 0.1);
  max-width: 410px;
  padding: 30px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Icon */
.process-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  background-color: #005a9e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.process-icon svg {
  width: 60px;
  height: 60px;
  display: block;
}

/* Card Title */
.process-card-title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

/* Card Text */
.process-card-text {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 24px;
  flex: 1;
}

/* Tag */
.process-tag {
  color: #025ca0;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  margin-top: 60px;
}

.process-cards-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.process-cards-row > [class*="col-"] {
  display: flex; /* Makes columns stretch to equal height */
}

.process-card-text {
  text-transform: none; /* Remove awkward capitalization */
}

/* =============================================
   RESPONSIVE — Process Section
   ============================================= */

@media (max-width: 991.98px) {
  .process-section {
    padding: 60px 0;
  }
  .process-title {
    font-size: 30px;
  }

  .process-card-title {
    font-size: 26px;
  }

  .process-card {
    margin-bottom: 24px;
    max-width: 100%;
  }
  .process-cards-row {
    margin-top: 30px;
  }

  .process-tag {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .process-section {
    padding: 50px 0;
  }
  .process-title {
    font-size: 26px;
  }
  .process-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .process-card-title {
    font-size: 24px;
  }
  .process-card-text {
    font-size: 16px;
    line-height: 24px;
  }
  .process-tag {
    font-size: 18px;
  }
  .process-card {
    padding: 24px;
  }

  .process-cards-row {
    gap: 20px;
  }
}

@media (max-width: 575.98px) {
  .process-title {
    font-size: 24px;
  }
  .process-card {
    padding: 20px;
    max-width: 100%;
  }
}

/* =============================================
   CTA SECTION — Need a Personal Injury Attorney
   ============================================= */

.cta-section {
  padding-top: 80px;
  padding-bottom: 0px;
  background: #fff;
}

/* Title */
.cta-title {
  color: #000;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
}

/* Left: Image */
.cta-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.cta-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Right: Text */
.cta-right {
  padding-left: 40px;
}

.cta-text {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 28px;
}

/* CTA Button — solid blue */
.cta-btn {
  display: inline-block;
  background: #025ca0;
  color: #fff !important;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 36px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #013d6e;
  color: #fff;
  text-decoration: none;
}

/* =============================================
   RESPONSIVE — CTA Section
   ============================================= */

@media (max-width: 991.98px) {
  .cta-section {
    padding: 60px 0;
  }
  .cta-title {
    font-size: 30px;
  }
  .cta-right {
    padding-left: 15px;
    margin-top: 40px;
  }
  .cta-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .cta-section {
    padding: 50px 0 0 0;
  }

  .call-cta-blue {
    font-size: 13px;
  }

  .cta-title {
    font-size: 26px;
  }
  .cta-text {
    font-size: 16px;
    line-height: 26px;
  }
  .cta-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .cta-title {
    font-size: 24px;
  }
}

/* =============================================
   AREAS SECTION — Areas We Serve
   ============================================= */

.areas-section {
  padding: 80px 0;
  background: #fff;
}

/* Left Content */
.areas-left {
  padding-right: 40px;
}

.areas-title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.areas-underline {
  width: 180px;
  height: 3px;
  background: #025ca0;
  margin-bottom: 24px;
}

.areas-intro {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
}

/* Cities Grid */
.areas-cities-row {
  display: flex;
  gap: 40px;
}

.areas-city-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.areas-city-link {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: color 0.3s ease;
}

.areas-city-link:hover {
  color: #025ca0;
  text-decoration: none;
}

/* Right: Map */
.areas-map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}

.areas-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =============================================
   RESPONSIVE — Areas Section
   ============================================= */

@media (max-width: 991.98px) {
  .areas-section {
    padding: 60px 0;
  }
  .areas-title {
    font-size: 30px;
  }
  .areas-left {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .areas-map-wrapper {
    min-height: 350px;
  }
}

@media (max-width: 767.98px) {
  .areas-section {
    padding: 50px 0;
  }
  .areas-title {
    font-size: 26px;
  }
  .areas-intro {
    font-size: 16px;
    line-height: 24px;
  }
  .areas-cities-row {
    gap: 24px;
  }
  .areas-city-link {
    font-size: 15px;
  }
  .areas-map-wrapper {
    min-height: 300px;
  }
}

@media (max-width: 575.98px) {
  .areas-title {
    font-size: 24px;
  }
  .areas-cities-row {
    flex-direction: column;
    gap: 0;
  }
  .areas-city-col {
    margin-bottom: 16px;
  }
  .areas-city-col:last-child {
    margin-bottom: 0;
  }
}

/* ============================================
   FOOTER REDESIGN STYLES
   ============================================ */

/* Office Maps Section - Stacked Layout */
.office-maps {
  padding-left: 2rem;
}

.office-maps .foot-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.office-maps .foot-title:first-child {
  margin-top: 0;
}

.office-maps .foot-location {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-decoration: none;
  opacity: 0.9;
}

.office-maps .foot-location:hover {
  opacity: 1;
  text-decoration: underline;
}

.office-maps iframe {
  border-radius: 4px;
  margin-bottom: 1.5rem;
  display: block;
}

/* Footer Bottom Info - 3 Column Layout */
.footer-bottom-info {
  padding-top: 3rem;
  margin-top: 3rem;
}

.footer-bottom-info .foot-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

.footer-bottom-info .foot-location {
  color: #ffffff;
  font-size: 1.4rem;
  opacity: 0.9;
}

/* Call CTA Button */
.call-cta {
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 0.75rem 2.5rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.call-cta:hover {
  background-color: #ffffff;
  color: #025ca0;
  text-decoration: none;
}

/* Social Icons Styling */
.footer-bottom-info .social-profiles a,
.footer-bottom-info .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 0.75rem;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.footer-bottom-info .social-profiles a:hover,
.footer-bottom-info .social-icons a:hover {
  background-color: #ffffff;
  color: #025ca0;
}

/* Footer Widgets / Navigation Section */
#footer-widgets {
  background-color: #025ca0;
  border-top: 2px solid #ffffff;
}

.footer-logo-col img {
  max-height: 60px;
  width: auto;
}

.footer-col-center {
  text-align: center;
}

.footer-nav-links a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 0.5rem 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-nav-links a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .office-maps {
    padding-left: 15px;
    margin-top: 3rem;
  }

  .office-maps iframe {
    height: 180px !important;
  }

  .footer-bottom-info .col-lg-4 {
    margin-bottom: 2rem;
  }

  .footer-bottom-info .col-lg-4:last-child {
    margin-bottom: 0;
  }

  .footer-nav-links {
    text-align: left;
  }

  .footer-nav-links a {
    padding: 0.4rem 0;
  }

  .footer-col-right {
    justify-content: center !important;
  }
}

@media (max-width: 575.98px) {
  .office-maps .foot-title {
    font-size: 1.6rem;
  }

  .office-maps iframe {
    height: 160px !important;
  }

  .call-cta {
    padding: 0.6rem 2rem;
    font-size: 1.4rem;
  }

  .footer-logo-col {
    text-align: center;
  }

  .footer-logo-col img {
    max-height: 50px;
  }
}

/* Equal height for form and maps columns */
#footer-contact .content {
  align-items: stretch;
}
#footer-contact .form-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Vertical dividers between bottom info columns */
.footer-bottom-row {
  position: relative;
}
.footer-bottom-col {
  position: relative;
}
.footer-bottom-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 111px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Horizontal divider above bottom info bar (height: 2px) */
.footer-bottom-info {
  position: relative;
  padding-top: 2rem;
}

/* Mobile: hide vertical dividers, show horizontal ones instead */
@media (max-width: 991px) {
  .footer-bottom-col:not(:last-child)::after {
    display: none;
  }
  .footer-bottom-col:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

.social-links {
  display: flex;
}

.footer-col-right {
  display: flex;
  justify-content: end;
}

.FAQ-Content {
  margin-top: 0px !important;
}

@media (max-width: 363px) {
  .profile {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}

.pa-box {
  margin-bottom: 15px;
}

.pa-inner-text {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  position: relative;
}

.pa-inner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.pa-inner-text .ahref {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}

#types-of-cases .pa-inner-text .ahref {
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.8);
    position: relative;
    z-index: 2;
}

#types-of-cases .pa-inner-text .ahref:hover {
    color: #ffffff !important;
}
