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

body {
  margin-top: 70px;
  overflow-x: hidden;
  font-family: "Segoe UI", sans-serif;
  background: #ffffff;
}

/* HERO */

.hero {
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.hero-left,
.hero-right {
  flex: 1;
}

.hero-left {
  background: #eef4fc;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 650px;
  padding: 0 80px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-right {
  width: 50%;
  min-height: 750px;

  display: flex;
  justify-content: center;
  align-items: flex-end;
 position: relative;
  overflow: hidden;
}

.lawyer-image {
  height: 820px;
  width: auto;

  object-fit: contain;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 2;
  transform: translateY(20px);
}


.hero-content h1 {
  font-size: 40px;
  line-height: 1.1;
  color: #0f2d69;
  margin-bottom: 16px;
  font-weight: 700;
}

.hero-content h3 {
  color: #c8892d;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 28px;
}

.hero-content p {
  font-size: 20px;
  line-height: 1.8;
  color: #374151;
  max-width: 520px;
  margin-bottom: 30px;
}

.hero-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 35px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #23437d;
  font-size: 18px;
}

.info-item i {
  width: 22px;
  color: #23437d;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  background: #082f73;
  color: white;

  text-decoration: none;

  padding: 18px 32px;

  border-radius: 8px;

  font-size: 18px;
  font-weight: 600;

  transition: 0.3s;
}

.hero-btn:hover {
  background: #0a3d94;
}

/* RIGHT SIDE */

.hero-right {
  width: 50%;
  background: #f8fafc;

  display: flex;
  justify-content: center;
  align-items: flex-end;

  position: relative;
}

.hero-right::before {
  content: "";
  position: absolute;

  inset: 0;

  background: linear-gradient(
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.15)
  );

  z-index: 1;
}




/* RESPONSIVE */

@media (max-width: 991px) {
  .hero {
    flex-direction: column;
    height: auto;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-content {
    margin: 80px 40px;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .hero-content h3 {
    font-size: 26px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .lawyer-image {
    height: 450px;
  }
}

.practice-section {
  width: 100%;
  padding: 50px 0px;
  background: #fff;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #17346b;
  letter-spacing: 1px;
  font-family: Georgia, serif;
}

.line {
  width: 45px;
  height: 2px;
  background: #d7a348;
}

.practice-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 20px;
}

.practice-card {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 8px;

  padding: 28px 24px;

  display: flex;
  align-items: flex-start;
  gap: 18px;

  min-height: 180px;

  transition: 0.3s ease;
}

.practice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.practice-card i {
  font-size: 42px;
  color: #17346b;
  min-width: 50px;
}

.practice-card h3 {
  font-size: 18px;
  color: #17346b;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: Georgia, serif;
}

.practice-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
}

/* Tablet */

@media (max-width: 1024px) {
  .practice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */

@media (max-width: 768px) {
  .practice-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 24px;
  }
}
/* WHY CHOOSE */

.why-choose {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f8fd;
  padding: 50px 80px;
}

.why-left {
  width: 35%;
}

.section-label {
  font-size: 12px;
  color: #1c3f7a;
  font-weight: 600;
  letter-spacing: 1px;
}

.why-left h2 {
  font-size: 42px;
  color: #15356b;
  margin: 10px 0;
  font-family: Georgia, serif;
}

.why-left p {
  color: #5c677d;
  line-height: 1.8;
}

.why-right {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.stat-box {
  text-align: center;
}

.stat-box i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #eaf1fb;
  color: #17346b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: auto;
}

.stat-box h3 {
  margin-top: 15px;
  color: #17346b;
  font-size: 38px;
}

.stat-box span {
  font-size: 15px;
  color: #666;
}

/* ARTICLES */

.articles-section {
  padding: 80px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.heading-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.heading-wrap h2 {
  color: #17346b;
  font-size: 28px;
  font-family: Georgia, serif;
}

.heading-wrap span {
  width: 50px;
  height: 2px;
  background: #d4a247;
}

.section-header a {
  text-decoration: none;
  color: #17346b;
  font-weight: 600;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.article-card {
  border: 1px solid #e5ebf5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.article-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.article-content {
  padding: 20px;
}

.article-content h3 {
  color: #17346b;
  font-size: 22px;
  margin-bottom: 12px;
  font-family: Georgia, serif;
}

.article-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.meta {
  color: #7a8190;
  font-size: 14px;
}

/* FEATURES */

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f6f9fd;
  padding: 35px 80px;
  gap: 30px;
}

.feature-box {
  display: flex;
  gap: 15px;
}

.feature-box i {
  font-size: 28px;
  color: #17346b;
}

.feature-box h4 {
  color: #17346b;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* CTA */
.cta {
  background: #f8fafc;
}
.consultation {
  margin: 50px 80px;
  padding: 35px 40px;
  border-radius: 10px;
  background: #f8fafc;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consult-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: #eef4fc;

  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box i {
  font-size: 30px;
  color: #17346b;
}

.consult-left h3 {
  color: #17346b;
  font-size: 28px;
  margin-bottom: 8px;
}

.consult-left p {
  color: #666;
}

.consult-btn {
  background: #0f3b8c;
  color: white;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 8px;
  font-weight: 600;
}

/* =======================================
   LARGE TABLETS (1024px)
======================================= */

@media (max-width: 1024px) {
  .why-choose {
    padding: 50px 40px;
    gap: 40px;
  }

  .why-left h2 {
    font-size: 34px;
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
  }
}

/* =======================================
   TABLETS (768px)
======================================= */

@media (max-width: 768px) {
  body {
    margin-top: 70px;
  }

  /* HERO */

  .hero {
    flex-direction: column;
    height: auto;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-content {
    margin: 60px 25px;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content h3 {
    font-size: 22px;
  }

  .hero-content p {
    font-size: 17px;
    line-height: 1.8;
  }

  .info-item {
    font-size: 16px;
  }

  .lawyer-image {
    width: 100%;
    height: auto;
    max-height: 500px;
  }

  /* WHY CHOOSE */

  .why-choose {
    flex-direction: column;
    padding: 50px 25px;
    text-align: center;
  }

  .why-left,
  .why-right {
    width: 100%;
  }

  .why-right {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .stat-box {
    width: 45%;
  }

  /* ARTICLES */

  .articles-section {
    padding: 50px 25px;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

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

  /* FEATURES */

  .features {
    grid-template-columns: 1fr;
    padding: 40px 25px;
  }

  /* CONSULTATION */

  .consultation {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    margin: 40px 25px;
    padding: 30px 20px;
  }

  .consult-left {
    flex-direction: column;
  }

  .consult-left h3 {
    font-size: 24px;
  }
}

/* =======================================
   MOBILE (576px)
======================================= */

@media (max-width: 576px) {
  .hero-content {
    margin: 50px 20px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content h3 {
    font-size: 20px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 16px;
  }

  .section-title h2,
  .heading-wrap h2 {
    font-size: 22px;
    text-align: center;
  }

  .why-left h2 {
    font-size: 28px;
  }

  .stat-box {
    width: 100%;
  }

  .stat-box h3 {
    font-size: 30px;
  }

  .practice-card {
    padding: 20px;
    min-height: auto;
  }

  .article-content h3 {
    font-size: 18px;
  }

  .consult-btn {
    width: 100%;
    text-align: center;
    padding: 16px;
  }
}

/* =======================================
   SMALL MOBILE (375px)
======================================= */

@media (max-width: 375px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content h3 {
    font-size: 18px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .info-item {
    font-size: 14px;
  }

  .practice-card i {
    font-size: 32px;
  }

  .practice-card h3 {
    font-size: 16px;
  }

  .consult-left h3 {
    font-size: 22px;
  }
}


/* =========================
   DISCLAIMER POPUP
========================= */

.disclaimer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 24, 73, 0.75);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.disclaimer-box {
    width: 90%;
    max-width: 650px;
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    border-top: 6px solid #c9962d;
    animation: popupShow .4s ease;
}

.law-icon {
    font-size: 55px;
    margin-bottom: 15px;
    color: #c9962d;
}

.disclaimer-box h2 {
    color: #0b347d;
    font-size: 34px;
    margin-bottom: 20px;
}

.disclaimer-box p {
    color: #444;
    font-size: 17px;
    line-height: 1.8;
}

.disclaimer-btns {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.disclaimer-btns button {
    padding: 14px 35px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

#acceptBtn {
    background: #0b347d;
    color: white;
}

#acceptBtn:hover {
    transform: translateY(-3px);
}

#declineBtn {
    background: #c9962d;
    color: white;
}

#declineBtn:hover {
    transform: translateY(-3px);
}

@keyframes popupShow {
    from {
        opacity: 0;
        transform: scale(.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media(max-width:768px){

    .disclaimer-box{
        padding:25px;
    }

    .disclaimer-box h2{
        font-size:28px;
    }

    .disclaimer-btns{
        flex-direction:column;
    }

    .disclaimer-btns button{
        width:100%;
    }
}

@media (max-width:1200px){

  .hero-content{
      padding:60px;
  }

  .hero-content h1{
      font-size:48px;
  }

  .hero-content p{
      font-size:18px;
  }
}
