/* ////// */

/* General Section Styles */
.service-area {
  background-color: #f4f4f4; /* Light gray background */
  padding: 40px 0;
  color: #333; /* Dark text color */
}

.service-area h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #333; /* Dark color for headings */
}

.service-area p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.locationss {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.location {
  background-color: #fff;
  color: #333;
  padding: 15px 30px;
  margin: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.location:hover {
  background-color: #bada55; /* Green background on hover */
  color: #fff; /* White text on hover */
  transform: translateY(-5px); /* Slight lift effect */
}

.location:active {
  background-color: #bada55; /* Darker green when clicked */
}

.containerr {
  width: 80%;
  margin: 0 auto;
}



/* General Section Styles */
.why-choose {
  background-color: #fff; /* White background */
  padding: 50px 0;
  color: #333; /* Dark text color */
  text-align: center;
}

.why-choose h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.reason {
  background-color: #f4f4f4; /* Light gray background */
  padding: 30px;
  width: 250px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.reason h3 {
  font-size: 24px;
  font-weight: bold;
  color: #bada55; /* Green color for headings */
  margin-bottom: 15px;
}

.reason p {
  font-size: 16px;
  color: #555;
}

.reason:hover {
  /* background-color: #4CAF50; Green background on hover */
  color: #fff; /* White text */
  transform: translateY(-5px); /* Slight lift effect */
}

.container {
  width: 80%;
  margin: 0 auto;
}



/* General Section Styles */
.our-mission {
  background-color: #e7f7f2; /* Light greenish background to create contrast */
  padding: 50px 0;
  text-align: center;
  color: #333;
}

.our-mission h2 {
  font-size: 32px;
  font-weight: bold;
  color: #bada55; /* Green color to match the site's accent */
  margin-bottom: 20px;
}

.our-mission p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.container {
  width: 80%;
  margin: 0 auto;
}


/* General Section Styles */
.explore-work {
  background-color: #f4f4f4; /* Light gray background */
  padding: 50px 0;
  text-align: center;
}

.explore-work h2 {
  font-size: 32px;
  font-weight: bold;
  color: #4CAF50; /* Green accent for the heading */
  margin-bottom: 20px;
}

.explore-work p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.explore-work h3 {
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}

.explore-work ul {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  color:#000;
}

.explore-work li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}
.explore-work li :hover{
  color:#000;
}

.locations {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.location {
  background-color: #fff;
  color: #333;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.location:hover {
  background-color: #4CAF50; /* Green background on hover */
  color: #fff; /* White text */
  transform: translateY(-5px); /* Slight lift effect */
}

.container {
  width: 80%;
  margin: 0 auto;
}


/* General Section Styles */
/* General Section Styles */
.explore-work {
  background-color: #f4f4f4;
  padding: 50px 0;
  text-align: center;
}

.explore-work h2 {
  font-size: 36px;
  font-weight: bold;
  color: #bada55;
  margin-bottom: 20px;
}

.explore-work p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.explore-work h3 {
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}

.gallery-list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  font-size: 16px;
  color: #000 !important;
  margin: 20px;
  padding: 15px;
  width: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.gallery-item:hover {
  transform: translateY(-5px);
  /* background: linear-gradient(45deg, #4CAF50, #2C6E49); */
  color: white;
}

.gallery-item i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #bada55;
}

.locations {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.location {
  background-color: #fff;
  color: #333;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.location:hover {
  background-color: #bada55;
  color: #fff;
  transform: translateY(-5px);
}

.container {
  width: 80%;
  margin: 0 auto;
}

/* Adding font-awesome for icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');



/* General Section Styles */
.blog-section {
  background-color: #e7f7f2; /* Light greenish background to align with brand */
  padding: 50px 0;
  text-align: center;
}

.blog-section h2 {
  font-size: 36px;
  font-weight: bold;
  color: #bada55; /* Green accent */
  margin-bottom: 20px;
}

.blog-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.blog-list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-list li {
  font-size: 16px;
  color: #000 !important;
  margin: 20px;
  padding: 15px;
  width: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.blog-list li:hover {
  transform: translateY(-5px);
  /* background: linear-gradient(45deg, #4CAF50, #2C6E49); */
  color: white;
}

.blog-list li i {
  font-size: 30px;
  margin-right: 10px;
  color: #bada55; /* Green color for icons */
}

.blog-reasons {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-reasons li {
  font-size: 16px;
  color: #000 !important;
  margin: 20px;
  padding: 15px;
  width: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.blog-reasons li:hover {
  /* background: linear-gradient(45deg, #4CAF50, #2C6E49); */
  color: white;
}

.blog-reasons li i {
  font-size: 30px;
  margin-right: 10px;
  color: #bada55; /* Green color for icons */
}

.container {
  width: 80%;
  margin: 0 auto;
}

/* Adding font-awesome for icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');


/* General Section Styles */
.restoration-services {
  background-color: #f4f4f4;
  padding: 50px 0;
  text-align: center;
}

.restoration-services h2 {
  font-size: 36px;
  font-weight: bold;
  color: #bada55; /* Green accent */
  margin-bottom: 30px;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.service-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.service-item i {
  font-size: 40px;
  color: #bada55;
  margin-bottom: 15px;
}

.service-item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.service-item:hover {
  /* background: linear-gradient(45deg, #4CAF50, #2C6E49); */
  color: white;
  transform: translateY(-5px);
}

.container {
  width: 80%;
  margin: 0 auto;
}

/* Adding font-awesome for icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');



