body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: white;
  background-color:white;
  text-align: center;
  /* line-height: 1.5; */
 
}
.navbar {
  background-color:transparent;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.navbar a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
  position: relative;
}
.navbar a:not(.schedule-btn)::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #007E00;
  transition: width 0.3s;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.navbar a:not(.dropdown-menu)::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #007E00;
  transition: width 0.3s;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.navbar a:not(.schedule-btn):hover::after {
  width: 100%;
}
.navbar a:not(.dropdown-menu):hover::after {
  width: 100%;
}
.navbar .logo {
  font-weight: bold;
  font-size: 18px;
  
}


/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Hide the dropdown content initially */
.dropdown-menu {
  display: none; /* Hide by default */
  position: absolute; /* Position it absolutely within the dropdown */
  top: 100%; /* Position below the dropdown toggle */
  left: 0; /* Align to the left of the toggle */
  background-color: white; /* Background color */
  border: 1px solid #ccc; /* Border for dropdown */
  z-index: 1000; /* Ensure it shows on top */
  max-height: 300px; /* Set a max height */
  overflow-y: auto; /* Enable vertical scrolling if content exceeds max height */
  transition: all 0.3s ease; /* Smooth transition */
  width: 300px; /* Full width */
}
/* Hide the dropdown content initially */
.mobile-dropdown-menu {
  display: none; /* Hide by default */
  position: absolute; /* Position it absolutely within the dropdown */
  top: 100%; /* Position below the dropdown toggle */
  left: 0; /* Align to the left of the toggle */
  background-color: white; /* Background color */
  border: 1px solid #ccc; /* Border for dropdown */
  z-index: 1000; /* Ensure it shows on top */
  max-height: 300px; /* Set a max height */
  overflow-y: auto; /* Enable vertical scrolling if content exceeds max height */
  transition: all 0.3s ease; /* Smooth transition */
  width: 300px; /* Full width */
}


/* Style each dropdown link */
.dropdown-menu a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}
/* Style for close button */
.close-dropdown-btn {
  display: block; /* Make it a block element */
  cursor: pointer; /* Change cursor to pointer */
  color: black; /* Color for the close button */
  font-size: 24px; /* Size of the close button */
  margin-bottom: 10px; /* Margin below the close button */
  text-align:right; /* Align to the right */
  padding-right:10px ;
}
/* Style each dropdown link */
.mobile-menu .mobile-dropdown-menu a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Change background on hover for each service item */
.dropdown-menu a:hover {
  background-color: #f1f1f1;
  text-decoration: none;
  
}
.mobile-dropdown-menu a:hover {
  background-color: #f1f1f1;
  text-decoration: none;
  
}
.plus-icon {
  cursor: pointer;
  margin-left: 10px; /* Add some space between text and the plus icon */
}
/* Show dropdown when open */
.mobile-dropdown-menu.open {
  display: block;
  max-height: 500px; /* Set a max height when open (adjust as necessary) */
}






.navbar .right-icons {
  display: flex;
  align-items: center;
}
.navbar .right-icons a {
  margin-left: 15px;
}
.navbar .schedule-btn {
  background-color: #007E00;
  color: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}
.navbar .schedule-btn:hover {
  background-color: #fff;
  color: #007E00;
  border: 2px solid #007E00;
}

 .hamburger-icon {
  display: none;
}

/* Mobile menu hidden by default */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-align:center;
  padding-top: 50px;
  z-index: 1000;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu a {
  display: block;
  margin: 20px 0;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.mobile-user-icon i{
  color:white;
  padding-right: 10px;
}
.mobile-menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}


/* Responsive styles */
@media (max-width: 1280px) {
  .navbar .menu {
      display: none; /* Hide desktop menu */
  }

  .right-icons .schedule-btn {
      display: none; /* Hide schedule button */
  }
  
  .right-icons .user-icon {
      display: none; /* Hide user icon */
  }
  .navbar .right-icons {
    display: flex;
    justify-content: flex-end;
  }
  .navbar .right-icons a {
    margin-left: 0px;
  }
   .hamburger-icon {
      display: block; /* Show hamburger icon only in mobile view */
      color: white;
      font-size: 24px;
      margin-left: 10px;
  }

  .navbar {
      background-color: black; /* Change navbar background in mobile view */
  }
  
}



/* Hover effects for cross button */
.mobile-menu .close-btn:hover {
  color: #007E00;
}
.cta-button {
  background-color: white;
  color: #007E00;
  padding: 15px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
}
.cta-button:hover {
  background-color:#007E00;
  color:white;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-content {
  position: relative;
  max-width: 600px;
  margin: auto;
  z-index: 5;
  text-align: left;
  padding: 2rem;
}
.hero-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero-content p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.hero-content span {
  font-size:24px;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color:white;
}
.play-pause-button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: transparent; /* No background color */
  color: white;
  padding: 0.5rem;
  border: 1.5px solid white; /* White border */
  border-radius: 50%; /* Circular shape */
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-pause-button i {
  font-size: 1rem;
  color: white; /* White pause icon */
}
.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media (max-width: 480px) {
  .hero-content h1 {
      font-size: 1.5rem; /* Further reduced font size */
  }

  .hero-content p {
      font-size: 0.875rem; /* Further reduced font size */
  }

  .cta-button {
      padding: 12px 15px; /* Reduced padding for button */
      font-size: 0.9rem; /* Smaller button text */
  }
}




.content {
  padding-top: 30px;
  /* padding: 50px 30px; */
  text-align: left;
  display: inline-block;
  max-width: 800px;
}
.content h2 {
  color: #007E00;
  font-size: 24px;
  text-transform: capitalize;
}
.content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
  color:grey;
}
@media (max-width: 768px) {
  .content {
    padding-top: 30px;
    padding-left:20px;
    /* padding: 50px 30px; */
    text-align: left;
    display: inline-block;
    max-width: 400px;
  }
  .content h2 {
    color: #007E00;
    font-size: 24px;
    text-transform: capitalize;
  }
  .content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
    color:grey;
  }
}
.services {
  text-align: left;
  margin-top: 50px;
}
.services h2 {
  color: #007E00;
  font-size: 24px;
}
.services-icons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.services-icons {
  display: flex;
  transition: transform 0.5s ease;
  width: calc(20% * 12); /* Adjust based on the number of items */
}
.services-icons div {
  margin: 0px;
  text-align: center;
  flex: 0 0 20%;
}
.services-icons i {
  font-size: 50px;
  color: #007E00;
}
.services-icons p {
  margin-top: 10px;
  font-size: 14px;
}
.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  position: relative;
  width: 100%; /* Increase the width to accommodate 5 elements and buttons */
}
#prev,#next {
  font-size: 24px;
  color: #333;
  
  cursor: pointer;
} 
 #prev {
  position:relative;
  left:0%;

  
}
#next {
  position:relative;
  right:0%
  
}
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.carousel-dots span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 7px;
  display: inline-block;
  cursor: pointer;
}
.carousel-dots .active {
  background-color: #333;
}
.play-pause {
  position: absolute;
  /* bottom: -30px; */
  left: 2%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
.full-services-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.full-services-btn a {
  background-color:white;
  color:#007E00;
  padding: 15px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #666;
}
.full-services-btn a:hover{
background-color:#007E00;
color:white;
outline:none;
border:none;
}


.section-3 {
  position: relative;
  margin-top:60px;
  width: 100%;
  background: url('images/mall.png.png') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Ensure the section takes up the full viewport height */
}

.section-3 .be-better {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 20px;
 
}


.section-4 {
  padding: 50px 20px;
  text-align: center;
}
.section-4 h2 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #000;
}
.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.feature {
  width: 45%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.feature i {
  font-size: 40px;
  color: #007E00;
}
.feature h3 {
  font-size: 18px;
  color: #007E00;
  margin: 0;
}
.feature p {
  font-size: 16px;
  color: #666;
  max-width: 270px;
}
.feature-container {
  margin-top:10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
   .features {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    gap: 20px;
    /* max-width: 1200px; */
    margin: 0 auto;
    text-align: center;
  }
  .feature {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .feature i {
    font-size: 40px;
    color: #007E00;
  }
  .feature h3 {
    font-size: 18px;
    color: #007E00;
    margin: 0;
  }
  .feature p {
    font-size: 16px;
    color: #666;
    max-width: 270px;
  } */
  .feature-container {
    margin-top:10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
  }
}
.testimonial-section {
  margin-top:30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}
.testimonial-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.testimonial-section p {
padding-top:20px;
  font-size: 22px;
  word-spacing:3px;
  max-width: 800px;
  margin: 0 auto 20px;
}
.testimonial-section .author {
  color: #007E00;
  font-weight: bold;
}
.testimonial-section .nav-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
}
.testimonial-section .nav-arrows.left {
  left: 20px;
}
.testimonial-section .nav-arrows.right {
  right: 20px;
}
.testimonial-section .dots {
padding-top:40px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.testimonial-section .dots .dot {
  width: 10px;
  height: 10px;
  background-color: #555;
  border-radius: 50%;
}
.testimonial-section .dots .dot.active {
  background-color: #fff;
}
@media (max-width: 768px){
  .testimonial-section .nav-arrows {
   display:none;
  }
}



.section-5 {
  position: relative;
  width: 100%;
  background: url('images/workers.png.png') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Ensure the section takes up the full viewport height */
}

.section-5 .moving-forward {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 20px;
 
}

.section-6 {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  text-align: left;
}
.section-6 .left{
/* font-family:sans-serif; */
word-spacing:2px;
width:100%;
line-height:25px;
text-align: center;
}
.section-6 .left, .section-6 .right {

  margin: 0 40px;
}
.section-6 .left p {
  color:black;
}

.section-6 .right h3 {
  color: #007E00;
  font-weight: bold;
}
.section-6 .right p {
width:350px;
line-height:25px;
  margin-top: 10px;
  color:black;
}
.explore-btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.explore-btn {
  display: inline-block;
  padding: 15px 20px;
  margin-bottom:30px;
  border: 2px solid grey;
  border-radius: 25px;
  color: #007E00;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.explore-btn:hover {
  background-color: #007E00;
  color: #fff;
outline:none;
border:none;
}
@media (max-width: 768px){
  
.section-6 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
    margin: 0 auto;
    text-align: left;
  
}
.section-6 .left{
word-spacing:2px;
width:100%;
line-height:25px;
}
.section-6 .left, .section-6 .right {

  margin: 0 40px;
}
.section-6 .left p {
  color:black;
}

.section-6 .right h3 {
  color: #007E00;
  font-weight: bold;
}
.section-6 .right p {
width:100%;
line-height:25px;
  margin-top: 10px;
  color:black;
}
}
.section-7 {
  position: relative;
  width: 100%;
  background: url('images/smile..png.png') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Ensure the section takes up the full viewport height */
}

.section-7 .philosophy {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 20px;
 
}

.section-8 {
  margin-top:70px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.section-8 h1 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
word-spacing:2px;
line-height:25px;

}
.awards {
  margin-top:50px;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
.award {
  text-align: center;
}
.award img {
  max-width: 100px;
  margin-bottom: 10px;
}
.award p {
  font-size: 14px;
  color: #666666;
/* width:100px; */
line-height:20px;
}

@media (max-width: 768px){
 
.awards {
  margin-top:50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 700px;
  /* margin: 0 auto; */
  
}
.award {
  text-align: center;
  width: 100%;
}
.award img {
  max-width: 100px;
  margin-bottom: 10px;
}
.award p {
  font-size: 14px;
  color: #666666;
width:100%;
line-height:20px;
text-align: center;
}
   
  }

.container {
  margin-top: 80px;
  margin-bottom:90px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 50px);
  width: 100%;
}

.form-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  width: 700px;
}

.name-row {
  display: flex;
  justify-content: space-between;
}

.name-row .field {
  width: 48%;
}

.form-container h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  
}

.form-container p {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
  text-align:center;
  width: 500px;
  margin-left:18%;
}

.form-container label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: black;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

.form-container input,
.form-container select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  background-color: #f5f5f5;
  color: #000;
}

.form-container input.error,
.form-container select.error {
  border-color: red;
}

.form-container .btn-submit {
  background-color:  #007E00;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
}
.form-container .btn-submit:hover{
  background-color: white;
  border: 2px solid #007E00;
  color:#007E00;
}

.form-container .recaptcha {
  margin-bottom: 20px;
  text-align: left;
}

.error {
  color: red;
  font-size: 12px;
  text-align: left;
   margin-top: -5px;
  margin-bottom: 5px; 
}
@media (max-width: 768px){
  
.container {

  padding-top: 80px;
  padding-bottom:80px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* height: calc(100vh - 50px); */
  max-width: 700px;
}

.form-container {
  /* margin-top: 40%; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 400px;
}

.name-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.name-row .field {
  width: 100%;
}

.form-container h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  
}

.form-container p {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
  text-align:center;
  width: 100%;
  margin-left:0%;
  padding-left:0%;
}

.form-container label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: black;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

.form-container input,
.form-container select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  background-color: #f5f5f5;
  color: #000;
}

}

.blog-content {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers the blog posts */
  padding-bottom: 40px;
  width: 100%;
}

.blog-header {
  width: 100%; /* Makes sure the header takes full width */
  text-align: left; /* Left aligns the text inside the header */
}

.blog-header h1 {
  color: #007E00;
  font-size: 24px;
  margin-bottom: 20px;
  margin-left:29%;
  font-weight: bold;
 
}

.blog-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* Centers the posts */
  width: 100%;
  max-width: 1200px;
}

.blog-post {
  width: calc(35% - 10px);
  padding: 20px;
  box-sizing: border-box;
}

.blog-post img {
  width: 100%;
  height: 300px;
  border: 5px solid #007E00;
}

.blog-post h2 {
  color: #007E00;
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  text-decoration: underline;
    text-decoration-color:grey;
}

.blog-post p {
  color: #666666;
  font-size: 12px;
  text-align: left;
}

.blog-post .date {
  color: #666666;
  font-size: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.blog-post .more {
  color: #666;;
  text-decoration: none;
  font-size: 12px;
}


.blog-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.blog-post-btn {
  display: inline-block;
  padding: 15px 20px;
  margin-bottom:50px;
  border: 2px solid #666;
  border-radius: 25px;
  color: #007E00;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.blog-post-btn:hover {
  background-color: #007E00;
  color: #fff;
outline:none;
border:none;
}

@media (max-width: 768px){
  .blog-content {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the blog posts */
    padding-bottom: 40px;
    max-width: 700px;
  }
  
  .blog-header  {
    width: 100%; /* Makes sure the header takes full width */
    text-align:left; /* Left aligns the text inside the header */
  }
  
  .blog-header h1 {
    color: #007E00;
    font-size: 24px;
    margin-bottom: 20px;
    margin-left:5%;
    font-weight: bold;
   
  }
  
  .blog-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; 
    justify-content: center;/* Centers the posts */
    width: 100%;
    
  }
  
  .blog-post {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
}


.dark-footer {
  background-color:rgb(21, 18, 18);
  text-align: center;
  padding-top:50px;
}
.dark-footer h1  {
  
  font-size: 36px;
  margin-bottom: 40px;
  /* margin-bottom: 20px; */
  color: white;
  font-weight: bold;
  line-height: 1.2;
}
.dark-footer a{
  text-decoration: none;
  color:white;
}
.dark-footer a:hover{
  color:#007E00;
}
.dark-footer .btn  {
  text-decoration: none;
  background-color: #007E00;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: bold;
}
.dark-footer .btn:hover {
  background-color:white;
  color:  #007E00;
  border: 2px solid #007E00;
}

@media (max-width: 768px){
  
.dark-footer {
  
  background-color:rgb(21, 18, 18);
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 80px;
}
}
.footer {
  background-color: #000;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: start; */
}

 .footer .logo {
  margin-left: 30px;
  margin-top:-3%;
}

.footer .social {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  gap: 35px;
  /* margin-left :8%; */
  text-align: center;
}

.footer .social a {
  color: white;
  font-size: 30px;
  text-decoration: none;
}
.footer .social a:hover{
  color: #007E00;
}
.footer .contact {
  text-align: left;
  margin-right: 30px;
}

.footer .contact .number {
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.footer .contact .address {
  color: gainsboro;
  padding-top: 20px;
  font-size: 15px;
  padding-bottom: 40px;
}

.footer .contact a {
  background-color: #007E00;
  color: white;
  padding: 15px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  /* margin-top: 15%; */
  font-weight:bold;
  text-decoration:none;
}
.footer .contact a:hover {
  background-color:white;
  color:#007E00 ;
  border:2px solid #007E00;
  
}

.footer.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-color: #000; /* Optional, to ensure contrast */
}

.footer-bottom-left {
  color: #666;
}

.footer-tag {
  color: #666;

}
.footer-bottom-center{
  color:#666;
  

}
.footer-center-tag{
  color:#666;
}

.footer-bottom-right {
  color: white;
}

.footer-bottom-right a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

.footer-bottom-right a:hover {
  text-decoration: underline; /* Optional: add underline on hover for better visibility */
}

.footer-bottom-right {
  display: flex;
  align-items: center;
}

.horizontal-line {
  border-top: 1px solid #666;
  margin: 0;
}

@media (max-width: 768px){
  .footer {
    background-color: #000;
    padding: 70px 20px;
    display: flex;
    justify-content: center;
   
    max-width: 700px;
  }
  
  .footer-content {
    width: 100%;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;

    /* align-items: start; */
  }
  
 .footer .logo {
  margin-left: 0%;
  margin-top:-3%;
  width: 100%;
}

.footer .social {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 35px;
  
  text-align: center;
}
.footer .contact {
  text-align: center;
  margin-right: 0px;
  margin-top:20px;
}
.footer.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  padding: 40px;
  background-color: #000; /* Optional, to ensure contrast */
}



.footer-bottom-center{
  color:#666;
  
  padding-top: 10px;;

}


.footer-bottom-right {
  display:flex;
  justify-items: center;
  flex-wrap: wrap;
  color: white;
  
}
.footer-bottom-right a {
  color: white;
  text-decoration: none;
  padding-top:8px;
  width: 100%;
}
}


/* why work with us */

.navbar-black {
  background-color:black;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-black a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
  position: relative;
}
.navbar-black a:not(.schedule-btn)::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #007E00;
  transition: width 0.3s;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.navbar-black a:not(.schedule-btn):hover::after {
  width: 100%;
}

.navbar-black .logo {
  font-weight: bold;
  font-size: 18px;
}
.navbar-black .right-icons {
  display: flex;
  align-items: center;
}
.navbar-black .right-icons a {
  margin-left: 15px;
}
.navbar-black .schedule-btn {
  background-color: #007E00;
  color: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}

.navbar-black .schedule-btn:hover {
  background-color: #fff;
  color: #007E00;
  border: 2px solid #007E00;
}

/* Dropdown container */
.navbar-black .dropdown {
  position: relative;
  display: inline-block;
}

/* Hide the dropdown content initially */
.navbar-black .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  min-width: 300px;
  z-index: 1;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Style each dropdown link */
 .navbar-black .dropdown-menu a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown menu on hover */
.navbar-black .dropdown:hover .dropdown-menu {
  display: block;
}

/* Change background on hover for each service item */
.navbar-black .dropdown-menu a:hover {
  background-color: #f1f1f1;
  text-decoration: none;
  
}
.hamburger-icon {
  display: none;
}

/* Mobile menu hidden by default */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-align:center;
  padding-top: 50px;
  z-index: 1000;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu a {
  display: block;
  margin: 20px 0;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.mobile-user-icon i{
  color:white;
  padding-right: 10px;
}
.mobile-menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

/* Responsive styles */
@media (max-width: 1280px) {
  .navbar-black .menu {
      display: none; /* Hide desktop menu */
  }

  .right-icons .schedule-btn {
      display: none; /* Hide schedule button */
  }
  
  .right-icons .user-icon {
      display: none; /* Hide user icon */
  }
  .navbar-black .right-icons {
    display: flex;
    justify-content: flex-end;
  }
  .navbar-black .right-icons a {
    margin-left: 0px;
  }
   .hamburger-icon {
      display: block; /* Show hamburger icon only in mobile view */
      color: white;
      font-size: 24px;
      margin-left: 10px;
  }

  .navbar-black {
      background-color: black; /* Change navbar background in mobile view */
  }
}
  


/* Hover effects for cross button */
.mobile-menu .close-btn:hover {
  color: #007E00;
}




.work-section2 {
  display: flex;
  justify-content: space-between;
  background-color:gainsboro;
  height: 400px;
  width: 100%;
  

}
.work-section2-text {
  text-align: left;
  
  /* padding-left:10%; */
  /* margin-left:13%; */
  margin-top:50px;
  
  
  width:50%;
 
}
.work-section2-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
  /* width:80%; */
  font-weight: bold;
  color:black;
  padding-left:8%;
}
.work-section2-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  /* width:80%;  */
  color:grey;
  padding-left:8%;
}
.work-section2-img {
  width: 50%;
}
.work-section2-img img {
  margin-right: 0;
  margin-top:0;
  width: 100%;
  height: 400px;
  border-radius: 5px;
}
@media (max-width: 1068px) {
 
  .work-section2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color:gainsboro;
    height: auto;
    width: 100%;
    
  
  }
  .work-section2-text {
    text-align: left;
    width:90%;
    /* background-color: #000; */
    padding-left:25px;
    padding-right: 25px;
    /* margin-left:13%; */
    margin-top:50px;
    
    
  
   
  }
  .work-section2-text h1 {
    font-size: 32px;
    margin-bottom: 20px;
    width:100%;
    font-weight: bold;
    color:black;
    padding:0%;
    /* background-color: rebeccapurple; */
    margin: 0%;
  }
  .work-section2-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    width:100%; 
    color:grey;
    padding:0%;
    /* background-color: goldenrod; */
    margin-bottom: 20px;
  }
  .work-section2-img {
    width: 100%;
  }
  .work-section2-img img {
    margin-right: 0;
    margin-top:0;
    width: 100%;
    height:auto;
    border-radius: 5px;
  }
    
  }
@media (max-width: 768px) {
 
.work-section2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color:gainsboro;
  height: auto;
  width: 100%;
  

}
.work-section2-text {
  text-align: left;
  width:90%;
  /* background-color: #000; */
  padding-left:25px;
  padding-right: 25px;
  /* margin-left:13%; */
  margin-top:50px;
  
  

 
}
.work-section2-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
  width:100%;
  font-weight: bold;
  color:black;
  padding:0%;
  /* background-color: rebeccapurple; */
  margin: 0%;
}
.work-section2-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  width:100%; 
  color:grey;
  padding:0%;
  /* background-color: goldenrod; */
  margin-bottom: 20px;
}
.work-section2-img {
  width: 100%;
}
.work-section2-img img {
  margin-right: 0;
  margin-top:0;
  width: 100%;
  height:auto;
  border-radius: 5px;
}
  
}
  
 




.work-section3 {
  text-align: center;
  padding: 50px 0px;
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto; /* Center the section itself */
  /* background-color: red; */
}

.work-section3 h1 {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: bold;
  color: black;
  text-align: center;
}

.work-section3-content {
  display: flex;
  flex-direction: column; /* Stack rows vertically */
  align-items: center; /* Center all rows horizontally */
  justify-content: center;
  gap: 60px;
  margin-top:50px;
}

.work-section3-row {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.work-section3-item {
  max-width: 200px;
  text-align: center;
}

.work-section3-item i {
  font-size: 50px;
  color: #007E00;
  margin-bottom: 20px;
}

.work-section3-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color:black;
}

.work-section3-item p {
  font-size: 14px;
  color: #666;
  /* width: 230px; */
}


@media (max-width: 768px) {
.work-section3{
  width: 100%;
  /* padding-top:10%; */
/* padding-bottom: 10%;  */
  max-width:100%;
  padding:0%;
  
  margin-top: 5%;
  margin-bottom: 5%;
}
  .work-section3-content {
    width: 100%;
    gap: 30px; /* Reduce gap between rows on smaller screens */
  }

  .work-section3-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap into rows */
    justify-content: center;
    gap: 20px; /* Adjust gap between items */
  }

  .work-section3-item {
    flex: 0 1 45%; /* 45% width for each item to fit 2 in a row */
     /* Make the items take available space */
  }

  /* Last row with one item centered */
  .work-section3-row:last-of-type .work-section3-item {
    flex: 0 1 100%; /* Make the last item take the full row */
  }
  .work-section3-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color:black;
    
  }
  
  .work-section3-item p {
    font-size: 14px;
    color: #666;
    /* width:10%; */
  }
}

.work-section4 {
  display: flex;
  justify-content: space-between;
  background-color: gainsboro;
  height: auto;
  width: 100%;
  flex-wrap: wrap; /* Allow wrapping of content */
  box-sizing: border-box; /* Include padding in width calculation */
}

.work-section4-text {
  text-align: left;
  margin-top: 50px;
  width: 50%;
  box-sizing: border-box; /* Include padding in width calculation */
}

.work-section4-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
  color: black;
  padding-left: 4%;
  padding-top: 5%;
  box-sizing: border-box;
}

.work-section4-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #666;
  padding-left: 4%;
  box-sizing: border-box;
}

.work-section4-img {
  width: 50%;
  box-sizing: border-box; /* Ensure no overflow */
}

.work-section4-img img {
  width: 100%;
  height: 400px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .work-section4 {
    flex-direction: column; /* Stack image and text vertically */
  }
  
  .work-section4-img {
    width: 100%; /* Image takes full width */
  }

  .work-section4-img img {
    width: 100%;
    height: auto; /* Adjust height for better responsiveness */
  }

  .work-section4-text {
    width: 100%; /* Text container takes full width */
    padding: 20px; /* Add padding around the text */
    background-color: gainsboro; /* Same background as container */
    margin-top: 0;
    box-sizing: border-box; /* Prevent overflow */
  }

  .work-section4-text h1,
  .work-section4-text p {
    padding-left: 0; /* Remove left padding for mobile view */
    padding-top: 0%;
    padding-bottom: 5%;
  }
}



.work-section5 {
  text-align: center;
  padding: 50px 20px;
  /* background-color: red; */
}
.work-section5 h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 2%;
}
.work-section5 p {
  font-size: 18px;
  color: #666;
  margin-bottom: 3%;
}
.work-section5-services {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.work-section5-service-item {
  margin: 0 20px;
  text-align: center;
}
.work-section5-service-item i {
  font-size: 60px;
  color: #007E00;
  
  
}
.work-section5-service-item p {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4%;
  
  
}
.work-section5-btn {
  margin-top:20px;
  background-color: #007E00;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  border-radius:25px;
  font-weight:bold;
}

.work-section5-btn:hover{
  background-color: white;
  color:#007E00;
  border:2px solid #007E00
}

@media (max-width: 768px) {
  .work-section5-services{
    flex-direction: column;
  }
}

.services-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  text-align: center;
}

.services-container h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.services-container p {
  font-size: 16px;
  color: #666;
  max-width: 800px;
  margin: 20px auto;
}

.work-services {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 800px; /* Adjusted to match 5 elements */
  margin-top: 20px;
  overflow: hidden;
}

.work-services .work-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  /* background-color: #f1f1f1;
   */
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  z-index: 10; 
}

.work-services .work-arrow.left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.work-arrow.right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.work-arrow i {
  margin: 0;
}

 .work-service-items {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

 .work-service-item {
  text-align: center;
  flex: 0 0 calc(100% / 5); /* Ensure 5 items are visible */
  
}

.work-services .work-service-item i {
  font-size: 50px;
  color: #007E00;
  
}

.work-services .work-service-item p {
  margin-top: 10px;
  font-size: 14px;
  
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination .work-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.pagination .work-dot.active {
  background-color: #666;
}

.pagination .work-play-pause {
  position:relative;
  left: -35%;
  bottom:2%;
  font-size: 20px;
  color:#666;
}
.work-service-item {
  position: relative; /* Required for absolute positioning of the image */
  text-align: center;
  flex: 0 0 calc(100% / 5); /* Ensure 5 items are visible */
}

.service-image {
  display: none; /* Hide the image by default */
  position: absolute; /* Position the image absolutely */
  top: 0; /* Adjust based on your design */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Center the image */
  z-index: 5; /* Ensure it's above other elements */
  max-width: 100%; /* Optional: Limit width to the service item */
  
}

.work-service-item:hover .service-image {
  display: block; /* Show the image on hover */
 border-radius: 10px;
}

/* Mobile phones */
@media (max-width: 768px) {
  
.services-container {

  margin-top:5%;
  margin-bottom: 5%;

}

.services-container h1 {
  width: 100%;
}

.services-container p {
  font-size: 16px;
  color: #666;
  max-width:100%;
  margin: 20px auto;
  padding-left: 10px;
  padding-right: 10px;
}
  .work-services {

    width: 100%;
    max-width:100%; /* Adjusted to match 5 elements */
    
  }
  .work-service-item {
    flex: 0 0 calc(100% / 4);/* Show 2 items on mobile */
  }

  .work-services .work-service-item i {
    font-size: 30px; /* Smaller icons */
  }

  .work-services .work-service-item p {
    font-size: 10px;
  }

  .pagination {
    margin-top: 10px;
  }

  .pagination .work-dot {
    width: 8px;
    height: 8px;
  }
  .pagination .work-play-pause {
    position:relative;
    left: -5%;
    bottom:-10%;
    font-size: 20px;
    color:#666;
  }
}



/* services page */

.service-section1 {
  position: relative;
  text-align: center;
  color: white;
  height: calc(100% - 60px); /* Adjusting for navbar height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-section1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-section1-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 20px; /* Added padding for mobile */
}

.service-section1-content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

.service-section1-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.service-section1-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
  width: 100%; /* Adjusted width for better responsiveness */
  max-width: 100%; /* Set a max width */
  letter-spacing: 1.3px;
  text-align: center;
}

.service-section1-content .service-top-btn {
  background-color: #007E00;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.service-section1-content .service-top-btn:hover {
  background-color: white;
  color: #007E00;
  border: 2px solid #007E00;
}



@media (max-width: 768px) {
  .service-section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-section1-content{
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 0%;
  }
  .service-section1-content h1 {
    font-size: 24px; 
    width: 100%;/* Further reduce font size for smaller devices */
  }

  .service-section1-content h2 {
    font-size: 14px; /* Further reduce for mobile */
    width: 100%;
  }

  .service-section1-content p {
    width: 100%;
    font-size: 12px; /* Further reduce for smaller devices */
  }

  .service-section1-content .service-top-btn {
    /* width: 100%; */
    font-size: 12px;
    padding: 10px 16px;
  }
}



.service-section2 {
  text-align: center;
  padding: 50px 20px;
}
.service-section2-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.service-section2-inner h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}
.service-section2-inner p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 40px;
}
.service-section2-content {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 70px;
}
.service-section2-item {
  text-align: center;
  flex: 1;
  margin: 0 10px;
}
.service-section2-item i {
  font-size: 50px;
  color: #007E00;
  margin-bottom: 20px;
}
.service-section2-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #000;
  
}
.service-section2-item p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
 
}
.service-section2-item span
 {
  font-size: 16px;
  color: #666666;
  font-weight:bold;
 
}
.service-section2-item a {
  color: #007E00;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.service-section2-item a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #007E00;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media (max-width: 768px) {
  .service-section2-content {
    
    flex-direction: column;
    max-width:100%;
    /* margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px; */
  }
  .service-section2-item {
    text-align: center;
    flex: 1;
    margin-top:20px;
    margin-bottom: 20px;
  }
}

.service-section3-content {
  display: flex;
  width:100%;
  /* padding: 50px 0; */
  background-color: #f5f5f5;
}
.service-section3-content .service-section3-text-section {
  /* flex: 1; */
  width: 50%;
  /* margin-left: 2%; */
  text-align: left;
  /* padding-left: 30px; */
  padding-top:50px;
  
}
.service-section3-content .service-section3-text-section h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  padding-left:10%;
}
.service-section3-content .service-section3-text-section h2 {
  color: #007E00;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left:10%;
}
.service-section3-content .service-section3-text-section p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
  
  padding-left:10%;
}
.service-section3-content .service-section3-text-section .service-section3-services {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left:10%;
}
.service-section3-content .service-section3-text-section .service-section3-services div {
  width: 33.33%;
  font-size: 16px;
  margin-top: 20px;
  color: #000;
}
.service-section3-content .service-section3-text-section .service-section3-highlight {
  width: 40px;
  height: 5px;
  background-color: #007E00;
  margin-bottom: 30px;
  margin-left:10%;
}
.service-section3-content .service-section3-text-section .service-section3-cta {
  font-weight: bold;
  margin-bottom: 70px;
  color: #000;
  padding-left:10%;
}
.service-section3-btn{
  
  background-color:#007E00;
  color: #fff;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  margin-left:10%;
}

.service-section3-btn:hover{
  background-color: white;
  color: #007E00;
  border:2px solid #007E00
}
.service-section3-content .service-section3-image-section {
  /* flex: 1; */
  width: 50%;
  margin-right: 0;
  margin-top:0;
}
.service-section3-content .service-section3-image-section img {
  width: 100%;
  /* height: auto; */

}


/* Mobile View */
@media screen and (max-width: 1268px) {
  .service-section3-content {
    display: block;
    height: auto;
  }
  .service-section3-text-section{
    margin-bottom: 0%;
    /* background-color: rebeccapurple; */
    margin-top:0px;
    height: auto;
    padding-bottom: 50px;
  }
  .service-section3-content  .service-section3-services {
    display: flex;
  flex-direction: column;
    margin-bottom: 20px;
    padding-left:5%;
  }
  .service-section3-content .service-section3-text-section,
  .service-section3-content .service-section3-image-section {
    width: 100%;
  }

  .service-section3-content .service-section3-text-section h1,
  .service-section3-content .service-section3-text-section h2,

  .service-section3-content .service-section3-text-section .service-section3-services {
    padding-left: 5%;
    padding-right: 5%;
    word-wrap: break-word;
  }

  .service-section3-content .service-section3-text-section p {
    width: 90%;
    max-width: 100%;
    /* word-wrap: break-word; */
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-section3-content .service-section3-btn {
    margin-left: 5%;
  }
  
.service-section3-content .service-section3-text-section .service-section3-highlight {
  margin-left: 5%;

}
.service-section3-content .service-section3-text-section .service-section3-cta {
 
  margin-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
.service-section3-content .service-section3-image-section {
  /* flex: 1; */
  width: 100%;
  height: auto;
  margin-right: 0;
  
}
}


/* Mobile View */
@media screen and (max-width: 768px) {
  .service-section3-content {
    display: block;
    height: auto;
  }
  .service-section3-text-section{
    margin-bottom: 0%;
    /* background-color: rebeccapurple; */
    margin-top:0px;
    height: auto;
    padding-bottom: 50px;
  }
  .service-section3-content  .service-section3-services {
    display: flex;
  flex-direction: column;
    margin-bottom: 20px;
    padding-left:5%;
  }
  .service-section3-content .service-section3-text-section,
  .service-section3-content .service-section3-image-section {
    width: 100%;
  }

  .service-section3-content .service-section3-text-section h1,
  .service-section3-content .service-section3-text-section h2,

  .service-section3-content .service-section3-text-section .service-section3-services {
    padding-left: 5%;
    padding-right: 5%;
    word-wrap: break-word;
  }

  .service-section3-content .service-section3-text-section p {
    width: 90%;
    max-width: 100%;
    /* word-wrap: break-word; */
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-section3-content .service-section3-btn {
    margin-left: 5%;
  }
  
.service-section3-content .service-section3-text-section .service-section3-highlight {
  margin-left: 5%;

}
.service-section3-content .service-section3-text-section .service-section3-cta {
 
  margin-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
.service-section3-content .service-section3-image-section {
  /* flex: 1; */
  width: 100%;
  height: auto;
  margin-right: 0;
  
}
}





.service-section5-content {
  margin-top:3%;
  text-align: center;
  padding: 50px 20px;
   background-color: #f5f5f5; 
 
}
.service-section5-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #000;
}
.service-section5-content p {
  font-size: 18px;
  color: #666;
}
.service-section5-map {
  display: flex;
  justify-content:center;
  padding: 20px;
}
.service-section5-map img {
  max-width: 100%;
  height: auto;
}

.service-section6-content {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  /* background-color: rebeccapurple; */
}
.service-section6-main-content {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-left: 8%;
}
 .service-section6-main-content .service-section6-left, .service-section6-content .service-section6-right {
  width: 45%;
}
.service-section6-main-content h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.service-section6-main-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  width: 360px;
  padding-bottom: 30px;
}
.service-section6-main-content .service-section6-highlight  {
  color: #007E00;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  width: 400px;
}
/* Mobile View */
@media screen and (max-width: 768px) {
  .service-section6-main-content {
    flex-direction: column; /* Stack left and right sections */
    align-items: center; /* Center the sections */
    width: 100%; /* Full width */
  }

  .service-section6-main-content .service-section6-left,
  .service-section6-main-content .service-section6-right {
    width: 100%; /* Take full width in mobile view */
    text-align: left; /* Keep text left-aligned */
    padding-left: 20px; /* Add padding for better spacing */
    padding-right: 20px; /* Add padding for better spacing */
  }
}




.service-section7 {
  padding: 50px 20px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the section as a whole */
}

.service-section7-inner {
  max-width: 900px; /* Limit the maximum width */
  width: 100%; /* Allow it to take full width up to max-width */
  text-align: left; /* Left align the text */
}

.service-section7-inner h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.service-section7-inner p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 40px;
}

.service-section7-content {
  display: flex;
  justify-content: center; /* Center the items horizontally */
  max-width: 900px; /* Same as inner for consistency */
  width: 100%; /* Allow it to take full width up to max-width */
  margin: 0 auto; /* Center the content */
  flex-wrap: wrap; /* Wrap items on smaller screens */
}

.service-section7-item {
  text-align: left; /* Left align text within each item */
  flex: 1; /* Allow flex items to grow */
  margin: 0 10px; /* Add horizontal space between items */
  min-width: 250px; /* Ensure a minimum width for items */
  max-width: 300px; /* Limit max width for each item */
}

.service-section7-item h3 {
  font-size: 20px;
  color: #007E00;
  margin-bottom: 20px;
}

.service-section7-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.service-section7-item p {
  font-size: 16px;
  color: #666666;
  margin-top: 25px;
}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  
  .service-section7-inner h1 {
      font-size: 28px; /* Smaller font for mobile */
  }

  .service-section7-inner p {
      font-size: 16px; /* Smaller font for mobile */
  }

  .service-section7-content {
      flex-direction: column; /* Stack items vertically on mobile */
      align-items: center; /* Center items */
  }

  .service-section7-item {
      width: 100%; /* Full width for items */
      max-width: 90%; /* Limit width slightly */
  }
}


/* Vendor page */

.vendor-section2-content {
  padding: 50px 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.vendor-section2-content h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}
.vendor-section2-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
}
.vendor-section2-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #007E00;
  margin-bottom: 10px;
}


.vendor-section3 {
  display: flex;
  justify-content: space-between;
  background-color:gainsboro;
  height: 500px;
  width: 100%;
  

}
.vendor-section3-text {
  text-align: left;
  
  /* padding-left:10%; */
  /* margin-left:13%; */
  margin-top:50px;
  float: left;
  
  width:50%;
 
}
.vendor-section3-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
  width: 700px;
  font-weight: bold;
  color:black;
  padding-left:13%;
}
.vendor-section3-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 680px; 
  color:#666;
  padding-left:13%;
}
.vendor-section3-img {
  width: 50%;
}
.vendor-section3-img img {
  margin-right: 0;
  margin-top:0;
  width: 100%;
  height: 500px;
  border-radius: 5px;
}
.vendor-section3-benefits{
  font-weight: bold;
  color: #007E00;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 680px; 
  
  padding-left:13%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .vendor-section3 {
    width: 100%;
    height: auto;
      flex-direction: column; /* Stack items vertically on smaller screens */
      align-items: center;
       /* Center items */
  }

  .vendor-section3-text {
      width: 100%; /* Set to 90% width on mobile */
      margin: 0; /* Remove margin on mobile for full width */
      padding-bottom: 10%; /* Add some horizontal padding */
  }

  .vendor-section3-img {
      width: 100%; /* Full width on mobile */
      margin: 0; /* Remove margin */
    /* Add space below the image */
  }

  .vendor-section3-img img {
      height: auto; /* Keep the height automatic to maintain aspect ratio */
      object-fit: cover; /* Ensure it covers the container */
  }

  .vendor-section3-text h1 {
      font-size: 24px; 
      width: auto;/* Smaller font size for mobile */
      padding-left: 4%;
  }

  .vendor-section3-text p,
  .vendor-section3-benefits {
      font-size: 14px; /* Smaller font size for mobile */
      width: auto; 
      padding-left: 4%;/* Remove width to allow text to wrap */
  }
}


.vendor-testimonial-section {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
.vendor-testimonial-section h2 {
  margin-top:50px;
  font-size: 24px;
  margin-bottom: 30px;
}
.vendor-testimonial-section .vendor-testimonial-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.vendor-testimonial-section p {
  font-size: 16px;
  margin: 0;
  max-width: 600px;
  color:gainsboro;
  word-spacing: 2px;
  line-height: 1.5;
}
.vendor-testimonial-section .vendor-author {
  color: #007E00;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.vendor-testimonial-section .vendor-arrow {
  font-size: 24px;
  cursor: pointer;
}
.vendor-testimonial-section .vendor-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top:70px;
  margin-bottom: 50px;
}
.vendor-testimonial-section .vendor-dots .vendor-dot {
  width: 10px;
  height: 10px;
  background-color: #555;
  border-radius: 50%;
  cursor: pointer;
}
.vendor-testimonial-section .vendor-dots .vendor-dot.active {
  background-color: #007E00;
}


.vendor-form-section {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}
.vendor-form-section .vendor-form-container {
  max-width: 600px;
  width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.vendor-form-section .vendor-form-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.vendor-form-section .vendor-form-container form {
  display: flex;
  flex-direction: column;
}
.vendor-form-section .vendor-form-container form .vendor-form-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.vendor-text-content h2{
  color: #000;
  text-align: left;
}
.vendor-text-content p{
  color: #000;
  text-align: left;
}
.vendor-form-section .vendor-form-container form .vendor-form-group input {
  width: 48%;
}
.vendor-form-section .vendor-form-container form input,
.vendor-form-section .vendor-form-container form select,
.vendor-form-section .vendor-form-container form textarea {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.vendor-form-section .vendor-form-container form .btn {
  background-color: #007E00;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  margin-top:10px;
  font-weight:bold;
  width: 150px;

}
.vendor-form-section .vendor-form-container form .btn:hover{
  background-color:white ;
  color:#007E00;
  border:2px solid #007E00;
}
.vendor-form-section .vendor-form-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
}
.vendor-form-section .vendor-form-content .vendor-text-content {
  max-width: 45%;
}
.vendor-form-section .vendor-form-content .vendor-form-container {
  max-width: 45%;
}
.vendor-form-section .vendor-form-container form input[type="checkbox"] + label,
.vendor-form-section .vendor-form-container form div {
  color: #000; /* Set text color to black */
  text-align: left;
}

.vendor-form-section .vendor-form-container form input[type="checkbox"] {
  margin-right: 5px; /* Adds space between checkbox and label */
}

@media (max-width: 768px) {
.vendor-form-section .vendor-form-content {
  flex-direction: column;
  align-items: center;
  max-width:100%;
  width: 100%;
}
.vendor-form-section .vendor-form-content .vendor-text-content {
  max-width: 80%;
}
.vendor-text-content p{
  padding-bottom: 10%;
}
.vendor-form-section .vendor-form-content .vendor-form-container {
  max-width: 80%;
}
}


/* be better page */

.better-sec1-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:20px;
  /* padding-bottom:20px; */
  width: 100%;
  background-color: #f0f0f0;
}
.better-sec1-main-content .better-sec1-text-content {
  text-align: center;
  /* margin-bottom: 50px; */
  max-width: 800px;
  margin-top:5%;
}
.better-sec1-main-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
.better-sec1-main-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  
}
.better-sec1-bottom-section {
  margin-top:7%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  margin-bottom: 7%;
}
.better-sec1-bottom-section .better-sec1-image-content {
  text-align: center;
  margin-right: 70px;
  /* margin-top:-7%; */
}
.better-sec1-bottom-section .better-sec1-image-content img {
  max-width: 100%;
  border-radius: 15px;
  transform: rotate(-10deg); /* Adjust the value for more or less tilt */
  transition: transform 0.3s ease; /* Smooth transition if you plan on adding hover or animation */
}
.better-sec1-form-container {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
}
.better-sec1-form-container input, .better-sec1-form-container select {
  width: calc(100% - 20px);
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.better-sec1-form-container input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
.better-sec1-form-container .better-sec1-btn {
  background-color: #007E00;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  margin-top:30px;
  margin-bottom: 30px;
  font-weight:bold;
}
.better-sec1-form-container .better-sec1-btn:hover{
  background-color:white ;
  color:#007E00;
  border:2px solid #007E00;
}
.better-sec1-subscribe{
  color: #000;
  text-align: left;
  margin-bottom:10px;
  margin-left:1%;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .better-sec1-bottom-section {
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items */
  }
  .better-sec1-bottom-section .better-sec1-image-content {
    margin-right: 0; /* Remove right margin on mobile */
    margin-bottom: 20px; /* Add space below image */
  }
  .better-sec1-form-container {
   
    max-width:60%;
  }
}




.better-sec2-blog-content {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers the blog posts */
  padding-bottom: 40px;
  width: 100%;
  background-color: white;
}

.better-sec2-blog-header {
  margin-top:5%;
  width: 100%;
  display: flex;
  flex-direction: column; 
  justify-content: center;

  /* Makes sure the header takes full width */
  /* text-align: center;  */
}

.better-sec2-blog-header h1 {
  color: black;
  font-size: 24px;
  margin-bottom: 20px;
  /* margin-left:29%; */
  font-weight: bold;
 
}
.better-sec2-blog-header p {
  color:gray;
  font-size: 18px;
  margin-bottom: 30px;
  width: 100%;
/* text-align:center; */
}
.better-sec2-blog-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* Centers the posts */
  width: 100%;
  max-width: 1200px;
}

.better-sec2-blog-post {
  width: calc(35% - 10px);
  padding: 20px;
  box-sizing: border-box;
}

.better-sec2-blog-post img {
  width: 100%;
  height: 300px;
  border: 5px solid #007E00;
}

.better-sec2-blog-post h2 {
  color: #007E00;
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  text-decoration: underline;
    text-decoration-color:grey;
}

.better-sec2-blog-post p {
  color: #666666;
  font-size: 12px;
  text-align: left;
}




.better-sec2-blog-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.better-sec2-blog-post-btn {
  background-color: #007E00;
  display: inline-block;
  padding: 15px 20px;
  font-weight:bold;
  margin-bottom:50px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  outline:none;
border:none;
}
.better-sec2-blog-post-btn:hover {
border: 2px solid #007E00;
color: #007E00;
background-color:white;
}
.better-sec2-blog-post .more {
  color: #666666;;
  text-decoration: none;
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .better-sec2-blog-post {
      width: calc(100% - 40px); /* Full width minus padding */
  }

  .better-sec2-blog-header h1 {
      font-size: 20px; /* Adjust header size */
  }

  .better-sec2-blog-header p {
      font-size: 16px; /* Adjust paragraph size */
  }
}


.better-sec3-content {
  padding-top:50px;
  padding-bottom: 50px;
  background-color:white;
  width: 100%;
  margin-bottom: 0%;
}
.better-sec3-content h1 {
  font-size: 32px;
  font-weight: 700;
   max-width: 800px;
  margin: 0 auto 40px;
  color: #000;
}
.better-sec3-content p {
  font-size: 16px;
  color: #666;
  max-width: 800px;
  margin: 0 auto 40px;
}
.better-sec3-news-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.better-sec3-news-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 800px; /* Increased width */
  display: flex;
  justify-content: space-between;
}
.better-sec3-news-column {
  width: 48%;
  text-align: left;
}
.better-sec3-news-item {
  margin-bottom: 20px;
}
.better-sec3-news-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color:#6a6a6a;
  text-align: left;
  width: 350px;
}
.better-sec3-news-item a {
  color: #007E00;
  text-decoration: underline;
  font-weight: 700;
  text-align: left;

}
.better-sec3-news-item .better-sec3-left-line {
  border: 0;
  border-top: 2px solid #007E00;
  margin: 30px 0;

  
}
.better-sec3-news-item .better-sec3-right-line {
  border: 0;
  border-top: 2px solid #007E00;
  margin: 50px 0;

  
}

.better-sec3-step{
  margin-top:-20px;
}
.better-sec3-read-more {
  display: inline-block;
  background-color: #007E00;
  color: #fff;
  padding: 15px 20px;
  border-radius:25px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 40px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.better-sec3-read-more:hover {
  background-color: white;
  color: #007E00;
  border: 2px solid #007E00;
}
/* Media Query for Responsive Design */
@media (max-width: 768px) {
  .better-sec3-content {
    width: 100%;
  }

  .better-sec3-news-container {
    flex-direction: column; /* Stack items on smaller screens */
    width: 70%;
  }

  .better-sec3-news-column {
    width: 100%; /* Full width for each column */
  }
  
}

/* parent container */
.better-sec4-parent-container{
background-color:#f0f0f0;
padding-bottom: 20px;
margin-bottom: 0%;

}
.better-sec4-parent-container .better-sec4-main-heading{
  font-size: 38px;
  font-weight: bold;
  color: #000;
  padding-top:7%;
  padding-bottom:8%;
}
 /* Main White Container with Box Shadow */
 .better-sec4-main-container {
  background-color: white;
  padding: 30px;
  
  margin: 30px auto;
  border-radius: 10px;
  max-width: 1200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Card Wrapper (For Flex Layout) */
.better-sec4-card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Each Card Style */
.better-sec4-card {
  padding: 20px;
  width: 28%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* Top Section: Image in Circle, Heading, and Time Ago */
.better-sec4-card-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.better-sec4-card-top img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.better-sec4-card-heading {
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.better-sec4-card-subheading {
  color: grey;
  font-size: 14px;
  margin-top: 5px;
}

/* Green Text for Important Text */
.better-sec4-card-green-text {
  color: #007E00;
  margin-top: 10px;
}

/* Black Paragraph */
.better-sec4-card p {
  color:#666;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  word-spacing: 2px;
}

/* Hashtags in Card */
.better-sec4-card .better-sec4-hashtags{
  margin-top: 10px;
  color:#007E00;
}

.better-sec4-below-img{
  width:auto;
  height: auto;
  margin-top:40px;
}

.better-sec4-below-img img{
  width:100%;
}
/* Horizontal Line */
.better-sec4-horizontal-line {
  width: 100%;
  border: 1px solid lightgrey;
  margin: 20px 0;
}

/* Footer Text (Branded Group and URL) */
.better-sec4-footer-text {
  margin-top:1%;
  display: flex;
  justify-content:space-between;
  
 
  font-size: 14px;
}
.better-sec4-footer-text a {
  text-decoration: none;
  color:grey;
  font-size: 10px;
}


/* Social Icons */
.better-sec4-social-icons {
  margin-top: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 165px;

}

.better-sec4-social-icons i {
  margin-right: 10px;
  font-size: 18px;
  color: black;
  transition: background-color 0.3s, color 0.3s;
  padding: 5px;
  /* border-radius: 50%; */
}

.better-sec4-social-icons i:hover {
  background-color: black;
  color: white;
}

/* View on Facebook Button */
.better-sec4-view-facebook {
  /* background-color: grey; */
  position: absolute;
  color: white;
  padding: 8px 15px;
  
  margin-left: 20px;
  font-size: 14px;
  color: #007E00;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.better-sec4-view-facebook:hover {
  background-color: black;
  color:white;
}


.better-sec4-see-more {
  display: inline-block;
  background-color: #007E00;
  color: #fff;
  padding: 15px 20px;
  border-radius:25px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 60px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}
.better-sec4-see-more:hover {
  background-color: white;
  color: #007E00;
  border: 2px solid #007E00;
}



@media (max-width: 768px) {
  .better-sec4-card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .better-sec4-card {
    width: 90%; /* Make cards wider on smaller screens */
    margin-bottom: 20px; /* Space between cards */
  }
  .better-sec4-main-container {
    max-width: 70%;
  }
}






/* about us page */

.about-sec2-content {
  padding: 50px 30px;
  max-width: 800px;
  margin: 0 auto;
}
.about-sec2-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
}
.about-sec2-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color:#666;
  text-align: left;
}
.about-sec2-values-section {
  margin-top: 50px;
}
.about-sec2-values-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
}
.about-sec2-values-section .about-sec2-values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-sec2-values-section .about-sec2-value-item {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
}
.about-sec2-values-section .about-sec2-value-item h3 {
  font-size: 18px;
  color: #007E00;
  margin-bottom: 5px;
  text-align: left;
}
.about-sec2-values-section .about-sec2-value-item p {
  font-size: 16px;
  line-height: 1.6;
  color:#666;
  text-align: left;
}
/* Responsive Styling for smaller screens */
@media (max-width: 768px) {
  .about-sec2-values-section .about-sec2-values-grid {
    flex-direction: column;
  }

  .about-sec2-values-section .about-sec2-value-item {
    flex: 1 1 100%;
  }

  .about-sec2-content h1 {
    font-size: 28px;
  }

  .about-sec2-values-section h2 {
    font-size: 24px;
  }

  .about-sec2-values-section .about-sec2-value-item h3 {
    font-size: 16px;
  }

  .about-sec2-values-section .about-sec2-value-item p {
    font-size: 14px;
  }
  .about-sec2-values-section .about-sec2-values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
}




.about-sec3-section-dark {
  padding: 50px 20px;
  text-align: center;
}
.about-sec3-section-dark {
  background-color: #000;
  color: #fff;
}

.about-sec3-section-dark h2 {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
  margin-top:70px;
}
.about-sec3-section-dark .about-sec3-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 20px;
  /* background-color: rebeccapurple; */
  margin-bottom: 70px;
}
.about-sec3-stats .about-sec3-stat {
  text-align: center;
}
.about-sec3-stats .about-sec3-stat .about-sec3-number {
  color: #007E00;
  font-size: 36px;
  font-weight: bold;
}
.about-sec3-stats .about-sec3-stat .about-sec3-label{
  margin-top: 5px;
  line-height: 1.5;
  color: #d4d0d0;
}

/* Responsive Styling for smaller screens */
@media (max-width: 768px) {
  .about-sec3-section-dark .about-sec3-stats {
    flex-direction: column;
    gap: 40px;
  }

  .about-sec3-section-dark h2 {
    font-size: 28px;
  }

  .about-sec3-stats .about-sec3-stat .about-sec3-number {
    font-size: 32px;
  }

  .about-sec3-stats .about-sec3-stat .about-sec3-label {
    font-size: 14px;
  }
}



 .about-sec4-content {
            /* padding: 50px; */
            max-width: 800px;
            margin: 0 auto;
            text-align: left;
            padding-top:50px;
            padding-bottom: 50px;
            
        }
        .about-sec4-content h1 {
            font-size: 38px;
            font-weight: bold;
            color: #000;
            margin-top:50px;
        }
        .about-sec4-content p {
            font-size: 16px;
            line-height: 1.6;
            color:#666;
        }
        .about-sec4-content h2 {
            font-size: 22px;
            font-weight: bold;
            color: #007E00;
            margin-top: 30px;
        }
        .about-sec4-content a {
            color: #666;
            text-decoration: underline;
        }

/* Responsive Styling */
@media (max-width: 768px) {
  .about-sec4-content {
    padding-left: 20px;  /* Adjust padding for smaller screens */
    padding-right: 20px; /* Adjust padding for smaller screens */
  }
  
  .about-sec4-content h1 {
    font-size: 32px;
  }
  
  .about-sec4-content h2 {
    font-size: 20px;
  }
  
  .about-sec4-content p {
    font-size: 14px;
  }
}




        .about-sec5-content {
          text-align: center;
          padding: 70px 20px;
          background-color: #fff;
          margin-bottom: 50px;
      }
      .about-sec5-content h1 {
          font-size: 38px;
          font-weight: bold;
          margin-bottom: 20px;
          color: #000;
      }
      .about-sec5-content p {
          font-size: 16px;
          color: #666;
          margin-bottom: 60px;
      }
      .about-sec5-partners {
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          gap: 60px;
      }
      .about-sec5-partners img {
          max-height: 50px;
          margin: 0 20px;
      }
      .about-sec5-partners-row {
          display: flex;
          justify-content: center;
          gap: 60px;
          margin-top:50px;
      }


/* Responsive adjustments for mobile view */
@media (max-width: 768px) {
  .about-sec5-partners-row {
    flex-direction: column; /* Stack logos vertically */
    width: 100%;
    align-items: center;
    margin-top:10px;
  }
  
  .about-sec5-partners-logo img {
    width: 100%; /* Make sure images take full width */
    max-width: 100%; /* Remove max-width restriction in mobile view */
    max-height: none; /* Ensure height adapts in mobile */
  }

  .about-sec5-partners-logo {
    margin-bottom: 20px; /* Adjust spacing between logos */
  }
}



      .about-sec6-content {
        background-color: #f2f2f2;
        padding-top:5%;
        padding-bottom:8%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }
    .about-sec6-text-and-awards {
        display: flex;
        gap: 100px;
    }
    .about-sec6-content .about-sec6-text {
        text-align: left;
        max-width: 600px;
    }
    .about-sec6-content .about-sec6-text h1 {
        font-size: 36px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #000;
    }
    .about-sec6-content .about-sec6-text p {
        font-size: 18px;
        word-spacing: 2px;
        color: #666;
        width:320px;
        margin-bottom: 40px;
    }
    .about-sec6-awards {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .about-sec6-awards-row {
        display: flex;
        justify-content: flex-start;
        gap: 60px;
        margin-top:80px;
    }
    .about-sec6-awards img {
        max-width: 150px;
    }
/* Mobile responsiveness */
@media (max-width: 768px) {
  .about-sec6-text-and-awards {
    flex-direction: column; /* Stack text and awards vertically */
    align-items: center;
  }

  .about-sec6-awards-row {
    flex-direction: column; /* Stack logos vertically */
    align-items: center;
    gap: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    
  }

  .about-sec6-awards img {
    width: 100%; /* Full-width logos on mobile */
    max-width: none; /* Remove max-width restriction */
    margin-bottom: 20px;
  }
  .about-sec6-content .about-sec6-text {
    text-align: left;
    max-width: 100%;
    padding-left:20px;
    margin-bottom: 0px;
}
.about-sec6-content .about-sec6-text p {
  font-size: 18px;
  word-spacing: 2px;
  color: #666;
  width:80%;
  margin-bottom: 0px;
}
  
}


    .about-sec7-main-content {
      background-color: #333;
      color: #fff;
      text-align: center;
      padding-top:7%;
      padding-bottom: 7%;
  }
  .about-sec7-main-content h1 {
      font-size: 40px;
      margin-bottom: 20px;
      word-spacing: 2px;
      line-height: 1.5;
  }
  .about-sec7-main-content h1 span {
      color: #007E00;
  }
  .about-sec7-main-content p {
      font-size: 16px;
      margin-bottom: 40px;
      word-spacing: 2px;
      line-height: 1.5;
      color:white;
  }
  .about-sec7-main-content .about-sec7-email-button {
      background-color: #007E00;
      color: #fff;
      padding: 15px 20px;
      text-decoration: none;
      border-radius: 25px;
      font-size: 14px;
      border: 2px solid transparent;
      font-weight: bold;
      transition: color 0.3s, border-color 0.3s;
  }
  .about-sec7-main-content .about-sec7-email-button:hover {
      color: #007E00;
      border-color:#007E00;
      background-color: #fff;
  }

/* Mobile responsiveness */
@media (max-width: 768px) {
  .about-sec7-main-content h1 {
    font-size: 28px; /* Smaller font size for mobile */
  }

  .about-sec7-main-content p {
    font-size: 14px; /* Smaller font size for mobile */
    padding: 0 10%; /* Add padding for better readability */
  }

  .about-sec7-main-content .about-sec7-email-button {
    padding: 12px 15px; /* Adjust padding for smaller screens */
    font-size: 12px; /* Smaller font size for mobile */
  }
}




  .about-sec8-content {
    padding: 50px;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;  /* Center the inner content horizontally */
          /* Center vertically if needed */
    box-sizing: border-box;
}

.about-sec8-content-inner {
    width: 40%;
    max-width: 500px; /* Control the max width of the content */
    text-align: left; 
    /* background-color: rebeccapurple; */
    /* Ensure text stays left-aligned */
}

.about-sec8-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    word-spacing: 2px;
    line-height: 1.5;
    
}

.about-sec8-content p{
  color:#666;
}
.about-sec8-content-inner hr{
  width:100%;
  margin-bottom:20px;
}
.about-sec8-content .about-sec8-news-item {
    margin-bottom: 30px;
}

.about-sec8-content .about-sec8-news-item .about-sec8-date {
    font-size: 12px;
    color:#6a6a6a;
    margin-bottom: 5px;
}

.about-sec8-content .about-sec8-news-item .about-sec8-title {
    font-size: 18px;
    color: #007E00;
    text-decoration: underline;
    font-weight: bold;
    word-spacing: 2px;
    /* line-height: 1.5; */
    text-decoration-color:#6a6a6a;
    /* transition: color 0.3s, background-color 0.3s, text-decoration-color 0.3s; */
}

.about-sec8-content .about-sec8-news-item .about-sec8-title:hover {
    color: #fff;
    background-color: #007E00;
    text-decoration-color: #fff;
    font-weight: bold;
    word-spacing: 2px;
    text-decoration: underline;
    /* line-height: 1.5; */
}

.about-sec8-content .about-sec8-btn-more {
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid #007E00;
    border-radius: 25px;
    color: #007E00;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    font-weight: bold;
    
}

.about-sec8-content .about-sec8-btn-more:hover {
    background-color: #007E00;
    color: #fff;
    font-weight: bold;

}

.about-sec8-btn-container {
    display: flex;
    justify-content: center; /* Center the button horizontally */
    width: 100%;
}


/* Mobile responsiveness */
@media (max-width: 768px) {
  .about-sec8-content {
    width: 100%;
    padding: 20px; /* Reduce padding for mobile */
  }
  



  .about-sec8-content-inner {
    max-width: 100%; /* Allow full width */
    width: 100%;
    padding: 0 10px; /* Maintain padding */
  }

  .about-sec8-content h1 {
    font-size: 28px; /* Smaller font size for mobile */
  }

  .about-sec8-title {
    font-size: 14px; /* Smaller title size */
  }
}










/* schedule a consultation page */


.schedule-sec1-hero {
  position: relative;
  text-align: center;
  color: white;
}
.schedule-sec1-hero img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.schedule-sec1-hero .schedule-sec1-hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.schedule-sec1-hero .schedule-sec1-hero-text h1 {
  font-size: 48px;
  margin: 0;
}
.schedule-sec1-hero .schedule-sec1-hero-text p {
  font-size: 18px;
}



.schedule-sec2-container {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  width: 100%;
  max-width: 100%;
  margin-bottom:50px;
  margin-top:20px;
  /* background-color: rebeccapurple; */
}
.schedule-sec2-contact-info {
  max-width: 40%;
  padding-right:8%; 
  text-align: left;/* Added spacing between the contact info and form */
  /* background-color: red; */
}
.schedule-sec2-contact-info p {
  font-size: 18px;
  line-height: 1.5;
  color:#666;
  width:410px;
}
.schedule-sec2-contact-info a {
  color: #666;
  text-decoration: underline;
}
.schedule-sec2-contact-info a:hover {
  text-decoration: underline;
}
.schedule-sec2-contact-info .schedule-sec2-underline {
  width: 30px;
  height: 5px;
  background-color: #007E00;
  margin-top: 10px;
}
.schedule-sec2-form-container {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 50%;
}
.schedule-sec2-form-container form {
  display: flex;
  flex-direction: column;
}
.schedule-sec2-form-container form input,
.schedule-sec2-form-container form select,
.schedule-sec2-form-container form textarea {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 16px;
  font-size: 16px;
}
.schedule-sec2-form-container form input[type="checkbox"] {
  margin-bottom: 0;
}
.schedule-sec2-form-container form label {
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.schedule-sec2-form-container form .schedule-sec2-submit-btn {
  background-color: #007E00;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  margin-top:20px;
  margin-bottom:50px;
  width: 150px;
}
.schedule-sec2-form-container form .schedule-sec2-submit-btn:hover {
  background-color:white;
  border:2px solid  #007E00;
  color:#007E00;
  
}
.schedule-sec2-error {
  color: red;
  display: none;
  margin-bottom:5px;
  text-align:left;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .schedule-sec2-container {
    flex-direction: column; /* Stack the content vertically */
    padding: 0px; /* Reduce padding for mobile view */
    align-items: center; /* Center align items */
  }

  .schedule-sec2-contact-info,
  .schedule-sec2-form-container {
    max-width: 100%; /* Full width on mobile */
    width: 100%; /* Ensure both containers take full width */
    padding: 0px; /* Add some padding for inner spacing */
  }

  .schedule-sec2-contact-info p {
    width: 80%; /* Full width for paragraph text */
    font-size: 16px;
    padding-left: 6%; /* Adjust font size for mobile */
    
  }
  
  .schedule-sec2-contact-info a {
    padding-left: 6%; /* Adjust font size for mobile */
  }
  
  .schedule-sec2-contact-info .schedule-sec2-underline {
    margin-left: 6%; 
  }
  .schedule-sec2-form-container {
    width:80%;
    background-color: #f9f9f9; /* Keep background color */
    padding: 20px; /* Ensure padding remains */
    border-radius: 10px; /* Keep border radius */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10%; /* Keep shadow */
  }

  .schedule-sec2-form-container form {
    display: flex;
    flex-direction: column; /* Keep vertical stacking */
    width:100%; /* Ensure form takes full width */
  }

  .schedule-sec2-form-container form input,
  .schedule-sec2-form-container form select,
  .schedule-sec2-form-container form textarea {
    width: 100%; /* Full width for all form elements */
    margin-bottom: 15px; /* Space between elements */
    padding: 10px; /* Inner padding */
    border: 1px solid #ccc; /* Border style */
    border-radius: 16px; /* Rounded corners */
    font-size: 16px; /* Font size */
  }

  .schedule-sec2-form-container form .schedule-sec2-submit-btn {
    width: 100%; /* Full width for the button */
    padding: 15px; /* Keep padding */
    margin-top: 20px; /* Space above the button */
    margin-bottom: 50px; /* Space below the button */
  }

  .schedule-sec2-error {
    text-align: left; /* Align error text to the left */
  }
}






/* contact page */

.contact-main {
  text-align: center;
  padding: 80px 30px;
  background-color: #333;
  color: #fff;
}
.contact-main h1 {
  font-size: 36px;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-main {
      padding: 60px 20px; /* Adjust padding for tablets */
  }
  .contact-main h1 {
      font-size: 28px; /* Smaller font size for tablets */
  }
}

@media (max-width: 480px) {
  .contact-main {
      padding: 40px 15px; /* Further adjust padding for mobile */
  }
  .contact-main h1 {
      font-size: 24px; /* Smaller font size for mobile */
  }
}
.contact-sec2-content {
  display: flex;
  justify-content: space-between;
  /* padding: 50px 20px; */
  border:none;
  background-color:white;
  outline:none;
}
.contact-sec2-content .contact-sec2-left, .contact-sec2-content .contact-sec2-right {
  width: 50%;
}
.contact-sec2-content .contact-sec2-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}
.contact-sec2-content .contact-sec2-left .contact-sec2-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  background-color: #fff;
  padding: 20px;
align-items: center;
 
 
}
.contact-sec2-content .contact-sec2-left .contact-sec2-buttons a {
  background-color: #fff;
  color:  #007E00;
  border: 2px solid  #007E00;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  width: 40%;
  font-weight: bold;
  text-decoration: none;
}

.contact-sec2-content .contact-sec2-left .contact-sec2-buttons  a:hover {
  background-color:  #007E00;
  color: #fff;
}
.contact-sec2-content .contact-sec2-left  .contact-sec2-address {
  background: url('images/contact-address.jpg') no-repeat center center/cover;
  color: #fff;
  padding: 50px;
  border-radius: 5px;
  /* text-align:left; */
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.contact-sec2-content .contact-sec2-left  .contact-sec2-address i {
  color: #007E00;
  margin-right: 20px;
  font-size: 24px;
}

.contact-sec2-content .contact-sec2-right  {
  background-color: #f5f5f5;;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-sec2-content .contact-sec2-right  h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}
.contact-sec2-content .contact-sec2-right  form {
  display: flex;
  flex-direction: column;
  text-align: left;
}
 .contact-sec2-right  form input,  .contact-sec2-right form select  {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 14px;
}
.contact-sec2-right form textarea{
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
.contact-sec2-content .contact-sec2-right  form input[type="submit"] {
  background-color:  #007E00;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 20%;
  font-weight: bold;
}
.contact-sec2-content .contact-sec2-right  form input[type="submit"]:hover {
  color:  #007E00;
  border:2px solid  #007E00;
  background-color: transparent;
  
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .contact-sec2-content {
    flex-direction: column; /* Stack columns vertically */
    align-items: center; /* Center the content */
    padding: 10px; /* Adjust padding */
  }
  
  .contact-sec2-content .contact-sec2-left, 
  .contact-sec2-content .contact-sec2-right {
    width: 100%; /* Make each section take full width */
  }
  .contact-sec2-content .contact-sec2-right{
    padding:2%;
  }
  .contact-sec2-content .contact-sec2-buttons a {
    width: 100%; /* Make buttons full width */
    margin: 10px 0; /* Add margin between buttons */
  }
  
  .contact-sec2-content .contact-sec2-right form input, 
  .contact-sec2-content .contact-sec2-right form select, 
  .contact-sec2-content .contact-sec2-right form textarea, 
  .contact-sec2-content .contact-sec2-right form input[type="submit"] {
    width: 100%; /* Make all form elements full width */
  }
}




 /* Modal container styling */
 .modal-container {
  display: none; /* Hidden initially */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 10px;
}

/* Activate modal (displayed on screen) */
.modal-container.active {
  display: flex;
}

/* Modal content box */
.modal-box {
  top: 0%;
  position: relative;
  background-color: white;
  padding: 0px;
  border-radius: 0px;
  max-width: 500px; /* Limiting the width */
  width: 80%; /* Responsive width */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); /* Adding shadow */
  
}

/* Close button */
.close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  cursor: pointer;
  background-color: #958d8d;
  border-radius: 50%;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header{
  width: 100%;
 /* margin-left:5%; */
}

/* Heading and Paragraph */
.header h1, .header h2 {
  text-align:center;
 
}
.header h2{
  color: #007E00;
  font-size: 35px;
  
}
.header h1{
  font-size: 50px;
  color: #000;
  /* width: calc(100% + 350px);  */
  font-weight: bold;
}
.model-content-section {

  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  gap: 0px;
}

.model-content-section .modal-image-content {
  background-color: #f0f0f0;
  text-align: center;
  margin-right: 0px;
  /* margin-top:-7%; */
  height:auto;
  margin-bottom: 0px;
}

.model-content-section .modal-image-content img {
  max-width: 100%;
  border-radius: 15px;
  margin-left:5%;
  transform: rotate(-5deg); /* Adjust the value for more or less tilt */
  transition: transform 0.3s ease;
}
.modal-form-container {
 margin-top: 25%;
  padding: 30px;
  border-radius:0px;
 
 

}
.modal-form-container input, .modal-form-container select {
  width: calc(100% - 20px);
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.modal-form-container input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
.modal-form-container .better-sec1-btn {
  background-color: #007E00;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  margin-top:30px;
  margin-bottom: 30px;
  font-weight:bold;
}
.modal-form-container .better-sec1-btn:hover{
  background-color:white ;
  color:#007E00;
  border:2px solid #007E00;
}
.better-sec1-subscribe{
  color: #000;
  text-align: left;
  margin-bottom:10px;
  margin-left:1%;
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
  .modal-form-container {
    margin-top: 3%;
     padding: 30px;
     border-radius: 10px;
    
   
   }
  .modal-box {
    width: 100%; /* Full width on mobile */
    padding: 10px; /* Reduce padding */
    max-height: 90vh; /* Limit height to 90% of viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
  }
  .model-content-section .modal-image-content {
    background-color:white;
    text-align: center;
    margin-right: 0px;
    /* margin-top:-7%; */
    height:auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  /* Close button */
.close {
  position: absolute;
  top: 5px;
  right: 10px;
  
}
  .model-content-section{
    flex-direction: column;
    width: 100%;
  }
  .modal-box {
    width: 90%; /* Full width on mobile */
    padding: 10px; /* Reduce padding */
  }

  .header h1 {
    font-size: 30px; /* Reduce font size for header */
  }

  .header h2 {
    font-size: 20px; /* Reduce font size for sub-header */
  }

  .modal-form-container {
    padding: 20px; /* Reduce padding in form */
  }

  .modal-form-container .better-sec1-btn {
    font-size: 14px; /* Reduce button font size */
    padding: 8px; /* Reduce button padding */
  }

  .modal-form-container input,
  .modal-form-container select {
    padding: 8px; /* Reduce input padding */
  }
  .header{
    width: 100%;
   margin-left:0%;
  }
  
.model-content-section .modal-image-content img {
  max-width: 100%;
  border-radius: 10px;
  margin-left:0%;
}
 /* Heading and Paragraph */
.header h1, .header h2 {
  text-align:left;
 
}
  
  .header h1{
    font-size: 40px;
    color: #000;
    width:100%; 
  }
}



/* blog posts page */
.blog-sec1-content {
  text-align: center;
  padding: 50px 20px;
}
.blog-sec1-content h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.blog-sec1-content p {
  font-size: 18px;
  color: #666;
}

.blog-sec1-search-bar {
  margin: 20px 0;
}
.blog-sec1-search-bar select, .blog-sec1-search-bar button {
  padding: 10px;
  font-size: 16px;
}
.blog-sec1-search-bar select {
  width: 200px;
  margin-right: 10px;
}
.blog-sec1-search-bar button {
  background-color: #007E00;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  font-weight:bold;
}
.blog-sec1-search-bar button:hover {
  background-color:transparent;
  border:2px solid #007E00;
  color: #007E00;
}
.more-posts {
  display: none;
}
.more-posts.visible {
  display: flex;
}



/* news page */
.news-sec1-content {
  padding: 50px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-sec1-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
}
.news-sec1-header-left {
  text-align: left;
  max-width: 600px;
}
.news-sec1-header-left h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.news-sec1-header-left .news-sec1-subtext {
  font-size: 18px;
  color: #666;
  max-width: 400px;
  margin-top: 10px;
}
.news-sec1-contentsearch-box {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-sec1-search-box input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  max-width: 400px;
}
.news-sec1-search-box button {
  background-color:#007E00;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  border-radius:15px;
}
.news-sec1-search-box button:hover{
  background-color:transparent;
  border:2px solid #007E00;
  color: #007E00;
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
  .news-sec1-content {
    padding:0%;
    width: 100%;
   
  }
  .news-sec1-header {
    width: 100%;
    flex-direction: column; /* Stack title and search box vertically */
    text-align: center; /* Center text on smaller screens */
  }

  .news-sec1-header-left {
    max-width: 100%; /* Full width on mobile */
    text-align: center; /* Center-align the text */
  }

  .news-sec1-header-left h1 {
    font-size: 28px; /* Smaller heading size on mobile */
  }

  .news-sec1-header-left .news-sec1-subtext {
    font-size: 16px; /* Smaller subtext size */
    max-width: 100%; /* Full width */
  }

  .news-sec1-search-box {
    padding: 15px; /* Less padding on mobile */
    flex-direction: column; /* Stack input and button vertically */
  }

  .news-sec1-search-box input {
    margin-right: 0; /* Remove margin on mobile */
    margin-bottom: 10px; /* Space between input and button */
    width: 100%; /* Full width on mobile */
  }

  .news-sec1-search-box button {
    width: 100%; /* Full width on mobile */
  }
  .news-sec1-header-left .news-sec1-subtext {
    font-size: 18px;
    color: #666;
    max-width:100%;
    width: 100%;
    padding:0%;
  }
}