
.primary-blue-button a {
	display: inline-block;
	background-color: #ffa32b;
	font-size: 13px;
	padding: 20px 40px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}
.primary-blue-button a:hover {
  background-color: #ffffff; /* Un tono más oscuro del original */
  color: #ffa32b;             
  transform: scale(1.1);   /* Asegura que el texto siga siendo legible */
  transition: transform 0.3s ease,background-color 0.3s ease; /* Suaviza la transición */
}
 #about{
	background-image: url(../img/about-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

 }

#service .container{
	text-align: center;
	width: 80%;
	padding-bottom: 40px;
}

#service{
	padding-top: 250px;
	background-image: url(../img/about-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#service .service-item {
	padding: 10px;
	text-align: center;
}

#service .service-item .icon {
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	justify-content: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #ffa32b;
}
#service .service-item i{
  position: absolute;
  top: 14%;
  left: 50%;
  color: #272727;
  transform: translate(-50%, -50%);
}
#service .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0px;
}
#service .container h5 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-bottom: 30x;
	margin-top: -120px;
	font-size: 56px;
	font-weight: 600;
	color: #ff9000;
	letter-spacing: 1px;
}
#service .container p2 {
	text-align: center;
	margin-bottom: 100px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#service .row{
	padding-top:50px;

}
#service .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}
#service .service-item p {
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px; 
  
}

.public-reporting {
  background: rgba(20, 20, 20, 0.68);
  border: 1px solid rgba(255, 163, 43, 0.32);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  padding: 28px;
}

.public-reporting h3 {
  color: #ff9000;
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.Get_sec .Leftside .public-reporting .report-intro,
.Get_sec .Leftside .public-reporting .report-note {
  color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.public-reporting form {
  margin: 0 0 18px;
}

.public-reporting .report-honeypot {
  display: none;
}

.public-reporting .report-status {
  border-radius: 4px;
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 18px;
  padding: 12px 14px;
}

.public-reporting .report-status.is-visible {
  display: block;
}

.public-reporting .report-status.is-success {
  background: rgba(79, 186, 109, 0.18);
  border: 1px solid rgba(79, 186, 109, 0.45);
  color: #dff7e6;
}

.public-reporting .report-status.is-error {
  background: rgba(196, 71, 71, 0.2);
  border: 1px solid rgba(196, 71, 71, 0.45);
  color: #ffe1e1;
}

.public-reporting .report-note {
  margin-bottom: 0;
}

.public-reporting .report-note a {
  color: #ffa32b;
  font-weight: 700;
  text-decoration: none;
}

.public-reporting .report-note a:hover {
  color: #ffffff;
}

