.single-page-nav .page-nav-center{border:none}.testimonial-grid-item .testimonial{padding-left:0}.testimonial .stars{text-align:left;position:relative}.text-color-yellow{color:#ff9529}
/* Styling for the header */
.topheader_ups {
  background-color: #f8f8f8;
  color: #747474;
  padding: 10px 20px;
  padding-top:2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* Allow columns to wrap */
}

/* Styling for the columns */
.column1 {
  flex: 1;
  text-align: center;
  margin-bottom: 10px; /* Add some spacing between columns */
}

.column1 .contacts {
  color: #747474;
  text-decoration: none;
  font-size: 16px;
  margin-right: 0.3rem;
}

/* Styling for the links */
.column1 .social-links {
  /*color: #747474;*/
  text-decoration: none;
  font-size: 16px;
  margin-right: 0.3rem;
}

.column1 .account-links {
  color: #747474;
  text-decoration: none;
  font-size: 16px;
  margin-right: 0.3rem;
}

/* Styling for hover effect */
.column1 .social-links:hover{
  text-decoration: none;
  color: #747474;
}
 .account-links:hover{
     color:#3498db;
 }
 
.contacts:hover{
     color:#3498db;
 }
 
.contacts .whatsapp:hover{
     color: #25d366;
 }

.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}

/* Styling for buttons */
/*.button {*/
/*  background-color: #4CAF50;*/
/*  border: none;*/
/*  color: white;*/
/*  padding: 10px 20px;*/
/*  text-align: center;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*  font-size: 16px;*/
/*  margin: 4px 2px;*/
/*  cursor: pointer;*/
/*  border-radius: 4px;*/
/*}*/

/* Media query for responsiveness */
@media screen and (max-width: 600px) {
  .column1 {
    flex: 100%; /* Each column takes full width on small screens */
  }
  /*.topheader_ups {*/
  /*    margin-top:2.3rem;*/
  /*}*/
}

@media screen and (max-width: 480px) {
  .column1 {
    flex: 100%; /* Each column takes full width on small screens */
  }
  .topheader_ups {
      margin-top:3rem;
      padding-top:18px;
  }
}
