/* ===========================
   HEADER CUSTOMIZATION - Classic Header
   =========================== */

/* 1. Header Background Color */
.rh_header,
.header-wrapper,
.site-header {
  background-color: #B1E2FA !important; /* <-- Apna color code daalna */
  background-image: none !important;
  opacity: 1 !important;
}

/* 2. Hide WhatsApp / Phone Number from Header */
.header-contact-wrapper,
.rh_header__contact,
.rh_header .contact-number,
.header-contact,
.rh_header_whatsapp,
.rh_header_whatsapp_number {
  display: none !important;
  visibility: hidden !important;
}

/* 3. Hide "Submit Property" Button from Header */
a.rh-btn.rh-btn-primary[href*="submit-property"],
.menu-item a[href*="submit-property"] {
  display: none !important;
  visibility: hidden !important;
}




