/* Ensure body margin is removed */
body {
    font-family: "Public Sans", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .btn {
    border-radius: 0px !important;
  }
  .header {
    position: relative;
    height: 100vh;
    max-height: 900px;
    overflow: hidden;
  }
  .background-video {
    background-color: #004D90;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .header .header-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
  }


  
  .transparent-navbar {
    color: #000;
    transition: background-color 0.3s ease;
  }
  .transparent-navbar .nav-link {
    color: #000 !important;
  }
  .navbar-scrolled {
    background-color: white !important;
  }
  .navbar-scrolled .nav-link {
    color: black !important;
  }
  a.nav-link {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.2em !important;
    letter-spacing: 4px;
    ;
  }
  .header-content h1, .header-content p {
    margin: 0;
  }
  .header-content h1 {
    font-size: 3rem;
  }

  /* Button Styles */
  .btn-primary {
    background-color: #004D90;
    border-color: #004D90;
  }
  .btn-primary:hover {
    background-color: #003a74;
    border-color: #003a74;
  }
  .btn-success {
    background-color: #72DF2A;
    border-color: #72DF2A;
  }
  .btn-success:hover {
    background-color: #5cbd1a;
    border-color: #5cbd1a;
  }
  h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4.5em !important;
    ;
  }
  form.banner-form .form-control, form.banner-form .btn-submit {
    min-height: 50px;
    border-radius: 0px;
  }
  .blog-section {
    padding: 50px 0;
  }
  .blog-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 2rem;
  }
  .card {
    border: none;
    transition: transform 0.3s ease;
  }
  .card:hover {
    transform: translateY(-10px);
  }
  .card img {
    height: 200px;
    object-fit: cover;
  }
  .card-body {
    padding: 20px;
  }
  .blog-meta {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 10px;
  }
  .blog-title-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .pp h1 {
    font-size: 3.5rem;
    font-weight: 700;
  }
  .border-bottom-h {
    border-bottom: 2px solid #000000 !important;
  }
  .pp h3 {
    font-size: 4rem;
    font-weight: 600;
    color: #61666f;
  }
  .pp h5 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000000;
  }
  .pp p {
    font-weight: 400;
    color: #818181;
  }
  .pp a {
    text-decoration: none;
    color: #3f3f3f;
  }
  .rounded {
    width: 60px;
    height: 60px;
    background-color: #f3ffe4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
  }
  .border-bottom {
    border-bottom: 1px solid #afafaf !important;
  }
  

  footer {
    background-color: #004D90 !important;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #F6A235;
    text-decoration: none;
}

footer .font-weight-bold {
    font-weight: bold;
}
   


.custom-card-img-top {
  width: 200px;
  height: 200px;
}

.custom-icon-circle {
  width: 40px;
  height: 40px;
  background-color: #F6A235;
  color: white;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}

.custom-text-orange {
  color: #F6A235;
  text-decoration: none;
  font-weight: bold;
}

.custom-text-orange:hover {
  text-decoration: underline;
}

.custom-card-body {
  padding: 15px;
}

.custom-card-title {
  font-size: 1.25rem;
  margin-top: 10px;
}

.custom-card-text {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

/* services page */

/* Hero Section */
.hero-section {
  background-image: url('https://via.placeholder.com/1200x600');
  background-size: cover;
  background-position: center;
}

/* Services Section */
.services-section .card {
  border: none;
  transition: transform 0.3s ease-in-out;
}

.services-section .card:hover {
  transform: translateY(-10px);
}

.services-section .card-img-top {
  height: 200px;
  object-fit: cover;
}


/* Call to Action Section */

.call-to-action-section  {background-color:#023a6b !important;}
.call-to-action-section h2 {
  font-size: 2.5rem;
}

.call-to-action-section p {
  font-size: 1.25rem;
}

/* about us */

.our-team .card {
  border: none;
  transition: transform 0.3s ease-in-out;
}

.our-team .card:hover {
  transform: translateY(-10px);
}

.our-team .card-img-top {
  height: 200px;
  object-fit: cover;
}

.contact-hero-section {
  background-image: url('https://via.placeholder.com/1200x600');
  background-size: cover;
  background-position: center;
}

/* Contact Info Section */
#contact-info .fas {
  color: #004D90;
}

/* Contact Form Section */
#contact-form .form-label {
  font-weight: bold;
}

/* Google Maps Section */
#google-maps .ratio {
  max-width: 100%;
  height: auto;
  border: 2px solid #004D90;
}
  

  @media only screen and (max-width:600px) {

    .header {    padding: 0px !important;
      margin-top: -15px;}

    .navbar-toggler-icon {width:.5em !important;}
   
    .header-content h1 {
      font-size: 2rem !important;
      margin-top: -5% !important;
      line-height: 1;
  }
  .header-content {    top: -11%;}

    .header-content p {
          font-size: 17px !important;
    line-height: 1.2;
    }
    .left-content, .right-form {
      max-width: 100%;
      text-align: center;
      border-radius: 0px !important;
    }
    .right-form {
      padding:30px !important;
    }

    form.banner-form .form-control, .btn-submit {
      min-height: 35px;
      border-radius: 0px;
      margin-bottom: -9px;
  }

  .left-content {    margin-top: -60px !important;}
  }