* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h3 {
  color: #059099;
  font-weight: bolder;
}

h5 {
  font-weight: bolder;
}

h6 {
  color: #059099;
}

/* Hero section css*/

.logo {
  width: 150px;
}

.hero {
  height: 120vh;
  width: 100%;
  background-image: url("../images/logo_2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.hero_btn {
  margin-top: 150px;
  background-color: #059099;
  border: none;
}

.hero_btn:hover {
  background-color: #032325;
}

/* services section css*/

.services {
  margin: 50px;
}

.services_header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.services_header h3 {
  color: #059099;
  font-weight: bolder;
}

.service-card {
  max-width: 220px;
  width: 100%;
  background-color: #bcdfe2;
}

/* Pricing section css*/

.pricing {
  margin: 50px;
}

.pricing_header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.pricing_header h3 {
  color: #059099;
  font-weight: bolder;
}

.pricing-card {
  max-width: 400px;
  width: 100%;
}

.pricing-card-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px 0px 0px;
}

.pricing-btn {
  width: 100%;
  background-color: #059099;
  border: none;
}

.pricing-btn:hover {
  background-color: #032325;
}

.most-popular {
  background-color: #059099;
  width: 100%;
  color: white;
  text-align: center;
  padding: 5px;
}

.monthly-sub,
.monthly-header {
  color: #06bc61;
}

.monthly-sub-head {
  color: black;
}

.monthly-price {
  font-size: 25px;
  color: #06bc61;
  font-weight: bolder;
}

.monthly-price span {
  font-size: 15px;
}

.monthly-pricing-card-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px 0px 0px;
}

.monthly-pricing-btn {
  width: 100%;
  background-color: none;
  border: 2px solid #06bc61;
}

.monthly-pricing-btn:hover {
  background-color: #06bc61;
  color: #ffff;
}

.our-process {
  text-align: center;
}

.process {
  display: flex;
  justify-content: space-around;
  text-align:center;

  margin: 30px;
}

.process-image {
  width: 50px;
}



.testimonial {
    margin: 40px;
}

.about-section,  .my-contact-section{
    display: flex;
    justify-content: center;
    margin: 50px;
   
}

.about-mission, .whom-contact {
    width: 40%;
    gap: 20px;
    border-right: 2px solid #058f9945;
}

.about-mission-focus {
    display: flex;
    justify-content: space-around;
}

.about-team {
  text-align: left;
  margin-left: 20PX;
}


.focus {
    padding-right: 20px;
}

.my-list li::marker {
  color:#059099;
}





.contact {
  background-color: #011a1b;
  color: #ffff;
 
}

.my-contact-section {
  padding: 30px;
  margin: 0;
}


.whom-contact {
  border: none;
}

.icons {
margin-top: 20px;
}

.white {
  color: #ffff
}

.wa-popup {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  z-index: 1000;
}

.wa-box {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: 250px;
}

.wa-box button {
  background-color: #06bc61;
  border: none;
  margin: 20px;
  padding: 5px;
  border-radius: 5px;
  color: #ffff;
}

.footer {
  text-align: center;
}

@media (max-width: 768px) {
  .logo {
    width: 100px;
  }

  .hero {
    height: 50vh;
    background-position: center top;
    background-size: cover;
  }

  .about-mission, .whom-contact {
    width: 100%;
    text-align: center;
  }

  .about-section,.my-contact-section, .whom-contact{
    flex-direction: column;
  }

    .about-mission {
     border-right: none;
    border-bottom: 2px solid #058f9945;
    margin-bottom: 20px;
    }

    .about-mission-focus {
      display: none;
    }
    .process-one h3 {
      display: none;
    }
    .process-image {
      width:30px
    }
  
}
