/* =========================================
   MAXLAW LEGAL SOLUTION
   PREMIUM LEGAL WEBSITE CSS
   VERSION 2.0 — ULTRA SMOOTH UI
========================================= */


/* =========================================
   GOOGLE FONTS
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@500;600;700;800&display=swap');


/* =========================================
   ROOT VARIABLES
========================================= */
/* =========================================
   MAXLAW LEGAL SOLUTION
   PREMIUM LEGAL WEBSITE CSS
========================================= */

/* =========================================
   GOOGLE FONTS
========================================= */

:root {

  --primary-blue: #123c73;
  --accent-red: #c62828;
  --light-bg: #f5f7fa;
  --dark-text: #1e1e1e;
  --white: #ffffff;

  --border-color: rgba(0, 0, 0, 0.08);

  --transition: all 0.4s ease;
  --shadow-light: 0 10px 30px rgba(0, 0, 0, 0.05);
  --shadow-medium: 0 20px 50px rgba(0, 0, 0, 0.08);

}

/* =========================================
   GLOBAL RESET
========================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {

  overflow-x: hidden;

  width: 100%;

}


html {
  scroll-behavior: smooth;
}

body {

  font-family: 'Inter', sans-serif;
  background: var(--light-bg);
  color: var(--dark-text);
  overflow-x: hidden;
  line-height: 1.7;

}

/* =========================================
   COMMON
========================================= */
img {

  max-width: 100%;
  height: auto;

}

.container {

  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;

}

section,
div,
header,
footer {

  max-width: 100%;

}

.section-padding {
  padding: 120px 0;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {

  font-family: 'Playfair Display', serif;
  line-height: 1.2;

}

p {
  color: #5f5f5f;
}

/* =========================================
   CUSTOM SCROLLBAR
========================================= */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #e9edf3;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-blue);
  border-radius: 10px;
}

/* =========================================
   BUTTONS
========================================= */

.primary-btn {

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 15px 32px;

  background: var(--primary-blue);
  color: var(--white);

  border-radius: 12px;

  font-size: 15px;
  font-weight: 600;

  transition: var(--transition);

  position: relative;
  overflow: hidden;

  z-index: 1;

}

.primary-btn::before {

  content: '';

  position: absolute;

  top: 0;
  left: -100%;

  width: 100%;
  height: 100%;

  background: var(--accent-red);

  transition: 0.5s ease;

  z-index: -1;

}

.primary-btn:hover::before {
  left: 0;
}

.primary-btn:hover {

  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(18, 60, 115, 0.25);

}

.secondary-btn {

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 15px 32px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 12px;

  color: var(--white);

  transition: var(--transition);

  backdrop-filter: blur(10px);

}

.secondary-btn:hover {

  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);

}

/* =========================================
   TOPBAR
========================================= */
/* =========================================
   TOPBAR
========================================= */

.topbar {

 position: relative;

  width: 100%;

  background: #0b2342;

  border-bottom: 1px solid rgba(255,255,255,0.05);

  padding: 14px 0;

  font-size: 14px;


  z-index: 1000;

  background: #0b2342;

  border-bottom: 1px solid rgba(255,255,255,0.05);

  padding: 14px 0;

  font-size: 14px;

}

.topbar-container {

  display: flex;
  align-items: center;
  justify-content: space-between;

}

.topbar-left,
.topbar-right {

  display: flex;
  align-items: center;
  gap: 28px;

}

.topbar span {

  display: flex;
  align-items: center;
  gap: 8px;

  color: rgba(255,255,255,0.82);

  font-weight: 400;

}

.topbar i {

  color: var(--accent-red);

  font-size: 13px;

}

/* =========================================
   HEADER
========================================= */

/* =========================================
   HEADER
========================================= */

.header {

  position: fixed;

   top: 53px;
  left: 0;

  width: 100%;

  z-index: 999;

  transition: all 0.4s ease;


  background: transparent;

}

/* STICKY HEADER EFFECT */

.header.scrolled {

  top: 0;

  background: rgba(8, 20, 38, 0.96);

  backdrop-filter: blur(14px);

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);

}

/* SMALL LOGO ON SCROLL */

.header.scrolled .logo img {

  height: 56px;

}

.nav-container {

  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 95px;

  padding: 0 20px;

}

/* =========================================
   LOGO
========================================= */

.logo {

  display: flex;
  align-items: center;

  position: relative;

  z-index: 1001;

}

.logo img {

  width: auto;

  height: 62px;

  object-fit: contain;

  transition: 0.4s ease;

}

.nav-links {

  display: flex;
  align-items: center;

  gap: 42px;

  height: 100%;

}

.nav-links a {

   color: rgba(255,255,255,0.92);

  font-size: 15px;
  font-weight: 500;

  position: relative;

  transition: var(--transition);

  padding: 8px 0;

}

.nav-links a::after {

  content: '';

  position: absolute;

  bottom: -8px;
  left: 0;

  width: 0%;
  height: 2px;

  background: var(--accent-red);

  transition: var(--transition);

}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a:hover {
  color: #ffffff;
}

.menu-toggle {

  display: none;

  color: var(--white);

  font-size: 24px;

  cursor: pointer;

  z-index: 1002;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

}

/* =========================================
   HERO SECTION
========================================= */

.hero {

  position: relative;
padding-top: 220px;
  min-height: 100vh;

  display: flex;
  align-items: center;

  overflow: hidden;

  background:
    linear-gradient(rgba(8, 20, 38, 0.82),
    rgba(8, 20, 38, 0.82)),
    url('../images/hero/scbanner1.jpg');

  background-size: cover;
  background-position: center;

}

.hero-overlay {

  position: absolute;

  width: 850px;
  height: 850px;

  background:
    radial-gradient(
      circle,
      rgba(198,40,40,0.16) 0%,
      rgba(198,40,40,0.04) 45%,
      transparent 70%
    );

  border-radius: 50%;

  top: -260px;
  right: -180px;

  filter: blur(70px);

  z-index: 1;

}
.hero-content {

  max-width: 700px;

}

.hero-container {

  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 60px;

  position: relative;
  z-index: 2;

}

.hero-content {

  color: var(--white);

}

.hero-tag {

  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(12px);

  margin-bottom: 25px;

  font-size: 14px;
  font-weight: 500;

  letter-spacing: 0.5px;

}

.hero-content h1 {

  font-size: 68px;
  font-weight: 700;

  margin-bottom: 25px;

  line-height: 1.1;

}

.hero-content p {

  color: rgba(255,255,255,0.75);

  font-size: 17px;

  max-width: 580px;

  margin-bottom: 40px;

}

.hero-buttons {

  display: flex;
  align-items: center;
  gap: 20px;

  margin-bottom: 60px;

}

/* =========================================
   HERO IMAGE
========================================= */

.hero-image {

  position: relative;

  display: flex;
  justify-content: center;

}

.hero-image::before {

  content: '';

  position: absolute;

  width: 88%;
  height: 88%;

  background: linear-gradient(
    135deg,
    rgba(198,40,40,0.18),
    rgba(15,46,87,0.25)
  );

  border-radius: 36px;

  filter: blur(40px);

  bottom: -20px;
  right: -20px;

  z-index: 0;

}

.hero-image img {

  position: relative;

  width: 100%;
  max-width: 620px;

  border-radius: 32px;

  object-fit: cover;

  border: 0px solid rgba(255,255,255,0.08);
/*
  box-shadow:
    0 30px 80px rgba(0,0,0,0.30),
    0 10px 30px rgba(0,0,0,0.15);
*/
  z-index: 2;

  animation: floatImage 6s ease-in-out infinite;

}

@keyframes floatImage {

  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }

}

/* =========================================
   TRUST BOXES
========================================= */

.trust-boxes {

  display: flex;
  gap: 18px;

  flex-wrap: wrap;

}

.trust-item {

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(14px);

  border-radius: 22px;

  padding: 24px 30px;

  min-width: 170px;

  transition: 0.4s ease;

}

.trust-item:hover {

  transform: translateY(-8px);

  background: rgba(255,255,255,0.08);

  border-color: rgba(198,40,40,0.25);

}

.trust-item h3 {

  font-size: 34px;

  color: var(--white);

  margin-bottom: 8px;

}

.trust-item p {

  color: rgba(255,255,255,0.72);

  margin: 0;

  font-size: 15px;

}
/* =========================================
   SECTION TITLE
========================================= */

.section-title {

  text-align: center;
  margin-bottom: 70px;

}

.section-tag {

  display: inline-block;

  color: var(--accent-red);

  font-size: 14px;
  font-weight: 600;

  letter-spacing: 1px;
  text-transform: uppercase;

  margin-bottom: 18px;

}

.section-title h2 {

  font-size: 52px;

  margin-bottom: 18px;

  color: var(--dark-text);

}

.section-title p {

  max-width: 700px;
  margin: auto;

}

/* =========================================
   ABOUT SECTION
========================================= */

.about-container {

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;

}

.about-image img {

  border-radius: 30px;

  box-shadow: var(--shadow-medium);

}

.about-content h2 {

  font-size: 50px;

  margin-bottom: 25px;

}

.about-content p {

  margin-bottom: 35px;

}

.about-points {

  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

  margin-bottom: 40px;

}

.about-point {

  display: flex;
  align-items: center;
  gap: 12px;

  font-weight: 500;

}

.about-point i {
  color: var(--accent-red);
}

/* =========================================
   PRACTICE AREAS
========================================= */

.practice {

  background: #ffffff;

}

.practice-grid {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}

.practice-card {

  background: var(--white);

  padding: 45px 35px;

  border-radius: 24px;

  box-shadow: var(--shadow-light);

  transition: var(--transition);

  border: 1px solid transparent;

  position: relative;

  overflow: hidden;

}

.practice-card::before {

  content: '';

  position: absolute;

  width: 100%;
  height: 5px;

  background: var(--accent-red);

  top: 0;
  left: -100%;

  transition: 0.5s ease;

}

.practice-card:hover::before {
  left: 0;
}

.practice-card:hover {

  transform: translateY(-12px);

  border-color: rgba(198,40,40,0.1);

  box-shadow: 0 30px 50px rgba(0,0,0,0.08);

}

.practice-icon {

  width: 75px;
  height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(18,60,115,0.08);

  border-radius: 18px;

  margin-bottom: 30px;

}

.practice-icon i {

  font-size: 30px;
  color: var(--primary-blue);

}

.practice-card h3 {

  font-size: 28px;

  margin-bottom: 18px;

}



/* =========================================
   PRACTICE BUTTON
========================================= */

.practice-btn-wrap {

  display: flex;

  justify-content: center;

  margin-top: 60px;

}

.practice-explore-btn {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  height: 58px;

  padding: 0 34px;

  border-radius: 60px;

  background: transparent;

  border: 1px solid rgba(15, 46, 87, 0.15);

  color: #0f2e57;

  font-size: 15px;

  font-weight: 600;

  letter-spacing: 0.3px;

  transition: 0.4s ease;

  position: relative;

  overflow: hidden;

}

/* HOVER BG EFFECT */

.practice-explore-btn::before {

  content: '';

  position: absolute;

  top: 0;
  left: -100%;

  width: 100%;
  height: 100%;

  background: #0f2e57;

  transition: 0.45s ease;

  z-index: 0;

}

.practice-explore-btn span,
.practice-explore-btn i {

  position: relative;

  z-index: 2;

}

.practice-explore-btn:hover::before {

  left: 0;

}

.practice-explore-btn:hover {

  color: #fff;

  transform: translateY(-3px);

  box-shadow:
    0 12px 30px rgba(15,46,87,0.18);

}

.practice-explore-btn i {

  transition: 0.4s ease;

}

.practice-explore-btn:hover i {

  transform: translateX(4px);

}
/* =========================================
   WHY US
========================================= */

.why-us {

  background: linear-gradient(
    135deg,
    #0f2e57,
    #123c73
  );

  position: relative;

  overflow: hidden;

}

.light-title h2,
.light-title p {
  color: var(--white);
}

.why-grid {

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;

}

.why-card {

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(10px);

  border-radius: 24px;

  padding: 40px 30px;

  text-align: center;

  transition: var(--transition);

}

.why-card:hover {

  transform: translateY(-10px);
  background: rgba(255,255,255,0.12);

}

.why-card i {

  font-size: 40px;

  color: var(--white);

  margin-bottom: 25px;

}

.why-card h3 {

  color: var(--white);

  font-size: 24px;

}

/* =========================================
   TEAM SECTION
========================================= */

.team-grid {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}

.team-card {

  background: var(--white);

  border-radius: 24px;

  overflow: hidden;

  box-shadow: var(--shadow-light);

  transition: var(--transition);

}

.team-card:hover {

  transform: translateY(-10px);

}

.team-card img {

  height: 420px;
  object-fit: cover;

}

.team-content {

  padding: 30px;

}

.team-content h3 {

  font-size: 28px;

  margin-bottom: 10px;

}

.team-content span {

  color: var(--accent-red);
  font-weight: 500;

}

/* =========================================
   CTA SECTION
========================================= */

.cta-section {

  padding: 90px 0;

  background:
    linear-gradient(rgba(18,60,115,0.92),
    rgba(18,60,115,0.92)),
    url('../images/background/cta-bg.jpg');

  background-size: cover;
  background-position: center;

}

.cta-container {

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 40px;

}

.cta-content h2 {

  color: var(--white);

  font-size: 52px;

  margin-bottom: 15px;

}

.cta-content p {

  color: rgba(255,255,255,0.75);

}

.cta-buttons {

  display: flex;
  align-items: center;
  gap: 20px;

}

.white-btn {

  border: 1px solid rgba(255,255,255,0.25);

}

/* =========================================
   CONTACT SECTION
========================================= */

.contact-container {

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;

}

.contact-box {

  display: flex;
  align-items: flex-start;
  gap: 18px;

  margin-top: 35px;

}

.contact-box i {

  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(18,60,115,0.08);

  border-radius: 18px;

  color: var(--primary-blue);

  font-size: 22px;

}

.contact-form {

  background: var(--white);

  padding: 45px;

  border-radius: 30px;

  box-shadow: var(--shadow-medium);

}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group select {

  width: 100%;

  padding: 18px 20px;

  border: 1px solid var(--border-color);

  border-radius: 14px;

  outline: none;

  font-family: inherit;

  transition: var(--transition);

}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {

  border-color: var(--primary-blue);

}

.full-btn {
  width: 100%;
}

/* =========================================
   FOOTER
========================================= */

.footer {

  background: #0c2342;

  padding-top: 90px;

}

.footer-container {

  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;

  padding-bottom: 60px;

}

.footer-logo {

  color: var(--white);

  font-size: 40px;

  margin-bottom: 20px;

}

.footer-col h3 {

  color: var(--white);

  margin-bottom: 25px;

  font-size: 24px;

}

.footer-col p,
.footer-col a {

  color: rgba(255,255,255,0.7);

}

.footer-col ul li {

  margin-bottom: 14px;

}

.footer-col a {

  transition: var(--transition);

}

.footer-col a:hover {

  color: var(--accent-red);
  padding-left: 5px;

}

.footer-bottom {

  border-top: 1px solid rgba(255,255,255,0.08);

  text-align: center;

  padding: 25px 0;

}

.footer-bottom p {

  color: rgba(255,255,255,0.6);

}

/* =========================================
   WHATSAPP BUTTON
========================================= */

.whatsapp-btn {

  position: fixed;

  right: 30px;
  bottom: 30px;

  width: 65px;
  height: 65px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #25d366;
  color: var(--white);

  border-radius: 50%;

  font-size: 28px;

  z-index: 999;

  box-shadow: 0 10px 30px rgba(37,211,102,0.3);

  transition: var(--transition);

}

.whatsapp-btn:hover {

  transform: scale(1.08);

}

/* =========================================
   SMOOTH ANIMATIONS
========================================= */

.practice-card,
.team-card,
.why-card,
.trust-item,
.primary-btn,
.secondary-btn {

  will-change: transform;

}

/* =========================================
   END
========================================= */


/* =========================================
   RESPONSIVE.CSS
   MAXLAW LEGAL SOLUTION
========================================= */


/* =========================================
   LARGE LAPTOPS
========================================= */

@media (max-width: 1400px) {

  .hero-content h1 {
    font-size: 60px;
  }

  .section-title h2,
  .about-content h2,
  .cta-content h2 {
    font-size: 46px;
  }

}


/* =========================================
   LAPTOP DEVICES
========================================= */

@media (max-width: 1200px) {

  .hero-container,
  .about-container,
  .contact-container {
    gap: 50px;
  }

  .hero-content h1 {
    font-size: 52px;
  }

  .practice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================
   TABLET DEVICES
========================================= */

@media (max-width: 991px) {

  /* =========================
      COMMON
  ========================= */

  .section-padding {
    padding: 90px 0;
  }

  .section-title {
    margin-bottom: 55px;
  }

  .section-title h2,
  .about-content h2,
  .cta-content h2 {

    font-size: 40px;
    line-height: 1.2;

  }

  /* =========================
      TOPBAR
  ========================= */

  .topbar {

      padding: 8px 0;

  }

.topbar-container {

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

}

.topbar-left,
.topbar-right {

    justify-content: flex-start;

    flex-wrap: nowrap;

}
.topbar-right {

    display: none;

}

  /* =========================
      HEADER
  ========================= */

  .header {

    position: fixed;

    background: rgba(10, 25, 45, 0.96);

    backdrop-filter: blur(14px);

    box-shadow: 0 5px 20px rgba(0,0,0,0.12);

  }

  .nav-container {

    padding: 18px 20px;

  }

  .logo {

    font-size: 32px;

  }

  /* =========================
      MOBILE MENU
  ========================= */

  .menu-toggle {

    display: block;

    z-index: 1001;

  }

  .navbar {

    position: fixed;
    top: 0;
    right: -100%;

    width: 320px;
    height: 100vh;

    background: #102947;

    padding: 120px 40px;

    transition: 0.5s ease;

    z-index: 1000;

  }

  .navbar.active {
    right: 0;
  }

  .nav-links {

    flex-direction: column;
    align-items: flex-start;

    gap: 28px;

  }

.trust-item {

  min-width: 0;

}

  .nav-links a {

    font-size: 18px;

  }

  .header .primary-btn {
    display: none;
  }

  /* =========================
      HERO SECTION
  ========================= */

  .hero {

    padding: 180px 0 100px;
    min-height: auto;

  }

  .hero-container {

    grid-template-columns: 1fr;

  }

  .hero-content {

    order: 2;

    text-align: center;

  }

  .hero-image {

    order: 1;

    max-width: 600px;
    margin: auto;

  }

  .hero-content h1 {

    font-size: 56px;

  }

  .hero-content p {

    margin: auto auto 35px;

  }

  .hero-buttons {

    justify-content: center;
    flex-wrap: wrap;

    margin-bottom: 45px;

  }

  .trust-boxes {

    justify-content: center;
    flex-wrap: wrap;

  }

  /* =========================
      ABOUT SECTION
  ========================= */

  .about-container {

    grid-template-columns: 1fr;

  }

  .about-image {

    max-width: 700px;
    margin: auto;

  }

  /* =========================
      CONTACT SECTION
  ========================= */

  .contact-container {

    grid-template-columns: 1fr;

  }

  /* =========================
      CTA SECTION
  ========================= */

  .cta-container {

    flex-direction: column;

    text-align: center;

  }

}


/* =========================================
   MOBILE DEVICES
========================================= */

@media (max-width: 767px) {

  /* =========================
      COMMON
  ========================= */

  .container {
    padding: 0 18px;
  }

  .section-padding {
    padding: 75px 0;
  }

  .section-title h2,
  .about-content h2,
  .cta-content h2 {

    font-size: 34px;

  }

  /* =========================
      HERO SECTION
  ========================= */

  .hero {

    padding-top: 120px;

  }

  .hero-content h1 {

    font-size: 46px;
    line-height: 1.15;

  }

  .hero-content p {

    font-size: 16px;

  }

  .hero-buttons {

    flex-direction: column;

    width: 100%;

  }

  .hero-buttons a {

    width: 100%;

  }

  .trust-boxes {

    flex-direction: column;

    width: 100%;

  }

  .trust-item {

    width: 100%;

  }

  /* =========================
      GRIDS
  ========================= */

  .practice-grid,
  .why-grid,
  .team-grid,
  .footer-container {

    grid-template-columns: 1fr;

  }

  /* =========================
      ABOUT
  ========================= */

  .about-points {

    grid-template-columns: 1fr;

  }

  /* =========================
      CONTACT
  ========================= */

  .contact-form {

    padding: 35px 25px;

  }

  /* =========================
      CTA
  ========================= */

  .cta-buttons {

    flex-direction: column;
    width: 100%;

  }

  .cta-buttons a {

    width: 100%;

  }

}


/* =========================================
   SMALL MOBILE DEVICES
========================================= */

@media (max-width: 575px) {

  /* =========================
      LOGO
  ========================= */

  .logo {

    font-size: 28px;

  }

  /* =========================
      HERO
  ========================= */

  .hero-content h1 {

    font-size: 38px;

  }

  .hero-tag {

    font-size: 13px;

    padding: 9px 16px;

  }

  /* =========================
      SECTION TITLES
  ========================= */

  .section-title h2,
  .about-content h2,
  .cta-content h2 {

    font-size: 30px;

  }

  /* =========================
      BUTTONS
  ========================= */

  .primary-btn,
  .secondary-btn {

    padding: 15px 22px;

    font-size: 14px;

  }

  /* =========================
      CARDS
  ========================= */

  .practice-card,
  .why-card,
  .contact-form {

    border-radius: 22px;

  }

  .practice-card {

    padding: 35px 28px;

  }

  .practice-card h3,
  .team-content h3 {

    font-size: 24px;

  }

  /* =========================
      TEAM
  ========================= */

  .team-card img {

    height: 360px;

  }

  /* =========================
      FOOTER
  ========================= */

  .footer {

    padding-top: 70px;

  }

  .footer-logo {

    font-size: 34px;

  }

  /* =========================
      WHATSAPP
  ========================= */

  .whatsapp-btn {

    width: 58px;
    height: 58px;

    font-size: 24px;

    right: 20px;
    bottom: 20px;

  }

}


/* =========================================
   EXTRA SMALL DEVICES
========================================= */

@media (max-width: 420px) {

  .hero-content h1 {

    font-size: 34px;

  }

  .section-title h2,
  .about-content h2,
  .cta-content h2 {

    font-size: 28px;

  }

  .hero-content p {

    font-size: 15px;

  }

  .trust-item {

    padding: 20px;

  }

}


/* =========================================
   HEADER FIXED EFFECT
========================================= */

.header.scrolled {

  background: rgba(10, 25, 45, 0.96);

  backdrop-filter: blur(14px);

  box-shadow: 0 5px 25px rgba(0,0,0,0.1);

}


/* =========================================
   SMOOTH MOBILE ANIMATION
========================================= */

.practice-card,
.team-card,
.why-card,
.trust-item,
.primary-btn,
.secondary-btn,
.navbar {

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    background 0.4s ease,
    color 0.4s ease;

}


/* =========================================
   MOBILE MENU OVERLAY
========================================= */

.mobile-overlay {

  position: fixed;

  width: 100%;
  height: 100%;

  top: 0;
  left: 0;

  background: rgba(0,0,0,0.55);

  opacity: 0;
  visibility: hidden;

  transition: 0.4s ease;

  z-index: 999;

}

.mobile-overlay.active {

  opacity: 1;
  visibility: visible;

}



/* =========================================
   DISCLAIMER MODAL
========================================= */

.disclaimer-popup {

  position: fixed;

  inset: 0;

  background: rgba(5, 12, 25, 0.78);

  backdrop-filter: blur(18px);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 99999;

  padding: 20px;

}

.disclaimer-card {

  position: relative;

  width: 100%;
  max-width: 1050px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);

  border-radius: 28px;

  backdrop-filter: blur(20px);

  padding: 50px;

  color: #fff;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.35);

}

.disclaimer-close {

  position: absolute;

  top: 24px;
  right: 24px;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  border: none;

  background: rgba(255,255,255,0.08);

  color: #fff;

  cursor: pointer;

  transition: 0.3s ease;

}

.disclaimer-close:hover {

  background: rgba(198,40,40,0.8);

}

.disclaimer-top {

  text-align: center;

  margin-bottom: 45px;

}

.disclaimer-mini {

  display: block;

  font-size: 11px;

  letter-spacing: 4px;

  margin-bottom: 14px;

  color: rgba(255,255,255,0.65);

}

.disclaimer-top h2 {

  font-size: 46px;

  margin-bottom: 10px;

  font-family: 'Playfair Display', serif;

}

.disclaimer-top p {

  color: rgba(255,255,255,0.7);

  font-size: 14px;

}

.disclaimer-grid {

  display: grid;

  grid-template-columns: repeat(4,1fr);

  gap: 28px;

  margin-bottom: 35px;

}

.disclaimer-item {

  border-left: 1px solid rgba(255,255,255,0.12);

  padding-left: 18px;

}

.disclaimer-item span {

  display: block;

  font-size: 13px;

  font-weight: 700;

  color: #c62828;

  margin-bottom: 12px;

}

.disclaimer-item p {

  font-size: 14px;

  line-height: 1.9;

  color: rgba(255,255,255,0.82);

}

.disclaimer-note {

  font-size: 13px;

  color: rgba(255,255,255,0.7);

  border-left: 2px solid rgba(255,255,255,0.15);

  padding-left: 18px;

  margin-bottom: 30px;

}

.disclaimer-check {

  display: flex;

  align-items: flex-start;

  gap: 12px;

  margin-bottom: 30px;

  font-size: 14px;

  color: rgba(255,255,255,0.85);

}

.disclaimer-check input {

  margin-top: 4px;

}

.disclaimer-btn {

  width: 100%;

  height: 58px;

  border-radius: 14px;

  border: 1px solid rgba(255,255,255,0.12);

  background: rgba(255,255,255,0.06);

  color: #fff;

  font-size: 13px;

  letter-spacing: 3px;

  cursor: pointer;

  transition: 0.4s ease;

}

.disclaimer-btn:hover {

  background: #0f2e57;

}

.disclaimer-bottom {

  text-align: center;

  margin-top: 25px;

  font-size: 12px;

  color: rgba(255,255,255,0.5);

}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

  .disclaimer-grid {

    grid-template-columns: repeat(2,1fr);

  }

}

@media (max-width: 767px) {

  .disclaimer-card {

    padding: 35px 24px;

  }

  .disclaimer-grid {

    grid-template-columns: 1fr;

    gap: 22px;

  }

  .disclaimer-top h2 {

    font-size: 34px;

  }

}

/* SMOOTH HIDE */
.hide-disclaimer {

  opacity: 0;
  visibility: hidden;

  transform: scale(0.96);

  transition: 0.4s ease;

}
/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .disclaimer-card {

    padding: 35px 24px;

    border-radius: 24px;

  }

  .disclaimer-card h2 {

    font-size: 30px;

  }

  .disclaimer-card p,
  .point {

    font-size: 14px;

    line-height: 1.7;

  }

}