.logo-img {
    width: 140px; 
    min-height:140px;
    margin-top: -30px;
  }
  .welcome{
    margin-top: 70px;;
  }

  .logo-img-sub-page{
    width: 110px; 
    min-height:110px;
  }
  
  @media (min-width: 768px) {
    .logo-img {
      width: 200px; 
    }
  }

  @media screen and (max-width: 370px) {
    .section-header h2 {
      font-size: 25px; 
    }
  }


  .section-header h2:before,
  .section-header h2:after {
    content: "";
    width: 20px; /* Adjust the width of the lines */
    height: 2px; /* Adjust the height of the lines */
    margin: 5 5px; /* Adjust the margins to control the distance between the lines and the text */
  }

  
/* blog */
.blog-details {
  margin-bottom: 50px;
}

.title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.meta-top {
  margin-bottom: 20px;
}

.meta-top ul {
  list-style: none;
  padding: 0;
}

.meta-top ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}

.content {
  line-height: 1.6;
}

.content p {
  margin-bottom: 20px;
}

.content h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.content ol,
.content ul {
  margin-bottom: 20px;
}

.content li {
  margin-bottom: 10px;
}

.blockquote {
  margin: 30px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 5px solid #333;
}

.blockquote p {
  margin-bottom: 10px;
}

.blockquote cite {
  display: block;
  font-size: 14px;
  font-style: italic;
  text-align: right;
}



#about-us h1,
#about-us p {
  margin: 100; 
}

#about-us .col-lg-6 {
  max-width: 800px; 
}
@media (min-width: 980px) {
  #about-us h1{
    text-align: center;
    margin-left: 19% !important;
  }
  .logo-img {
    width: 170px; 
    min-height:170px;
  }

  .story{
    width:100%;
  }
  #about.our-story{
    margin-left: 40%;
  }

  .section-header.what-we-do h2{
    margin-left: 22%;
  }
  #about p {
    /* margin-left:22%; */
    font-weight: bold;
    min-width: 100%;
  }
  
  #about h4,
  h3,
  ul {
    margin-left:22%;
  }
  .post-title-blog{
    margin-left:0px;
  }
  .about h1 {
    color:white;
    /* margin-left: 10%!important; */
  }

}
.about h1 {
  font-size: 2.0rem !important;
  color:#f9f9f9;;

}
.about p{
 color:black;
 font-weight:600;
}
.blog-bullet-points{
  margin-left:0px;
}
.work-with-us ul{
  margin-left:0px
}


.content {
  padding: 20px;
  background-color: #f9f9f9; /* Background color for the content */
  border-radius: 10px; /* Rounded corners for the content */
}

.content h3 {
  color: #333; /* Color for the heading */
  font-size: 24px; /* Font size for the heading */
  margin-bottom: 15px; /* Bottom margin for the heading */
}

.content p {
  color: #666; /* Color for paragraphs */
  font-size: 16px; /* Font size for paragraphs */
  line-height: 1.6; /* Line height for paragraphs */
  margin-bottom: 15px; /* Bottom margin for paragraphs */
}

.content ul {
  list-style: none; /* Remove default list styles */
  padding: 0; /* Remove default padding */
}

.content li {
  margin-bottom: 10px; /* Bottom margin for list items */
}

.content li:before {
  content: "\2022"; /* Bullet point character */
  color: #666; /* Color for bullet points */
  display: inline-block;
  width: 1em; /* Adjust the width of the bullet point */
  margin-left: -1em; /* Position the bullet point to the left */
}

.content ul,
.content ol {
  padding-left: 20px; /* Add left padding for lists */
}

.content p:last-child {
  margin-bottom: 0; /* Remove bottom margin for the last paragraph */
}

.work-with-us p{
  font-size: 1rem !important;
  padding: 0 10px;
}
.readmore {
      color: #6c757d; /* Grey color for the text and arrow */
      text-decoration: none; /* Remove default underline */
      transition: color 0.3s ease; /* Smooth transition for color change */
  }

  .readmore:hover {
      color: #6c757d; /* Change color to primary color (#007bff) on hover */
  }

  .see-services{
      color: #FFFFFF; /* Grey color for the text and arrow */
      text-decoration: none; /* Remove default underline */
      transition: color 0.3s ease; 
      font-weight: bold;
      border-radius: 15px;
      margin-top: 5%;
      padding: 40px;
  }

  .see-services:hover{
    background-color: #6c757d;
    /* color: #6c757d;     */
  }

  .text-center .see-services {
    font-size: 1.4rem;
  }
  .col-lg-12 .readmore {
    font-size: 1.4rem;
  }
  .readmore {
    color: #6c757d !important;
}

.readmore:hover {
    background-color: #6c757d !important; /* Darker shade on hover */
}



  .p-services{
    font-weight: bold;
  }

  .col-lg-4.col-md-6 .service-item p{
    color: black;
    font-weight: 700;
  }
  .services .service-item h3{
    color: #57A6A1;
  }


    /* Contact button styling */
.contact-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff; /* Button background color */
  color: #FFFFFF; /* Button text color */
  border: none;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.3s;
  position: relative;
  z-index: 2; /* Ensure the button overlays the image */
}

.contact-button:hover {
  background-color: #6c757d; /* Button hover background color */
  transform: scale(1.05); /* Slightly enlarge button on hover */
}

/* Styling for the service icon */
.service-icon {
  width: 40px; /* Adjust the width to make it smaller */
  height: auto; /* Maintain aspect ratio */
  display: block;
  margin: 0 auto 10px auto; /* Center the icon and add some margin at the bottom */
}

:root {
  --color-primary: #e0e0e0;
  --color-secondary: #344C64;
  --color-tertiary: #57A6A1;
  --color-accent: #57A6A1;
  --color-primary-rgb: rgb(36, 7, 80);
  --color-secondary-rgb: rgb(52, 76, 100);
  --color-tertiary-rgb: rgb(87, 123, 141);
  --color-accent-rgb: rgb(87, 166, 161);
  --font-light: #f5f5f5; /* Light font color */
  --font-lighter: #e0e0e0; /* Even lighter font color for contrast */
}

body {
  background-color: #57A6A1;
  color: var(--color-tertiary);
}

/* header {
  background-color: var(--color-secondary);
} */

.navbar a {
  color: var(--color-accent);
}

.hero {
  background-color: var(--color-primary-rgb);
}


.btn-primary {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.sectors, .projects {
  background-color: #57A6A1;
  color: var(--font-light);
}

.project-images {
  border: 5px solid #e0e0e0;
  border-radius: 10px;

}
.see-more-button{
  border: 3px solid #e0e0e0;
}

.sector-item, .project-item {
  color: var(--font-light);
}

.sector-item h4, 
.project-item h4 {
  color: var(--font-light);
}

h2.project-item{
  color: #f5f5f5;
}

.section-header h2::after{
  color: #f5f5f5;
}

h2.sector-header{
  color: #f5f5f5;
}

article.entry{
  color: #f5f5f5;
}

  .get-started {
    background-color: #f7f9fc; /* Light background color for the section */
    padding: 60px 0;
  }

  .get-started .php-email-form button[type=submit]{
    background-color: #57A6A1;
  }

  .get-started .content {
    background-color: #ffffff; /* White background for content */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .get-started h3 {
    color: #333333; /* Dark gray color for headings */
    font-weight: 600;
    margin-bottom: 20px;
  }

  .get-started p {
    color:#240750 /* Medium gray color for paragraph text */
  }

  .get-started ul {
    padding-left: 20px;
    color: #240750 ; /* Same gray color for list text */
  }

  .get-started ul li {
    margin-bottom: 10px;
  }

  .get-started form {
    background-color: #ffffff; /* White background for form */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .get-started form h3 {
    color: #333333; /* Dark gray color for form heading */
    margin-bottom: 20px;
  }

  .get-started form .form-control {
    border: 1px solid #dddddd; /* Light gray border for input fields */
    border-radius: 4px;
    padding: 10px;
  }

  .get-started form .form-control::placeholder {
    color: #aaaaaa; /* Light gray color for placeholders */
  }


  .loading, .error-message, .sent-message {
    display: none;
    color: #007bff; /* Primary color for messages */
  }

  .sub-title{
    color: #57A6A1;
  }

  .footer {
    background-color: #333333; /* Dark background color for the footer */
    color: #ffffff; /* White text color */
    padding: 60px 0;
  }

  .footer .footer-info h3 {
    color: #57A6A1; /* Primary color for the footer heading */
    margin-bottom: 20px;
  }

  .footer .footer-info p {
    color: #aaaaaa; /* Light gray color for the address and contact info */
    line-height: 1.6;
  }

  .footer .footer-info p strong {
    color: #ffffff; /* White color for strong elements in contact info */
  }

  .footer .social-links a {
    color: #ffffff; /* White color for social media icons */
    background: #57A6A1; /* Primary background color for social media icons */
    border-radius: 50%;
    margin-right: 10px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }

  .footer .social-links a:hover {
    background: #0056b3; /* Darker shade on hover */
  }

  .footer-legal {
    /* background: #333333; */
    padding: 20px 0;
  }

  .footer-legal .copyright {
    color: #aaaaaa; /* Light gray color for copyright text */
  }

  .footer-legal .credits p {
    color: #aaaaaa; /* Light gray color for credits text */
  }

  .scroll-top {
    background: #007bff; /* Primary background color for scroll top button */
    color: #ffffff; /* White color for scroll top button */
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }

  .scroll-top:hover {
    background: #0056b3; /* Darker shade on hover */
  }

  .scroll-top i {
    font-size: 24px;
  }

  .info-item{
    background-color: #ffffff; 
  }

  .contact .info-item{
    font-size: 1.4rem;
    font-weight: bold;
  }

  .contact .info-item i{
    color: #240750;
    border: 2px solid #240750;
  }

  .readmore{
    font-weight: 100;
    color: #57a6a1 !important;
    background-color: white;
  }
  .readmore:hover {
    color: white;
    background-color: white;
}

  .cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #344C64; /* Updated color */
    color: #ffffff; /* Keeping text white for contrast */
    padding: 20px;
    text-align: center;
    z-index: 1000;
    display: none;
  }
  
  .cookie-consent a {
    color: #57A6A1; /* Updated link color */
    text-decoration: underline;
  }
  
  .cookie-consent .btn {
    background-color: #57A6A1; /* Updated button background color */
    border: none;
    color: #240750; /* Updated button text color */
    padding: 10px 20px;
    cursor: pointer;
  }
  .testimonials .testimonial-item p{
    color: #222222;
    font-style: italic;
  }  

  blockquote.story{
    color: #222222;
    font-style: italic;
    font-weight: bold; 
  }

  .work-with-us {
    background: #f8f9fa; /* Light background color for contrast */
    padding: 30px; /* Add padding for spacing */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    font-weight: bold;
    color: black !important;
  }

  .work-with-us h3 {
    color: #222222 !important;
    font-size: 1.4rem !important;
    margin-bottom: 20px;
  }

  .work-with-us ul {
    list-style-type: none !important; /* Remove default list styling */
    padding-left: 0;
    margin: 5%;
    color: #222222  !important;
  }

  .work-with-us ul li {
    position: relative;
    padding-left: 20px; /* Space for custom bullet */
    margin-bottom: 10px;
    color: #222222  !important;
  }

  .work-with-us ul li::before {
    content: "\2022"; /* Custom bullet point */
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-size: 1em; /* Larger bullet point */
    color: #222222 !important;
  }
  .work-with-us ul li {
    font-size: 1rem !important;
    color: #222222 !important;
  }

  .work-with-us p {
    margin-bottom: 20px;
    color: #222222 !important;
  }

  .border-custom-p {
    border: 2px solid #240750;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}


.service-item h3 {
  margin-bottom: 15px; /* Add some space below the heading */
}



.no-padding {
  padding: 0 !important;
  padding-bottom: 10px;
}


.border-custom-p {
  border: 4px solid #240750; /* Adjust the width to make it thicker */
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px; /* Add padding to ensure text isn't touching the border */
}
 #about p{
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #57A6A1;;
  color: #f8f9fa;
 }

 .blockquote-custom {
  display: block;
  margin: 10px 0;
  padding: 10px;
  font-style: italic;
  color: #f8f9fa;
  background-color: #57A6A1;
  font-size: 1.4rem; /* Adjust the font size as needed */
}

.blockquote-custom::before,
.blockquote-custom::after {
  content: '"';
  color: #240750; /* Color for the quotation marks */
}

.blockquote-custom::before {
  margin-right: 5px; /* Add some spacing between the quotation mark and the text */
}

.blockquote-custom::after {
  margin-left: 5px; /* Add some spacing between the text and the quotation mark */
}

contact .php-email-form button[type=submit] {
  background-color: #57A6A1 !important;
}

.get-started form h3{
  color: #240750;
}

.entry-title-wrapper {
  padding-bottom: 15px; /* Add more space below the border */
  margin-bottom: 20px; /* Add some margin below the title wrapper */
}

.entry-title {
  color: #240750; /* Change the title color */
  font-size: 28px; /* Increase the font size */
  font-weight: bold; /* Make the title bold */
  text-transform: uppercase; /* Convert the title to uppercase */
}

.close-btn {
  position: absolute;
  top: 70%;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.readmore{
  background-color:#57A6A1 !important;
  color: #fff !important;
  padding: 10px;
  font-weight: bold;
  border-radius: 15px;
}

.btn.readmore.stretched-link{
  color: white !important;
}

.blog-header{
  font-size: 2rem;
  font-weight: 500;
  color: whitesmoke;
}

.blog-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-img img {
  width: 100%;
  height: 200px; /* Adjust as needed */
  object-fit: cover;
}

.blog-content {
  padding: 10px 0; /* Add padding between the image and the text */
  flex-grow: 1; /* Makes the content area flexible */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-content h3 {
  margin: 0;
  font-size: 1.2em; /* Adjust font size as needed */
  line-height: 1.4; /* Adjust line height for better readability */
  color: #333; /* Adjust text color */
}

.blog-content a {
  text-decoration: none;
  color: white;
  text-align: center;
}

.blog-item:hover .blog-content h3 {
  color: #6c757d; /* Change color on hover, adjust as needed */
}

.blog-description{
  color: white;
}

.list-htpah{
  margin-right:800px;
}

/* Styling for the sidebar */
.sidebar.recent-blog.recent-blog {
  background-color: white;
  padding: 20px; /* Adds padding inside the sidebar */
  border: 1px solid #ddd; /* Adds a light gray border around the sidebar */
  border-radius: 8px; /* Rounds the corners of the sidebar */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}
.sidebar{
  background-color: white;
}

/* Styling for the blog article content */
article.entry.entry-single.entry-content-htpah {
  color: #240750;
  font-family: 'Georgia', serif; /* Changes the font family to a serif font for a classic look */
  line-height: 1.6; /* Increases the line height for better readability */
  margin-bottom: 40px; /* Adds space below each blog entry */
}

/* Styling for headings in blog content */
article.entry.entry-single.entry-content-htpah h3,
article.entry.entry-single.entry-content-htpah h4 {
  color: #240750;
  padding-left: 15px; /* Adds space to the left of the heading text */
  margin-bottom: 15px; /* Adds space below the heading */
  font-weight: bold; /* Makes the headings bold */
}

/* Styling for paragraphs in blog content */
article.entry.entry-single.entry-content-htpah p {
  margin-bottom: 20px; /* Adds space below each paragraph */
  font-size: 16px; /* Sets the font size for better readability */
}

/* Styling for links */
article.entry.entry-single.entry-content-htpah a {
  color: #240750;
  text-decoration: none; /* Removes underline from links */
  font-weight: bold; /* Makes links bold for better visibility */
}

article.entry.entry-single.entry-content-htpah a:hover {
  color: #5a0d6d; /* Changes color on hover for visual feedback */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow on hover */
}

section.blog.htpah{
  border: 3px solid black;
}

.blog-htpah-end{
  margin-bottom: 20px;
}

.entry-single.entry-content-htpah{
  background-color: #240750;
  border-radius: 10px; /* Soften the corners slightly */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Shadow effect */
}

.entry-content-htpah{
  color:#FFFFFF;
  margin-left: 20px;
  margin-right: 20px;
  font-size:1.4rem;
}

.section-header-htpah{
  color: #FFFFFF;
  text-align: center;
}

.section-header-htpah h2 {
  margin: -10px auto; /* Ensures the <h2> is centered with auto margins */
  display: inline-block; /* Optional: Helps center the element if it has a defined width */
  font-size: 3rem;
}

article.entry.entry-single.entry-content-htpah h3, article.entry.entry-single.entry-content-htpah h4{
  color: #FFFFFF;
  margin-left:0px !important;
  margin-top: 30px;
}
article.entry.entry-single.entry-content-htpah h3, article.entry.entry-single.entry-content-htpah h4{
  margin-left: 0 !important;
}
.section-header-htpah {
  text-align: center;
  margin-bottom: 20px; /* Adds some space below the header */
  padding: 20px 0; /* Adds vertical padding for better spacing */
  margin-left:10px;
  margin-right: 10px;
  color: #240750;
}

.section-header-htpah h2 {
  color: #240750; /* Consistent with your theme color */
  margin: 0 auto;
  display: inline-block;
  padding-bottom: 10px; /* Adds space below the text */
  letter-spacing: 1px; /* Slightly increase letter spacing for readability */
  font-size: 2rem;
  font-style: italic;
}


.blog-img {
  position: relative;
}
.blog-img img {
  width: 100%; /* Maintain full width */
  height: 400px; /* Set the desired height */
  object-fit: cover; /* Ensures the image fills the container and crops if necessary */
  border-radius: 10px;
  border: 2px solid #240750;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); 
}


.blog-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  color: #fff;
  text-align: center;
  padding: 10px;
}

.blog-title-overlay h3 {
  margin: 0;
  font-size: 1.5em;
}

.blog-title-overlay a {
  color: #fff;
  text-decoration: none;
}

.blog-title-overlay a:hover {
  text-decoration: underline;
}
.blog-header{
  color: #240750;
  font-size: 1.8rem;
  font-weight: bold;
}
section#blog.blog{
  background-color: #57A6A1; 
}
.wtdin-h2{
  color: #240750;
  font-size: 1.8rem;
  font-weight: bold;
}

.wtdin{
  background-color: #240750;
}
  
 .wtdin-content{
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
 
 }
 .entry-title.wtdin-title{
  text-align: center !important; /* Centers the title text */
  margin-bottom: 20px; /* Adds some space below the title */
  margin-top: 40px;
}

.entry-title.wtdin-title h3 {
  font-size: 1.7rem !important; /* Adjust the font size as needed */
  color: #240750; /* Title color matching your theme */
  font-weight: 600; /* Optional: makes the title bold */
  color: white;
  margin-left:0px !important;
}
.wtdin-end{
  margin-bottom:60px !important;
}

.entry.entry-single.wtdin{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */ 
}