
    /* HeaderImage Styles */

    .header .logo {
        margin-right: 50px; 
    } 

    .header .logo img {
        max-width: 100%; 
        max-height: 200%; 
    }

    @media screen and (min-width: 768px) {
    .header .logo img {
        margin-left: 30px; 
        }
    }

    @media only screen and (max-width: 767px) {
        p {
        text-align: center;
        }
    }

   /*Footer Styles */
    p.special-paragraph {
        text-align: left !important;
    }
    
    .image-with-text {
        overflow: hidden; 
    }
    
    .image-with-text img {
        float: left; 
        margin-right: 1px; 
    }
    
    #footerText {
        font-size: 20px;
        color: #272626;
        font-weight: bold;
    }
    
    @media (max-width: 767px) {
        #footerText {
        font-size: 14px; 
        }
    }

    /*Font Stlyes */
    .custom-text2 {
      font-size: 20px;
      font-weight: bold;
      background: linear-gradient(to right, #990000 0%, #ff0066 100%);
      -webkit-background-clip: text;
      color: transparent;
      padding-top: 25px;
    }

    .fira-sans-thin {
        font-family: "Fira Sans", sans-serif;
        font-weight: 100;
        font-style: normal;
      }
  
      .fira-sans-light {
        font-family: "Fira Sans", sans-serif;
        font-weight: 300;
        font-style: normal;
      }
  
      .fira-sans-black {
        font-family: "Fira Sans", sans-serif;
        font-weight: 900;
        font-style: normal;
      }
    
      .fjalla-one-regular {
        font-family: "Fjalla One", sans-serif;
        font-weight: 400;
        font-style: normal;
      }



/* =================================== Home Page Styles ======================================= */

    /* newsbar styles   */
    .news-bar {
        /* background-color: #f1f1f1; */
        padding: 5px 0;
        display: flex; 
    }

    .news-title {
        font-weight: bold;
        margin-right: 20px;
    }

    .news-scroll {
      background-image: linear-gradient(to bottom, #f1f1f1, #e0e0e0, #f1f1f1, #e0e0e0); 
        overflow: hidden;
        flex: 1; 
        margin-top: 12px;
        display: flex; 
        align-items: center;
    }
    @media (max-width: 767px) {
        .news-scroll {
            font-size: 15px;
        }
    }

    .news-item {
        display: inline-block;
        margin-right: 20px;
    }

    .news-icon {
        width: 250px; 
    }

    @media (max-width: 767px) {
        .news-icon {
            width: 175px; 
        }
    }    
  

/* =================================== About Us Page Styles ======================================= */

    /* Modal styles */
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
      }

      .modal-content {
        margin: auto;
        display: block;
        max-width: 80%;
        max-height: 80%;
      }

      .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
      }

      .close:hover,
      .close:focus {
        color: #aaa;
        text-decoration: none;
        cursor: pointer;
      }

    .modal-content {
      max-width: 100%; 
      height: auto; 
    }

    .modal-content img {
      width: 100%; 
      height: auto;
    }

    .close {
      right: 15px; 
      top: 15px;
    }

    @media only screen and (max-width: 600px) {
    .modal-content {
        max-width: 10%;
        margin: 2px auto; 
      }
    }
    
    @media (max-width: 768px) {
            .map-section-container {
                flex-direction: column;
            }

            .google-map iframe {
                height: 200px;
            }
    }

    /* Map Styles */
    .map-image, .google-map {
            flex: 1;
            margin: 10px;
    }

    .map-image img {
            width: 100%;
            height: auto;
            cursor: pointer;
    }

    .google-map iframe {
            width: 100%;
            height: 390px;
            border: 0;
    }

    .map-section-container {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #CDECE8;
            padding: 20px;
            box-sizing: border-box;
    }

    /* Image Styles */
    .member-img img {
        border: 2px solid #fff; 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    }  

    .member-img img:hover {
        transform: scale(1.1); 
    }

    .member-img {
        position: relative;
        margin-left: -22px;
        margin-top: 1px;
        padding: -10px;
    }

    .member-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); 
        opacity: 0; 
        transition: opacity 0.3s ease;
    }

    .member-img:hover::before {
        opacity: 1; 
    }

    .member-img img {
        border-radius: 10px;
    }

    .member-img {
        position: relative;
        overflow: hidden;
    }

    .member-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }

    /* .features .features-item .image-stack .stack-back1 {
        grid-column: 2/-1;
        grid-row: 1;
        width: 100%;
        z-index: 1;
      }
  
      .features .features-item .image-stack .stack-front1 {
        grid-row: 1;
        grid-column: 6/span 12;
        margin-top: 60%;
        width: 100%;
        z-index: 2;
      }
  
      .features .features-item .image-stack1 {
        display: grid;
        position: relative;
        grid-template-columns: repeat(12, 12fr);
      } 
      
          .service-item {
        background-color: #f8f9fa; 
        border: 1px solid #ced4da; 
        border-radius: 8px; 
        padding: 20px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
        transition: background-color 0.3s ease, transform 0.3s ease;
      }

      .service-item:hover {
        background-color: #007bff; 
        color: #fff; 
        transform: translateY(-5px); 
      }

            .icon {
        font-size: 24px;
        color: #007bff; 
      }

      .title {
        margin-top: 15px;
        font-size: 18px; 
        color: #333; 
      }
      */
  
.about h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #333333 !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
  