
    body {
      font-family: 'Inter', sans-serif;
      scroll-behavior: smooth;
      background-color: #f9fafb;
    }

    /* Header Navbar */
    .custom-navbar {
      background: linear-gradient(90deg, #3c5093, #5a73c2);
      /* transition: background 0.3s ease; */
      font-weight: 600;
      z-index: 1030;
    }
    .navbar-nav .nav-link {
      color: white;
      transition: all 0.3s ease;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      background-color: white;
      color: #3c5093;
      font-weight: 700;
      border-radius: 0.3rem;
      padding: 0.4rem 0.75rem;
    }

    /* @media (max-width: 991.98px) {
      #mainNavbar {
        display: none;
      }
      #mainNavbar.show {
        display: block;
      }
    } */

    @media (max-width: 991.98px) {
      #mainNavbar.collapse:not(.show) {
        display: none !important;
      }
      #mainNavbar.show {
        display: flex !important;
        flex-direction: column;
      }
    }


    .phone-block {
      font-size: 18px;
      font-weight: 500;
      color: #333;
    }
    .ringing-animation {
      animation: ring 1s infinite;
      transform-origin: center;
    }
    @keyframes ring {
      0% { transform: rotate(0deg); }
      20% { transform: rotate(15deg); }
      40% { transform: rotate(-10deg); }
      60% { transform: rotate(15deg); }
      80% { transform: rotate(-10deg); }
      100% { transform: rotate(0deg); }
    }

    .btnlawyer{
      background-color: white;
      color: #3c5093;
      font-weight: 700;
    }
    
/* test */
    #hero {
  position: relative;
  padding: 5rem 1rem;
  color: white;
  overflow: hidden;
  text-align: center;
  background: #3c5093;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Optional dark overlay for readability */
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

#hero h1 {
  font-weight: 700;
  font-size: 2.75rem;
  margin-bottom: 1rem;
}

#hero p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

#hero .btn-primary {
  background-color: white;
  color: #3c5093;
  font-weight: 700;
  padding: 0.75rem 2.5rem;
  /* border-radius: 2rem; */
  transition: background-color 0.3s ease, color 0.3s ease;
}

#hero .btn-primary:hover {
  background-color: #2f3e74;
  color: white;
}

.btn-ars-org{
    background: #ff8400;
    background-image: linear-gradient(to bottom, #ff9900, #ff8400);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 20px;
    border-top: solid #ff8400 1px;
    border-right: solid #ff8400 1px;
    border-bottom: solid #f36100 2px;
    border-right: solid #ff8400 1px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.btn-ars-blue{
  background: #01a0e6;
  background-image: linear-gradient(to bottom, #14aef3, #01a0e6);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 20px;
  border-top: solid #01a0e6 1px;
  border-right: solid #01a0e6 1px;
  border-bottom: solid #007fd5 2px;
  border-right: solid #01a0e6 1px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}





    

    /* Services */
    #services {
      padding: 5rem 1rem;
    }
    #services h2 {
      font-weight: 700;
      margin-bottom: 3rem;
      text-align: center;
      color: #3c5093;
    }
    .service-card {
      text-align: center;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 8px 15px rgba(0,0,0,0.1);
      background: white;
      transition: transform 0.3s ease;
    }
    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 20px rgba(0,0,0,0.15);
    }
    .service-icon {
      font-size: 3rem;
      color: #3c5093;
      margin-bottom: 1.25rem;
    }
    .service-title {
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
      color: #27335c;
    }
    .service-desc {
      font-size: 1rem;
      color: #555;
    }

    @media (max-width: 767.98px) {
  .service-card {
    padding: 1rem 0.5rem; /* Reduce padding */
  }

  .service-title {
    font-size: 13px;      /* Slightly smaller title */
    margin-bottom: 0.5rem;
  }

  .service-icon {
    font-size: 2rem;      /* Smaller icon if you ever want to show on mobile */
    margin-bottom: 0.75rem;
  }

  .service-desc {
    font-size: 0.875rem;  /* Smaller description if visible */
  }
}

    /* Why Choose Us */
    #whychoose {
      background-color: #f1f5f9;
      padding: 5rem 1rem;
    }
    #whychoose h2 {
      font-weight: 700;
      margin-bottom: 3rem;
      text-align: center;
      color: #3c5093;
    }
    #whychoose ul {
      list-style: none;
      padding-left: 0;
    }
    #whychoose li {
      font-size: 1.125rem;
      margin-bottom: 1rem;
      position: relative;
      padding-left: 2rem;
      color: #444;
    }
    #whychoose li::before {
      content: '\f058';
      font-family: "Bootstrap Icons";
      position: absolute;
      left: 0;
      top: 3px;
      color: #3c5093;
      font-weight: 700;
    }
    #whychoose img {
      max-width: 100%;
      border-radius: 1rem;
      box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    }

    /* Testimonials */
    #testimonials {
      padding: 5rem 1rem;
    }
    #testimonials h2 {
      font-weight: 700;
      margin-bottom: 3rem;
      text-align: center;
      color: #3c5093;
    }
    blockquote {
      font-style: italic;
      background: white;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 6px 12px rgba(0,0,0,0.1);
      color: #444;
      position: relative;
      min-height: 150px;
    }
    blockquote footer {
      margin-top: 1rem;
      font-weight: 600;
      color: #3c5093;
    }

    /* Contact */
    /* #contact {
      background: #3c5093;
      color: white;
      padding: 5rem 1rem;
    } */

    #contact{
	background: #f2f6fc; 
	padding: 4rem 1rem;
}
.contact-container{
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2rem; max-width: 1100px; margin: auto;
}
#lead-form{
	flex: 1 1 600px; background: white; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#contact h2 {
	text-align: center; color: #3c5093; margin-bottom: 1.5rem;
}
#contact input,select{
	width: 100%; padding: 0.75rem; margin-bottom: 1rem; border-radius: 6px; border: 1px solid #ccc;
}
#contact button{
  width: 100%; background-color: #3c5093; color: white; padding: 0.75rem; border: none; border-radius: 6px; font-weight: bold; cursor: pointer;
}

    /* #contact {
      
      background-color: #f1f5f9;
      
      color: #3c5093 ;
      padding: 5rem 1rem;
    }
    #contact h2 {
      font-weight: 700;
      margin-bottom: 3rem;
      text-align: center;
    }
    #contact form {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    #contact input, #contact textarea {
      border-radius: 0.5rem;
      border: none;
      padding: 1rem;
      margin-bottom: 1.5rem;
      font-size: 1.1rem;
    }
    #contact input:focus, #contact textarea:focus {
      outline: none;
      box-shadow: 0 0 0 3px #5a73c2;
    }
    #contact button {
      border-radius: 2rem;
      padding: 0.75rem 2rem;
      font-weight: 700;
      background-color: white;
      color: #3c5093;
      border: none;
      width: 100%;
      transition: background-color 0.3s ease, color 0.3s ease;
    }
    #contact button:hover {
      background-color: #2f3e74;
      color: white;
    } */


 /* Footer Styles */
#footer {
  background-color: #3c5093;
  color: white;
  padding: 3rem 1rem;
  font-family: Arial, sans-serif;
}

.footer-container {
  /* max-width: 1100px; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

/*.footer-section {
  flex: 1 1;
   min-width: 250px; 
}*/

.footer-section h4 {
  font-weight: 700;
  /* border-bottom: 2px solid white; */
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.footer-section p {
  margin: 0.3rem 0;
  color: #cbd5f7;
}

.footer-section a {
  color: #cbd5f7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Social Media Icons */
.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.5rem;
}

.social-links a {
  font-size: 24px;
  color: #cbd5f7;
  padding-right: 6px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
  color: #ffffff;
  transform: scale(1.2);
}

/* Footer Bottom */
.footer-bottom {
  max-width: 1360px;
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.85rem;
  color: #cbd5f7;
  border-top: 1px solid #5a73c2;
  padding-top: 1rem;
}

.copyrights{
  margin-bottom: 0px;
}

/* .footer-bottom .policy-links {
  margin-top: 0.5rem;
} */

.footer-bottom .policy-links a,
.designed a {
  color: #cbd5f7;
  text-decoration: none;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.footer-bottom .policy-links a:hover,
.designed a:hover {
  color: #ffffff;
  text-decoration: underline;
}

 

/* Spacing Utility */
.mt-4 {
  margin-top: 1.5rem;
}

.headline{
  color: #3c5093;
}


#scrollButtons {
  transition: opacity 0.4s ease;
}



.body-content p, .body-content ul {
  font-size: 16px !important;
}

.body-content a{
	text-decoration: none;
}
.body-content a:hover{
	text-decoration: underline;
}

.main-headline{
  font-weight: 600;

}

.sub-heading{
	font-size: 19px;
}

.sub-headline a {
  text-decoration: none;
  color: #3c5093;
  font-weight: 650;
}

.sub-head{
	text-decoration: none;
	color: #3c5093;
	font-weight: 650;
}


.required::after {
  content: " *";
  color: red;
}
.form-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 20px;
  color: #3c5093;      
}
.validation{
  padding-top: 2px;
  font-size: 14px !important;
}

/* //error */
.error {
  font-size: 14px;
  color: #ff0000;
}