
html {
  line-height:1.15;
  -webkit-text-size-adjust:100%
}
*,
:after,
:before {
  box-sizing:border-box
}
body {
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#333;
  background-color:#fff;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start:.5rem;
  margin-block-end:1rem;
  font-family:inherit;
  font-weight:500;
  line-height:1.2;
  color:inherit
}
h1 {
  font-size:2.5rem
}
h2 {
  font-size:2rem
}
h3 {
  font-size:1.75rem
}
h4 {
  font-size:1.5rem
}
h5 {
  font-size:1.25rem
}
h6 {
  font-size:1rem
}
p {
  margin-block-start:0;
  margin-block-end:.9rem
}
hr {
  box-sizing:content-box;
  height:0;
  overflow:visible
}
pre {
  font-family:monospace,monospace;
  font-size:1em;
  white-space:pre-wrap
}
a {
  background-color:transparent;
  text-decoration:none;
  color:#0b57d0
}
a:active,
a:hover {
  color:#336
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color:inherit;
  text-decoration:none
}
a:not([href]):not([tabindex]):focus {
  outline:0
}
abbr[title] {
  border-block-end:none;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
samp {
  font-family:monospace,monospace;
  font-size:1em
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
img {
  border-style:none;
  height:auto;
  max-width:100%
}
details {
  display:block
}
summary {
  display:list-item
}
figcaption {
  font-size:16px;
  color:#333;
  line-height:1.4;
  font-style:italic;
  font-weight:400
}
[hidden],
template {
  display:none
}
@media print {
  *,
  :after,
  :before {
    background:transparent!important;
    color:#000!important;
    box-shadow:none!important;
    text-shadow:none!important
  }
  a,
  a:visited {
    text-decoration:underline
  }
  a[href]:after {
    content:" (" attr(href) ")"
  }
  abbr[title]:after {
    content:" (" attr(title) ")"
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content:""
  }
  pre {
    white-space:pre-wrap!important
  }
  blockquote,
  pre {
    -moz-column-break-inside:avoid;
    break-inside:avoid;
    border:1px solid #ccc
  }
  thead {
    display:table-header-group
  }
  img,
  tr {
    -moz-column-break-inside:avoid;
    break-inside:avoid
  }
  h2,
  h3,
  p {
    orphans:3;
    widows:3
  }
  h2,
  h3 {
    -moz-column-break-after:avoid;
    break-after:avoid
  }
}
.about-img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 0px 10px 0px 0px;
  }

  .services-section {
    background-color: #fff;
  }
  
  .card {
    border: 1px solid #eee;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  .service-icon {
    width: 70px; /* or 80px if you want it bigger */
    height: auto;
    display: block;
    margin: 0 auto;
  }

label {
  display:inline-block;
  line-height:1;
  vertical-align:middle
}
fieldset {
  padding:.35em .75em .625em
}
legend {
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
}
progress {
  vertical-align:baseline
}

/* Set max height for carousel */
.custom-carousel .carousel-inner {
  max-height: 500px; /* adjust to your need */
  overflow: hidden;
}

.custom-carousel .carousel-item img {
  object-fit: cover;
  height: 500px; /* or 400px, 350px, etc. */
  width: 100%;
}
.custom-carousel .carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  text-align: center;
}

button.btn{
    background-color: #0b57d0;
    font-size: var( --e-global-typography-5fdb9e5-font-size );
    font-weight: var( --e-global-typography-5fdb9e5-font-weight );
    text-transform: var( --e-global-typography-5fdb9e5-text-transform );
    line-height: var( --e-global-typography-5fdb9e5-line-height );
    letter-spacing: var( --e-global-typography-5fdb9e5-letter-spacing );
    border-radius: 0px 10px 10px 0px;
    padding: 18px 32px 18px 32px;
  }

  .bg-danger {
    background-color: #0b57d0 !important;    
  }
  .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0b57d0;
    --bs-btn-border-color: #0b57d0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b57d0;
    --bs-btn-active-border-color: #0b57d0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0b57d0;
    --bs-btn-disabled-border-color: #0b57d0;
  }

  .text-danger {
    color: #0b57d0 !important;
  }

  .service ul {
    list-style-type: disc;
    padding-left: 1.5rem;
  }
  
  .service-offerings ul > li {
    font-weight: 600; /* bold for main points */
    margin-bottom: 0.5rem;
  }
  
  .service ul li ul {
    list-style-type: circle;
    font-weight: normal;
    margin-top: 0.5rem;
  }
  
  .service ul li ul li {
    margin-bottom: 0.25rem;
  }

  .form-control::placeholder {
    color: #bbb;
  }

  .btn-danger {
    background-color: #b71c1c;
    border: none;
    font-weight: bold;
  }

  .btn-danger:hover {
    background-color: #a11212;
  }

  i.fab {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.display-6 {
    font-size: 2.3rem !important;
  }
  /* Fix the header on top */
.navbar {
  z-index: 1050; /* ensure it stays on top */
}

/* Adjust for fixed navbar spacing */
body {
  padding-top: 100px; /* adjust depending on navbar height */
}

/* Navbar link style */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #000;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd;
}

/* Social icons size */
.btn.rounded-circle {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Right-align nav in mobile */
@media (max-width: 991.98px) {

  .display-6 {
    font-size: 1.2rem !important;
  }
  .navbar-collapse {
    text-align: right;
  }

  .navbar-nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

.footer-section {
    background-color: #080e2c;
    color: #fff;
    padding: 40px 20px;
    font-size: 14px;
  
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      margin-bottom: 20px;
    }
  
    .footer-col {
      h4 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
      }
  
      ul {
        list-style: none;
        padding: 0;
        li {
          margin: 6px 0;
          position: relative;
          padding-left: 15px;
  
          &::before {
            content: "›";
            color: #0b57d0;
            position: absolute;
            left: 0;
          }
        }
      }

      ul li a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
      }
      ul li a:hover {
        color: #0b57d0;
      }
  
      p {
        margin: 6px 0;
        i {
          margin-right: 8px;
          color: #0b57d0;
        }
      }
  
      .footer-logo {
        max-width: 150px;
        margin-bottom: 15px;
      }
  
      .social-icons {
        display: flex;
        gap: 10px;
        margin-top: 10px;
      }
      
      .social-icons a {
        background-color: #0b57d0; /* Facebook blue */
        color: white;
        padding: 10px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 14px;
        width: 40px;
        height: 40px;
        transition: background-color 0.3s ease;
      }
      
      .social-icons a:hover {
        background-color: #094bb5; /* Slightly darker blue on hover */
      }
      
    }
  
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 10px;
      font-size: 12px;
      color: #ccc;
    }
  }
  