 
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.hero .hero-content {
  /* max-width: 800px; */
  padding: 0;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  color: white;
}
.starting_price.hide{display: none;}
.hero .hero-content h1 {
font-family: "Arial", Sans-serif;
font-size: 80px;
font-weight: 600;
margin: 0 0 15px 0;
/* text-transform: capitalize; */
color: white;
}

.hero .hero-content h2 {
font-family: "Arial", Sans-serif;
font-size: 32px;
font-weight: 400;
line-height: normal;
/* text-transform: capitalize; */
margin: 0 0 30px 0;
color: white;
}

.hero .hero-content p {
font-family: "Arial", Sans-serif;
font-size: 18px;
font-weight: 400;
margin-bottom: 2rem;
color: white;
}



.hero .hero-content .hero-btn {
  background-color: #06725B;
  color: white;
  border: none;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 10px 10px 15px 0px rgba(254.95751037597657, 254.95751037597657, 254.95751037597657, 0);
  border-radius: 100px 100px 100px 100px;
  padding: 15px 25px;
  text-transform: uppercase;
  line-height: normal;
  margin-left: 15px;
}

.hero .hero-content .hero-btn:hover {
  background-color: #E2E2E2;
  color: #000000;
}

.hero .hero-content .hero-btn:hover img {
  filter: brightness(0) saturate(100%);
  transition: 0.5s ease;
}


.hero .hero-content .hero-btn img {
width: 18px;
margin-left: 10px;
}

@media (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 2rem;
  }

  .hero .hero-content h2 {
    font-size: 1.5rem;
  }

  .hero .hero-content p {
    font-size: 1rem;
  }
}

/* ------------- */

 .topintro p{
  margin-bottom:10px;
 }
 .hr-section-bx .hr-section {
  padding-top: 30px !important;
}
.topintro span::after {
  content: "";
  width: 100px;
  height: 2.5px;
  background: #06725B;
  bottom: -4px;
  margin: auto;
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
}
.popup-content h2 {
  font-size: 16px;
  font-weight: 600;
}

.topintro span {position: relative;}
.hr-section-bx{
  margin: 0px;
  padding: 0px;
}
.hr-section-bx .hr-section {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 60px 20px;
  font-family: "Arial", Sans-serif;
}

.hr-section-bx .hr-section h2 {
  font-size: 32px;
  font-family: "Arial", Sans-serif;
  font-weight: 600;
  color: #000;
}

.hr-section-bx .hr-section p.intro , .hr-section-bx .hr-section p {
  margin: 0 auto 40px;
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  max-width: 900px;
}

.hr-section-bx .hr-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.hr-section-bx .feature-item {
  flex: 1 1 300px;
  max-width: 100%;
  padding: 10px;
  background-color: #fff;
  transition: transform 0.5s ease;
}

.hr-section-bx .feature-item p{
  text-align: center !important;
}

.hr-section-bx .feature-item:hover {
  /* transform: translateY(-5px); */
}

.hr-section-bx .feature-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.hr-section-bx .feature-item h3 {
    font-family: "Arial", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
  color: #333;
  margin-bottom: 10px;
}

.hr-section-bx .feature-item p {
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0;
}



@media (max-width: 768px) {
  .hr-section-bx .hr-section h2 {
    font-size: 1.5rem;
  }
  .hr-section-bx .hr-section p.intro{
      font-size: 18px;
  }
  .hr-section-bx .feature-item {
    width: 100%;
    max-width: none;
  }
  
}
/* ----------------- */
.service-suite-bx{
  background-color:#F8F8F8;
}
.service-suite-bx .service-suite {
 font-family: "Arial", Sans-serif;
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.service-suite-bx .service-suite h2 {
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.service-suite-bx .service-suite p.subtitle , .service-suite-bx .service-suite p:not(p.description) {
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  margin: 0 auto 40px;
  color: #000;
  line-height: 1.6;
  max-width: 800px;
}

.service-suite-bx .cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.service-suite-bx .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 30px 20px;
  flex: 1 1 300px;
  max-width: 100%;
  text-align: left;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.service-suite-bx .card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

section.service-suite-bx.largebox .card {
    max-width: 500px;
}


.accidental-hr-content ul li {
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin-bottom: 5px;
}

.accidental-hr-content ul {
    padding-left: 0;
    list-style: disc;
}

.accidental-hr-content ul li::before {
    content: "✔";
    color: #06725B;
    margin-right: 10px;
}



.service-suite-bx .card h3 {
  font-family: "Arial", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.service-suite-bx .card p.description {
  font-family: "Arial", Sans-serif; 
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
  /* min-height: 60px; */
}

.service-suite-bx .card .starting_price
{
  font-family: "Arial", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #06725B;
}

.service-suite-bx .card a {
  background-color: #06725B;
  color: #fff;
  border: none;
  border-radius: 100px 100px 100px 100px;
  padding: 15px 25px;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: normal;
  transition: 0.5s ease;
}

.service-suite-bx .card a:hover {
  background-color: #E2E2E2;
  color: #000000;
}

.service-suite-bx .card ul {
  list-style: none;
  padding-left: 0;
}

.service-suite-bx .card ul li {
  margin: 8px 0;
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  color: #000;
}

.service-suite-bx .card ul li::before {
     content: "✔";
  color: #06725B;
  margin-right: 10px;
}

.service-suite-bx .cta-wrapper .cta-text , .service-suite-bx .cta-wrapper p{
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}

.service-suite-bx .cta-button {
  display: inline-block;
  background-color: #06725B;
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 10px 10px 15px 0px rgba(254.95751037597657, 254.95751037597657, 254.95751037597657, 0);
  border-radius: 100px 100px 100px 100px;
  padding: 15px 25px;
  line-height: normal;
}

.service-suite-bx .cta-button img{
  width: 18px;
  margin-left: 10px;
}

.service-suite-bx .cta-button:hover {
  background-color: #E2E2E2;
  color: #000000;
}

.service-suite-bx .cta-button:hover img {
  filter: brightness(0) saturate(100%);
  transition: 0.5s ease;
}

.cta-bx .cta-section:not(:first-child) { 
  padding-top: 0;
}


@media (max-width: 768px) {
  .service-suite-bx .cards-wrapper {
    align-items: center;
  }

  .service-suite-bx .card {
    width: 100%;
  }

  .service-suite-bx .service-suite h2 {
    font-size: 1.5rem;
  }

  .service-suite-bx .card p.description, .service-suite-bx .card ul li, .service-suite-bx .cta-text {
    font-size: 18px;
  }
  
}


/* --------------- */
.how-it-works-bx{
  margin: 0px;
  padding: 0px;
}
.how-it-works-bx .how-it-works {
  font-family: "Arial", Sans-serif;
  padding: 60px 20px;
  text-align: center;
}

.how-it-works-bx .how-it-works h2 {
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.how-it-works-bx .steps {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-it-works-bx .step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
}

.how-it-works-bx .step-number {
  background-color: #06725B;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  line-height: 20px;
}

.how-it-works-bx .step-content h3 {
  font-family: "Arial", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
}

.how-it-works-bx .step-content p {
  margin: 0;
  font-family: "Arial", Sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.hiw-section {
  background-color: #f4f6f8;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.hiw-container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.hiw-title {
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
  
}

.hiw-step{
	max-width: 100%;
}

.hr_bx .hr-section{
  padding: 60px 20px !important;
}

.accidental-hr-wrapper{
  padding: 0 20px;
}

.hiw-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.hiw-step {
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  max-width: 350px;
  flex: 1 1 300px;
  transition: transform 0.3s;
}

.hiw-step:hover {
  transform: translateY(-5px);
}

.hiw-step-number {
  width: 50px;
  height: 50px;
  background-color:#06725B;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.hiw-step-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

 



.accidental-hr {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.accidental-hr-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.accidental-hr-content {
  flex: 1 1 50%;
}

.accidental-hr-content h2 {
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.accidental-hr-content p{
  font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}

 

.accidental-hr-image {
  flex: 1 1 45%;
  text-align: center;
}

.accidental-hr-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}




@media (max-width: 600px) {
  .how-it-works-bx .step {
    flex-direction: column;
    align-items: flex-start;
  }

  .how-it-works-bx .step-number {
    margin-bottom: 10px;
  }

  .how-it-works-bx .how-it-works h2 {
    font-size: 1.5rem;
  }
  .how-it-works-bx .step-content h3{
    font-size: 1.2rem;
  }
  .how-it-works-bx .step-content p{
    font-size: 18px;
  }
}

/* ------------------ */
.hr_bx{
  background-color:#F8F8F8;
  }
  .hr_bx .hr-section {
  font-family: "Arial", Sans-serif;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  color: #111;
}

.hr_bx .hr-section h2,
.hr_bx .hr-section h3 {
  font-family: "Arial", Sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}

.hr_bx .hr-section h2 {
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.hr_bx .hr-section h3 {
  font-family: "Arial", Sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

.hr_bx .hr-section p {
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin: 0 auto 30px;
  text-align: left;
}

.hr_bx .hr-section ul {
  list-style-type: disc !important;
  list-style-position: inside;
  padding-left: 20px !important;
  margin: 0 auto 30px;
  color: #333;
  text-align: left;
}

.hr_bx .hr-section ul li {
  display: list-item !important;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  list-style: disc;
  margin-bottom: 0;
}

.hr_bx .top-reasons {
  margin-top: 0px;
}

.hr_bx .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.hr_bx .card {
  flex: 1 1 300px;
  max-width: 100%;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 12px;
  text-align: left;
  background: #fff;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  max-width: 350px;
}

.hr_bx .card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.hr_bx .card-icon {
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
}
.hr_bx .card-icon img {
  width: 100%;
  height: 100%;
}
.hr_bx .card h4 {
  font-family: "Arial", Sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.hr_bx .card p {
  font-size: 18px;
  font-family: "Arial", Sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .hr_bx .hr-section h2 , .accidental-hr-content h2 , h2.hiw-title{
    font-size: 1.5rem;
  }

  .hr_bx .hr-section p {
    font-size: 18px;
  }

  .service-suite-bx .card p.description{
    min-height: auto;
  }

  .hr_bx .card-container {
    align-items: center;
  }
  .hr_bx .hr-section h3{
    margin-bottom: 15px;
  }

  .hr_bx .hr-section ul li{
    font-size: 18px;
  }   
}

/* ------------------- */
.faq-bx{
  margin: 0px;
  padding: 0px;
}
.faq-bx .custom-section {
  font-family: "Arial", Sans-serif;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  color: #000;
}

.faq-bx .custom-section h2 {
  font-family: "Arial", Sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}

.faq-bx .custom-section p {
  font-family: "Arial", Sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  text-align: left;
  margin: auto;
  padding: 9px;
  border: 1px solid #06725b;
}

.faq-bx .faq-section {
  /* margin-top: 60px; */
}

.faq-bx.faq-section h2 {
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.faq-bx .faq-item {
  /* border-bottom: 1px solid #e5e7eb; */
  cursor: pointer;
  padding:10px 0;
}

.faq-bx .faq-question {
  font-family: "Arial", Sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: #06725B;
  padding: 0 15px;
}

.faq-bx .faq-icon {
  font-family: "Arial", Sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #0D705A;
  width: 24px;
  text-align: center;
  transition: transform 0.5s ease;
}

.faq-bx .faq-icon::after {
  content: "+";
  display: inline-block;
  color: #fff;
}

.faq-bx .faq-item.active .faq-icon::after {
  content: "-";
  color: #fff;
}

.faq-bx .faq-answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.5s ease;
}

.faq-bx .faq-item.active .faq-answer {
  opacity: 1;
}

@media (max-width: 768px) {
  .faq-bx .custom-section h2 {
    font-size: 1.5rem;
  }

  .faq-bx .faq-section h2 {
    font-size: 1.4rem;
  }

  .faq-bx .faq-question {
    font-size: 18px;
  }
  .faq-bx .custom-section p{
    font-size: 18px;
  }
}

/* ----------------- */

.cta-bx{
  background-color: #F8F8F8;
}
.cta-bx .cta-section {
  padding: 60px 20px;
  font-family: "Arial", Sans-serif;
  text-align: center;
  color: #222;
  max-width: 1200px;
  margin: auto;
}

.cta-bx .cta-section h2 {
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.cta-bx .cta-section p {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-family: "Arial", Sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}

.cta-bx a.cta-button {
  display: inline-flex;
  background-color: #06725B;
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 0;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.5s ease;
  box-shadow: 10px 10px 15px 0px rgba(254.95751037597657, 254.95751037597657, 254.95751037597657, 0);
  border-radius: 100px 100px 100px 100px;
  padding: 15px 25px;
  line-height: normal;
}

.cta-bx a.cta-button:hover {
  background-color: #E2E2E2;
  color: #000000;
}

.cta-bx .cta-sub {
  margin-top: 0px;
}

.cta-bx .cta-sub h3 {
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 768px) {
  .cta-bx .cta-section h2 {
    font-size: 1.5rem;
  }

  .cta-bx .cta-sub h3 {
    font-size: 1.3rem;
  }

  .cta-bx .cta-button {
    padding: 10px 22px;
    font-size: 18px;
  }
  .cta-bx .cta-section p{
    font-size: 18px;
  }   
}

.faq-item.active .faq-question {
  color: #fff;
  background: #06725B;
  padding: 0 15px;
}

.mid_cta_bx{
  font-family: "Arial", Sans-serif;
  padding: 60px 20px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, #0d705a 0%, #000 100%);
}

.mid_cta_bx p{
  font-family: "Arial", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 40px;
  color: #fff;
  line-height: 140%;
  text-align: center;
}

.mid_cta_bx a.cta-button , .hr-section .cta-button{
  background-color: #06725B;
  color: white;
  border: none;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 10px 10px 15px 0px rgba(254.95751037597657, 254.95751037597657, 254.95751037597657, 0);
  border-radius: 100px 100px 100px 100px;
  padding: 15px 25px;
  text-transform: uppercase;
  line-height: normal;
}

.mid_cta_bx a.cta-button:hover , .hr-section .cta-button:hover{
  background-color: #E2E2E2;
  color: #000000;
}

.mid_cta_bx a.cta-button:hover img {
  filter: brightness(0) saturate(100%);
  transition: 0.5s ease;
}

.mid_cta_bx a.cta-button img {
  width: 18px;
  margin-left: 10px;
}
.more_details.hide{
  display: none;
}


 .accidental-hr-content h2:after{
  content: "";
  width: 130px;
  height: 2.5px;
  background: #06725B;
  bottom: -10px;
  margin: auto;
  position: absolute;
  left: 0;
    transform: none;;
 }

 .accidental-hr-content h2{position: relative; line-height: 140% !important; margin-bottom: 50px;}

.service-suite-bx .service-suite h2, h2.hiw-title,
.hr-section-bx .hr-section h2,
.how-it-works-bx .how-it-works h2, .hr_bx .hr-section h2,
.faq-bx .custom-section h2, 
.cta-bx .cta-section h2,
.cta-bx .cta-sub h3 , .accidental-hr-content h2 , .comparison-heading h2{position: relative; line-height: 140% !important; margin-bottom: 50px;}

.service-suite-bx .service-suite h2:after, 
.hr-section-bx .hr-section h2:after,
.how-it-works-bx .how-it-works h2:after,
.hr_bx .hr-section h2:after,
.faq-bx .custom-section h2:after,
.cta-bx .cta-section h2:after,
.cta-bx .cta-sub h3:after , h2.hiw-title:after , .comparison-heading h2:after{
  content: "";
  width: 130px;
  height: 2.5px;
  background: #06725B;
  bottom: -10px;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

   
.cta-bx .cta-sub p {
  max-width: 800px;
  margin: 0 auto 30px auto;
}


.anim.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.anim.visible {
  opacity: 1;
  pointer-events: auto;
}

/* _______________popup form CSS__________________ */

/* Popup form styles */
.popup_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.popup_container .popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 15px;
  
}

.popup_container .popup-content h2 {
  text-align: center;
}

.popup_container .popup-content label {
  display: block;
  margin: 10px 0 5px;
}

.popup_container .popup-content input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.popup_container .popup-content button , .page-template-flexible-content-template form .gform_button{
  background-color: #06725B;
  color: #fff;
  border: none;
  border-radius: 100px 100px 100px 100px;
  padding: 15px 25px;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: normal;
  transition: 0.5s ease;
  width: 100%;
}

.popup_container .popup-content button:hover , .page-template-flexible-content-template form .gform_button:hover{
  background-color: #E2E2E2;
  color: #000000;
}

.gform_confirmation_message {
  text-align: center;
  font-size: 16px;
  padding: 25px;
  font-weight: 600;
}

.page-template-flexible-content-template form .gfield_validation_message , .gfield_description.instruction.validation_message{
  font-size: 12px !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}
.page-template-flexible-content-template .gform_validation_errors {
  display: none !important;
}

.page-template-flexible-content-template p.gform_required_legend {
  display: none !important;
}

/* Close button styles */
.popup_container .close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

.popup_container .close-btn:hover {
  color: #06725B;; 
}

/* Hide all forms by default */
.popup_container .popup-content .form {
  display: none;
}

/* Show form based on class */
.popup_container .popup-content .form.active {
  display: block;
}

.hr_bx .hr-section p:last-child, .cta-bx .cta-section p:last-child {
  margin-bottom: 0;
}
.custom-section > p {
    border: 0 !important;
}
.faq-section {
    max-width: 800px;
    margin: 0 auto;
}
.headingbxcls {
  position: relative;
  margin-bottom: 15px;
}

.headingbxcls h3::after {
  content: "";
  width: 65px;
  height: 2px;
  background: #06725B;
  bottom: -3px;
  margin: auto;
  position: absolute;
  left: 0;
  transform: none;
}

section.elementor-section.elementor-top-section {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .hiw-section, .accidental-hr{
    padding: 60px 0px;
	}
  a.hero-btn {
    margin-bottom: 15px !important;
}
.faq-item.active .faq-question {
  padding: 10px;
}
.faq-item .faq-question {
  padding: 10px !important;
}
}


 .top-reasons .contentarea p{
  margin: 0 auto 40px;
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  max-width: 900px;
  text-align: center;
  margin-bottom: 30px !important;
}

 .mid_cta_bx .contentarea p{
  margin: 0 auto 40px;
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  max-width: 900px;
  text-align: center;
  margin-bottom: 30px !important;
}

section.hr_bx.centericon .card-icon {
  margin: 0 auto;
  margin-bottom: 10px;
}
section.hr_bx.centericon .card p {
  text-align: center;
  margin: 0 auto;
}


.bottomarea {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.contentarea.small p{
  text-align:center;
}

.contentarea.small {
  margin: 0 auto 40px;
  font-family: "Arial", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  max-width: 900px;
  text-align: center;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.testimonial_bx .contentarea p {
  font-style: italic;
}
p.client-name {
  margin-bottom: 0;
}


.table_comparison {
  font-family: "Arial", Sans-serif;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  color: #111;
}
 

.comparison-heading h2{
  font-family: "Arial", Sans-serif;
  font-size: 32px;
  font-weight: 600;
   
  text-align: center;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  font-size: 18px;
}

.comparison-table th {
  background-color: #06725B !important;
  color: #fff;
  text-align: center;
}
 

table.comparison-table tbody tr td br {
  display: none;
}

 

.comparison-note {
  font-style: italic;
  color: #333;
}



/* @media (max-width: 768px) {
  .comparison-table,
  .comparison-table thead,
  .comparison-table tbody,
  .comparison-table th,
  .comparison-table td,
  .comparison-table tr {
    display: block;
  }

  .comparison-table thead tr {
    display: none;
  }

  .comparison-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
  }

  .comparison-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    text-align: right;
  }

  .comparison-table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left !important;
  }
} */

table.comparison-table td img {
  width: 20px !important;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.table_comparison .contentarea {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}

section.hr_bx.centericon h4 {
  text-align: center;
}

section.faq-bx .contentarea p {
  text-align: center;
  border: 0;
  margin-bottom: 15px;
}

section.mid_cta_bx.testimonial_bx h2 {
  color: #fff;
  font-weight: 600;
}

p.content_top {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
}

.hr_bx .hr-section ul li {
  position: relative;
  list-style: none !important;
  margin-bottom: 15px;
}

.hr_bx .hr-section ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #06725b;
  padding-right: 5px;
}

.hr_bx .hr-section ul {
  padding-left: 0 !important;
}


.hr-green-section {
  background-color: #1f4d3d;
  padding: 60px 20px;
}

.hr-green-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hr-green-heading {
  font-family: "Arial", Sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.hr-green-subheading {
  color: #fff;
  font-family: "Arial", Sans-serif;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.hr-green-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.hr-green-title {
  font-family: "Arial", Sans-serif;
  color: #1f4d3d;
  font-size: 1.5rem;
  font-weight: bold;
}

.hr-green-description {
  font-family: "Arial", Sans-serif;
  margin: 15px 0;
}

.hr-green-price {
  font-weight: bold;
}

.hr-green-note {
  font-family: "Arial", Sans-serif;
  color: #888;
  font-style: italic;
}

.hr-green-highlight {
  margin-top: 20px;
}

.hr-green-button {
  font-family: "Arial", Sans-serif;
  display: inline-flex;
      background-color: #06725B;
      color: #fff !important;
      font-size: 17px !important;
      font-weight: 400 !important;
      margin-top: 0;
      border: none;
     
      text-decoration: none;
      transition: 0.5s ease;
      box-shadow: 10px 10px 15px 0px rgba(254.95751037597657, 254.95751037597657, 254.95751037597657, 0);
      border-radius: 100px 100px 100px 100px !important;
      padding: 15px 25px;
      line-height: normal;
}

.hr-green-button:hover { 
  background-color: #E2E2E2 !important;
  color: #000000 !important;
}
 



@media (max-width: 768px) {
  table.comparison-table tbody tr td br {
    display: block;
  }
  .comparison-table th, .comparison-table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: center;
    font-size: 16px;
  }
  .hr-green-button{
    font-size: 14px !important;
  }
  h2.hr-green-heading {
    font-size: 1.4rem;
}

.hr_bx .hr-section{
  padding: 60px 20px !important;
}

  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {

    .hr_bx .hr-section{
  padding: 60px 40px !important;
}

  .service-suite-bx .card{
    max-width: 360px;
  }
}

section.reduced_padding .cta-section , .reduced_padding .hr-section{
    padding: 30px 20px !important;
}