.hero {
  min-height: 750px;
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 20, 0.95) 0%,
      rgba(5, 5, 20, 0.75) 45%,
      rgba(5, 5, 20, 0.35) 100%
    ),
    url(../img/banner/hero-bg-1.jpg);

  background-size: cover;
  background-position: center;
}

.hero-title {
  max-width: 650px;
}

.hero-title h1 {
  font-family: "Playfair Display", serif;
  font-size: 58px;
  line-height: 1.15;
  color: #fff;
  font-weight: 700;
}

.highlight {
  color: #d6a84f;
}

.hero-title p {
  color: #f0f0f0;
  font-size: 18px;
  line-height: 1.8;
}

.hero-thumb img {
  width: 100%;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

.hero-experience {
  background: #d6a84f;
  color: #fff;
  border-radius: 25px;
  padding: 30px 45px;
}

.hero-experience span {
  font-size: 55px;
  font-weight: 700;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero .row {
  min-height: 750px;
  align-items: center;
}

.hero-thumb-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-thumb {
  position: relative;
  /* margin-top: -80px; */
}

.hero-thumb img {
  max-height: 700px;
  object-fit: contain;
}

.hero-experience {
  position: absolute;
  right: 20px;
  top: 120px;
}

.about-legal-section {
  position: relative;
  padding: 120px 0;
  background: #070707;
  overflow: hidden;
}

.about-legal-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: rgba(200, 155, 60, 0.15);
  filter: blur(120px);
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}

.section-title span {
  background: linear-gradient(90deg, #a87416, #f0d37b, #c89b3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-main-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 155, 60, 0.35);
  border-radius: 24px;
  padding: 35px;
  height: 100%;
  backdrop-filter: blur(10px);
}

.about-main-card p {
  color: #d4d4d4;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 25px;
}

.quote-box {
  background: rgba(200, 155, 60, 0.08);
  border-left: 4px solid #c89b3c;
  padding: 22px;
  border-radius: 12px;
  margin-top: 35px;
}

.quote-box i {
  color: #c89b3c;
  margin-right: 10px;
}

.quote-box span {
  color: #f0d37b;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.feature-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 155, 60, 0.25);
  border-radius: 22px;
  padding: 30px;
  transition: 0.4s;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: #c89b3c;
  box-shadow: 0 15px 40px rgba(200, 155, 60, 0.15);
}

.feature-card .icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: rgba(200, 155, 60, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-card .icon i {
  color: #c89b3c;
  font-size: 22px;
}

.feature-card h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", serif;
}

.feature-card p {
  color: #cfcfcf;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 48px;
  }

  .about-main-card {
    margin-bottom: 30px;
  }

  .hero-title h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .about-legal-section {
    padding: 80px 0;
  }

  .hero-title h1 {
    font-size: 30px !important;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .about-main-card,
  .feature-card {
    padding: 25px;
  }

  .about-main-card p {
    font-size: 16px;
    line-height: 30px;
  }
}

.practice-area-section {
  position: relative;
  padding: 0px 0 120px;
  background: #050505;
  overflow: hidden;
}

.practice-area-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -150px;
  width: 450px;
  height: 450px;
  background: rgba(200, 155, 60, 0.08);
  filter: blur(140px);
}

.section-title {
  margin-bottom: 70px;
}

.section-title span {
  color: #c89b3c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title h2 {
  color: #fff;
  font-size: 60px;
  margin: 15px 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.section-title p {
  color: #bdbdbd;
  max-width: 700px;
  margin: auto;
  font-size: 18px;
}

.practice-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 155, 60, 0.18);
  border-radius: 24px;
  padding: 35px;
  height: 100%;
  transition: 0.4s;
}

.practice-card:hover {
  transform: translateY(-10px);
  border-color: #c89b3c;
  box-shadow: 0 20px 50px rgba(200, 155, 60, 0.15);
}

.card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.practice-card:hover .card-image img {
  transform: scale(1.08);
}

.practice-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 155, 60, 0.18);
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  transition: 0.4s;
}

.practice-card:hover {
  transform: translateY(-10px);
  border-color: #c89b3c;
  box-shadow: 0 20px 50px rgba(200, 155, 60, 0.15);
}

.practice-card h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

.practice-card p {
  color: #e9e9e9;
  line-height: 30px;
}

.practice-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c89b3c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 22px;
  border: 1px solid rgba(200, 155, 60, 0.5);
  border-radius: 50px;
  transition: 0.3s ease;
  margin-top: 20px;
}

.practice-card a i {
  font-size: 14px;
  transition: 0.3s ease;
}

.practice-card a:hover {
  background: #c89b3c;
  color: #050505;
  border-color: #c89b3c;
}

.practice-card a:hover i {
  transform: translateX(5px);
}

.stats-row {
  margin-top: 80px;
}

.stat-box {
  text-align: center;
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 155, 60, 0.15);
  border-radius: 20px;
}

.stat-box h3 {
  color: #c89b3c;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
}

.stat-box span {
  color: #fff;
  font-size: 16px;
}

/* Mobile */

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 42px;
  }

  .stats-row {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .practice-area-section {
    padding: 80px 0;
  }

  .section-title h2 {
    font-size: 34px;
  }

  .practice-card {
    padding: 25px;
  }

  .practice-card h3 {
    font-size: 24px;
  }

  .practice-card p {
    line-height: 28px;
  }

  .stat-box {
    margin-bottom: 20px;
  }
}

/* ==========================
   FOUNDERS SECTION
========================== */

.founders-section {
  background: #050505;
  padding: 0px 0 120px;
  position: relative;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading .sub-title {
  color: #c89b3c;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
}

.section-heading h2 {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Cormorant Garamond", serif;
}

.section-heading h2 span {
  color: #c89b3c;
}

.title-line {
  width: 90px;
  height: 2px;
  background: #c89b3c;
  margin: 18px auto 0;
}

/* Card */

.founder-card {
  background: #151515;
  border: 1px solid rgba(200, 155, 60, 0.25);
  border-radius: 24px;
  padding: 28px;
  height: 100%;
  transition: 0.4s;
}

.founder-card:hover {
  transform: translateY(-8px);
  border-color: #c89b3c;
  box-shadow: 0 20px 50px rgba(200, 155, 60, 0.15);
}

.founder-top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.founder-image {
  width: 145px;
  height: 145px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(200, 155, 60, 0.3);
  flex-shrink: 0;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-info h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 6px;
  font-family: "Cormorant Garamond", serif;
}

.founder-info span {
  color: #c89b3c;
  font-weight: 600;
}

.specialization {
  margin-top: 18px;
}

.specialization small {
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.specialization h5 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.founder-services {
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.founder-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.founder-services li {
  color: #d5d5d5;
  margin-bottom: 14px;
  position: relative;
  padding-left: 28px;
  font-size: 15px;
}

.founder-services li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
  background: rgba(200, 155, 60, 0.15);
  color: #c89b3c;
  font-weight: 700;
}

/* Mobile */

@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 46px;
  }

  .founder-top {
    flex-direction: column;
  }

  .founder-image {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .founders-section {
    padding: 80px 0;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .founder-card {
    padding: 22px;
  }

  .founder-info h3 {
    font-size: 28px;
  }

  .founder-services {
    grid-template-columns: 1fr;
  }

  .founder-image {
    width: 140px;
    height: 140px;
  }
}

/* ==========================
   COURTS SECTION
========================== */

.courts-section {
  background: #050505;
  padding: 0px 0 80px;
  position: relative;
  overflow: hidden;
}

.courts-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -150px;
  width: 450px;
  height: 450px;
  background: rgba(200, 155, 60, 0.08);
  filter: blur(150px);
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading .sub-title {
  color: #c89b3c;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
}

.section-heading h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 15px 0;
  font-family: "Cormorant Garamond", serif;
}

.section-heading h2 span {
  color: #c89b3c;
}

.section-heading p {
  color: #cfcfcf;
  max-width: 700px;
  margin: auto;
}

.court-card {
  height: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 155, 60, 0.25);
  border-radius: 20px;
  transition: 0.4s;
}

.court-card:hover {
  transform: translateY(-8px);
  border-color: #c89b3c;
  box-shadow: 0 20px 40px rgba(200, 155, 60, 0.12);
}

.court-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(200, 155, 60, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.court-icon i {
  color: #c89b3c;
  font-size: 22px;
}

.court-card h4 {
  color: #fff;
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}

/* Mobile */

@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .courts-section {
    padding: 80px 0;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .court-card {
    padding: 22px;
    min-height: auto;
  }

  .court-card h4 {
    font-size: 20px;
  }

  .court-icon {
    width: 50px;
    height: 50px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000;
  font-family: "Poppins", sans-serif;
}

.why-choose-us {
  padding: 100px 20px;
  background: #000;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.subtitle {
  color: #b8903d;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.section-header h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  font-family: Georgia, serif;
}

.section-header h2 span {
  color: #c89d43;
}

.divider {
  width: 80px;
  height: 2px;
  background: #c89d43;
  margin: 15px auto 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  background: #0b0b0b;
  border: 1px solid #222;
  border-radius: 18px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  border-color: #c89d43;
  box-shadow: 0 0 20px rgba(200, 157, 67, 0.15);
}

.icon {
  min-width: 50px;
  height: 50px;
  background: rgba(200, 157, 67, 0.12);
  color: #c89d43;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: Georgia, serif;
}

.content p {
  color: #a1a1a1;
  font-size: 15px;
  line-height: 1.7;
}

/* Tablet */
@media (max-width: 992px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-header h2 {
    font-size: 46px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 38px;
  }

  .card {
    padding: 20px;
  }
}

.why-choose-us {
  background: #000;
  padding: 0px 0 80px;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title span {
  color: #b99145;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 48px;
  color: #fff;
  margin: 10px 0;
  font-weight: 700;
}

.section-title h2 span {
  color: #c89b44;
  font-size: inherit;
  letter-spacing: 0;
}

.title-line {
  width: 90px;
  height: 1px;
  background: #6b5324;
  margin: 20px auto 0;
}

.choose-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.choose-card {
  background: #0b0b0b;
  border: 1px solid #262626;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  gap: 18px;
  transition: 0.3s;
}

.choose-card:hover {
  border-color: #c89b44;
  transform: translateY(-4px);
}

.icon-box {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: rgba(200, 155, 68, 0.12);
  color: #c89b44;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.choose-card h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 8px;
}

.choose-card p {
  color: #a8a8a8;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 992px) {
  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .choose-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 42px;
  }
}

.footer {
  background: #070707;
  border-top: 1px solid rgba(201, 155, 68, 0.15);
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 40px;
}

.footer h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

.footer h3 {
  color: #c99b44;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer p {
  color: #e0e0e0;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  color: #e6e6e6;
  text-decoration: none;
  margin-bottom: 12px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #c99b44;
  padding-left: 5px;
}

.footer-contact p {
  margin-bottom: 12px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.socials a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(201, 155, 68, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c99b44;
  transition: 0.3s;
}

.socials a:hover {
  background: #c99b44;
  color: #000;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  padding: 18px;
}

.footer-bottom p {
  font-size: 14px;
  color: #dddddd;
}

/* Tablet */
@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .footer-container {
    grid-template-columns: 1fr;
    /* text-align: center; */
    gap: 35px;
  }

  /* .socials {
    justify-content: center;
  } */

  .footer h2 {
    font-size: 28px;
  }

  .footer h3 {
    font-size: 18px;
  }
}

.about-hero {
  height: 650px;

  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgb(0 0 0 / 36%)),
    url(../img/banner/about-banner.webp);

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;
}

.hero-content {
  max-width: 850px;
}

.hero-content span,
.small-title,
.section-head span {
  color: #c89b3c;

  letter-spacing: 3px;

  font-size: 13px;
}

.hero-content h1 {
  color: #fff;

  font-size: 45px;

  line-height: 1.1;

  font-family: "Cormorant Garamond", serif;
}

.hero-content p {
  color: #ddd;

  font-size: 18px;

  margin: 25px 0;
}

.gold-btn,
.outline-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 14px 30px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 600;

  margin-right: 15px;
  margin-top: 30px;
}

.gold-btn {
  background: #c89b3c;

  color: #050505;
}

.outline-btn {
  border: 1px solid #c89b3c;

  color: white;
}

.about-intro {
  padding: 120px 0;

  background: #050505;
}

.about-img {
  position: relative;
  padding-right: 30px;
}

.about-img img {
  width: 100%;

  border-radius: 30px;

  position: relative;

  z-index: 2;
}

.about-img:before {
  content: "";

  position: absolute;

  top: 25px;

  left: 0px;

  width: 100%;

  height: 100%;

  border: 2px solid #c89b3c;

  border-radius: 30px;
}

.about-intro h2 {
  font-size: 60px;

  color: white;

  font-family: "Cormorant Garamond", serif;
}

.about-intro p {
  color: #ddd;

  line-height: 30px;
}

.mission-area {
  background: #080808;

  padding: 90px 0;
}

.premium-card,
.why-card {
  background: #101010;

  border: 1px solid rgba(200, 155, 60, 0.25);

  padding: 45px;

  border-radius: 25px;

  transition: 0.4s;
}

.premium-card:hover,
.why-card:hover {
  transform: translateY(-10px);

  border-color: #c89b3c;
}

.premium-card i,
.why-card i {
  font-size: 35px;

  color: #c89b3c;

  margin-bottom: 20px;

  display: block;
}

.premium-card span {
  font-size: 40px;

  color: #c89b3c;
}

.premium-card h3,
.why-card h3 {
  font-size: 25px;

  font-family: "Cormorant Garamond", serif;

  color: white;
}

.premium-card p,
.why-card p {
  color: #ddd;

  line-height: 28px;
}

.why-area {
  padding: 100px 0;

  background: #050505;
}

.section-head h2 {
  color: white;

  font-size: 45px;

  font-family: "Cormorant Garamond", serif;
}

.counter-area {
  padding: 80px 0;

  background: #080808;

  border-top: 1px solid rgba(200, 155, 60, 0.2);

  border-bottom: 1px solid rgba(200, 155, 60, 0.2);
}

.counter-box {
  text-align: center;
}

.counter-box h3 {
  color: #c89b3c;

  font-size: 55px;
}

.counter-box p {
  color: white;
}

.consult-box {
  padding: 100px 0;

  background: #050505;

  border-top: 1px solid #c89b3c;

  border-bottom: 1px solid #c89b3c;

  text-align: center;
}

.consult-box h2 {
  font-size: 55px;

  color: white;

  font-family: "Cormorant Garamond", serif;
}

.consult-box p {
  color: #ddd;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 26px;
  }

  .about-intro h2 {
    font-size: 38px;
  }

  .about-img {
    margin-bottom: 45px;
  }

  .counter-box h3 {
    font-size: 35px;
  }

  .section-head h2 {
    font-size: 35px;
  }

  .hero-inner h1 {
    font-size: 35px !important;
  }

  .main-btn,
  .border-btn {
    display: none;
  }

  .profile-content h2 {
    font-size: 29px;
  }
}

.practice-hero {
  height: 650px;

  display: flex;

  align-items: center;

  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgb(0 0 0 / 36%)),
    url(../img/banner/about-banner.webp);

  background-size: cover;

  background-position: center;
}

.hero-inner {
  max-width: 900px;
}

.hero-inner span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.hero-inner h1 {
  font-size: 45px;

  line-height: 1.1;

  color: white;

  font-family: "Cormorant Garamond";
}

.hero-inner p {
  color: #ddd;

  font-size: 18px;

  margin: 25px 0;
}

.main-btn,
.border-btn {
  padding: 15px 35px;

  border-radius: 50px;

  text-decoration: none;

  margin-right: 15px;
}

.main-btn {
  background: #c89b3c;

  color: #000;
}

.border-btn {
  border: 1px solid #c89b3c;

  color: white;
}

.services-area {
  background: #050505;

  padding: 120px 0;
}

.section-heading span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.section-heading h2 {
  font-size: 60px;

  color: white;

  font-family: "Cormorant Garamond";
}

.section-heading p {
  color: #bbb;
}

.legal-card {
  background: #111;

  border: 1px solid rgba(200, 155, 60, 0.2);

  border-radius: 25px;

  overflow: hidden;

  height: 100%;

  transition: 0.5s;

  position: relative;
}

.legal-card:hover {
  transform: translateY(-15px);

  border-color: #c89b3c;

  box-shadow: 0 25px 60px rgba(200, 155, 60, 0.18);
}

.card-img {
  height: 240px;

  overflow: hidden;
}

.card-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 0.5s;
}

.legal-card:hover img {
  transform: scale(1.1);
}

.number {
  position: absolute;

  top: 210px;

  left: 30px;

  background: #c89b3c;

  color: #050505;

  width: 55px;

  height: 55px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: bold;

  font-size: 20px;
}

.card-content {
  padding: 45px 30px 35px;
}

.card-content h3 {
  font-size: 30px;

  font-family: "Cormorant Garamond";

  color: white;
}

.card-content p {
  color: #ccc;

  line-height: 28px;
}

.card-content a {
  color: #c89b3c;

  text-decoration: none;

  font-weight: 600;
}

.team-section {
  background: #050505;

  padding: 120px 0;
}

.advocate-wrapper {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 30px;
}

.advocate-profile {
  background: #111;

  border: 1px solid rgba(200, 155, 60, 0.45);

  border-radius: 25px;

  padding: 30px;

  display: flex;

  gap: 25px;

  transition: 0.4s;
}

.advocate-profile:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(200, 155, 60, 0.15);
}

.profile-image {
  width: 150px;

  height: 150px;

  flex-shrink: 0;
}

.profile-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 20px;
}

.profile-content h2 {
  font-family: "Cormorant Garamond";

  font-size: 38px;

  color: #fff;

  margin: 0;
}

.profile-content h4 {
  color: #c89b3c;

  margin: 10px 0 25px;

  font-size: 16px;
}

.special span {
  color: #999;

  font-size: 13px;

  letter-spacing: 1px;
}

.special h3 {
  color: #fff;

  font-size: 22px;

  margin-top: 8px;
}

.profile-content hr {
  border-color: #333;

  margin: 25px 0;
}

.cases-list {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;
}

.cases-list ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.cases-list li {
  color: #ddd;

  margin-bottom: 14px;

  font-size: 15px;
}

.cases-list i {
  color: #c89b3c;

  background: rgba(200, 155, 60, 0.15);

  width: 18px;

  height: 18px;

  border-radius: 50%;

  font-size: 10px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin-right: 8px;
}

@media (max-width: 991px) {
  .advocate-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .advocate-profile {
    flex-direction: column;
  }

  .profile-image {
    width: 120px;

    height: 120px;
  }

  .cases-list {
    grid-template-columns: 1fr;
  }
}

.services-hero {
  height: 650px;

  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgb(0 0 0 / 36%)),
    url(../img/banner/about-banner.webp);

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;

  text-align: left;
}

.services-hero span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.services-hero h1 {
  font-family: "Cormorant Garamond";

  font-size: 45px;

  color: white;
}

.services-hero p {
  color: #ddd;

  font-size: 18px;
}

.services-area {
  padding: 120px 0;

  background: #050505;
}

.section-heading span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.section-heading h2 {
  font-family: "Cormorant Garamond";

  font-size: 50px;

  color: white;

  margin: 15px 0;
}

.service-card {
  background: #111;

  padding: 40px 35px;

  border-radius: 25px;

  height: 100%;

  border: 1px solid rgba(200, 155, 60, 0.2);

  transition: 0.4s;
}

.service-card:hover {
  transform: translateY(-12px);

  border-color: #c89b3c;

  box-shadow: 0 25px 60px rgba(200, 155, 60, 0.18);
}

.service-icon {
  height: 70px;

  width: 70px;

  border-radius: 18px;

  background: rgba(200, 155, 60, 0.15);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;
}

.service-icon i {
  font-size: 30px;

  color: #c89b3c;
}

.service-card h3 {
  font-family: "Cormorant Garamond";

  font-size: 25px;

  color: white;
}

.service-card p {
  color: #ccc;

  line-height: 28px;
}

.service-card a {
  color: #c89b3c;

  text-decoration: none;

  font-weight: 600;
}

.legal-process {
  padding: 100px 0;

  background: #090909;
}

.process-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  margin-top: 50px;
}

.process-box {
  background: #111;

  padding: 40px;

  border-radius: 25px;

  border: 1px solid rgba(200, 155, 60, 0.2);

  text-align: center;
}

.process-box h3 {
  font-size: 45px;

  color: #c89b3c;
}

.process-box h4 {
  font-family: "Cormorant Garamond";

  font-size: 28px;

  color: white;
}

.process-box p {
  color: #ccc;
}

@media (max-width: 991px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .services-hero h1 {
    font-size: 42px;
  }
}

.media-hero {
  height: 550px;

  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgb(0 0 0 / 36%)),
    url(../img/banner/about-banner.webp);

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;

  text-align: left;
}

.media-hero span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.media-hero h1 {
  color: #fff;

  font-family: "Cormorant Garamond";

  font-size: 65px;
}

.media-hero p {
  color: #ddd;
}

.media-section,
.media-gallery {
  padding: 100px 0;

  background: #050505;
}

.section-heading span {
  color: #c89b3c;

  letter-spacing: 3px;

  /* font-size: 13px; */
}

.section-heading h2 {
  font-family: "Cormorant Garamond";

  font-size: 55px;

  color: white;
}

.section-heading p {
  color: #ccc;
}

.media-card {
  background: #111;

  border: 1px solid rgba(200, 155, 60, 0.25);

  border-radius: 25px;

  overflow: hidden;

  height: 100%;

  transition: 0.4s;
}

.media-card:hover {
  transform: translateY(-10px);

  border-color: #c89b3c;
}

.media-img {
  height: 250px;

  position: relative;
}

.media-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.date {
  position: absolute;

  bottom: 15px;

  left: 15px;

  background: #c89b3c;

  padding: 8px 15px;

  border-radius: 20px;

  font-size: 12px;
}

.media-content {
  padding: 30px;
}

.media-content span {
  color: #c89b3c;
}

.media-content h3 {
  font-family: "Cormorant Garamond";

  font-size: 32px;

  color: #fff;
}

.media-content p {
  color: #ccc;

  line-height: 28px;
}

.media-content a {
  color: #c89b3c;

  text-decoration: none;
}

/* GALLERY */

.gallery-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 25px;
}

.gallery-item {
  height: 320px;

  border-radius: 25px;

  overflow: hidden;

  position: relative;

  border: 1px solid rgba(200, 155, 60, 0.25);
}

.gallery-item img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:after {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.overlay {
  position: absolute;

  bottom: 25px;

  left: 25px;

  z-index: 2;
}

.overlay h3 {
  font-family: "Cormorant Garamond";

  color: white;

  font-size: 32px;
}

.press-section {
  padding: 80px 0;

  background: #090909;
}

.press-box {
  padding: 60px;

  background: #111;

  border-radius: 30px;

  border: 1px solid rgba(200, 155, 60, 0.3);

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.press-box h2 {
  font-family: "Cormorant Garamond";

  color: white;

  font-size: 48px;
}

.press-box p {
  color: #ccc;
}

.press-box a {
  background: #c89b3c;

  color: #000;

  padding: 15px 30px;

  border-radius: 30px;

  text-decoration: none;
}

.media-cta {
  padding: 100px 0;

  text-align: center;

  background: #050505;
}

.media-cta h2 {
  font-family: "Cormorant Garamond";

  font-size: 55px;

  color: white;
}

.media-cta p {
  color: #ccc;
}

.media-cta a {
  display: inline-block;

  margin-top: 20px;

  padding: 15px 35px;

  background: #c89b3c;

  color: #000;

  border-radius: 30px;

  text-decoration: none;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .press-box {
    flex-direction: column;

    gap: 30px;

    text-align: center;
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .media-hero h1 {
    font-size: 40px;
  }
}

.client-hero {
  height: 550px;

  background:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)),
    url(../img/banner/about-banner.webp);

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;

  text-align: left;
}

.client-hero span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.client-hero h1 {
  color: white;

  font-family: "Cormorant Garamond";

  font-size: 45px;
}

.client-hero p {
  color: #ddd;
}

.clients-section {
  padding: 110px 0;

  background: #050505;
}

.section-heading span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.section-heading h2 {
  font-family: "Cormorant Garamond";

  font-size: 55px;

  color: white;
}

.section-heading p {
  color: #ccc;
}

.client-grid {
  display: grid;

  grid-template-columns: repeat(6, 1fr);

  gap: 25px;

  margin-top: 60px;
}

.client-box {
  height: 130px;

  background: #111;

  border: 1px solid rgba(200, 155, 60, 0.2);

  border-radius: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 25px;

  transition: 0.4s;
}

.client-box:hover {
  border-color: #c89b3c;

  transform: translateY(-8px);
}

.client-box img {
  max-width: 100%;

  max-height: 70px;

  filter: grayscale(1);

  transition: 0.3s;
}

.client-box:hover img {
  filter: grayscale(0);
}

.testimonial-section {
  padding: 100px 0;

  background: #090909;
}

.testimonial-card {
  background: #111;

  padding: 40px;

  border-radius: 25px;

  border: 1px solid rgba(200, 155, 60, 0.2);

  height: 100%;
}

.quote i {
  font-size: 35px;

  color: #c89b3c;
}

.testimonial-card p {
  color: #ddd;

  line-height: 28px;

  margin: 25px 0;
}

.testimonial-card h4 {
  color: white;

  font-family: "Cormorant Garamond";

  font-size: 28px;
}

.testimonial-card span {
  color: #c89b3c;
}

.client-stats {
  padding: 80px 0;

  background: #050505;
}

.stat-box {
  text-align: center;

  padding: 30px;

  background: #111;

  border-radius: 20px;

  border: 1px solid rgba(200, 155, 60, 0.2);
}

.stat-box h3 {
  font-size: 45px;

  color: #c89b3c;
}

.stat-box p {
  color: white;
}

.client-cta {
  padding: 100px 0;

  text-align: center;

  background: #090909;
}

.client-cta h2 {
  font-family: "Cormorant Garamond";

  font-size: 55px;

  color: white;
}

.client-cta p {
  color: #ccc;
}

.client-cta a {
  display: inline-block;

  margin-top: 25px;

  padding: 15px 35px;

  background: #c89b3c;

  color: #000;

  border-radius: 40px;

  text-decoration: none;
}

@media (max-width: 991px) {
  .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .client-hero h1 {
    font-size: 40px;
  }
}

.contact-hero {
  height: 550px;

  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgb(0 0 0 / 36%)),
    url(../img/banner/about-banner.webp);

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;

  text-align: left;
}

.contact-hero span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.contact-hero h1 {
  font-family: "Cormorant Garamond";

  font-size: 45px;

  color: white;
}

.contact-hero p {
  color: #ddd;
}

.contact-section {
  padding: 120px 0;

  background: #050505;
}

.section-heading h2 {
  font-family: "Cormorant Garamond";

  font-size: 45px;

  color: white;
}

.section-heading span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.section-heading p {
  color: #ccc;
}

.info-box {
  display: flex;

  gap: 20px;

  padding: 25px;

  background: #111;

  border: 1px solid rgba(200, 155, 60, 0.2);

  border-radius: 20px;

  margin-bottom: 20px;
}

.info-box .icon {
  width: 55px;

  height: 55px;

  background: rgba(200, 155, 60, 0.15);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.info-box i {
  color: #c89b3c;

  font-size: 22px;
}

.info-box h4 {
  color: white;
}

.info-box p {
  color: #ccc;
}

.social-links i {
  height: 40px;

  width: 40px;

  background: #111;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  color: #c89b3c;

  margin-right: 10px;
}

.contact-form {
  background: #111;

  padding: 45px;

  border-radius: 30px;

  border: 1px solid rgba(200, 155, 60, 0.25);
}

.contact-form h3 {
  font-family: "Cormorant Garamond";

  font-size: 40px;

  color: white;

  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;

  background: #050505;

  border: 1px solid #333;

  padding: 15px 20px;

  margin-bottom: 20px;

  border-radius: 12px;

  color: white;
}

.contact-form textarea {
  height: 150px;

  resize: none;
}

.contact-form button {
  background: #c89b3c;

  border: none;

  padding: 15px 35px;

  border-radius: 40px;

  font-weight: 600;
}

.map-section {
  padding-bottom: 100px;

  background: #050505;
}

.map-box iframe {
  width: 100%;

  height: 450px;

  border: 0;

  border-radius: 25px;
}

.contact-cta {
  padding: 100px 0;

  background: #090909;

  text-align: center;
}

.contact-cta h2 {
  font-family: "Cormorant Garamond";

  font-size: 55px;

  color: white;
}

.contact-cta p {
  color: #ccc;
}

.contact-cta a {
  display: inline-block;

  margin-top: 20px;

  background: #c89b3c;

  color: #000;

  padding: 15px 35px;

  border-radius: 40px;

  text-decoration: none;
}

@media (max-width: 991px) {
  .contact-hero h1 {
    font-size: 42px;
  }

  .contact-form {
    padding: 25px;
  }
}

.section-heading-1 {
  margin-bottom: 35px;
}

.section-heading-1 h2 {
  font-family: "Cormorant Garamond";

  font-size: 40px;

  color: white;
}

.section-heading-1 span {
  color: #c89b3c;

  letter-spacing: 3px;
}

.section-heading-1 p {
  color: #ccc;
}

.lightbox {
  display: none;

  position: fixed;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.95);

  z-index: 999999;
}

.slider {
  width: 100%;
  height: 100%;

  display: flex;

  overflow-x: auto;

  scroll-behavior: smooth;
}

.slider img {
  min-width: 100%;
  height: 100%;

  object-fit: contain;

  flex-shrink: 0;
}

.close {
  position: absolute;

  top: 20px;
  right: 30px;

  color: white;

  font-size: 45px;

  z-index: 999999;

  cursor: pointer;
}

/* .slider::-webkit-scrollbar {
  display: none;
} */

/* OFFICE GALLERY */

.office-gallery {
  padding: 80px 0;

  background: #0f0f0f;
}

.office-gallery .section-heading {
  margin-bottom: 50px;
}

.office-gallery .gallery-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 25px;
}

.office-gallery .gallery-item {
  overflow: hidden;

  border-radius: 10px;

  height: 300px;
}

.office-gallery .gallery-item img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 0.4s ease;
}

.office-gallery .gallery-item:hover img {
  transform: scale(1.08);
}

/* Responsive */

@media (max-width: 991px) {
  .office-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .office-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }

  .office-gallery .gallery-item {
    height: 250px;
  }
}

/* SERVICE DETAIL DARK THEME */

.service-detail-page {
  padding: 90px 0;

  background: #050505;
}

.service-layout {
  display: grid;

  grid-template-columns: 2.4fr 1fr;

  gap: 40px;
}

/* LEFT CONTENT */

.service-content {
  background: #101010;

  padding: 35px;

  border: 1px solid #c89b3c;
}

.service-main-img {
  width: 100%;

  height: 420px;

  object-fit: cover;

  margin-bottom: 30px;
}

.service-content h1 {
  font-size: 38px;

  color: #d4a63a;

  margin-bottom: 20px;
  font-family: "Cormorant Garamond";
}

.service-content h2 {
  font-size: 26px;

  color: #d4a63a;

  margin-top: 35px;
  font-family: "Cormorant Garamond";
}

.service-content p {
  color: #e7e7e7;

  line-height: 1.9;

  font-size: 16px;
}

.inner-images {
  display: flex;

  gap: 20px;

  margin: 35px 0;
}

.inner-images img {
  width: 50%;

  height: 220px;

  object-fit: cover;
}

/* SIDEBAR */

.side-box {
  background: #101010;

  padding: 25px;

  border: 1px solid #c89b3c;
}

.side-box h3 {
  color: #d4a63a;

  font-size: 22px;

  margin-bottom: 20px;
}

.side-box a {
  display: block;

  color: #fff;

  padding: 14px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  text-decoration: none;

  transition: 0.3s;
}

.side-box a:hover {
  color: #d4a63a;

  padding-left: 8px;
}

/* HELP BOX */

.help-box {
  margin-top: 25px;

  background: #c3922e;

  padding: 30px;
}

.help-box h3 {
  color: #071c18;

  font-size: 24px;
}

.help-box p {
  color: #fff;

  font-size: 15px;
}

/* FAQ */

.faq {
  margin-top: 20px;

  padding: 20px;

  background: #071c18;

  border-left: 3px solid #d4a63a;
}

.faq strong {
  color: #d4a63a;
}

/* MOBILE */

@media (max-width: 991px) {
  .service-layout {
    grid-template-columns: 1fr;
  }

  .service-main-img {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .service-content {
    padding: 20px;
  }

  .inner-images {
    flex-direction: column;
  }

  .inner-images img {
    width: 100%;
  }
}

.practice-detail-hero {
  height: 550px;

  display: flex;

  align-items: center;

  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.55)),
    url(../img/banner/about-banner.webp);

  background-size: cover;

  background-position: center;
}
