.logo {
    width: 35%;
}

.announcement {
    color: rgb(55, 167, 157);
}

.btn-primary {
    color: #000;
/*    background-color: #06A3DA;*/
    background-color:rgb(55, 167, 157);
    border-color:rgb(55, 167, 157);
    color: #fff;
}


.bg-primary {
    background-color: rgb(55, 167, 157) !important;
}

.text-primary {
    color: rgb(55, 167, 157) !important;
}

.counter {
    color: rgb(55, 167, 157) !important;
}

.section-title::before {
    background: rgb(55, 167, 157) !important;
}

.service-item .service-icon {
    background: rgb(55, 167, 157) !important;
}

.service-item {
    height: auto !important;
}


.contact-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgb(55, 167, 157) !important;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  .contact-bubble:hover {
    background-color: #0056b3;
  }

  .contact-bubble img {
    width: 28px;
    height: 28px;
  }

  @media (max-width: 600px) {
    .contact-bubble {
      width: 48px;
      height: 48px;
    }

    .contact-bubble img {
      width: 24px;
      height: 24px;
    }
  }

  /*contact*/
 .whatsapp-float {   
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 32px;
  height: 32px;
}

.custom-list {
  display: list-item;
  list-style-type: disc; 
  margin-left: 20px;   
}

.custom-list-red {
  display: list-item;
  list-style-type: disc; 
  margin-left: 20px; 
  color: red;    
}

.pricing-section {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
      text-align: center;
    }
    .pricing-section h2 {
      font-size: 32px;
      margin-bottom: 10px;
      color: #222;
    }
    .pricing-section p {
      font-size: 16px;
      color: #666;
      margin-bottom: 40px;
    }
    .pricing-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 3%;
    }


    .card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 30px 20px;
      text-align: left;
      transition: transform 0.3s ease;
    }
    .card:hover {
      transform: translateY(-8px);
    }
    .card h3 {
      color: rgb(55, 167, 157) !important;
      font-size: 22px;
      margin-bottom: 10px;
    }
    
    .price {
      font-size: 28px;
      font-weight: bold;
      color: #111;
      margin-bottom: 20px;
    }
    .features {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
    }
    .features li {
      margin-bottom: 8px;
      padding-left: 20px;
      position: relative;
      font-size: 15px;
    }
    .features li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #28a745;
      font-weight: bold;
    }
    .btn {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      background: rgb(55, 167, 157) !important;
      color: #fff;
      font-weight: 500;
      transition: 0.3s;
    }
    .btn:hover {
      background: #005f86;
    }

    .standard{
    margin-top: 37%;
}

.advanced {
    margin-top: 31%;
}



/*.footer-about {
         margin-bottom: 0px; 
    }*/