/* Prestige Kollur Brand Overrides
   Overrides hardcoded Godrej-blue (#3764e3) values in style-new-uptd.css */

/* Project header text */
.project-header-text {
  color: #1a365d !important;
}

/* Instant list box heading */
.instant_listbox ul li h5 {
  color: #1a365d !important;
}

/* Owl carousel dot active */
.owl-dot.active {
  border-color: #1a365d !important;
}

/* Owl carousel item link color */
#owl-demo8 .item a {
  color: #1a365d !important;
}

/* Back-onew button */
.back-onew {
  background: #1a365d !important;
}
.back-onew:hover {
  background: #2d4a7a !important;
}

/* Mobile footer background */
.mobile_footer_new {
  background: #1a365d !important;
}

/* Scroll active highlight */
.scroll-active p {
  color: #1a365d !important;
}

/* CTA buttons with secondary color */
.Common_btn,
.btn_master {
  background: #ed8936 !important;
}
.Common_btn:hover,
.btn_master:hover {
  background: #dd6b20 !important;
}
