  .card  {
    padding: 20px;
    border-color: #236b31;
    box-shadow: 2px 6px 10px 2px rgb(43 108 42);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.cards {
    box-shadow: rgb(43, 108, 42) 0px 4px 8px 0px;
    padding: 20px;
    border-color: rgb(243, 243, 243);
    transition: all 0.3s ease 0s;
}

.cards:hover{
    background-color: #4CAF50;
    color: white;
}
.card-section{
    border-color: 1px solid #236b31 !important;
}

.slides-form {
    display: flex;
    flex-direction: column;
}

.slides-form input[type="text"],
.slides-form input[type="email"],
.slides-form input[type="tel"],
.slides-form textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.slides-form input[type="submit"] {
    padding: 12px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.slides-form input[type="submit"]:hover {
    background-color: #45a049;
}

.slides-form input[type="submit"]:active {
    background-color: #3e8e41;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.prime {
    text-align: left;
}
.prime .ff4{
    font-size: 22px;
    color: #16915A;
    padding: 5px 3px;
}
.prime .ff-ul{
    color: #000;
    padding: 5px 3px;
}
.prime .ff-ul li{
    color: #000;
    padding: 5px 3px;
}
.prime .ff-p{
    color: #000;
}
strong{
    color: #16915A;
}

    /* Base styles for the cards */
    .col-6-12 {
        width: 50%;
        float: left;
    }

    /* Media query for screens smaller than 768px (typical mobile devices) */
    @media (max-width: 767px) {
        .col-6-12 {
            width: 100%; /* Change width to full width */
            float: none; /* Remove float */
            margin-bottom: 20px; /* Add some space between cards */
        }

        .fix-12-12 {
            padding: 0 10px; /* Add some padding to the container */
        }

        .card {
            height: auto; /* Remove fixed height */
        }
    }

       /* Base styles for the cards */
       .col-6-12 {
        width: 48%;
        float: left;
    }

    @media (max-width: 767px) {
        .col-6-12 {
            width: 100%; 
            float: none; 
            margin-left: 0; 
            margin-bottom: 20px; 
            margin-right: 3rem
        }

        .fix-12-12 {
            padding: 0 0px; /* Add some padding to the container */
        }

        .card {
            height: auto; /* Remove fixed height */
        }
        h1{
            font-size: 30px;
        }
        p{
            font-size: 12px;
        }
    }

    .footer_links{
        margin-top: 25rem;
    }

  /* Modal Styling */

  @media only screen and (max-width: 600px) {
    .social-icons {
        display: block;
    }
}

@media only screen and (min-width: 601px) {
    .social-icons {
        display: none; 
    }
}

.service-img{
    height:70vh;
    width:80vh;
}


