.contact-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .contact-title {
      font-size: 2.5rem;
      font-weight: bold;
	  color: #0f172a;
    }
    .contact-image {
      max-width: 100%;
      border-radius: 8px;
    }
    .contact-info {
      text-align: center;
      padding: 20px;
    }
    .contact-info i {
      font-size: 48px;
      margin-bottom: 10px;
      color: #000;
    }
    .btn-call {
      background-color: #0d6efd;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
	  
    }
	.h3-color{
		color: #0f172a;
	}
	
	.btn-call-custom {
  background-color: #0d6efd; /* Bootstrap primary blue */
  color: #fff;
  border: 1px solid #0d6efd;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom:10px;
}

.btn-call-custom:hover {
  background-color: #fff;
  color: #0d6efd;
  border: 1px solid #0d6efd;
  text-decoration: none;
}