
:root {
  --primary: #0f1d33;
  --accent: #f5c77a;
  --white: #ffffff;
}

.topbar {
  background-color: var(--primary); /* #0f1d33 */
  color: var(--white);
  font-size: 14px;
}

.topbar i {
  color: var(--accent); /* #f5c77a */
  margin-right: 6px;
}

.topbar a {
  color: var(--accent);
  font-weight: 500;
  text-decoration: none;
}

.topbar a:hover {
  text-decoration: underline;
}
/* Nav Bar */
.custom-navbar {
  background-color: var(--primary); /* #0f1d33 */
}

.custom-navbar .navbar-brand {
  color: var(--accent); /* #f5c77a */
  font-weight: 700;
  font-size: 1.2rem;
}

.custom-navbar .navbar-brand:hover {
  color: var(--accent);
}

.custom-navbar .nav-link {
  color: var(--white);
  font-weight: 500;
  padding: 0.6rem 1rem;
}

.custom-navbar .nav-link:hover {
  color: var(--accent);
}
/* Navbar Brand Font */
.navbar-brand {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700;
  color: #f5c77a !important;   /* gold */
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

/* ===============================
   NAVBAR – MOBILE RESPONSIVE FIX
   =============================== */

@media (max-width: 767px) {

  .custom-navbar {
    padding: 0.6rem 0;
  }

  .custom-navbar .navbar-brand {
    font-size: 1.05rem;
  }

  /* Mobile menu background */
  .custom-navbar .navbar-collapse {
    background-color: var(--primary);
    padding: 0.5rem 0;
  }

  /* Menu items spacing */
  .custom-navbar .nav-link {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .custom-navbar .nav-link:last-child {
    border-bottom: none;
  }

  /* Hamburger icon visibility */
  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .nav-link {
  color: white !important;
}
.navbar .nav-link:hover {
  color: #f5c77a !important; /* hover effect optional */
}

}

/* =========================
   HERO SECTION
   ========================= */


.hero-section {
  background: 
    url("../images/court_image.jpeg") center/cover no-repeat;
  color: var(--white);
  position: relative;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-text {
  justify-content: flex-end;      /* content ko right me push karega */

  text-align: right; /* Right align text */
}

.hero-subtitle {
  color:#fff;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
  
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color:#fff;

}

.hero-title span {
    color:#fff;
}

.hero-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 420px;        /* text ko controlled width */
  margin-left: auto;      /* right aligned block */
  margin-right: 0;
  color: #ffffff;
  opacity: 0.9;
}

/* Desktop thoda strong */
@media (min-width: 992px) {
  .hero-lead {
    font-size: 1.15rem;
    max-width: 460px;
  }
}

/* Mobile pe center & readable */
@media (max-width: 767px) {
  .hero-lead {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    font-size: 1rem;
  }
}


/* Button */
.hero-btn {
  background-color: #0f1d33 !important;
  color: #f5c77a !important;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;

}

.hero-btn:hover {
  background-color: #e6b864 !important;
  color: var(--primary) !important;
}

/* =========================
   MOBILE RESPONSIVENESS
   ========================= */

@media (max-width: 767px) {

  .hero-section {
    text-align: center;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-lead {
    font-size: 0.95rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================
   WORK EXPERIENCE SECTION
   ========================= */

.work-exp-section {
  background: #0f1e3a;   /* dark professional blue */
  padding: 70px 0;
  text-align: center;
}

.work-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: #f5c77a;
  margin-bottom: 10px;
}

.work-subtitle {
  color: #555;
  font-size: 1rem;
}

.work-card {
  background: #162a52;
  padding: 30px 25px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}

.work-card i {
  font-size: 38px;
  color: #f5c77a;
  margin-bottom: 15px;
}

.work-card h3 {
  font-size: 1.25rem;
  color: #f5c77a;
  margin-bottom: 10px;
}

.work-card p {
  font-size: 0.95rem;
  color: #e0e0e0;
  line-height: 1.6;
}

.work-card h3 {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.work-card,
.work-card h3,
.work-card h4,
.work-card p {
  font-family: 'Playfair Display', serif !important;
}

/* Hover */
.work-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Scroll Animation */
.work-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   MOBILE TWEAKS
   ========================= */

@media (max-width: 576px) {
  .work-title {
    font-size: 2rem;
  }
}

/* =========================
   PRACTICE AREAS
   ========================= */
/* Practice Cards Scroll Animation */
.practice-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.practice-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* Swiper Card Styling */
.swiper-slide .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  padding: 20px;
}

.section-title {
  color: #0f1d33;
  font-weight: 700;
}
/* ===============================
   PRACTICE AREAS FONT FIX
================================ */

/* Section heading */
#practice-areas .section-title {
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Card titles */
#practice-areas .card h3 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
}

/* List text */
#practice-areas .card ul,
#practice-areas .card li {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  line-height: 1.7;
}
.practice-next,
.practice-prev {
  color: #f5c77a !important;
}

.practice-next::after,
.practice-prev::after {
  font-size: 26px;
}

/* Responsive */
@media (max-width: 768px) {
  .swiper-slide .card {
    font-size: 0.95rem;
  }
}

/* WHO WE ARE SECTION */
.who-we-are {
   background: #0f1d33;
  padding: 80px 20px;
  color: #fff;
}

/* Vertical text */
.vertical-text{
  position: absolute;
  left: -130px;
  transform: rotate(-90deg);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.08);
}
/* Title */
.who-title {
  color: #f5c77a;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center !important;
}

/* Text */
.who-we-are p {
  color: #e0e0e0;
  line-height: 1.7;
  font-size: 1rem;
}

/* Image */
.who-image img {
  max-width: 420px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
/* ===============================
   WHO WE ARE – FONT STYLING
================================ */

/* Vertical text */
/*.who-we-are .vertical-text {*/
/*  font-family: 'Playfair Display', serif;*/
/*  font-weight: 600;*/
/*  letter-spacing: 4px;*/
/*  color: #f5c77a;*/
/*  writing-mode: vertical-rl;*/
/*  transform: rotate(180deg);*/
/*}*/

/* Main title */
.who-we-are .who-title {
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
  color: #f5c77a;
  margin-bottom: 15px;
}

/* Paragraph text */
.who-we-are p {
  font-family: 'Playfair Display', sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  color: #white;
}

/* Highlight line */
.who-we-are .fw-semibold {
  font-weight: 500 !important;
  color: #0f1d33;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .who-title {
    text-align: center;
  }

  .who-we-are p {
    text-align: center;
  }

  .who-image img {
    max-width: 90%;
  }
}


/* Grid layout */
.why-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

/* Text & checklist */
.why-text h2 {
  color: #0f1d33;
  font-weight: 700;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.why-text p,
.why-text .checklist li {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #0f1d33;
}

/* Show animation class */
.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.why-choose-section h2 {
  font-weight: 700;
  color: #0f1d33;
}

.why-choose-section p {
  color: #333;
  line-height: 1.7;
}

.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  margin-bottom: 10px;
  font-weight: 500;
}
/* ===============================
   WHY CHOOSE US – FONT & STYLE
================================ */

.why-choose-section h2 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
  color: #0f1d33;
  margin-bottom: 15px;
}

/* Paragraph */
.why-choose-section p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* Checklist */
.why-choose-section .checklist {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.why-choose-section .checklist li {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15.5px;
  line-height: 1.9;
  color: #0f1d33;
  margin-bottom: 6px;
  position: relative;
  padding-left: 22px;
}

/* Gold check icon */
.why-choose-section .checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f5c77a;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  img[alt="Our Services"] {
    width: 240px !important;
  }
}
@media (max-width: 991px) {
  .why-grid {
    flex-direction: column;
    text-align: center;
  }
  .why-text {
    text-align: center;
  }
  .why-text .checklist li {
    display: inline-block;
    margin-right: 10px;
  }
}

/* ================================
   LEGAL NEWS FINAL HEIGHT FIX
================================ */


/* Disable stretch behaviour */
/*#legal-news .swiper-wrapper {*/
/*  align-items: flex-start !important;*/
/*}*/

/* Card height strictly content based */
/*#legal-news .news-card {*/
/*  height: auto !important;*/
/*  min-height: unset !important;*/
/*  background: white;*/
/*  padding: 20px;*/
/*  border-radius: 10px;*/
/*}*/

/* Description default collapsed */
/*#legal-news .news-card p {*/
/*  max-height: 72px;*/
/*  overflow: hidden;*/
/*  transition: max-height 0.35s ease;*/
/*}*/

/* Expanded only when clicked */
/*#legal-news .news-card p.expanded {*/
/*  max-height: 100px;*/
/*}*/

/* Remove bottom gap */
/*#legal-news .swiper-slide {*/
/*  padding-bottom: 0 !important;*/
/*}*/

/*.legal-news-section {*/
  /*background-color: #0f1d33;   /* Dark Blue */
/*  padding: 70px 0;*/
/*}*/

/*.legal-news-section .section-title {*/
 /* color: #f5c77a;             /* Golden heading */
/*  text-align: center;*/
/*  margin-bottom: 40px;*/
/*} */

/*.news-card img {*/
/*  width: 100%;*/
/*  height: 180px;*/
/*  object-fit: cover;*/
/*  border-radius: 8px;*/
/*}*/


/*.news-card h3 {*/
/*  font-size: 1.1rem;*/
/*  color: #0f1d33;*/
/*  font-weight: 600;*/
/*}*/


/*.swiper-pagination {*/
/*  display: none !important;*/
/*}*/

/*.read-more-btn {*/
/*  background: none;*/
/*  border: none;*/
/*  color: #3f598b;*/
/*  font-weight: bold;*/
/*  cursor: pointer;*/
/*  padding: 0;*/
/*  align-self: flex-start;*/
/*}*/
/* Legal News Title Font */
/*.legal-news-section .section-title {*/
/*  font-family: 'Playfair Display', serif !important;*/
/*  font-weight: 600;*/
 /* color: #f5c77a;      /* agar blue bg hai to gold achha lagega */
/*}*/

/* Mobile tweaks */
/*@media (max-width: 767px) {*/
/*  .news-card img { height: 150px;*/
/*  }*/
/*  .legal-card {*/
/*    height: auto;*/
/*  }*/
  
/*}*/
/* =======================
   LEGAL NEWS SECTION
======================= */

.legal-news-section {
  background: #0f1d33;
}

.legal-news-section .section-title {
  color: #f5c77a;
  font-family: "Playfair Display", serif;
}

/* Swiper slide fix */
.legalNewsSwiper .swiper-slide {
  height: auto !important;
}

/* News Card */
.news-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  height: auto !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Date */
.news-date {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

/* Title + Description */
.news-card h3 {
  font-size: 15px;
  line-height: 1.7;
  color: #111;
  margin: 0;
}

/* ❌ dots hata do */
.swiper-pagination {
  display: none !important;
}
/* =======================
   LEGAL NEWS ARROWS
======================= */

.legal-news-next,
.legal-news-prev {
  color: #f5c77a !important;
}

.legal-news-next::after,
.legal-news-prev::after {
  font-size: 28px;
  font-weight: bold;
}

/* Arrow position */
.legal-news-next {
  right: -10px;
}

.legal-news-prev {
  left: -10px;
}

/* Mobile pe arrows thode andar */
@media (max-width: 768px) {
  .legal-news-next {
    right: 5px;
  }
  .legal-news-prev {
    left: 5px;
  }
}

/* =======================
   MOBILE FIX
======================= */
@media (max-width: 768px) {
  .news-card {
    padding: 15px;
  }

  .news-card h3 {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ------------------ Contact Section ------------------ */
.contact-section {
  padding: 60px 0;
  background-color: #ffffff; /* ya aap f5f5f5 bhi use kar sakte ho */
  font-family: 'Poppins', sans-serif;
}

.contact-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0f1d33;
  margin-bottom: 30px;
}

.contact-form label {
  font-weight: 500;
  color: #0f1d33;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  width: 100%;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0f1d33;
  box-shadow: 0 0 8px rgba(15,29,51,0.2);
  outline: none;
}

.contact-form button {
  background-color: #0f1d33;
  color: #f5c77a;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background-color: #3f598b; /* hover color thoda dark blue */
  color: #fff;
}

/* Map */
.contact-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .contact-section {
    padding: 40px 15px;
  }

  .contact-section h2 {
    text-align: center;
  }

  .contact-form {
    margin-bottom: 30px;
  }

  .contact-form button {
    width: 100%;
  }
}
.disclaimer-card {
  background: #0f1d33;
  color: white;
  border-radius: 12px;
  border: none;
}

.disclaimer-card .modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.disclaimer-card .modal-title {
  color: #f5c77a;
  font-weight: 600;
}

.disclaimer-card .modal-body p {
  font-size: 15px;
  line-height: 1.6;
}

.disclaimer-card .highlight {
  color: #f5c77a;
  font-weight: 500;
}

.accept-btn {
  background: #f5c77a;
  color: #0f1d33;
  font-weight: 600;
  border-radius: 6px;
}

.accept-btn:hover {
  background: white;
  color: #0f1d33;
}
