.title123 {
  @media (max-width: 576px) {
    font-size: 1.2rem;
  }
}

h3.text-primary {
  font-size: 1.75rem; /* Default for larger screens */
}

@media (max-width: 768px) {
  h3.text-primary {
    font-size: 1.5rem; /* Adjust for tablet screens */
  }
}

@media (max-width: 480px) {
  h3.text-primary {
    font-size: 1.25rem; /* Adjust for smaller mobile screens */
  }
}

.testimonial-text {
  /* font-size: clamp(1rem, 2.2vw, 1.2rem);  */
  line-height: 1.7; /* Improve readability */
  text-align: justify;
}

/* Optional: adjust padding for smaller screens */
.bg-light {
  padding: clamp(1rem, 2vw, 2rem); /* fluid padding */
}

.line-break {
  display: block;
}

.footer-whatsapp {
  width: 50px; /* Default size for larger screens */
  height: 50px;
  padding: 10px; /* Adds space between icon and edge of the circle */
  border-radius: 50%; /* Keeps container circular */
  overflow: hidden;
  background-color: #25d366; /* WhatsApp green background */
  box-sizing: border-box; /* Ensures padding doesn’t add extra size */
}

.footer-whatsapp img {
  /* width: 100%; */
  height: auto;
}

@media (max-width: 768px) {
  .footer-whatsapp {
    width: 40px; /* Smaller size for tablets */
    height: 40px;
    padding: 4px; /* Adjust padding as it resizes */
  }
}

@media (max-width: 480px) {
  .footer-whatsapp {
    width: 30px; /* Smaller size for mobile screens */
    height: 30px;
    padding: 3px; /* Adjust padding for small screens */
  }
}

a.btn {
  font-size: 1rem;
}

/* Media query for mobile view (max-width: 600px) */
@media (max-width: 600px) {
  a.btn {
    font-size: 0.75rem; /* Decrease font size for mobile */
    padding: 0.5rem 1rem; /* Reduce padding for smaller button size */
  }
}

@media print {
  .site-footer {
    display: none !important;
  }
}

.footer-map {
  border: 0;
  filter: invert(90%) hue-rotate(180deg);
  border-radius: 8px;
}

.footer-icon {
  font-size: 20px;
  min-width: 20px;
}

/* .navbar {
font-size: 1.5rem;
line-height: 1.5rem;
white-space: normal;
overflow-wrap: break-word;
}      */

.custom-col {
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
}

.social-btn {
  width: 32px;
  height: 32px;
}

.whatsapp {
  width: 24px;
  height: 24px;
}

/* .text-white {
  font-size: 1rem;
} */

.location .email {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}

.icon-envelope {
  font-size: 20px;
  min-width: 20px;
}
.icon-phone {
  font-size: 20px;
  min-width: 20px;
}

.phonenumber-2 {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  direction: ltr;
  unicode-bidi: plaintext;
  text-align: right;
}

.submenu {
  display: none;
  padding-left: 20px;
}

.custom-footer {
  border-top: 1px solid rgba(23, 162, 184, 0.2);
}

.footer-text {
  font-size: clamp(14px, 1.2vw, 16px);
}

.footer-accent {
  color: #17a2b8;
  font-weight: 700; 
}
