body{
  background-color: rgba(10, 31, 68, 0.1);
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html,body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

body,p {
  font-family: 'Merriweather', serif;
  font-size: 1.25rem;
  color: #555;
}

/* Apply Roboto font for headings */
h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
  /* font-size: 3rem; */
}


header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

footer {
  background-color: rgba(10, 31, 68, 0.9);
  width: 100%;
  white-space: nowrap;
  line-height: 40px;
  margin-top: auto;
}
footer p {
  font-size: 12px; /* Adjust size as needed */
  color: #fff; /* Set the text color, assuming white is the desired color */
  margin: 0;
}

/* Footer Header Style */
footer h4 {
  font-size: 16px; /* Adjust as needed */
  font-weight: bold;
  color: #fff; /* White color for contrast */
  margin-top: 10px;
}

/* Footer Links Style */
footer a, footer i {
  font-size: 14px; /* Slightly smaller than header */
  color: #fff; /* White or light gray for good contrast */
  text-decoration: none; /* Optional: Remove underline */
}
footer  i:hover{
  font-size: larger;
  transition: all 0.3 ease-in-out;
}


.btn-law-firm {
  font-family: 'Roboto', sans-serif;
  border: 2px solid rgba(10, 31, 68, 0.7);
  padding: 12px 25px;
  font-size: 18px; 
  border-radius: 25px; 
  transition: all 0.3s ease-in-out; 
  color: rgba(10, 31, 68, 0.7); 
}

.btn-law-firm:hover {
  background-color: rgba(10, 31, 68, 0.7);
  color: white; 
  border-color: rgba(10, 31, 68, 0.7); 
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); 
}

.navbar {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important; 
  background-color: rgba(10, 31, 68, 0.6) !important; 
  border-color: #ffffff !important;
}



.navbar-brand img {
  width: 200px;
  height: auto;
}

.navbar .navbar-nav .nav-link {
  padding: 0.8rem 1.2rem; 
}

.navbar-nav .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.navbar-nav .dropdown-item {
  color: #333; 
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease; 
}

.navbar-nav .dropdown-item:hover {
  background-color: rgba(10, 31, 68, 0.7);
  color: #fff; 
}

.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
}

.navbar-nav .dropdown-toggle:hover {
  color: #0a1f44; 
 
}

.navbar-nav .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); 
}

/* .input-translucent {
  background-color: rgba(0, 0, 0, 0.1);  */
/* } */

.form-group {
  margin-bottom: 20px;
}



.font-weight-bold {
  font-size: 1.1rem;
  color: #343a40;
}

.custom-btn{
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  background-color: rgba(10, 31, 68, 0.2);
  color: black;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;;}


.custom-btn:hover {
  background-color: rgba(10, 31, 68, 0.5);
  color: white;
}


.profile-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}



.contact-item {
  text-decoration: none;
  color: rgba(10, 31, 68, 0.5);
  font-size: 16px;
  display: flex;
  align-items: center;
}

.contact-item i {
  margin-right: 10px;
  color: rgba(10, 31, 68, 0.5);
}

.contact-item:hover {
  color: rgba(10, 31, 68, 0.9);
}

.profile-right {
  padding-left: 20px;
}

.profile-right h2 {
  font-size: 32px;
  font-weight: bold;
}

.experience-list {
  list-style-type: none;
  padding: 0;
}

.experience-list li {
  margin-bottom: 10px;
}

.experience-list i {
  color: #0a1f44;
  margin-right: 10px;
}

.about-us img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  max-height: 400px;
  object-fit: cover;
}

.hover-column {
  transition: transform 0.3s ease;
}

.hover-column:hover {
  transform: translateY(-5px); 
  color: black;
}



.btn-outline {
  transition: transform 0.3s ease;
}

.btn-outline i {
  transition: color 0.3s ease;
}

.banner {
  width: 100%;
  height: 50vh; 
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
}
.banner-civil{
  background-image: url('/images/civilcase.jpg');
}
.banner-criminal{
  background-image: url('/images/criminalcase.jpg');
}
.banner-consultant{
  background-image: url("/images/consultant.jpg");
}

.banner-public{
  background-image: url("/images/PublicIL.jpg");
}
.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.icon-list li i {
  font-size: 2rem;
  margin-right: 1rem;
  color: #85a2c2;
}

.icon-list li p {
  margin: 0;
  font-size: 1.5rem;
  text-align: left; 
}


.lead {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 30px;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.team-card img {
  height: 250px; /* Ensure consistent image height */
  object-fit: cover;
}

.card-body {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; /* Ensures the body takes up available space */
}






/* List group styles */
/* .list-group {
  list-style: none;
  padding: 0;
  margin-top: 20px;
} */

/* 


/* Styling for text boxes like .lead and normal paragraphs
section p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}  */
 