    .text-rose {
      color: #0084D1;
    }

    .top-head {
      background: linear-gradient(126deg, rgba(48, 139, 219, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
    }

    .contact-wrapper {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.06);
      padding: 2rem 1.75rem;
    }
    .contact-divider {
      width: 60px;
      height: 3px;
      background-color: #0084D1;
      border-radius: 999px;
      margin: .75rem 0 1.5rem;
    }
    .contact-icon-box {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 1rem;
    }
    .contact-icon-circle {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #e9f2ff;
      color: #0084D1;
      flex-shrink: 0;
      font-size: 1.15rem;
    }
    .social-links a {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #dee2e6;
      color: #495057;
      margin-right: .35rem;
      text-decoration: none;
      font-size: 1.15rem;
    }
    .social-links a:hover {
      background-color: #0084D1;
      color: #ffffff;
      border-color: #0084D1;
    }
    .map-full iframe {
      border: 0;
      width: 100%;
      height: 320px;
    }
   