/* Custom styles for the hero banner */
    .hero-banner {
      background-image: url('https://www.maestroconsulting.ca/wp-content/uploads/2021/11/7-2.jpg');
      background-size: cover;
      background-position: center;
      height: 800px;
      display: flex;
      align-items: flex-start;
      text-align: left;
      color: #fff;
      padding: 20px;
    }
    
    .hero-content {
      max-width: 400px;
    }
    
    .hero-content h1 {
      font-size: 32px;
      margin-bottom: 20px;
    }
    
    .hero-content p {
      font-size: 18px;
      margin-bottom: 30px;
    }
    
    /* Custom styles for additional sections */
    .section {
      padding: 80px 0;
    }
    
    .section-title {
      font-size: 28px;
      margin-bottom: 40px;
      text-align: center;
    }
    
    .section-content {
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }
    
    .section-content p {
      font-size: 18px;
      margin-bottom: 30px;
    }
    
    .section-content .btn {
      margin-top: 20px;
    }
    
    
    /* Custom styles for the transparent navigation */
    .navbar {
      background-color: transparent;
    }
    
    .navbar .navbar-brand {
      color: #fff;
    }
    
    .navbar .nav-link {
      color: #fff;
    }
    
    
    /*  about us */
    
    
       
   
    /*  about us */
    
  
       
    .content-row .col-md-6 {
      display: flex;
      align-items: center;
    }
    
    .content-row .col-md-6 img {
      max-width: 100%;
    }
    
    .content-row .col-md-6 .content {
      padding: 0 30px;
    }
    
    .content-row .col-md-6 h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    
    .content-row .col-md-6 p {
      font-size: 16px;
      line-height: 1.5;
    }
    
    .full-height {
      height: 100vh;
    }
    
    #about{
     border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px green;
    }
    
    /* Custom styles for the footer */
    footer {
      background-color: black;
      padding: 20px 0;
      text-align: center;
   
      width: 100%;
      margin-top:20px;
    }
    
    /* Custom styles for the main content */
    .main-content {
      margin-bottom: 120px; /* Adjust this value to give space for the footer */
    }
    
     /* Custom styles for the image gallery */
    .image-gallery {
      padding: 20px;
    }

    .image-gallery .row {
      margin: -10px;
    }

    .image-gallery .col-md-4 {
      padding: 10px;
    }

    .image-gallery img {
      width: 100%;
      height: auto;
      display: block;
      cursor: pointer;
    }

    /* Custom styles for the modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
    }

    .modal-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: transparent;
      text-align: center;
    }

    .modal img {
      max-width: 90%;
      max-height: 90%;
      display: block;
      margin: 0 auto;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 42px;
      color: black;
      cursor: pointer;
    }

    .navigation {
      font-size: 36px;
      color: #fff;
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .prev {
      left: 20px;
    }

    .next {
      right: 20px;
    }
    
     /* Custom styles for the Leadership Team section */
    .leadership-team {
      padding: 80px 0;
    }

    .leadership-team .row {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .leadership-team .col-md-6 {
      padding: 20px;
      text-align: center;
    }

    .leadership-team .col-md-6 img {
      max-width: 30%;
    border-radius: 300px
    }

    .leadership-team h3 {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .leadership-team p {
      font-size: 16px;
      line-height: 1.5;
    }
    
    .footer-line {
       height: 0px;
    border: none;
    border-top: 1px solid lightgrey;
    }