   .contact-box h4{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .contact-section {
      background-color: #fff;
      padding: 50px 0;
    }

    .contact-box {
      background: white;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }

    .contact-icon {
      font-size: 1.5rem;
      color: #0d6efd;
      margin-right: 15px;
    }

    .social-icons {
      margin-top: 9px;
    }

    .social-icons a {
      color: #0d6efd;
      font-size: 24px;
      margin-right: 10px;
    }

    .form-control::placeholder {
      color: #999;
    }

    .send-btn {
      background-color: #0d6efd;
      color: white;
      border: none;
      padding: 10px 25px;
      border-radius: 25px;
    }
    .send-btn:hover{
       background-color: #dc3545;
      color: white;
    }

    .map-section iframe {
      width: 100%;
      height: 400px;
      border: none;
    }
