/* //Custom CSS */

html,body{
	overflow-x:hidden;
}


/* Error message box */
.wpcf7-response-output {
  margin-top: 15px !important;
  padding: 12px 18px !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;

  /* Glass effect */
  background: rgba(255, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 0, 0, 0.3);
  color: #b30000;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

  transition: all 0.3s ease;
}

/* When validation error */
.wpcf7 form.invalid .wpcf7-response-output {
  background: rgba(255, 77, 77, 0.1);
  border-color: rgba(255, 77, 77, 0.4);
  color: white !important;
}

/* Success message */
.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(0, 200, 83, 0.1);
  border: 1px solid rgba(0, 200, 83, 0.4);
  color: white !important;
}
.wpcf7 form.invalid .wpcf7-response-output
/* Optional: icon before text */
.wpcf7-response-output::before {
  content: "⚠ ";
  font-weight: bold;
	color: white !important;
}

/* Success icon */
.wpcf7 form.sent .wpcf7-response-output::before {
  content: "✔ ";
}

.enq-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    background: #EBF7FF;
}
.enq-form1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    background: #105681;
}
.bro-btn {
    display: flex;
    justify-content: center;
}
.wpcf7-spinner {
    visibility: hidden;
    display: none !important;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.enq-input input {
    width: 100% !important;
    padding: 12px 15px !important;
    border-radius: 8px;
    border: 2px solid #105681 !important;
    font-size: 15px !important;
    outline: none;
    transition: 0.3s ease !important;
	font-family:"Roboto" !important;
	font-weight:400 !important;
    background: #fff !important;
}
.enq-input input::placeholder{
	color:#000;
	font-family:"Roboto" !important;
	font-weight:400 !important;
}
.enq-input input:focus {
    border-color: #0d4669;
    box-shadow: 0 0 8px rgba(16, 86, 129, 0.3);
}
.bro-btn p{
	margin-bottom:0px !important;
	text-align:center;
}

.bro-btn input[type="submit"] {
    width: 100%;
    margin: auto;
    background: #105681 !important;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 7px 15px !important;
    font-family: "Roboto" !important;
    border-radius: 8px !important;
    border: 2px solid #fff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: 0.3s ease;
}
.bro-btn input[type="submit"]:hover {
    background: #0d4669;
    transform: translateY(-2px);
}
.look-head{
	position:relative;
}
.look-head::before {
    position: absolute;
    content: "";
    background-image: url(https://www.elegantrisebuilders.com/wp-content/uploads/2026/02/image-27.webp);
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 100px;
    left: 18%;
    background-repeat: no-repeat;
    top: -16%;
}
.look-head1{
	position:relative;
}
.look-head1::before {
    position: absolute;
    content: "";
    background-image: url(https://www.elegantrisebuilders.com/wp-content/uploads/2026/02/image-27.webp);
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 100px;
    left: -6%;
    background-repeat: no-repeat;
    top: -16%;
}


/* ===== Tablet ===== */
@media (max-width: 1024px){
    .look-head1::before{
        width: 70px;
        height: 20px;
        left: -5%;
        top: -10%;
    }
}

/* ===== Mobile ===== */
@media (max-width: 767px){
    .look-head1::before{
        width: 50px;
        height: 15px;
        left: 0;
        top: -12px;
    }
}
.look-head2{
	position:relative;
}
.look-head2::before {
    position: absolute;
    content: "";
    background-image: url(https://www.elegantrisebuilders.com/wp-content/uploads/2026/02/image-27.webp);
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 100px;
    left: 43%;
    background-repeat: no-repeat;
    top: -13%;
}
.look-head4{
	position:relative;
}
.look-head4::before {
    position: absolute;
    content: "";
    background-image: url(https://www.elegantrisebuilders.com/wp-content/uploads/2026/02/image-27.webp);
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 100px;
    left: -3%;
    background-repeat: no-repeat;
    top: -13%;
}
.list-icon{
	position:relative;
}
.list-icon::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 6px;
    left: -3%;
    height: 6px;
    border-radius: 50%;
    top: 30%;
}
.work-head1{
	opacity:0;
	position:relative;
	transition:opacity 0.3s ease;
	z-index:2;
}
.work-img1{
position:relative;
}
.work-img1::before{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(0,0,0,0);
	transition:0.3s ease;
	z-index:1;
}
.work-img1:hover::before{
	background:rgba(0,0,0,0.6);
}
.work-img1:hover .work-head1{
	opacity:1;
}
.proj-tab .e-n-tabs-heading {
    background-color: #fff;
    width: 10%;
    margin: auto;
    padding: 6px 10px;
	    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
}
.ti-widget.ti-goog .nowrap {
    white-space: nowrap;
    display: none !important;
    margin: 0 2px;
}
.btn-yellow .elementor-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
    text-decoration: none;
    color: #122949 !important;
    background: linear-gradient(90deg, #F59F0A, #FAC342) !important;
    position: relative;
    box-sizing: border-box;
}
.proj-tab1 .e-n-tabs-heading {
    background-color: #fff;
    
    margin: auto;
    padding: 6px 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
}
.whatsapp-icon1 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    bottom: 115px;
   	left: 20px;
    z-index: 999;
}
.whatsapp-icon1 img {
    height: 50px;
    width: 50px;
}

.whatsapp-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
   	left: 20px;
    z-index: 999;
}
.whatsapp-icon img {
    height: 50px;
    width: 50px;
}
a[href^="tel:"]{
display:inline-block;
padding:5px 5px;
margin:0px 0;
min-height:20px;
line-height:24px;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  z-index: 10000;
  text-decoration: none;
}
@font-face {
  font-display: swap !important;
}
.skip-link:focus {
  top: 10px;
  left: 10px;
}
.elementor-nav-menu--dropdown {
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.elementor-nav-menu--dropdown li:hover{
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.footer-add{
	font-weight:400;
	margin:0px;
	font-size:16px;
}
@media(max-width:500px){
	.look-head1{
	position:relative;
}
.look-head1::before {
    position: absolute;
    content: "";
    background-image: url(https://www.elegantrisebuilders.com/wp-content/uploads/2026/02/image-27.webp);
    background-position: center;
    background-size: contain;
    height: 22px;
    width: 100px;
    left: -10%;
    background-repeat: no-repeat;
    top: -11%;
}
	.look-head4::before {
    position: absolute;
    content: "";
    background-image: url(https://www.elegantrisebuilders.com/wp-content/uploads/2026/02/image-27.webp);
    background-position: center;
    background-size: contain;
    height: 22px;
    width: 100px;
    left: -9%;
    background-repeat: no-repeat;
    top: -4%;
}
	.look-head2::before {
    position: absolute;
    content: "";
    background-image: url(https://www.elegantrisebuilders.com/wp-content/uploads/2026/02/image-27.webp);
    background-position: center;
    background-size: contain;
    height: 22px;
    width: 100px;
    left: 27%;
    background-repeat: no-repeat;
    top: -5%;
}
	.look-head::before {
    position: absolute;
    content: "";
    background-image: url(https://www.elegantrisebuilders.com/wp-content/uploads/2026/02/image-27.webp);
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 100px;
    left: -6%;
    background-repeat: no-repeat;
    top: -23%;
}
.footer-add {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}
}

.elementor-widget-image,
.elementor-widget-heading,
.elementor-widget-social-icons {
  display:block;
}
section#comments {
    width: 1200px;
	display:none;
	background-color:#EBF7FF;
    margin: 0px auto;
}
.page-header {
    background-color: #EBF7FF;
    margin: 0px !important;
	padding:20px 0px;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1200px;
    margin: 0px auto;
}
@media(max-width:500px){
	html,body{
		overflow-x:hidden;
	}
	.enquiry-tab {
    position: fixed;
    top: 55%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    background: #105681;
    color: #fff;
    padding: 16px 7px;
    font-size: 17px;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 99999;
    text-decoration: none;
}
	section#comments {
    width: 100%;
		background-color:#EBF7FF;
    margin: 0px auto;
		display:none;
}
	.whatsapp-icon {
/*     background-color: #00E676; */
    color: white!important;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}
	.whatsapp-icon img{
		width:40px;
		height:40px;
	}
	#custom-banner-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .4);
}
}



