.services-group {
	/* display: flex; */
	padding: 10px 20px;
	gap: 40px;
}

.services-content {
	/*flex: 2.3;*/
	/*padding: 6rem 0rem;*/
}

.hero-section-form {
	/* display: none; */
	z-index: 100000;
	/* margin: 0rem 5rem; */
	/* border: 1px solid rgba(221, 221, 221, 0.848); */

	/* flex: 1; */
}

.service ul {
	padding: 25px 10px;
}

li {
	padding: 10px 0px;
}

.hero-form {
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: center;

	gap: 10px;

	/* padding: 5rem 0rem; */
	position: sticky;
	top: 0;
	left: 0;
}

.hero-form input {
	padding: 10px;
	margin: 9px 0px;
}

.form-heading {
	color: var(--primary-color);
}
.form-btn {
	background-color: var(--primary-color);
	border-radius: 20px;
	color: white;
	padding: 10px 5px;
	cursor: pointer;
	font-size: 1rem;
	margin: 10px 0px;
}

.contact-us-btn-about-section {
	background-color: var(--primary-color);
	color: white;
}

.call-us-section-bar-wrapper {
	background-color: var(--secondary-color);
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.service {
	padding: 1.5rem;
	margin: 3rem 0rem;
	border: 1px solid rgba(34, 115, 253, 0.4);
	border-radius: 10px;
	overflow: hidden;
	/* max-width: 600px; */
}

.service-heading-2 {
	text-align: center;
	padding-bottom: 1rem;
}

.call-us-section-bar {
	/* width: 90%; */
	 margin: 30px 15px; 
}

.service-image {
	/* float: left; */
	/* float: none; */
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 1rem 0rem;
	/* max-width: 400px; */
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}

.services-group li {
	list-style: disc;
}
.call-us-text {
	font-size: 1.7rem;
}

.call-us-flex {
	/* display: flex; */
	padding: 20px 30px;
	justify-content: space-between;
	align-items: center;
	color: white;
}

.call-us-link {
	background-color: white;
	color: var(--secondary-color);
}

.call-us-clock-bg {
	position: absolute;
	top: 0;
	left: -15px;
	width: 100px;
	height: 100px;
	pointer-events: none;
}

.clock-style path {
	fill: rgba(255, 255, 255, 0.232);
}

.links-wrapper {
	padding: 1.5rem;
	gap: 3rem;
	justify-content: center;
}
.links-wrapper li {
	padding: 5px 0px;
}

.policy-links,
.contact-links,
.social-media-links {
	padding: 15px;
}

.policy-links h5,
.contact-links h5,
.social-media-links h5 {
	font-size: 1.5rem;
	padding: 10px 0px;
	color: var(--primary-color);
}

/* CALL US SECTION */

.call-us-section-btn {
	background-color: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
}

.call-us-section {
	height: 50vh;
	background-image: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0.792),
			rgba(34, 115, 253, 0.7)
		),
		url(/assets/coming-soon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.call-us-section-wrapper {
	text-align: center;
	margin: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.hero-section-form {
    flex: 1;    
}

@media only screen and (min-width: 950px) {
	.call-us-flex {
		display: flex;
	}

	.service-image {
		max-width: 400px;
	}

	.call-us-section-text {
		font-size: 1.5rem;
		max-width: 900px;
	}
	
	.services-group {
		/*display: flex;*/
		width: 75%;
		margin: auto;
	}
}

@media only screen and (min-width: 1250px) {
	/* .service-description ul {
		padding: 0rem 1rem;
	}
	.service-description li {
		padding: 3px 0;
	} */
	/*.services-group {*/
	/*	display: flex;*/
	/*	width: 90%;*/
	/*	margin: auto;*/
	/*}*/

	.float {
		float: left;
		margin-right: 20px;
	}

	.hero-form {
		padding: 6rem 0rem;
	}
}


 h2 {
    font-family: 'Arial', sans-serif; /* or 'Roboto', 'Lato' */
    font-size: 1.1rem; /* Slightly larger than regular text */
    font-weight: bold; /* Emphasize the text */
    color: #333; /* Neutral but readable text color */
    
    padding: 10px 15px; /* Comfortable spacing */
    
    border-radius: 5px; /* Smooth edges for a modern look */
    line-height: 1.6; /* Improves readability */
    letter-spacing: 0.5px;    
}

main p:not(.call-us-flex p) {
  font-family: 'Arial', sans-serif; 
  font-size: 1rem; /* 1.25em */
  font-weight: normal; 
  color: #333; 
  line-height: 1.6; 
  margin: 5px 0; 
  padding: 10px 15px; 
  border-radius: 5px; 
}           

p.specific-paragraph {
  font-family: 'Roboto', sans-serif; 
  font-size: 1rem; /* 1.7rem */
  font-weight: normal; 
  color: #333; 
  line-height: 2; 
  margin: 20px 0; 
  padding: 12px 18px; 
 
  border-radius: 8px; 
  letter-spacing: 1.5px; 
}

/* strong {*/
/*  font-weight: bold; */
/*  color: var(--secondary-color); */
/*}*/

span:not(:has(> svg)) {
    
  font-weight: bold; 
  color: var(--primary-color); 
}


h3 {
  font-family: 'Roboto', sans-serif; 
  font-size: 1em; /* 1.4rem */
  font-weight: bold; 
  color: #333; 
  margin: 20px 0; 
  line-height: 1.4; 
  letter-spacing: 1px; 
}





table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1em;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th,
td {
      padding: 12px 15px;
      text-align: left;
}

th {
  background-color: var(--primary-color); /* Green color to match the branding */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

tr:nth-of-type(even) {
  background-color: #f9f9f9; /* Light gray background for even rows */
}

tr:last-of-type {
  border-bottom: 2px solid var(--primary-color);
}

td {
  border-bottom: 1px solid #ddd; /* Thin bottom border for each cell */
}

td:last-child {
  border-right: none; /* Remove the border on the last column */
}

@media (min-width: 700px)
{
    h2 {
        font-size: 1.5rem;
        
    }
    
    main p:not(.call-us-flex p) {
        font-size: 1.25rem;
    }
    
    p.specific-paragraph { 
    
        font-size: 1.7rem;
    }
    
    h3 {
        font-size: 1.4rem;
        
    }
    
}










