body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #d7dadb;
    text-align: center;
    background: url('./assets/rectangle-5.svg') no-repeat center center/cover;
}
.container {
    width: 100%;
    height: 930px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('img/herobg.jpg') no-repeat center center/cover;
}
.main-text {
    font-size: 85px;
    line-height: 102px;
    font-weight: 400;
    text-transform: uppercase;
}
.highlight-text {
    font-family: 'Libre Caslon Text', serif;
    font-size: 110px;
    line-height: 97px;
    font-weight: 700;
    color: #3481e1;
}
.large-amount {
    font-family: 'Libre Caslon Text', serif;
    font-size: 202px;
    line-height: 248.46px;
    font-weight: 700;
    color: #3481e1;
}
.additional-text {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    color: #124d96;
    margin-top: 50px;
}
.button-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}
.btn-consult {
    background: url('./assets/rectangle-6-11.svg') no-repeat center center/cover;
    color: #06336b;
}
.btn-review {
    background: url('./assets/rectangle-6-10.svg') no-repeat center center/cover;
    color: #fe6d4f;
    font-size: 20px;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Libre Caslon Text', serif;
    color: white;
    background-color: #000;
}

.main-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

.header-section h1 {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 1.8px;
    line-height: 44.28px;
}

.header-section p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
}

.team-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.team-member {
    width: calc(25% - 15px);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    color: black;
}

.team-member img {
    width: 100%;
    height: auto;
}

.member-info {
    padding: 20px;
    background-color: #eaeaea;
    text-align: center;
}

.member-info h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #3481e1;
}

.member-info p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.navbar-container {
    background-color: #1C3E75;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 3%;
}
.logo {
    margin-right: auto;
}
.menu-items {
    display: flex;
    align-items: center;
    color: #ffffff;
}
.menu-item {
    margin: 0 5px;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 300;
}
.menu-item.highlight {
    background-color: #F26522;
    padding: 0 7px;
}
.contact-info {
    margin-left: 50px;
}
.call-now {
    font-weight: bold;
}
.phone-number {
    font-weight: normal;
}
.spanish-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('./assets/rectangle-7.svg');
    background-size: cover;
    width: 50px;
    height: 15px;
    color: #ffffff;
    font-size: 11px;
    line-height: 13.2px;
    margin-left: auto;
}
.personal-injury-section {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  min-height: 800px;
}
.hero-background {
  background-color: #06336b;
  align-items: center;
  justify-content: center;
  padding: 80px 70px 80px 70px;
  height: 790px;
}

@media (max-width: 991px) {
  .hero-background {
    max-width: 100%;
    padding: 0 20px;
  }
}

.content-wrapper {
  width: 100%;
  max-width: 1680px;
}

@media (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
  }
}

.two-column-layout {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .two-column-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.left-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 59%;
  margin-left: 0;
}

@media (max-width: 991px) {
  .left-column {
    width: 100%;
  }
}

.left-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-family: Lato, sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .left-content {
    max-width: 100%;
    margin-top: 40px;
  }
}

.company-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-align: center;
  align-self: flex-start;
}

@media (max-width: 991px) {
  .company-title {
    max-width: 100%;
  }
}

.video-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  min-height: 522px;
  margin-top: auto;
  width: 100%;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.9px;
  padding: 353px 70px 126px;
}

@media (max-width: 991px) {
  .video-container {
    max-width: 100%;
    padding: 100px 20px;
  }
}

.video-background {
  position: absolute;
  inset: 0;
  height: auto;
  width: 80%;
  object-fit: cover;
  object-position: center;
}

.play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 34px;
  background-color: #cf492e;
  display: flex;
  margin-bottom: -25px;
  width: 200px;
  max-width: 100%;
  border: 1px solid #fe6d4f;
}

@media (max-width: 991px) {
  .play-button {
    margin-bottom: 10px;
  }
}

.play-icon {
  aspect-ratio: 0.97;
  object-fit: contain;
  object-position: center;
  width: 35px;
}

.play-text {
  flex-grow: 1;
  width: 94px;
  margin: auto 0;
  font-weight: 400;
  font-family: lato;
  font-size: x-large;
  color: #fff;
}

.right-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 41%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .right-column {
    width: 100%;
  }
}

.company-description {
  color: #fff;
  letter-spacing: 1.8px;
  font: 600 36px Libre Caslon Text, -apple-system, Roboto, Helvetica, sans-serif;
  text-align: left;
}

@media (max-width: 991px) {
  .company-description {
    max-width: 100%;
    margin-top: 40px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.company-name {
  font-family: Libre Caslon Text;
  font-weight: 700;
  font-size: 64px;
  color: #fff;
}

.company-subtitle {
  font-family: Libre Caslon Text, sans-serif;
  font-weight: 200;
  line-height: 52px;
  color: #3481e1;
}

.company-tagline {
  font-weight: 300;
  font-size: 29px;
}

.description-text {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
}

.highlight-text {
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  color: #3481e1;
}

hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 900;
  justify-content: center;
}

.hero-image {
  aspect-ratio: 1.83;
  object-fit: contain;
  object-position: center;
  width: 100%;
  align-self: center;
  z-index: 0;
}

.testimonial-box {
  align-self: center;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);  
  max-width: 100%;
  margin-top: -2px;
  padding: 1% 8%;
}

.quote-text {
  font-family: "Libre Caslon Text", -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #363740;
}

.quote-author {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 54px;
  color: #363740;
}

.cta-container {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 40px 170px;
  text-align: center;
  justify-content: start;
  flex-wrap: wrap;
  left: 50%;
  bottom: 382px;
  transform: translate(-50%, 0);
}

.primary-button {
  border-radius: 8px;
  background-color: #CF492E;
  padding: 17px 30px;
  border: 1px solid #FE6D4F;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1.1px;
  font-weight: 400;
}

.secondary-button {
  border-radius: 8px;
  background-color: transparent;
  padding: 2px 30px;
  border: 2px solid #CF492E;
  color: #FE6D4F;
  font-size: 20px;
  letter-spacing: 1px;
  min-width: 240px;
}

.rating-text {
  color: #124D96;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 495px;
  transform: translate(-50%, 0);
  width: 892px;
  height: 36px;
}

.stats-container {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 1271px;
  max-width: 100%;
  flex-direction: column;
  color: #D7DADB;
  font-weight: 400;
  left: 322px;
  top: 81px;
}

.stats-header {
  font-size: 85px;
  text-transform: uppercase;
}

.stats-highlight {
  display: flex;
  margin-top: 2px;
  width: 100%;
  align-items: center;
  font-family: "Libre Caslon Text", sans-serif;
  color: #3481E1;
  font-weight: 700;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stats-prefix {
  font-size: 110px;
  line-height: 1;
  align-self: stretch;
  width: 309px;
  margin: auto 0;
}

.stats-amount {
  font-size: 200px;
  align-self: stretch;
  width: 962px;
  margin: auto 0;
}

.stats-footer {
  font-size: 85px;
  text-transform: uppercase;
  margin-top: -3px;
}

@media (max-width: 991px) {
  .hero-image {
    max-width: 100%;
  }
  
  .testimonial-box {
    padding: 0 20px;
  }
  
  .cta-container {
    max-width: 100%;
  }
  
  .primary-button,
  .secondary-button {
    padding: 0 20px;
  }
  
  .rating-text {
    max-width: 100%;
  }
  
  .stats-header,
  .stats-footer {
    max-width: 100%;
    font-size: 40px;
  }
  
  .stats-prefix {
    font-size: 40px;
  }
  
  .stats-amount {
    max-width: 100%;
    font-size: 40px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
    .verdicts-section {
      background: linear-gradient(to right, #f5f5f5, #ffffff);
      padding-top: 15%;
      padding-left: 0%;
      padding-bottom: 11%;
      padding-right: 0%;
      text-align: left;
      font-family: 'Libre Caslon Text', serif;
      margin: 0;
      background: #eaeaea;
    }

    .verdicts-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
      row-gap: 12%;
      column-gap: 8%;
Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.
Learn more

Don't show
: 150px;
      max-width: 65%;
      margin: 0 auto 30px;
    }

    .verdict-card {
      background: none;
      padding: 10px;
      border-bottom: .5px solid #0056A8;
      width: 535px;
    }

    .amount {
      color: #0056A8;
      font-size: 80px;
      font-weight: bold;
    }

    .label {
      font-size: 45px;
      font-weight: 400;
      color: #333;
      margin-top: 1px;
      text-transform: uppercase;
      font-family: lato;
    }

    .tag {
      font-size: 36px;
      font-weight: 400;
      color: #333;
      display: inline-flex;
      align-items: center;
      margin-top: -1%;
      font-family: Lato;
    }

    .tag::before {
      content: "";
      color: #007BFF;
      margin-right: 6px;
    }

    .bottom-text {
      font-size: 24px;
      color: #444;
      max-width: 500px;
      margin: 0px auto 20px;
      line-height: 1.;
      font-family: Lato;
      text-transform: capitalize;
    }

    .cta-button {
      background-color: #d84315;
      color: white;
      padding: 12px 24px;
      border: none;
      font-size: 14px;
      border-radius: 4px;
      cursor: pointer;
    }

    .cta-button:hover {
      background-color: #bf360c;
    }

  .awards-section {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.left-award {
  background-color: #082c5b;
  color: white;
  width: 85%;
  padding-top: 0px;
    padding-right: 90px;
    padding-bottom: 60px;
    padding-left: 120px;
  box-sizing: border-box;
  height: 100%;
  flex: none;
}

.left-award h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Libre Caslon Text', serif;
  text-align: left;
}

.left-award p {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6;
  text-align: left;
  font-family: lato;
}

.awards-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 30px;
}

.awards-logos img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: white;
  border-radius: 0px;
  filter: grayscale(100%);
  opacity: 55%;
}

.right-award {
  width: 100%;
  padding: 60px 40px;
  box-sizing: border-box;
  background-color: white;
  height: 100%;
  flex: none;
  margin: 0;
}

.achievements {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.achievements li {
  border-top: 1px dashed #3481e1;
  padding: 16px 0;
  font-size: 24px;
  color: #000;
  font-family: lato;
  text-align: left;
}

.consultation-text {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333;
}

.cta-button {
  display: inline-block;
  padding: 15px 25px;
  background-color: #cf492e;
  color: white;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #b83f24;
}

.panel-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    justify-content: center;
    text-align: left;
  }

  .hover-panel {
    position: relative;
    width: 100%;
    max-width: 296px;
    min-height: 340px;
    background: white;
    border: 1px solid #007bff;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    background-size: cover;
    background-position: center;
  }

  .hover-panel .panel-content {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: black;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.9); /* Default white overlay */
  }

  .hover-panel h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 2;
    font-family: libre caslon tex;
  }

  .hover-panel p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    transition: opacity 0.3s ease;
    font-family: lato;
  }

  .hover-panel button {
    display: none;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 6px;
    background: #3481e1;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    z-index: 2;
  }

  .hover-panel:hover {
    background-image: src="img/medical.png";/* Replace with actual image path */
  }

  .hover-panel:hover .panel-content {
    background: rgba(42, 40, 40, 0.7);
    color: white;
  }
  .hover-panel:hover p {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  .hover-panel:hover button {
    display: inline-block;
  }


/* BUTTONS */
.btn { display:inline-block; padding:0.75rem 1.5rem; background:#cf492e; color:#fff; text-decoration:none; border-radius:6px; font-weight:900; margin-top:1rem; }
.primary-btn { background:#3481e1; }

/* FEATURES GRID */
.features { display:grid; grid-template-columns:1fr; gap:3rem; padding:4rem 0; }
@media(min-width: 768px) {
  .features { grid-template-columns:1fr 1fr; }
}
.feature { background:#ebedef; padding:1.5rem; border-radius:8px; display:flex; flex-direction:column; }
.feature img { width:100%; height:auto; border-radius:5px; margin-bottom:1rem; }
.feature.alternate { /* optional visual variation */ }

/* CTA FORM SECTION */
.cta-form {
  padding: 80px 20px;
  text-align: center;
  background-color: #124D96;
}

.cta-content {
  max-width: 60%;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: libre caslon text;
}

.cta-content p {
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.5;
  font-family: lato;
  font-weight: 300;
}

.consult-form {
  background: #094385;
  padding: 60px;
  border-radius: 6px;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  flex: 1;
  padding: 20px;
  font-size: 20px;
  border: none;
  border-radius: 4px;
  background-color: #e0e0e0;
  color: #000;
  font-family: lato;
}

textarea {
  resize: vertical;
}

.checkbox-wrapper {
  text-align: left;
  font-size: 14px;
}

.checkbox-wrapper label {
  display: block;
  color: #fff;
}

.checkbox-wrapper input {
  margin-right: 10px;
}

.checkbox-wrapper a {
  color: #ffff;
  text-decoration: underline;
}

.disclaimer {
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-family: lato;
  font-weight: 300;
}

.submit-btn {
  background-color: #d14727;
  color: white;
  font-size: 18px;
  padding: 15px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  width: fit-content;
  align-self: center;
}

.submit-btn:hover {
  background-color: #b23b20;
}
.hero-banner {
  background: linear-gradient(135deg, #083d78, #0c4d9c); /* Blue gradient */
  color: white;
  padding: 80px 20px;
  text-align: left; /* Left-align like in the image */
  height: 450px;
}

.hero-text.container {
  max-width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* Ensure column layout */
  gap: 30px; /* Space between h1 and p */
}

.hero-text h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  font-family: libre caslon text;
}

.hero-text p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
  font-family: lato;
  font-weight: 300;
}

.features-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0px;
  background-color: #094385;
  font-family: 'Arial', sans-serif;
}

.feature-block {
    max-width: 62%;
    background: #ebedef;
    padding: 45px;
    display: flex;
    row-gap: 50px;
    column-gap: 4%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.feature-block.reverse {
  flex-direction: row-reverse;
  max-width: 66%;
  background: #ebedef;
  margin-left: 31%;
  padding-top: 45px;
  padding-right: 0%;
  padding-bottom: 45px;
  padding-left: 45px;
  column-gap: 4%;
}

.feature-textr {
    flex: 1;
    min-width: 50%;
    max-width: 800px;
    text-align: left;
    margin-left: 34%;
    margin-right: 20%;
}

.feature-textr h2 {
  font-size: 34px;
  font-family: libre caslon text;
  color: #04336d;
  margin-bottom: 20px;
  text-align: left;
}

.feature-textr p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #000;
  text-align: left;
  font-family: lato;
  font-weight: 400;
}

.feature-text {
    flex: 1;
    min-width: 58%;
    max-width: 800px;
    text-align: left;
    margin-left: 19%;
}

.feature-text h2 {
  font-size: 34px;
  font-family: libre caslon text;
  color: #04336d;
  margin-bottom: 20px;
  text-align: left;
}

.feature-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #000;
  text-align: left;
  font-family: lato;
  font-weight: 400;
}

.cta-button {
  display: inline-block;
  margin-top: 10px;
  padding: 17px 30px;
  background-color: #ea5c40;
  color: white;
  text-decoration: none;
  font-weight: 400;
  border-radius: 4px;
  transition: background 0.3s ease;
  font-size: 18px;
}

.cta-button:hover {
  background-color: #d6492f;
}

.feature-image {
  flex: 1;
  min-width: 300px;
}

.feature-image img {
  height: auto;
  object-fit: cover;  
  margin-left: 15%%;
}
/* FOOTER */
.site-footer { background:#ebedef; color:#124d96; padding:2rem 0; }
.footer-top { display:flex; flex-wrap:wrap; gap:2rem; align-items:center; padding-bottom:2rem; height:auto; }
.footer-social { flex-wrap:wrap; gap:2rem; align-items:center; padding-bottom:2rem; }
.footer-logo { width:100%; }
.address p { font-size:1rem; }
.contact-info h3 { font-size:1rem; font-weight:900; margin-bottom:0.5rem; }
.contact-info .phone { font-size:1.25rem; }
.contact-info .directions { color:#124d96; text-decoration:underline; }
.accreditation img { max-width:100px; }
.footer-nav nav { display:flex; flex-wrap:wrap; gap:1rem; font-size:1rem; justify-content:center; padding:1rem 0; }
.footer-nav a { color:#000; text-decoration:none; }
.footer-bottom { text-align:center; font-size:0.9rem; color:#000; }

