/* Base Styles */
.home_container {
  padding: 20px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Flexbox for desktop and larger screens */
.home div[top] {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.top_left {
  flex: 1 1 45%;
 
   width: 80%; 
}

.home_container .home .top_left strong {
  font-weight:500;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.home_container .home .top_left h1 {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: 3.5em;
}
.home_container .home .top_left p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

.top_right {
  flex: 1 1 45%;

}

.top_right img {
  max-width: 71%;
  height: auto;
  display: block;
  text-align: center;
  margin-left: 15%;
 
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
 
}

.botom_left {
  flex: 1 1 60%;

}
.home_container .home .bottom .bottom_left h3 {
  text-transform: none;
  font-weight: 600;
  font-size: 40px;
}
.home_container .home .bottom .bottom_left h3 span {
  background: #0de9af;
  padding: 0 10px;
  margin-right: 10px;
}
.home_container .home .bottom .bottom_left p{
    font-size: 22px;
    letter-spacing: .04em;
    line-height: 1.4;

}

.bottom_right a {
  padding: 5px 25px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
 
}
.header.header-1 .main-header-wraper
{
  top: 76px;
}
/* Media Queries for responsiveness */

/* For tablets and medium devices */
@media (max-width: 768px) {
  .home div[top] {
    flex-direction: column;
    align-items: center;
  }

  .top_left,
  .top_right {
    flex: 1 1 100%;
    text-align: center;
  }

  .bottom {
    flex-direction: column;
    align-items: center;
  }

  .botom_left,
  .bottom_right {
    flex: 1 1 100%;
    text-align: center;
  }

  .bottom_right a {
    margin-top: 15px;
  }
}

/* For mobile devices */
@media (max-width: 480px) {
  .home_container {
    padding: 10px;
  }

  .top_left h2 {
    font-size: 1.5rem;
  }

  .top_left p {
    font-size: 1rem;
  }

  .bottom_right a {
    width: 100%;
    padding: 12px;
  }

  .top_right img {
    width: 100%;
    height: auto;
  }
}



/* General Section Styling */
.about-header {
   
    padding: 60px 0;
    text-decoration: none;
  }
  
  .about-header .container {
    max-width: 1200px;
    margin: 0 auto;
    text-decoration: none;
  }
  .about-header .container .service-quote p{color: #fff;}
  
  .white {
    color: #ffffff; /* White text */
  }
  
  .green {
    color: #0de9af; /* Green text */
  }
  
  .green-bg {
    background-color: #360e2c; /* Green background for blockquote and card-cta */
  }
  
  .green-btn {
    width: 100%;
    padding: 10px 20px;
    background-color: #0de9af;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .green-btn:hover {
    background-color: #0de9af;
  }
  
  blockquote {
    font-size: 1.2rem;
    border-left: 5px solid #0de9af;
    padding-left: 20px;
    margin: 20px 0;
  }
  
  blockquote .name {
    font-weight: 800;
    font-style: normal;
    color: #4CAF50; /* Green for the name */
  }
  
  blockquote .business {
    font-style: italic;
    color: #ffffff;
  }
  
  /* Card-CTA */
  .card-cta {
    background-color: #fff; /* Darker green */
    padding: 25px;
    width: 90%;text-align: center;
    border-radius: 10px;
  }
  
  .card-cta h3 {
    color: black;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .card-cta p {
    font-size: 1.1rem;
    color: gray;
    margin-bottom: 15px;
  }
  
  .card {
    display: inline-block;
    margin-bottom: 10px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .about-header .row {
      flex-direction: column;
    }
  
    .col-md-7, .col-md-5 {
      width: 100%;
      padding: 0;
    }
  
    .card-cta {
      margin-top: 20px;
    }
  }



  /* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Text Centering */
.text-center {
  text-align: center;
}

/* Heading Styling */
h2.green {
  color: #0de9af; /* Green color */
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 15px;
  border-left: 10px solid #0de9af;
  padding-left: 10px;
}

/* Paragraph Styling */
p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;color: #fff;
}

/* Service List Styling */
.service-list {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/* Image Styling */
.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .p-5 {
    padding: 20px;
  }

  h2.green {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }
}



/* Wave Background Row */
.wave-bg-row {
  position: relative;
  background-color: #f9f9f9; /* Background color of the section */
  padding-bottom: 0;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Image Styling */
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px; /* Optional: Adds rounded corners */
}

/* Wave SVG Styling */
.wave-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
 
  z-index: -1;
}

.wave-bg svg {
  display: block;
  width: 100%;
  height: auto;
}

.wave-bg path {
  fill: #360e2c; /* Adjust color of the wave */
}

/* Responsive Design */
@media (max-width: 768px) {
  .wave-bg-row {
    padding: 20px 0;
  }

  .img-fluid {
    border-radius: 0; /* Removing border-radius on small screens for a cleaner look */
  }
}





.green-bg {
 
  padding: 40px 0; 
  color: #fff; 
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Service List Styling */
.service_list {
  background-color: rgba(255, 255, 255, 0.1); /* Transparent white background */
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Headings */
h3.white {
  color: #fff; /* Ensure the headings are white */
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Paragraph Styling */
p {
  font-size: 1rem;
  line-height: 1.6;
}

span.white {
  color: #fff; /* Ensure span text is white */
}

/* Responsive Design */
@media (max-width: 768px) {
  .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .p-5 {
    padding: 20px;
  }

  h3.white {
    font-size: 1.5rem;
  }
}




/* Light Green Background Section */
.light-green {
  background-color: #0de9af; /* Light green background color */
  padding: 40px 0; /* Padding for spacing */
  color: #333; /* Dark text color for contrast */
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

/* Service List Styling */
.service_list {
  background-color: #0de9af; /* White background for content boxes */
  
  padding: 20px;
 
}

/* Headings */
h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000; /* Dark green color for headings */
 
}

.light-green .container .service_list h3{
  border-left: 10px solid #0de9af;
}

/* Paragraph Styling */
p {
  font-size: 1rem;
  line-height: 1.6;
}

span {
  color: #333; /* Ensure span text is a readable dark color */
}

/* Responsive Design */
@media (max-width: 768px) {
  .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px; /* Add spacing between columns on mobile */
  }

  .p-5 {
    padding: 20px;
  }

  h3 {
    font-size: 1.5rem;
  }
}

/* Further Media Query for Very Small Devices */
@media (max-width: 576px) {
  h3 {
    font-size: 1.25rem; /* Reduce heading size for smaller screens */
  }

  p {
    font-size: 0.9rem; /* Slightly reduce paragraph font size for readability */
  }
}





/* Container settings for the entire section */
.wave-bg-row-lt {
  position: relative;
  background-color: #fff; /* Light background for contrast */
  padding: 60px 20px; /* Padding around content */
}

/* Ensure the text is properly centered */
.text-center {
  text-align: center;
  font-size: 22px;
  letter-spacing: .04em;
  line-height: 1.4;


}

/* Headline styling for large screens */
h2.green {
  color:#0de9af ;
 
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Paragraph styling */
p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

/* Responsive adjustments for tablets and smaller devices */
@media (max-width: 768px) {
  .container {
    padding: 40px 15px; /* Less padding on smaller screens */
  }

  h2.green {
    font-size: 2rem; /* Decrease headline size */
  }

  p {
    font-size: 1rem; /* Decrease paragraph font size */
  }
}

/* Responsive adjustments for small devices */
@media (max-width: 576px) {
  .container {
    padding: 30px 10px; /* Further reduce padding */
  }

  h2.green {
    font-size: 1.75rem; /* Further decrease headline size */
  }

  p {
    font-size: 0.9rem; /* Reduce paragraph font size */
  }

  .col-md-8 {
    width: 100%; /* Ensure full-width on small devices */
  }
}





/* Base styles for the section */
.work-with-us {
  background-color: #552148; /* Dark green background */
  padding: 60px 20px;
  color: white; /* Text color for better contrast */
}

/* Styling for the heading */
h2.text-center.white {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Paragraph text styling */
p.white {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
    letter-spacing: .04em;
    line-height: 1.4;
}

/* Bolded paragraph text */
p.white strong {
  font-weight: 700;
}

/* Button styles */
.green-btn.work {
  display: inline-block;
  background-color: #0de9af;
  color: #2e7d32;
  padding: 10px 20px;
  margin: 10px 10px; /* Adjust margin to keep spacing between buttons */
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.work-with-us .container .row  .green-btn {
  width: auto;
  padding: 10px 20px;
  background-color: #0de9af;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.work-with-us .container .row .green-btn.work:hover {
  background-color: #28a745;
  color: white;
}

/* Align buttons in a single line */
.button-row {
  text-align: center;
  white-space: nowrap; /* Prevents buttons from wrapping to the next line */
}

/* Responsive design adjustments for tablets and smaller devices */
@media (max-width: 768px) {
  .container {
    padding: 40px 15px;
  }

  h2.text-center.white {
    font-size: 2rem; /* Decrease heading size */
  }

  p.white {
    font-size: 1rem; /* Reduce paragraph text size */
  }

  .green-btn.work {
    font-size: 1.1rem; /* Adjust button size */
  }

  .button-row {
    white-space: normal; /* Allow buttons to wrap to the next line on smaller screens */
  }
}

/* Additional adjustments for small devices */
@media (max-width: 576px) {
  .container {
    padding: 30px 10px;
  }

  h2.text-center.white {
    font-size: 1.75rem;
  }

  p.white {
    font-size: 0.9rem;
  }

  .green-btn.work {
    font-size: 1rem;
    padding: 8px 16px; /* Reduce padding for buttons */
  }
}


