body {
        font-family: "Segoe UI", sans-serif;
      }
.btn-float:hover {
    transform: translateY(-5px);
}
        body {
            font-family: Arial, sans-serif;
        }
        .section-padding {
            padding: 60px 0;
        }
        .angel-logo {
    height: 28px !important;
    width: auto;
}

@media (max-width: 768px) {
    .angel-logo {
        height: 22px;
    }
}
      .btn-glass {
    background: linear-gradient(145deg, #1e88e5, #1565c0);
    color: white;
    padding: 14px 30px;
    border-radius: 10px;
    /* box-shadow: 5px 5px 12px rgba(0,0,0,0.3),
                -5px -5px 12px rgba(0,0,0,0.3); */
    transition: 0.3s;
    text-decoration: none;
}

.btn-glass:hover {
    box-shadow: inset 5px 5px 12px rgba(0,0,0,0.3),
                inset -5px -5px 12px rgba(255,255,255,0.1);
}


      /* Page Header */
      .page-header {
        padding: 120px 0 60px;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
          url("images/contact-bg.jpg") center/cover no-repeat;
        color: #fff;
        text-align: center;
      }

      .page-header h1 {
        font-weight: 700;
      }

      /* Section Padding */
      .section-padding {
        padding: 80px 0;
      }

      /* Contact Card */
      .contact-card {
        background: #fff;
        border-radius: 18px;
        padding: 30px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
        height: 100%;
      }

      .contact-card h5 {
        font-weight: 600;
        margin-bottom: 15px;
      }

      .contact-info p {
        margin-bottom: 10px;
        font-size: 15px;
        color: #555;
      }

      .contact-info span {
        font-size: 20px;
        margin-right: 8px;
      }

      /* Button */
      .btn-primary {
        border-radius: 30px;
        padding: 10px 25px;
      }

      /* Footer */
      footer {
        background: #212529;
        color: #fff;
        padding: 15px 0;
        text-align: center;
      }