* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #0f1530
}

/* img{display:block;max-width:100%;height:auto} */
a {
  text-decoration: none;
  color: inherit
}

:root {
  --teal: #12b1a9;
  --navy: #2b347a;
  --btn: #d77c2b;
  --max: 1200px;
  --white: #fff;
}

/* ================= TOPBAR ================= */
.topbar {
  background: var(--teal);
  color: var(--white);
  font-size: 13px;
}

.topbar__wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar__left,
.topbar__right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topbar__item img {
  width: 12px;
  height: 12px
}

.topbar__right a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topbar__right img {
  width: 12px;
  height: 12px
}

.sep {
  opacity: .85;
  font-weight: 700
}

/* ================= NAV ================= */
.header {
  background: var(--navy);
}

img.facebok {
  width: 10px;
  height: 11px
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  /* padding: 14px 18px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo-box {
  background: #fff;
  border-radius: 4px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-width:240px; */
}

.logo-box img {
  height: 44px;
  width: auto
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 600;
}

.menu a {
  color: #fff;
  opacity: .92
}

.menu a:hover {
  opacity: 1
}

.menu a.active {
  color: #1fd1c8;
  opacity: 1;
}

.cta {
  background: var(--btn);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  white-space: nowrap;
}

.cta .arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 8px;
  display: grid;
  place-items: center;
}

.cta .arrow img {
  width: 11px;
  height: 11px
}

/* ================= HERO ================= */
.hero {
  background: var(--navy);
  min-height: 520px;
  overflow: hidden;
}

.hero__wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px 18px 60px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 40px;
  min-height: 480px;
}

.hero__imgWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 26px;
}

.hero__img {
  width: 560px;
  max-width: 100%;
}

.hero__content {
  color: #fff;
  padding-right: 20px;
}

.hero__content h1 {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: .3px;
  margin-bottom: 14px;
  line-height: 1.05;
}

.hero__content p {
  font-size: 13px;
  opacity: .88;
  margin-bottom: 20px;
}

.hero__btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 22px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .4px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.btn.primary {
  background: #3b4d86;
  color: #fff;
}

.btn.secondary {
  background: #fff;
  color: #1b2340;
}

* {
  box-sizing: border-box;
}

.about-services {
  width: 100%;
  background: #ffffff;
  padding: 56px 16px 70px;
}

.about-services__wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.about-services__title {
  /* font-size: 34px;
    font-weight: 600; */
  color: #1a1a1a;
  margin: 0 0 14px;
}

.about-services__desc {
  max-width: 760px;
  margin: 0 auto 46px;
  font-size: 12px;
  line-height: 1.8;
  color: #4b5565;
}

.about-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  align-items: start;
  justify-items: center;
}

.about-services__item {
  width: 100%;
  max-width: 260px;
  text-align: center;
}

.about-services__item img {
  /* width: 44px;
    height: 44px; */
  object-fit: contain;
  margin: 0 auto 18px;
}

.about-services__item h3 {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  line-height: 1.35;
  margin: 0;
}

.founders-fixed {
  position: relative;
  /* REQUIRED */
  background: #2b347a;
  padding: 46px 16px 56px;
  border: 2px solid #16b7b0;
  overflow: hidden;
}

.founders-fixed__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;

  /* space for statue */
  /* padding-right: 260px; */
}

.founders-fixed h2 {
  font-size: 22px;
  /* font-weight: 700; */
  margin-bottom: 14px;
}

.founders-fixed p {
  font-size: 12px;
  line-height: 1.8;
  opacity: .92;
  margin-bottom: 10px;
}

.founders-fixed h3 {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 500;
}

.founders-fixed__lists {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: left;
}

.founders-fixed__lists ul {
  padding-left: 18px;
}

.founders-fixed__lists li {
  font-size: 12px;
  line-height: 1.8;
}

.founders-fixed__footer {
  margin-top: 12px;
  font-size: 12px;
  opacity: .9;
}

/* 🔥 THIS IS THE KEY PART 🔥 */
.founders-fixed__statue {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 230px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .35));
}

.practice-areas {
  background: #fff;
  padding: 50px 16px 70px;
}

.pa-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.pa-main-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 36px;
  color: #111;
}

/* ROWS */
.pa-row {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 60px;
}

.pa-text h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #111;
}

.pa-text p {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 12px;
}

.pa-text ul {
  padding-left: 18px;
  margin-top: 10px;
}

.pa-text li {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 6px;
}

.pa-text .mt {
  margin-top: 26px;
}

.pa-image img {
  /* width:100%; */
  height: auto;
  display: block;
}

/* MEDIA BLOCK */
.pa-media {
  text-align: center;
  margin-top: 20px;
}

.pa-media h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.pa-media p {
  font-size: 13px;
  color: #444;
}

/* ✅ remove default browser spacing (main reason white gap appears) */
html,
body {
  margin: 0;
  padding: 0;
}

.media-listing {
  background: #2b347a;
  /* ONE blue parent background */
  padding: 0;
  /* no outer padding */
}

.media-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.media-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;

  padding: 34px 24px;
  /* height like screenshot */
  color: #fff;

  margin: 0;
  /* IMPORTANT: no margins */
}

.media-left {
  max-width: 860px;
}

.media-meta {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 4px;
  margin-bottom: 14px;
}

.media-item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 12px;
}

.media-item p {
  font-size: 13px;
  opacity: .9;
  margin: 0;
}

.media-right {
  flex-shrink: 0;
}

.media-btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: .25s;
}

.media-btn:hover {
  background: #fff;
  color: #2b347a;
}

/* ✅ ONLY divider between items (no random gaps) */
.media-divider {
  height: 8px;
  /* thick white line like screenshot */
  background: #fff;
  margin: 0;
  /* IMPORTANT */
  width: 100%;
}

.contact-section {
  background: #ffffff;
  padding: 60px 16px 70px;
}

.contact-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-sub {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 13px;
  color: #555;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: stretch;
  padding: 0px 60px 0px 60px;
}

/* LEFT CARD */
.contact-info {
  background: #2b347a;
  color: #fff;
  padding: 30px 26px;
  border-radius: 10px;
}

.contact-info h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 12px;
  line-height: 1.7;
  opacity: .9;
  margin-bottom: 22px;
}

.info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.info-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #4c5bd4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon img {
  width: 16px;
}

.info-item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.info-item span {
  font-size: 12px;
  opacity: .9;
}

/* RIGHT CARD */
.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
}

.contact-form h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-form p {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 12px;
}

.form-grid textarea {
  min-height: 110px;
  resize: vertical;
}

.form-grid .full {
  grid-column: 1 / -1;
}

/* BUTTON */
.form-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2b347a;
  color: #fff;
  border: none;
  padding: 10px 14px 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.form-btn span {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-btn span img {
  width: 30px;
}

.site-footer {
  position: relative;
  background: #2A3276;
  color: #fff;
  padding: 0 0 22px;
  overflow: hidden;
  font-family: Inter, system-ui, Arial, sans-serif;
}

/* Decorative shapes (very light) */
.f-shape {
  position: absolute;
  opacity: .15;
  pointer-events: none;
  user-select: none;
}

.f-shape--t1 {
  left: 35px;
  top: 30px;
  width: 38px;
}

.f-shape--t2 {
  left: 75px;
  top: 58px;
  width: 26px;
}

.f-shape--t3 {
  right: 55px;
  top: 55px;
  width: 36px;
}

.f-shape--t4 {
  right: 30px;
  top: 35px;
  width: 24px;
}

.footer-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Top row */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Big logo box (white) */
.footer-logoBox {
  width: 250px;
  height: 90px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logoBox img {
  height: 54px;
  width: auto;
  display: block;
}

/* Socials on right */
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social__label {
  font-size: 13px;
  color: rgba(255, 255, 255, .9);
  margin-right: 8px;
}

.footer-social__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  display: grid;
  place-items: center;
}

.footer-social__icon img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

/* Divider lines */
.footer-divider {

  background: rgba(255, 255, 255, .10);
  margin: 18px 0 0;
}

.footer-divider--bottom {
  margin: 40px 0 14px;
}

/* Grid columns */
.footer-grid {
  display: grid;
  grid-template-columns: 140px 140px 170px 260px 1fr;
  gap: 20px;
  padding-top: 26px;
  align-items: start;
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin: 10px 0;
}

.footer-list a {
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  text-decoration: none;
}

.footer-list a:hover {
  color: #fff;
}

/* Contact */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.footer-contact__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  display: grid;
  place-items: center;
  flex: 0 0 28px;
}

.footer-contact__icon img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.footer-contact__text {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .75);
  margin-top: 2px;
}

/* Subscribe */
.footer-subtext {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 14px;
}

.footer-form {
  display: flex;
  align-items: center;
  width: 250px;
  height: 36px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.footer-input {
  border: none;
  outline: none;
  padding: 0 12px;
  height: 100%;
  width: 100%;
  font-size: 12px;
  color: #333;
}

.footer-input::placeholder {
  color: #8a8a8a;
}

.footer-btn {
  width: 42px;
  height: 100%;
  border: none;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.footer-btn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

img.facebook-logo {
  width: 8px;
}

/* Bottom copyright */
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, .75);
  padding-bottom: 10px;
}

/* Responsive */
@media (max-width: 1050px) {
  .footer-logoBox {
    width: 360px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .footer-col--subscribe .footer-form {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 620px) {
  .footer-wrap {
    padding: 0 18px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-logoBox {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-form {
    width: 100%;
    max-width: 320px;
  }
}



/* RESPONSIVE */
@media(max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 520px) {
  .contact-title {
    font-size: 26px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media(max-width: 900px) {
  .media-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .media-right {
    margin-top: 14px;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .pa-row {
    grid-template-columns: 1fr;
  }

  .pa-row--border {
    padding: 14px;
  }
}

@media (max-width: 520px) {
  .pa-main-title {
    font-size: 24px;
  }

  .pa-text h3 {
    font-size: 20px;
  }
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 980px) {
  .founders-fixed__content {
    padding-right: 0;
  }

  .founders-fixed__statue {
    position: static;
    display: block;
    margin: 20px auto 0;
    width: 200px;
  }

  .founders-fixed__lists {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .about-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }
}

@media (max-width: 560px) {
  .about-services {
    padding: 44px 14px 56px;
  }

  .about-services__title {
    font-size: 28px;
  }

  .about-services__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-services__item {
    max-width: 320px;
  }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 980px) {
  .hero__wrap {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 30px;
  }

  .hero__imgWrap {
    justify-content: center;
    padding-left: 0;
  }

  .hero__btns {
    justify-content: center;
  }

  .hero__content h1 {
    font-size: 44px;
  }
}

@media (max-width: 900px) {
  .topbar__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-box {
    width: 100%;
    min-width: unset;
  }

  .menu {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero__content h1 {
    font-size: 34px;
  }

  .hero {
    min-height: auto;
  }
}

/* ================================================================
   LEGAL CS PAGE — MOBILE ALIGNMENT
   ================================================================ */
@media (max-width: 1024px) {
  .header .cta {
    display: none !important;
  }
}

@media (max-width: 768px) {

  /* Match Topbar to lawyer.html */
  .topbar__right {
    display: none !important;
  }

  .topbar__left {
    width: 100%;
    justify-content: center;
  }

  .topbar__wrap {
    padding: 8px 16px;
  }

  /* Match Navbar/Logo to lawyer.html */
  .header {
    background: #2b356f !important;
  }

  .nav {
    padding: 10px 16px;
    justify-content: space-between;
    flex-wrap: nowrap !important;
  }

  .logo-box {
    padding: 6px 10px;
    height: 48px;
    min-width: unset;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: auto !important;
  }

  .logo-box img {
    max-height: 38px;
    width: auto;
  }
}

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  [class*="hero"] {
    flex-direction: column !important;
    padding: 30px 16px !important;
    min-height: auto !important;
  }

  [class*="grid"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  [class*="contact-wrapper"],
  [class*="contact-grid"] {
    flex-direction: column !important;
  }

  [class*="footer-grid"],
  [class*="footer-container"] {
    grid-template-columns: 1fr 1fr !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .container,
  [class*="wrap"] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 480px) {

  [class*="footer-grid"],
  [class*="footer-container"] {
    grid-template-columns: 1fr !important;
  }
}