/**
Theme Name: Mangalore Housing
Author: Mangalore Housing
Author URI: https://mangalorehousing.in/about-us/
Description: My journey began not amidst bricks and mortar, but within the dynamic world of finance. My Name is Vijay Viswas Lobo, armed with a Master of Business Administration from ICFAI, I embarked on a career in the life insurance sector. For three enriching years, I honed my skills in client relationship management and financial understanding. This foundation led me to the realm of Asset Management, where I took on the responsibility of introducing clients to the sophisticated world of Portfolio Management Services (PMS) with one of India’s leading stock market brokers.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mangalore-housing
Template: astra
*/


/* Header Sticky */
.uae-scroll-header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}

.uaf-sticky-active {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff; /* Change as needed */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Header Sticky END */

/* Contact Form Code Here */
.single.ast-page-builder-template .entry-header {
	display:none!important;
}
#responsive-form input{
    border-bottom: 2px solid #f7f8fa;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0px 2px 2px;
    background-color: #fff0;
}
#responsive-form input::placeholder, #responsive-form textarea::placeholder { 
	font-size: 14px;
	color:#c3c3c3;
}
#responsive-form textarea{
    border-bottom: 2px solid #f7f8fa;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0px 2px 2px;
    background-color: #fff0;
	height: 100px;
}
#responsive-form .wpcf7-submit {
	background-color:#2C7CBC;
    width: 100%;
    padding: 23px 0px;
    height: 60px;
    border-radius: 3px;
}
#responsive-form .wpcf7-submit:hover {
	background-color:#F39435;
}
#responsive-form label {
	font-size:15px;
}
/* Contact Form End */ 

/* Contact Us page */
#contact-us-page input {
border: 2px solid #cfe3ed !important;
border-radius:30px;	
    padding: 15px 0px 15px 15px;
    background-color: aliceblue;
}

#contact-us-page textarea{
border: 2px solid #cfe3ed !important;
	border-radius:30px;	
    padding: 15px 0px 15px 15px;
    background-color: aliceblue;
	height: 100px;
}

#contact-us-page .wpcf7-submit {
	background-color:#2C7CBC;
    width: 100%;
    padding: 23px 0px;
    height: 60px;
    border-radius: 30px;
}
#contact-us-page .wpcf7-submit:hover {
	background-color:#F39435;
}

/* END */

.our-properties-page .es-powered.content-font {
	display:none!important;
}
.es-request-form.es-request-form--section {
	max-width: 700px;
}
.es-request-form {
	background: aliceblue;
  padding: 24px 15px;
}
.es-powered.content-font {
	display:none;
}