
/* Ultra-Wide Smartphones (landscape) */
@media (max-width: 991px) {
  .contact-center-label h2 {
    font-size: 16px;
  }
  .font-34 {
    font-size: 26px;
  }
  .key_point li {
    font-size: 14px;
  }
  .key_point li::before {
    top: 42%;
    transform: translateY(-50%);
  }
  .contact-center-icon {
    width: 50px;
  }
  .contact-center {
    left: 20px;
  }
  .contact-center-label {
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: white;
    border: 2px solid #ff6878;
    padding: 4px 8px;
    border-radius: 8px;
    position: relative;
    opacity: 0;
    transform: translateX(-20px) scaleX(1);
    transform-origin: left center;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .contact-center-label::before,
  .contact-center-label::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -8px;
    top: 50%;
    margin-top: -10px;
  }
  .contact-center-label::before {
    border-right: 10px solid #ff6878;
    margin-left: -4px;
  }
  .contact-center-label::after {
    border-right: 10px solid white;
    margin-left: -1px;
    z-index: 1;
  }
  .contact-center:hover .contact-center-label {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    pointer-events: auto;
  }
}
/* Smartphones (portrait & smaller devices) */
@media (max-width: 480px) {
  .font-34 {
    font-size: 20px;
  }
  .key_point {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .copy-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center !important;
  }
  .copy-right .text-end {
    text-align: center !important;
  }
  .contact-center {
    left: 10px;
    left: 10px;
    align-items: flex-end;
  }
  .contact-center-icon {
    width: 30px;
  }
  .contact-center-label p:first-of-type {
    display: none;
  }
  .contact-center-label h3 {
    font-size: 12px;
  }
  .contact-center-label h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
  }
}

/* Smartphones (landscape) */
@media (min-width: 481px) and (max-width: 767px) {
  .contact-center {
    left: 10px;
    align-items: flex-end;
  }
  .contact-center-icon {
    width: 40px;
  }
  .contact-center-label {
    display: none;
  }
  .contact-center-label {
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: white;
    border: 2px solid #ff6878;
    padding: 4px 8px;
    border-radius: 8px;
    position: relative;
    opacity: 0;
    transform: translateX(-20px) scaleX(1);
    transform-origin: left center;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .contact-center-label::before,
  .contact-center-label::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -8px;
    top: 50%;
    margin-top: -10px;
  }
  .contact-center-label::before {
    border-right: 10px solid #ff6878;
    margin-left: -4px;
  }
  .contact-center-label::after {
    border-right: 10px solid white;
    margin-left: -1px;
    z-index: 1;
  }
  .contact-center:hover .contact-center-label {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    pointer-events: auto;
  }
  .copy-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center !important;
  }
  .copy-right .text-end {
    text-align: center !important;
  }
}

/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-center-label h2 {
    font-size: 16px;
  }
  .font-34 {
    font-size: 28px;
  }
  .key_point li {
    font-size: 14px;
  }
  .key_point li::before {
    top: 42%;
    transform: translateY(-50%);
  }
}

/* Small Laptops */
@media (min-width: 1025px) and (max-width: 1366px) {
}

/* Large Laptops / Desktops */
@media (min-width: 1367px) and (max-width: 1920px) {
}

/* Ultra-Wide Displays */
@media (min-width: 1921px) {
}
