#page-title h1 {
  text-align: left;
}

#wrapper h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px; padding: 10px; background-color: var(--mp-blue); color: #ffffff;

}

.profile_professional_title {
  margin: 0 0 15px 0; font-weight: 600;
}

.profile_picture {
  max-width: 200px;
  margin: 0 25px 25px 0;
  float: left;
}

.profile_email, .profile_telephone {
  margin: 10px 0 10px 0; font-weight: 600;
}

#block-webform {
  padding: 10px;
  background-color: #efefef; 
  background-color: rgba(239, 239, 239, 0.9);
}

#block-webform h2 {font-size: 1.4em;}

h3 {font-weight: 600;}

.profile_business_card {width: 500px; height: auto; margin-bottom: 10px;}

@media (max-width: 530px) {
  .profile_business_card {
    width: 100%;
  }
}

.additional-wrapper {background-color: var(--light-background-color1); padding: 14px;}
.additional-heading {font-weight: 600;}

.additional-wrapper img {width: 350px; height: auto; margin-top: 10px; margin-bottom: 10px;}
.content-area-image {
    justify-content: left;
}

.intro-description {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.1em;
}
 
  /* START styles for our values */

.core-values p {font-size: 1.1em;}
.custom-bullet-list3 {max-width: 900px;
            margin: 20px auto;
            padding: 20px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.custom-bullet-list3 li {margin-bottom: 14px;}
.custom-bullet-list3 .custom-bullet-list-heading {font-weight: 600; text-transform: uppercase; font-size: 1.1em; color: #333;}
.custom-bullet-list3 .custom-bullet-list-text {font-size: 1.1em;}
.custom-bullet-list3 ul {
            list-style: none;

        }
.fa-check-circle {
            margin-right: 10px; color: green; font-size: 30px;
        }

   /* END styles for our values */
 
 
 /* START styles for the highlights box */
 
  .highlights-box1 {
    color: #333;
    background-color: var(--light-background-color5);
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 900px;
  }

  .highlights-box1 h3 {
    color: var(--mp-blue);
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--mp-blue);
    padding-bottom: 5px; text-transform: uppercase;
  }

  .highlights-box1 p {
    font-size: 1em;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 15px;
  }

  @media (max-width: 600px) {
    .highlights-box1 {
      padding: 15px;
    }

 
  }
  /* END styles for the highlights box */
  
    /* START services container */
  
.services {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

.services-description {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.services-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service-box {
    flex: 1 1 300px; /* Grow to fill the space but no smaller than 300px */
    margin: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-title {
    margin-top: 0;
    color: #333;
    font-size: 1.5em;
}

.service-box-body p {
    color: #555;
    font-size: 1em;
}

.service-icon {
    font-size: 2em;
    margin-bottom: 10px;
    color: #3498db;
}

@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
        align-items: center;
    }

    .service-box {
        flex: 1 1 100%; /* Full width on mobile */
    }
}

     /* END services container */ 
  
  
    /* START Testimonials */
  
  .testimonial-section {
            padding: 20px;
            background-color: #f7f7f7;
            text-align: center;
        }
        .testimonial-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            max-width: 800px;
            margin: auto;
        }
        .testimonial {
            background: #ffffff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        .testimonial_body {padding: 10px; font-style: italic;}
        .testimonial_body::before {
    content: '“';
    font-size: 70px;
    color: var(--mp-blue-light);
    font-family: 'Cursive', sans-serif;
    position: absolute;
    top: 30px;
    left: 5px;
}
        .testimonial p {
            margin: 0;
        }
        .testimonial_customer_name {
            margin-top: 10px;
            color: var(--mp-blue-light);
        }
   .testimonial_customer_name img {
            vertical-align: top;
        }
    /* END Testimonials */ 
  
    /* START Service Areas */
 .service-areas li {
    list-style: none;
    padding-left: 0;
}
       
  .service-areas {
            display: flex;
            flex-wrap: wrap;
        }
 .service-areas ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
  .service-areas li {
            margin-bottom: 10px;
        }
  .service-areas .column {
            flex: 1;
            min-width: 300px; /* Adjust this value to change the breakpoint */
        }
        @media (min-width: 768px) {
            .service-areas .column {
                flex: 0 0 50%;
            }
        }
        .service-areas h3 {
            font-size: 1.25em;
            display: flex;
            align-items: center; padding: 4px; margin: 10px 20px;
        }
        .service-areas .fa-location-arrow {
            margin-right: 1px;
        }

 .service-areas h3 {
font-weight: 500;
}

.service-areas i {
    color: var(--mp-blue-light);
    padding-right: 10px;
}
    /* END Service Areas */
    
/* START Contact Info */    

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;  /* Ensure items stretch to the same height */
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 20px;
    gap: 20px;  /* Add gap to prevent running into each other */
}

.business-card {
    flex: 1;
    max-width: 45%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-card img {
    max-width: 100%;
    width: 100%;  /* Ensure the image scales properly */
    height: 100%;  /* Set the image to fill the container height */
    border-radius: 5px;
}

.contact-wrapper {
    flex: 1;
    max-width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: 100%;  /* Set the height to fill the container */
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info .company-name {
    font-family: Script MT Bold;
    color: var(--mp-blue);
    font-style: italic;
    font-size: 1.6em;
    font-weight: 600;
}

.contact-info .profile-name {
    font-size: 1.2em;
    font-weight: 600;
}

.contact-info .profile-titles {
line-height: 1.5;
}

.contact-info .slogan1 {
	font-family: serif, sans-serif;
    font-size: 1.2em;
    color: var(--mp-blue-light); font-style: italic; font-weight: 600;
    margin-top: 10px;
}

.contact-info div {
    margin: 5px 0;
    line-height: 1;
}

.contact-info a {
    color: #0073e6;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .business-card, .contact-wrapper {
        max-width: 80%; width: 80%;
        margin-left: 0;
    }

    .contact-wrapper {
        margin-top: 20px;
    }

    .business-card img, .contact-info {
        height: auto;  /* Reset the height on smaller screens */
    }
}

@media (max-width: 600px) {
    .business-card, .contact-wrapper {
        width: 100%; max-width: 100%;
    }
}
/* END Contact Info */

