body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.8;
}

.navbar-brand img {
  width: 186px !important;
  height: 100px !important;
}

a {
  color: #003eb0;
  text-decoration: none;
}
a:hover {
  color: #000;
}

h1 {
  font-size: 52px;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
  color: #003eb0;
  font-weight: 500;
  margin: 0 0.5rem;
  font-size: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #089274;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #089274;
}

.banner img {
  width: 100%;
  height: auto;
}

.businesstitle {
  position: relative;
  padding-bottom: 4rem;
}
.graybox {
  background: #f2f2f2;
  width: 700px;
  margin: auto;
  margin-top: -100px;
  z-index: 99;
  padding: 3rem;
}

.graybg {
  background: #f2f2f2;
  padding: 3rem;
}

.title,
.title h1 {
  font-size: 52px;
  font-weight: 400;
  color: #003eb0;
  margin-bottom: 2rem;
}

.subtitle {
  font-size: 32px;
  font-weight: 400;
  color: #003eb0;
  margin-bottom: 1rem;
}

.borderblue {
  border-top: 3px solid #003eb0;
  width: 80px;
}
.borderblue10 {
  border-bottom: 10px solid #003eb0;
}

.bluebg {
  background: #003eb0;
  color: #fff;
}
.grayserbx {
  background: #f2f2f2;
  width: 100%;
  padding: 2rem;
}
.grayserbx h4 {
  color: #003eb0;
  font-size: 2rem;
  font-weight: 400;
}
.grayserbx .contain {
  height: auto;
}
.servicebx {
  border: 3px solid #f2f2f2;
  width: 100%;
  height: 100%;
}
.mt250px {
  margin-top: -250px;
}
.pb10rem {
  padding-bottom: 10rem;
}

footer {
  background: #003eb0;
  color: #e6e6e6;
  padding: 3rem 0;
}
footer a {
  color: #e6e6e6;
}
footer a:hover {
  color: #000;
}

.btn-primary {
  background-color: #121111;
  border: none;
  border-radius: 0;
  padding-right: 30px;
  color: #fff;
}
.btn-primary:hover {
  background-color: #003eb0;
}
.btn-label {
  background: #003eb0;
  padding: 10px 15px;
  margin-right: 15px;
  left: -12px;
  position: relative;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.socialicon {
  position: fixed;
  right: 50px;
  top: 40%;
  z-index: 99;
}
.socialicon ul {
  padding: 0;
  margin: 0;
}
.socialicon ul li {
  list-style: none;
  padding: 10px;
}
.socialicon .iconify {
  font-size: 20px;
  color: #000;
}

/* Text utilities */
.text-justify {
  text-align: justify !important;
}

/* Responsive - Small Screens */
@media (max-width: 576px) {
  h1,
  .title h1,
  .title {
    font-size: 2rem !important;
  }

  .subtitle {
    font-size: 1.3rem !important;
  }

  .navbar-brand img {
    margin: auto;
    display: block;
    height: 80px !important;
    width: 140px !important;
  }

  .navbar-toggler {
    margin-left: 0 !important;
  }

  .banner img {
    min-height: 180px;
    object-fit: cover;
  }

  .graybox {
    width: 100% !important;
    margin-top: -60px;
    padding: 1rem;
  }

  .graybg,
  .grayserbx {
    padding: 1rem !important;
  }

  .mt250px {
    margin-top: 0 !important;
  }

  .text-md-end {
    text-align: center !important;
  }

  footer .col-md-6 {
    text-align: center !important;
    margin-bottom: 1rem;
  }

  /* ✅ FIXED: Show social icons and center them */
  .socialicon {
    margin-top: 1rem;
    text-align: center;
  }

  .socialicon .container {
    justify-content: center !important;
  }

  .socialicon ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
  }

  .socialicon ul li {
    padding: 8px;
  }
}
