.elementor-2197 .elementor-element.elementor-element-3305605{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2197 .elementor-element.elementor-element-3305605.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2197 .elementor-element.elementor-element-3305605{--width:100%;}}/* Start custom CSS */.service-section {
    padding: 2em 10%;
    background-color: white;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: center;
}

.service-section h1 {
    font-size: 2.5em;
    color: #4CAF50; /* Green color */
    margin-bottom: 1em;
}

.service-section p {
    line-height: 1.6;
    font-size: 1em;
    margin-bottom: 1.5em;
}

.contact-button {
    border: 2px solid #4CAF50;
    background-color: transparent;
    color: #4CAF50;
    padding: 0.75em 1.5em;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-button:hover {
    background-color: #4CAF50;
    color: white;
}

.mulch-installation-section {
    padding: 2em 10%;
    background-color: white;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: center;
}

.mulch-installation-section h2 {
    font-size: 2.5em;
    color: #4CAF50; /* Green color */
    margin-bottom: 0.5em;
}

.mulch-installation-section h3 {
    font-size: 1.5em;
    color: #333; /* Dark text color */
    margin-bottom: 1em;
    font-weight: bold;
}

.mulch-installation-section p {
    line-height: 1.6;
    font-size: 1em;
    margin-bottom: 1.5em;
}

.link-highlight {
    color: #4CAF50;
    text-decoration: none;
    border-bottom: 1px dotted #4CAF50;
}

.link-highlight:hover {
    text-decoration: underline;
}

.solutions-button {
    border: 2px solid #4CAF50;
    background-color: transparent;
    color: #4CAF50;
    padding: 0.75em 1.5em;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.solutions-button:hover {
    background-color: #4CAF50;
    color: white;
}

/*Services Grid*/
.jk-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
    .jk-service-grid {
    grid-template-columns: 1fr; /* Makes it a single column */
  }
}

.jk-service-item {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease;
  color: white;
  padding-left: 20px;
}
.jk-overlay h3 {
  position: relative;
  padding-bottom: 10px; /* Adds spacing between text and line */
  border-bottom: 2px solid white; /* Adjust thickness and color */
  display: inline-block; /* Ensures line is only as wide as the text */
}


.jk-learn-more {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.jk-learn-more:hover {
  text-decoration: underline;
  color: orange;
}

/* Why choose us*/
.heading-section {
    font-family: Arial, sans-serif;
    text-align: center;
}

.heading-title {
    font-size: 32px;
    font-weight: bold;
    color: #4a453f; /* SaddleBrown */
    margin: 0;
    line-height: 1.2;
}

.subheading-text {
    font-size: 20px;
    font-weight: normal;
    color: #a9a195; /* Sienna */
    margin-top: 10px;
}
.additional-text {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
    line-height: 1.5;
}


.why-choose-us-section {
    text-align: center;
    padding: 40px;
    background-color: #fff;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #27ae60; /* Green */
    margin: 10px auto 0;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    border: 1px solid #eee;
    padding: 20px;
    width: 300px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 48px;
    color: #f39c12; /* Orange */
    margin-bottom: 15px;
}

.card-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.quote-button {
    background-color: #27ae60;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

.quote-button:hover {
    background-color: #219150;
}

/*contact us */

.contact-section {
    display: flex;
    justify-content: center;
    padding: 0em;
    background-color: #f5f5f5;
}

.contact-info {
    background: white;
    padding: 2em;
    margin-right: 1em;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    width: 100%;
    color: #333;
}

.contact-info h3 {
    margin-bottom: 1em;
    color: #4CAF50;
    text-align: center;
}

.contact-info p {
    font-size: 1em;
    margin: 0.5em 0;
}

.contact-info i {
    margin-right: 10px;
    color: #4CAF50;
}

.contact-form-container {
    background: white;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}

.contact-form button {
    background-color: #27a844; /* Apply the green background color */
    color: white; /* Ensure text is readable */
    border: none; /* Remove the default border */
    padding: 10px 20px; /* Add some padding for better appearance */
    font-size: 1em; /* Adjust font size */
    cursor: pointer; /* Show pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.contact-form button:hover {
    background-color: #1e8738; /* Slightly darker green on hover */
}

.contact-form h2 {
    margin-bottom: 1em;
    color: #4CAF50;
    text-align: center;
}

.form-group {
    margin-bottom: 1em;
}

.form-group label {
    display: block;
    margin-bottom: 0.5em;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #4CAF50;
    outline: none;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 0.75em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #45a049;
}



/* Heading Section 2 */
.heading-section2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.heading-title2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.subheading-text2 {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.additional-text2 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    color: #2c353c; /* Dark text color for better visibility */
}

ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #27a844; /* Green bullet color */
    font-size: 24px;
    line-height: 1.2;
}

.heading-section2 p:last-of-type {
    text-align: justify;
    margin-top: 20px;
    color: #2c353c;
}/* End custom CSS */