/*
  IPR Attorneys India – Custom Stylesheet
  Converted from Law Farm template
  iprattorneysindia.com
*/

@import url('../css/fonts.css');

/* ===== Variables ===== */
:root {
  --gold: #c9a84c;
  --gold-light: #e8bf5d;
  --gold-dark: #a07830;
  --dark: #0d0d0d;
  --dark-2: #1a1a1a;
  --dark-3: #1C1A1A;
  --white: #ffffff;
  --text-gray: #3f4954;
  --text-mid: #555;
  --box-shadow: 0px 10px 30px rgba(57,56,61,0.2);
  --gold-shadow: 0px 8px 24px rgba(201,168,76,0.25);
  --font-heading: 'Cinzel', serif;
  --font-body: 'Lato', sans-serif;
  --font-accent: 'Raleway', sans-serif;
}

/* ===== Global ===== */
* { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  color: var(--text-gray);
  background:
    radial-gradient(circle at top left, rgba(201,168,76,0.08), transparent 24%),
    linear-gradient(180deg, #f8f5ee 0%, #ffffff 16%, #ffffff 100%);
  overflow-x: hidden;
}

body.disclaimer-open {
  overflow: hidden;
}

section { padding: 88px 0; position: relative; }

h1 {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  letter-spacing: 1px;
}
h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
}
h3 { font-family: var(--font-accent); font-size: 1.4rem; }
h4 { font-family: var(--font-accent); font-size: 1.1rem; font-weight: 600; }
h5 { font-family: var(--font-accent); font-size: 1.1rem; font-weight: 600; }
h6 { font-family: var(--font-accent); font-weight: 700; }

p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 28px;
  color: var(--text-mid);
}

.gold-text { color: var(--gold-light) !important; }

/* ===== Disclaimer ===== */
.disclaimer-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(9, 9, 9, 0.82);
  backdrop-filter: blur(10px);
}

.disclaimer-overlay.is-hidden {
  display: none;
}

.disclaimer-modal {
  width: min(760px, 100%);
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(160deg, #151515 0%, #241a0d 100%);
  border: 1px solid rgba(232,191,93,0.22);
  box-shadow: 0 32px 70px rgba(0,0,0,0.35);
  color: #fff;
}

.disclaimer-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(232,191,93,0.12);
  color: var(--gold-light);
  font-family: var(--font-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.disclaimer-modal h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 18px;
}

.disclaimer-modal p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 14px;
}

.disclaimer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.disclaimer-exit {
  border-color: rgba(255,255,255,0.26);
}

.btn-custom {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--gold-light);
  border: 2px solid var(--gold-light);
  color: #111;
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 999px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 18px 30px rgba(201,168,76,0.18);
}
.btn-custom:hover {
  background-color: #111;
  border-color: #111;
  color: var(--gold-light);
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-outline-custom {
  display: inline-block;
  padding: 12px 30px;
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.35);
  color: var(--white);
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 999px;
  transition: all 0.3s ease;
  text-decoration: none;
  backdrop-filter: blur(10px);
}
.btn-outline-custom:hover {
  background-color: var(--white);
  color: #111;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn:active, .btn:focus { outline: none !important; box-shadow: none; }
.form-control:focus { border-color: var(--gold-light); box-shadow: none !important; }

.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -1px;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 12px 35px rgba(13,13,13,0.08);
  z-index: 999;
  transition: all 0.5s ease;
  padding: 0.5rem 1rem;
}

/* ===== Header ===== */
header {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(12px);
}
header .navbar-brand { position: relative; }

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-scale {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--gold-light);
  line-height: 1;
  border-radius: 14px;
  background: linear-gradient(135deg, #111 0%, #2d2410 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-name {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 1px;
}
.logo-sub {
  font-family: var(--font-accent);
  font-size: 0.65rem;
  letter-spacing: 4px;
  color: var(--gold-light);
  font-weight: 600;
}

header ul li a {
  padding: 10px 12px;
  color: #222;
  text-transform: uppercase;
  font-family: var(--font-accent);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.5px;
}
header ul li a:hover {
  border-bottom: 2px solid var(--gold-light);
  color: #111;
}
header ul li a.active {
  color: var(--gold-light) !important;
  border-bottom: 2px solid var(--gold-light);
}

/* ===== Hero Section ===== */
#hero {
  background: linear-gradient(to bottom, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.60) 100%),
              url('../img/hero.png') center center / cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.85) 0%, rgba(30,20,0,0.7) 100%);
  z-index: 0;
}
.hero-overlay::before,
.hero-overlay::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.hero-overlay::before {
  width: 380px;
  height: 380px;
  right: -80px;
  top: 12%;
  background: radial-gradient(circle, rgba(232,191,93,0.24), transparent 68%);
}
.hero-overlay::after {
  width: 300px;
  height: 300px;
  left: -120px;
  bottom: 8%;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 68%);
}
#hero .container { position: relative; z-index: 1; }
#hero .hero-content { padding-top: 104px; padding-bottom: 40px; }

.hero-badge span {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(232,191,93,0.5);
  color: var(--gold-light);
  font-family: var(--font-accent);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
}

.hero-heading h1 {
  font-size: 4rem;
  letter-spacing: 2px;
  line-height: 1.12;
  text-shadow: 0 8px 30px rgba(0,0,0,0.35);
  margin-bottom: 18px;
}

.hero-sub {
  font-size: 15px;
  letter-spacing: 3px;
  font-family: var(--font-accent);
  opacity: 0.9;
  color: rgba(255,255,255,0.82) !important;
}
.hero-tagline {
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0.82;
  color: rgba(255,255,255,0.8) !important;
}

.hero-trustbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.trust-pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  letter-spacing: 0.6px;
  backdrop-filter: blur(10px);
}

.hero-stats {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 34px;
  margin-top: 36px;
  background: rgba(255,255,255,0.05);
  border-radius: 28px;
  padding-bottom: 12px;
  backdrop-filter: blur(8px);
}
.stat-item { padding: 16px 10px; }
.stat-num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
  color: rgba(255,255,255,0.76) !important;
}

/* ===== Signature Strength ===== */
#signature-strength {
  margin-top: -34px;
  padding-top: 0;
}

.signature-intro,
.strength-card {
  height: 100%;
}

.signature-intro {
  background: linear-gradient(160deg, #111 0%, #1f1a12 100%);
  color: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 24px 40px rgba(17,17,17,0.14);
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold-light);
  font-family: var(--font-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.signature-intro h2 {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.25;
  margin-bottom: 16px;
}

.signature-intro p {
  color: rgba(255,255,255,0.72);
  margin: 0;
}

.strength-card {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 18px 35px rgba(17,17,17,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.strength-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(17,17,17,0.11);
}

.strength-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(201,168,76,0.18), rgba(201,168,76,0.05));
  color: var(--gold-dark);
  font-size: 1.3rem;
}

.strength-card h4 {
  color: #171717;
  margin-bottom: 10px;
}

.strength-card p {
  margin: 0;
  color: #5d5b57;
  line-height: 1.8;
}

/* ===== About Us ===== */
#about-us { background: transparent; }

.about-heading,
.lawyers-heading {
  background: url('../img/section-background.png') no-repeat;
  background-size: 20% 100%;
  border-left: 3px solid var(--gold-light);
  padding: 0 20px;
}
.about-heading h1,
.lawyers-heading h1 {
  margin-bottom: 8px;
}

#about-us h5, #about-us h6.gold-text {
  font-family: var(--font-accent);
}

#about-us .expertise {
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(248,245,238,0.96) 100%);
  padding: 30px;
  border-radius: 22px;
  border-top: 3px solid var(--gold-light);
  box-shadow: 0 16px 34px rgba(17,17,17,0.06);
}

/* ===== Practice Area ===== */
#practice-area, #faq {
  background:
    radial-gradient(circle at top right, rgba(201,168,76,0.16), transparent 18%),
    linear-gradient(180deg, #151212 0%, #1d1917 100%);
}

.practice-heading {
  border-left: 3px solid var(--gold-light);
  padding: 0 20px;
}
.practice-heading h2 { margin-bottom: 8px; }

.practice-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 24px;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
.practice-card:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-4px);
  border-color: rgba(232,191,93,0.25);
}
.practice-icon {
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  padding: 10px;
}
.practice-info h4 {
  color: #fff;
  margin-bottom: 8px;
}
.practice-info p {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

/* ===== Attorneys / Lawyers ===== */
#lawyers .card {
  transition: all 0.4s ease;
  border: 1px solid rgba(201,168,76,0.16);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 18px 35px rgba(17,17,17,0.05);
}
#lawyers .card:hover {
  box-shadow: var(--gold-shadow);
  transform: translateY(-6px);
}

.attorney-card { text-align: center; }
.attorney-avatar {
  background: linear-gradient(135deg, #111 0%, #2d2410 100%);
  padding: 38px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attorney-avatar i {
  font-size: 3.5rem;
  color: var(--gold-light);
}
.attorney-card .card-body { padding: 16px 10px 8px; }
.attorney-card h5 { font-size: 1rem; margin-bottom: 4px; }
.attorney-spec {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}
.attorney-socials a {
  color: #aaa;
  margin: 0 5px;
  font-size: 15px;
  transition: color 0.2s;
}
.attorney-socials a:hover { color: var(--gold-light); }

/* ===== FAQ ===== */
.faq-heading {
  border-left: 3px solid var(--gold-light);
  padding: 0 20px;
}
.faq-item {
  border-bottom: 1px solid rgba(232,191,93,0.35);
  padding: 14px 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.faq-item:hover p { color: var(--gold-light); }
.faq-item p {
  color: rgba(255,255,255,0.75);
  margin: 0;
  font-size: 14.5px;
}
.faq-content-1 p { color: var(--gold-light) !important; }

.faq-content-2 {
  background-color: var(--gold-light) !important;
  color: #000;
  font-weight: 500;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(17,17,17,0.14);
}
.faq-content-2 h6 { font-family: var(--font-accent); font-size: 14px; }
.faq-content-2 p { color: #111; font-size: 14px; line-height: 24px; }

/* ===== Contact ===== */
#contact {
  background:
    radial-gradient(circle at top left, rgba(201,168,76,0.16), transparent 20%),
    radial-gradient(circle at bottom right, rgba(17,17,17,0.06), transparent 24%),
    linear-gradient(180deg, #f6efe1 0%, #fffaf1 24%, #ffffff 100%);
  overflow: hidden;
}

.contact-heading {
  border-left: 3px solid var(--gold-light);
  padding: 0 20px;
}

.contact-panel,
.contact-form-shell {
  height: 100%;
  border-radius: 32px;
  padding: 36px;
}

.contact-panel {
  background: linear-gradient(160deg, #111 0%, #231b10 58%, #33260f 100%);
  color: #fff;
  box-shadow: 0 30px 60px rgba(17,17,17,0.18);
  position: relative;
  overflow: hidden;
}

.contact-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -60px;
  top: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,191,93,0.22), transparent 68%);
}

.contact-panel h3,
.form-intro h3 {
  margin-bottom: 12px;
}

.contact-panel h3 {
  color: #fff;
  font-size: 2.15rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}

.contact-panel-copy {
  color: rgba(255,255,255,0.72);
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}

.contact-info-list {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}

.contact-info-card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(232,191,93,0.14);
  color: var(--gold-light);
  flex-shrink: 0;
}

.contact-info-card h6,
.contact-expect h6 {
  color: var(--gold-light);
  margin-bottom: 4px;
  letter-spacing: 0.6px;
}

.contact-info-card p,
.contact-expect p {
  margin: 0;
  color: rgba(255,255,255,0.76);
}

.contact-expect {
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  position: relative;
  z-index: 1;
}

.contact-form-shell {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(17,17,17,0.06);
  box-shadow: 0 26px 50px rgba(17,17,17,0.09);
}

.form-intro {
  margin-bottom: 22px;
}

.form-intro h3 {
  font-size: 1.9rem;
}

.form-intro p {
  margin: 0;
}

.contact-form .form-control {
  border: 1px solid rgba(17,17,17,0.09);
  margin-bottom: 18px;
  padding: 15px 18px;
  border-radius: 18px;
  font-family: var(--font-body);
  font-size: 14px;
  background: rgba(250,248,244,0.95);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.contact-form .service-select {
  color: #888;
}

.contact-form .form-control:focus {
  border-color: rgba(201,168,76,0.7);
  box-shadow: 0 0 0 4px rgba(201,168,76,0.12) !important;
  transform: translateY(-1px);
}

.contact-textarea {
  min-height: 170px;
  resize: vertical;
}

.form .btn {
  display: block;
  margin: 8px 0 0;
  padding: 14px 32px;
  background-color: var(--gold-light);
  border: 2px solid var(--gold-light);
  color: #111;
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  border-radius: 999px;
  box-shadow: 0 18px 26px rgba(201,168,76,0.18);
}
.form .btn:hover {
  background-color: #111;
  border-color: #111;
  color: var(--gold-light);
  transform: translateY(-2px);
}

/* ===== Footer ===== */
.ipr-footer { background: #0a0a0a; }

.footer-logo-text {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 1px;
}
.footer-tagline {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}

.footer-social { display: flex; gap: 10px; }
.social-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: #111;
  text-decoration: none;
}

.footer-heading {
  color: var(--gold-light);
  font-family: var(--font-accent);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li { margin-bottom: 8px; }
.footer-links ul li a {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links ul li a:hover { color: var(--gold-light); }

.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin: 30px 0 20px;
}
.footer-copy {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin-bottom: 6px;
}
.footer-disclaimer {
  color: rgba(255,255,255,0.25);
  font-size: 11px;
  margin: 0;
}

/* ===== Media Queries ===== */
@media (max-width: 991px) {
  .hero-heading h1 { font-size: 3rem; }
  #hero .hero-content { padding-top: 60px; }
  #signature-strength { margin-top: 0; padding-top: 32px; }
}

@media (max-width: 767px) {
  .disclaimer-modal {
    padding: 26px 22px;
    border-radius: 22px;
  }
  .disclaimer-modal h2 {
    font-size: 1.5rem;
  }
  .disclaimer-actions .btn {
    width: 100%;
    text-align: center;
  }
  .hero-heading h1 { font-size: 1.9rem; }
  .hero-actions .btn { display: block; width: 100%; margin: 8px 0; }
  .hero-actions { display: flex; flex-direction: column; }
  .hero-trustbar { gap: 10px; }
  .trust-pill { width: 100%; }
  #about-us .expertise { margin-top: 25px; }
  #lawyers .downteam { margin-top: 15px; }
  .stat-num { font-size: 1.6rem; }
  .brand-logo .logo-name { font-size: 0.9rem; }
  .signature-intro,
  .strength-card,
  .faq-content-2,
  .contact-panel,
  .contact-form-shell { border-radius: 20px; padding: 24px; }
}

@media (max-width: 575px) {
  #lawyers .card { margin: 10px auto; width: 100%; }
  .hero-heading h1 { font-size: 1.6rem; }
  .hero-stats { border-radius: 20px; }
}

@media (max-width: 380px) {
  .brand-logo { gap: 6px; }
  .logo-name { font-size: 0.8rem; }
}
