/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 08-May-2026, 11:58:25 am
    Author     : Ajit Chandra
*/
.home-banner {
  position: relative; }
  .home-banner .select-area {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 60%; }
    .home-banner .select-area .area-dropdown {
      border-radius: 15px;
      padding: 20px;
      display: inline-block;
      width: 100%;
      background-color: #FFDBB6;
      border: 5px solid #fff;
      font-weight: bold; }

.home-locality {
  background-color: #F8F5E9; }
  .home-locality .items {
    color: #fff;
    background-color: #760031;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    transition: all 300ms ease-in-out; }
    .home-locality .items:hover {
      background-color: #FFAE6E;
      background: #cc8752;
      background: linear-gradient(0deg, #cc8752 0%, #c99065 51%, #cc8752 100%);
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

/*# sourceMappingURL=homestyle.css.map */
