
.Loading {
    text-align: start;
    font-size: 18px;
    color: #888;
    padding: 10px;
    margin-top: 10px;
}
.flag-circle {
  width: 25px !important;  
  height: 25px !important; 
  object-fit: cover !important; 
  border-radius: 50% !important; 
}
.profile-image {
    width: 110px;
    height: 110px;
    object-fit: cover;
}
.recent-contact-item {
  background-color: #f1f1f1; /* Ou use a classe existente bg-light-4 */
}
.nowrap {
    white-space: nowrap !important;
}
.status-select {
    width: 160px !important;
}
.user-avatar-chatBox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.unread-notification {
  position: relative;
  top: -40px;
  margin-left: 35px;
}

.unread-notification i {
  color: #e2123c;
  font-size: 10px;
}
.toast.text-bg-success {
  background-color: #28a745; /* Verde sucesso */
}

.toast.text-bg-error {
  background-color: #dc3545; /* Vermelho erro */
}
.unread-messages-count {
  font-size: 8px;
  position: absolute;
  top: -5px;
  right: -10px;
}

.how-it-works .number-circle,
#mobileThreesteps .number-circle {
  width: 30px;
  height: 30px;
  background-color: #28a745;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -5px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 2; 
  transition: transform 0.3s ease-in-out; 
}
/* Estilo para o ícone PIX na página */
.pix-icon-large {
width: 40px;
height: 40px;
margin-right: 10px;
}

.pix-icon-small {
width: 20px;
height: 20px;
margin-right: 5px;
}

.card-img_pix {
max-width: 300px;
}
/* Steps Progress bar */
.widget-steps > .step {
  padding: 0;
  position: relative;
}

.widget-steps > .step .step-name {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}

.widget-steps > .step > .step-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  border: 1px solid #28a745;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.widget-steps > .step > .step-dot:after {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: 9px;
}

.widget-steps > .step.complete > .step-dot:after {
  content: '\f00c';
  font-weight: 900;
  color: #28a745;
  font-family: "Font Awesome 5 Free";
  top: 3px;
  left: 7px;
}

.widget-steps > .step.active > .step-dot:after {
  background: #28a745;
  content: '';
}

.widget-steps > .step > .progress {
  position: relative;
  background: #bbb;
  border-radius: 0px;
  height: 1px;
  box-shadow: none;
  margin: 22px 0;
}

.widget-steps > .step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #28a745;
}

.widget-steps > .step.complete > .progress > .progress-bar {
  width: 100%;
}

.widget-steps > .step.active > .progress > .progress-bar {
  width: 50%;
}

.widget-steps > .step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.widget-steps > .step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.widget-steps > .step.disabled > .step-dot {
  border-color: #bbb;
}

.widget-steps > .step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.widget-steps > .step:last-child > .progress {
  width: 50%;
}

.widget-steps > .step.disabled a.step-dot {
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .widget-steps > .step .step-name {
    font-size: 14px;
  }
}

html[dir="rtl"] .widget-steps > .step > .step-dot {
  top: 45px;
  right: 50%;
  left: auto;
  margin-left: 0;
  margin-right: -15px;
}

html[dir="rtl"] .widget-steps > .step > .step-dot:after {
  left: 0px;
  right: 9px;
}

html[dir="rtl"] .widget-steps > .step.complete > .step-dot:after {
  left: 0px;
  right: 7px;
}

html[dir="rtl"] .widget-steps > .step:first-child > .progress {
  left: auto;
  right: 50%;
}
/* Payments Images */
.payments-types {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.payments-types li {
  margin: 0px 10px 8px 0px;
}
.payments-types li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.payments-types li img {
  display: flex;
}

.payments-types li:hover a {
  opacity: 0.8;
}
html[dir="rtl"] .payments-types li {
  margin-left: 10px;
  margin-right: 0px;
}

/* referral */
  #referral .card {
      border-radius: 15px;
      overflow: hidden;
  }
  
  #referral .input-group .form-control {
      border-radius: 0;
      border-right: 0;
  }

  #referral .input-group .btn {
      border-radius: 0;
      border-left: 0;
  }
  #referral .btn-primary:hover {
      background-color: #0056b3;
      border-color: #004085;
  }

.faq-section {
    background-color: #f9f9f9; 
    padding: 60px 0;
}


#faq .accordion-item {
    border: none; 
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#faq .accordion-button {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    transition: background-color 0.3s ease;
}

#faq .accordion-button:not(.collapsed) {
    background-color: #0d6efd; /* Cor de destaque ao expandir */
    color: #fff;
}

#faq .accordion-button:focus {
    box-shadow: none;
}

#faq .accordion-body {
    background-color: #fff;
    padding: 15px;
    font-size: 1rem;
    color: #555;
}

#faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107"; /* Ícone de seta para baixo */
    font-weight: 900;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg); /* Rotacionar seta ao expandir */
}

#contact .contact-card {
    border-radius: 15px;
}

#contact .contact-card-body {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    border-radius: 15px;
}

#contact .social-icons {
    gap: 15px;
    width: 100%;
}

#contact .social-item {
    border: 2px solid #ddd; /* Cor do contorno */
    border-radius: 50px; /* Forma cilíndrica */
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Espaço entre o nome e o ícone */
    width: 100%;
    max-width: 300px;
    transition: border-color 0.3s; /* Animação suave */
}

#contact .social-item:hover {
    border-color: #aaa; /* Muda a cor do contorno ao passar o mouse */
}

#contact .social-name-icon {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Alinha o texto e o ícone */
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    width: 100%; /* Para ocupar toda a largura disponível */
}
#contact .social-name-icon i {
    font-size: 1.5rem;
}
.benefits-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    color: #333;
}

.section-header {
    text-align: left;
}

/* .section-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2c3e50;
} */

.section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-item {
    display: flex;
    align-items: start;
    gap: 10px;
}

.benefit-icon {
    font-size: 2rem;
    flex-shrink: 0;
    color: #3498db;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #34495e;
}

.benefit-description {
    color: #7f8c8d;
}
.benefit-box {
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.benefit-box i {
    color: #0d6efd;
    margin-bottom: 15px;
}

.benefit-box h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.benefit-box p {
    color: #666;
    margin: 0;
}


/* Seção de Indicação */
.referral.section {
    padding: 60px 0;
    background-color: #ffffff;
}

.referral .section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

.referral .section-subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.referral ul {
    padding-left: 0;
    list-style: none;
}

.referral ul li {
    display: flex;
    align-items: center;
}

.referral ul li i {
    font-size: 1.5rem;
}

.bg-light-2 {
    background-color: #f8f8fa !important;
  }  
/* Background light */
.bg-light-1 {
  background-color: #f9f9fb !important;
}
.bg-light-3 {
  background-color: #f5f5f5 !important;
}
.bg-light-4 {
  background-color: #eff0f2 !important;
}
/* alerte */
.warning-alert {
  background-color: #fff3cd;
  border-left: 5px solid #ffecb5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.warning-alert .icon-box {
  font-size: 24px;
  color: #856404;
}

.warning-alert strong {
  color: #856404;
}

.warning-alert p {
  margin: 0;
  color: #856404;
}

/* Estilo para o alerta de remoção */
.info-alert {
  background-color: #d1ecf1;
  border-left: 5px solid #bee5eb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-alert .icon-box {
  font-size: 24px;
  color: #0c5460;
}

.info-alert strong {
  color: #0c5460;
}

.info-alert p {
  margin: 0;
  color: #0c5460;
}

.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.hover-effect {
    transition: background-color 0.3s, color 0.3s;
  }
  .hover-effect.active {
    background: linear-gradient(135deg, #d0d2d1 0%, #23bdb8 100%);
    color: white;
}

  .hover-effect:hover {
    background: linear-gradient(135deg, #43e794 0%, #23bdb8 100%); padding: 20px;
  
    color: #ffffff; 
  }
  
  .hover-effect:hover .text-primary {
    color: #ffffff; 
  }
  .btn-group-custom .btn {
      margin-right: 5px; 
  }
  .button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 2px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 0.875rem; 

  }
  
  .button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
      transform
      600ms
      cubic-bezier(.3, .7, .4, 1);
  }
  
  .button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(
      to left,
      hsl(340deg 100% 16%) 0%,
      hsl(340deg 100% 32%) 8%,
      hsl(340deg 100% 32%) 92%,
      hsl(340deg 100% 16%) 100%
    );
  }
  
  .button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: hsl(151, 80%, 50%);
    will-change: transform;
    transform: translateY(-4px);
    transition:
      transform
      600ms
      cubic-bezier(.3, .7, .4, 1);
  }
  
  @media (min-width: 768px) {
    .button-82-front {
      font-size: 1.0rem;
      padding: 6px 22px;
    }
  }
  
  .button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
  }
  
  .button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition:
      transform
      250ms
      cubic-bezier(.3, .7, .4, 1.5);
  }
  
  .button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
  }
  
  .button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition:
      transform
      250ms
      cubic-bezier(.3, .7, .4, 1.5);
  }
  
  .button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
  }
  
  .button-82-pushable:focus:not(:focus-visible) {
    outline: none;
  }
  #accordionDefault .rounded-card {
      border-radius: 20px; 
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5); 
    }
  /* CSS */
  .button-danger,
  .button-42,
  .button-40,
  .button-41 {
    background-color: initial;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    line-height: 44px;
    outline: 0;
    overflow: hidden;
    padding: 0 10px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    border: 0;
    z-index: 0;
  }
  .button-danger {
    background-image: linear-gradient(-180deg, #d73200, #ea4a10);
    height: 50px;
    font-size: 15px;
  }
  .btn-verde {
    background-image: linear-gradient(-180deg, #00D775, #00BD68);
  }
  .button-40,
  .button-41 {
    background-image: linear-gradient(-180deg, #00D775, #00BD68);
    height: 50px;
    font-size: 15px;
  }
  .btn-verde-1 {
    background-image: linear-gradient(-180deg, #00D775, #00BD68);
    width: 100%;
  }
  .button-41 {
    width: 100%;
  }
  .button-42 {
    background-image: linear-gradient(-180deg, #a1a3a2, #2d312f);
    height: 44px;
  }
  .button-43 {
    background-image: linear-gradient(-180deg, #a1a3a2, #b8bcba);
    height: 44px;
  }
  .btn-verde-1:hover,
  .btn-verde:hover,
  .button-40:hover {
    background: #61a788;
  }
  .button-danger:hover {
    background: #eb6324;
  }
  .button-42:hover {
    background: #a2a4a3;
  }
  .button-43:hover {
    background: #efc48c;
  }

  .button-41:hover {
    background: #00bd68;
  }  

#document-section {
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
}
#document-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #007bff;
}
.add-document.modal-content {
    border-radius: 15px;
}
.add-document .modal-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.3rem;
}
.add-document .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
}
.add-document .modal-body {
    background-color: #ffffff;
    padding: 2rem;
}
.add-document .form-label {
    font-weight: 500;
    margin-bottom: 0.2rem;
}
.add-document .form-select,
.add-document .form-control {
    border-radius: 1.2rem;
    padding: 1rem;
    /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5) !important;
}
.add-document .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}
.add-document .btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}
.add-document .btn-outline-secondary:hover {
    background-color: #f8f9fa;
}
.add-document .btn-primary:hover {
    background-color: #0056b3;
}
.add-document .modal-footer {
    padding: 1rem;
    background-color: #f7f7f7;
}
#preview {
  margin-top: 1rem;
}
#preview img {
  max-width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.form-select-action {
  width: 8rem;
}
.form-input-saldo {
  width: 8rem;
  margin-left: 5px;
}

.form-submit-button {
  height: 35px;
  margin-left: 5px;
}
.transaction-card {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2000;
  margin-left: 10px; 
  padding: 20px;    
}
.preview-img {
    display: none;
    max-width: 100%;
    max-height: 300px;
    margin-top: 20px;
    border-radius: 15px;
}
.language-selector {
  position: relative;
  z-index: 1000; 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: auto;
}
.language-selector-btn {
  display: flex;
  align-items: center;
}
.language-selector-btn img,
.language-options img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 2px;
}

#selectedCountryName {
  font-weight: bold;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #selectedCountryName {
      display: none; /* Esconde o nome do país em telas pequenas */
  }
  .new-message-box {
    display: none;
  }
}

/* Estilo da Gaveta de Idiomas */
.language-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc(100% + 10px); 
  left: 0;
  display: none;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0; 
  transition: opacity 0.3s ease; 
  max-height: 320px;
  overflow-y: auto;
}

.language-options.show {
  display: block;
  opacity: 1;
}

.language-options li {
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  width: 160px;
  height: 33px;
}

.language-options a {
  text-decoration: none !important;
  color: #333;
  display: flex;
  align-items: center;
}

.language-options li:hover {
  transform: translateX(-4px); 
}

.header-actions {
  display: flex;
  align-items: center;
  ms-auto: flex-end;
}

/* .btn-primary {
  margin-left: 10px; 
} */
#formContactUs .form-select,
#formContactUs .form-control {
  height: 60px; 
  border-radius: 10px; 
  background-color: #e8e5e5;
  font-size: 22px ; 
}

#formContactUs .costum-textarea {
border-radius: 10px; 
background-color: #e8e5e5; 
}
.btn-menu {
white-space: nowrap; 

}
.email-content {
  max-height: 500px;
  overflow-y: auto; 
}

.larger-text {
    font-size:50px; 
    font-weight: bold;
    line-height: 1.2; 
}
#navmenu ul li h6 {
  /* margin: 0; */
  font-size: 1rem; 
  /* line-height: 1.5; */
  text-transform: uppercase; 
  }
  #aboutWeb .icon-box {
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #007bff;
  }
  #aboutWeb .icon-box i {
    margin: 0;
  }
  #aboutWeb h1 {
    max-width: 800px; 
    margin: 0 auto;
  }
  #aboutWeb .icon-box:hover {
    background-color: #007bff; 
    transform: scale(1.1); 
  }
  #aboutWeb .icon-box:hover i {
    color: #fff; 
  }
  #aboutOpportunities .card {
      border: none !important;
      border-radius: 10px !important;
  }
  .send-money .card-img-top {
    height: 100px !important;
  }
  #aboutOpportunities .card-img-top {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 300px;
  height: auto;
  object-fit: cover;
  border: none;
}
#aboutOpportunities .card-body {
padding: 1.5rem; 
}
#aboutOpportunities .card-body {
    text-align: center;
  }

  #aboutOpportunities .content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  #aboutOpportunities .content p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }

/*---------------------- services *****************/
.hero-section {
   background: url('/images/banners/mobile-recharge-2.jpg') center center / cover no-repeat;
   min-height: 300px;
   position: relative;
}
.hero-section .overlay {
   background-color: rgba(0, 123, 255, 0.6);
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}
#sectionServices .hero-section .content {
   position: relative;
   z-index: 1;
}
#sectionServices .hero-section .text-white {
   color: #fff; 
}
#sectionServices .benefits-section {
   background-color: #f8f9fa; 
   border-radius: 10px;
   padding: 40px 20px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
}

#sectionServices .section-title {
   font-size: 2rem;
   font-weight: bold;
   color: #0056b3; 
}
#sectionServices .benefit-item {
   margin-bottom: 20px;
   padding: 15px;
   background: #fff;
   border-radius: 8px;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); 
}
#sectionServices .benefit-item:hover {
   transform: translateY(-5px);
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#sectionServices .icon-box {
   background-color: #007bff; 
   color: white;
   padding: 15px;
   border-radius: 50%;
   margin-right: 15px;
   font-size: 1.5rem;
   display: flex;
   align-items: center;
   justify-content: center;
}
#sectionServices .benefit-item h5 {
   margin-bottom: 5px;
   font-size: 1.25rem;
   font-weight: 600;
   color: #333;
}
#sectionServices .benefit-item p {
   margin: 0;
   color: #666;
}
#sectionServices .info-section {
   /* background: linear-gradient(135deg, #007bff, #6610f2);  */
   background: linear-gradient(135deg, #007bff, #1b0146); 
   color: #fff;
   border-radius: 10px;
   padding: 60px 20px;
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); 
   margin-bottom: 40px; 
}

#sectionServices .info-box {
   background: rgba(255, 255, 255, 0.1);
   border-radius: 8px;
   padding: 20px;
   transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

#sectionServices .info-box:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#sectionServices .icon {
   font-size: 3rem; 
   color: #ffc107; 
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 10px;
}

#sectionServices .info-title {
   font-size: 2.5rem; 
   font-weight: bold;
   color: #fff; 
}

#sectionServices .info-text {
   font-size: 1.125rem;
   color: #e9ecef; 
}
#sectionServices .how-it-works {
   background: linear-gradient(135deg, #f8f9fa, #e2e6ea); 
   padding-top: 60px;
   padding-bottom: 60px;
}

#sectionServices .step-box {
   background: #fff;
   transition: transform 0.3s ease, box-shadow 0.3s ease; 
   border-radius: 10px;
   position: relative;
}

#sectionServices .step-box:hover {
   transform: translateY(-5px);
   box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1); 
}

#sectionServices .step-icon {
   color: #007bff; 
   font-size: 4rem; 
   background: #e9f5ff; 
   padding: 20px;
   border-radius: 50%;
   display: inline-block;
}

#sectionServices .step-title {
   font-size: 1.5rem;
   font-weight: bold;
   color: #343a40; 
}

#sectionServices .step-text {
   font-size: 1.125rem; 
   color: #6c757d;
}

@media (max-width: 768px) {
   #sectionServices .step-box {
       margin-bottom: 20px; 
   }
}
#sectionServices .service-header {
  position: relative;
  height: 400px; /* Altura fixa para a seção */
  background-size: cover; /* Ajusta a imagem para cobrir toda a área */
  background-position: center;
  background-repeat: no-repeat; /* Evita que a imagem se repita */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#sectionServices .service-header .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#sectionServices .service-header .container {
  z-index: 1; 
  text-align: end;
}

#sectionServices .service-header h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 100px;
}

#sectionServices .service-header .btn {
   border: 2px solid #fff; 
   transition: background 0.3s, color 0.3s, transform 0.3s; 
}

#sectionServices .service-header .btn:hover {
   background: #fff; 
   color: #007bff; 
   transform: translateY(-5px); 
}

#sectionServices .faq-item {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

#sectionServices .faq-item h5 {
  font-weight: 600;
  color: #333;
}

#sectionServices .faq-item p {
  color: #666;
}
#benefits h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

#benefits p {
  color: #666;
}
/* Seção de Cliente Ecovoy */
.become-client {
  padding: 60px 0;
}

.steps-info .step-item {
  background-color: #fcfcfc;
  border-radius: 15px;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.steps-info .step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#become-client .step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f5ff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#become-client .step-icon i {
  font-size: 24px;
  color: #007bff;
}
#become-client .steps-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#become-client .steps-info p {
  font-size: 14px;
  color: #6c757d;
}
/* Centralização dos Botões de Download */
.bar-on-button {
  display: flex;
  justify-content: center;
  gap: 15px; 
}
.download-button img {
  max-height: 50px; 
  width: auto;
}

.become-client .main-image {
max-width: 50%;
height: auto;
}   
/* Animações de fade-in para conteúdo */
.animate-fadeIn {
   opacity: 0;
   animation: fadeIn 1s forwards ease-out;
}

/*terms*/
.privacy-policy-section {
  background-color: #f9f9f9;
  padding: 40px 0;
}
#termsOfService,
#privacyPolicy {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#termsOfService h1,
#privacyPolicy h1 {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

#privacyPolicy h2, #privacyPolicy h3, #privacyPolicy h4, #privacyPolicy h5 {
  color: #444;
  margin-top: 20px;
  margin-bottom: 10px;
}

#privacyPolicy p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

#privacyPolicy ul {
  list-style-type: disc;
  padding-left: 20px;
}

#privacyPolicy ul li {
  color: #555;
  margin-bottom: 10px;
}

#privacyPolicy ul li strong {
  color: #333;
}
.uniform-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.uniform-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}

.uniform-card img {
    height: 400px;
    object-fit: cover;
}

.uniform-card .card-body {
    flex-grow: 1;
}
.user-icon {
  font-size: 80px;
  color: #6c757d; 
}
/*share*/

#referral-link ul {
  list-style-type: none;
  padding: 0;
}
#referral-link ul li {
    display: inline-block;
}
.share-icon {
    font-size: 24px; 
}
.share-icon-container {
    display: inline-block;
    background-color: #ccc;
    border-radius: 50%; 
    width: 45px; 
    height: 45px; 
    text-align: center; 
    line-height: 50px; 
    margin-right: 5px;
}
.share-icon-container:hover {
  background-color: #fff;
}
.copy-button {
  cursor: pointer;
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
}
#shareModal .modal-content {
  background: linear-gradient(135deg, #43e794 0%, #23bdb8 100%);
  color: white;
}
.referral-link-container input,
.referral-link-container button {
  display: inline-block;
  vertical-align: middle; /* Alinha verticalmente os elementos */
}

.referral-link-container {
  display: flex;
  align-items: center ;
  justify-content: space-between; /* Alinhamento horizontal */
  margin-top: 10px;
}

.referral-link-container input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.referral-link-container button {
  padding: 8px 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
  flex-shrink: 0; /* Evita que o botão diminua de tamanho */
}
.toast-warning {
    background: #f0ad4e;
    color: white;
}
.toast-success {
    background: linear-gradient(to right, #00b09b, #96c93d);
    color: white;
}

.toast-error {
    background: linear-gradient(to right, #FF6F61, #FF3E4D);
    color: white;
}

.toast-info {
    background: linear-gradient(to right, #2193b0, #6dd5ed);
    color: white;
}

.toast-warning {
    background: linear-gradient(to right, #f7971e, #ffd200);
    color: black;
}

@media (max-width: 768px) {
  #privacyPolicy {
    padding: 15px;
  }
}

@keyframes fadeIn {
   from {
       opacity: 0;
       transform: translateY(20px);
   }
   to {
       opacity: 1;
       transform: translateY(0);
   }
}
