    body {
      font-family: "Poppins", sans-serif;
      background: #f7f9fc;
    }
    /* nav */
    .log{
        width:50px;
        height:auto;
        border-radius:10px;
    }
    .page-header {
      background: linear-gradient(135deg, #0d6efd, #63a4ff);
      padding: 60px 0;
      color: white;
      text-align: center;
    }

    .contact-box {
      background: #ffffff;
      border-radius: 15px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      padding: 30px;
    }

    .info-icon {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(13,110,253,0.1);
      color: #0d6efd;
      border-radius: 12px;
      margin-right: 15px;
      font-size: 1.4rem;
    }

    .contact-info-item {
      display: flex;
      align-items: center;
      margin-bottom: 22px;
    }

    .contact-info-item h6 {
      margin: 0;
      font-weight: 600;
    }

    .contact-info-item p {
      margin: 0;
      color: #555;
      font-size: 0.9rem;
    }

    .form-control {
      border-radius: 10px;
    }

    .btn-primary {
      border-radius: 10px;
      padding: 10px 16px;
    }

    iframe {
      border-radius: 15px;
      box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    }
    a {
      text-decoration: none;
    }
