html, body {
padding: 0;
    margin: 0;
}


body {
  font-family: 'inter', sans-serif;
  color: #222;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'DM Serif Display', serif;
  letter-spacing: 0.3px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}


.call-us {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,antiquewhite,#6a1bb9,#3e007d );
  color: antiquewhite;
  font-size: 19px;
  position: relative;
}

.call-us a {
    text-decoration: none;
    color: white;
    font-size: 25px;
}

.container {
  width: 95vw;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav {
    flex: 6;
    display: flex;
    justify-content: flex-end;
}


a {
    display: inline-block;
    color: #fff;
    
}
#logo {
    position: relative;
}
#logo h3 {
    color: #2c0057;
    top: 29px;
    position: absolute;
}

.logo {
    
    margin-bottom: 15px;
    flex: 4;
    margin-right: 150px;
    display: block;
    width: 100px;
    height: 60px;
    object-fit: cover;
}

.nav-links {
  display: flex;
  gap: 48px;
  list-style: none;
}


.site-header .nav-links a {
  text-decoration: none;
  color: #3e007d;
  font-size: 18px;
  font-weight: 500;
}

.site-header .nav-links a:hover {
     color:rgb(37, 1, 37);
    border-bottom: 3px solid #6a1bb9;
    transition: color 0.3s; 
}

.site-footer {
  background: #111;
  color: #fff;
  padding: 30px 0;
  font-size: 0.9rem;
}

main {
  padding-top: 160px;
}

.hero {
    padding-top: 20px;
  text-align: center;
    position: relative;
   margin: 0 auto;
   border: 3px solid black;
    width: 90%;
    height: 450px;
  background-image: 
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url("./images/law background-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: antiquewhite;
  display: grid;
  place-items: center;
  justify-content: center;
}

.situs {
    margin: 0 auto;
    padding-top: 5px;
    font-size: 53px;
    letter-spacing: 6px;
    opacity: 0.15;
}

.text-rotator {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.brand {
    line-height: 1.4;
  white-space: normal;
  position: absolute;
  width: 100%;
  max-width: 650px;
  margin: 0;
  text-align: center;
  opacity: 0;
  animation: rotateText 12s infinite;
}


/* Stagger timing for each line */
.brand:nth-child(1) { animation-delay: 0s; }
.brand:nth-child(2) { animation-delay: 4s; }
.brand:nth-child(3) { animation-delay: 8s; }


@keyframes rotateText {
  0%   { opacity: 0; transform: translateY(10px); }
  10%  { opacity: 1; transform: translateY(0); }
  30%  { opacity: 1; }
  40%  { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 0; }
}


.consult {
    margin-top: 15px;
    font-size: 16px;
    background: none;
    padding: 10px 15px;
    border: 4px solid antiquewhite;
}

.consult a {
    display: inline-block;
    text-decoration: none;
    color: antiquewhite;

}

.about-situs {
  margin: 0 auto;
    width: 90vw;
    color: rgb(25, 0, 25);
}

.about-situs h2 {
  font-size: 45px;
  color: #250148;
}

.about-situs p {
    font-size: 17px;
}
.about-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px; /* space between columns */
}

.column {
    color: #1f013c;
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 18px;
} 
.contact-btn-one {
   display: inline-block;
  margin-top: 20px;
 background: #2c0057;
 color: antiquewhite;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}

.contact-btn-one:hover {
    background: linear-gradient(135deg,antiquewhite,#6a1bb9,#3e007d );
    text-decoration: none;
    
}

.contact-btn-one a {
    font-size: 17px;
    display: inline-block;
    color: white;
}
.founder-img {
  float: left;
  width: 300px;
  height: auto;
  margin: 0 20px 15px 0;
  border-radius: 10px;
  border: 3px solid rgb(246, 211, 166);
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.contact-section {
  background: #fff; /* clean white background */
  color: #3e007d;   /* deep purple brand color */
  padding: 60px 20px;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

.contact-info h2 {
  font-size: 36px;
  margin-bottom: 25px;
  color: #3e007d;
}

.contact-info p {
  font-size: 18px;
  margin: 10px 0;
}

.contact-info a {
  color: #3e007d;
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-btn {
  display: inline-block;
  margin-top: 20px;
 background: #2c0057;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.my_contact .contact-btn {
display: inline-block;
color: antiquewhite;
text-decoration: none;
}

.my_contact .contact-btn:hover {
    background: linear-gradient(135deg,antiquewhite,#6a1bb9,#3e007d );
  text-decoration: none;
}

/* Map Styling */
.contact-map iframe {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.hero-about {
    padding-top: 20px;
  text-align: center;
    position: relative;
   margin: 0 auto;
   border: 3px solid black;
    width: 90%;
    height: 450px;
  background-image: 
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url("./images/track.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: antiquewhite;
  display: grid;
  place-items: center;
  justify-content: center;
}
.situslaw {
  opacity: 0;
  transform: translateX(-200px);
  animation: slideCenter 1.8s ease forwards;
    min-width: 45vw;
    padding: 20px 20px 0px 20px;
    height: 400px;
     background: linear-gradient(135deg,antiquewhite,#6a1bb9,#3e007d );
    position: absolute;
    top: 5;
    left: -2;
}
/* animation */
@keyframes slideCenter{
  from{
    transform: translateX(-200px);
    opacity:0;
  }
  to{
    transform: translateX(0);
    opacity:1;
  }
}
/* parent */
.dropdown{
  position: relative;
}

/* hide menu initially */
.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

/* dropdown items */
.dropdown-menu li a{
  display: block;
  padding: 10px 20px;
  color: #3e007d;
  text-decoration: none;
}

.dropdown-menu li a:hover{
  background:#f6f0ff;
}

/* show on hover */
.dropdown:hover .dropdown-menu{
  opacity:1;
  visibility:visible;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-map iframe {
    min-height: 250px;
  }
}


.case-records {
    margin: 0 auto;
   width: 95vw;
  padding: 80px 35px;
  text-align: center;

  /* Background image + soft tint */
  background:
  linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    /* linear-gradient(rgba(62,0,125,0.18), rgba(62,0,125,0.18)), */
    url("./images/track.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* border-radius: 18px; */
}


/* Heading */
.case-records h2 {
  font-size: 34px;
  margin-bottom: 55px;
  color: antiquewhite;
  font-weight: 700;
  letter-spacing: 0.5px;
  object-fit: contain;
}
/* .record-number::before {
  content: "$";
  margin-right: 2px;
} */


/* Grid */
.records-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 30px;
}

/* Card */
.record-card {
   background: black;
  border: 1px solid #3e007d;
  padding: 25px 18px;
  border-radius: 14px;
  transition: all .3s ease;
}

/* Hover — elegant, not flashy */
.record-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px #3e007d;
}


/* Practice title */
.record-card h3 {
    text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 18px;
  color: white;
  font-weight: 600;
}

/* Counter number */
.record-number {
  font-size: 100px;
  font-weight: 800;
  color: antiquewhite;
  margin-bottom: 12px;
}

/* Supporting text */
.record-card p {
    display: inline-block;
    padding-bottom: 10px;
  font-size: 20px;
  color: #dac3f3; /* muted antique-purple tone */
  margin: 0;
  line-height: 1.6;
}
.about-practice {
    width: 90vw;
    margin: 0 auto;
    color: #250148;
}
.area-of-practice {
    position: relative;
    padding: 70px 0px;
    background: #f5f3f7;
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px; /* space between columns */
}
.line {
    border-left: 6px solid #3e007d;
    padding-left: 20px;
}
.about-practice {
    width: 95vw;
    align-items: center;
    margin: 0 auto;
    
}
.about-practice h2 {
    display: grid;
    place-items: center;
    font-size: 35px;
}
.request {
    font-size: 20px;
    margin: 0 auto;
    width: 75vw;
   display: grid;
   place-items: center;
   padding: 25px ;
}
.practice-areass{
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  font-family: serif;
  color:#1f013c;
}

.practice-row{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap:40px;
  padding:45px 0;
  border-bottom:1px solid #3e007d;
}

.practice-row:last-child{
  border-bottom:none;
}

/* LEFT COLUMN TITLE */
.practice-title{
  font-size:24px;
  font-weight:700;
  color:#3e007d;
}

/* RIGHT COLUMN CONTENT */
.practice-content p{
  margin-bottom:15px;
  line-height:1.7;
  font-size:17px;
}

.practice-content ul{
  margin:15px 0 20px 18px;
}

.practice-content li{
  margin-bottom:8px;
}

/* CTA BUTTON */
.practice-cta{
  text-align:center;
  margin-top:50px;
}

.practice-cta a{
  display:inline-block;
  padding:14px 32px;
  background:linear-gradient(135deg,#faebd7,#6a1bb9,#3e007d);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  border-radius:6px;
  transition:.3s;
}

.practice-cta a:hover{
  background:#2c0057;
}

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

  .practice-title{
    margin-bottom:10px;
    font-size:22px;
  }
}




@media (max-width: 768px) {
  .founder-img {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 60%;
  }
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-map iframe {
    min-height: 250px;
  }
}
