/*
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 : 07-Jun-2026, 9:19:09 pm
    Author     : Ajit Chandra
*/
.profile-type img {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }

.our-services .items {
  padding: 3rem 0rem;
  border-radius: 15px;
  background: #E8F5BD;
  background: radial-gradient(circle, #e8f5bd 0%, #f0c8d0 100%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .our-services .items figure figcaption {
    font-weight: bold;
    font-size: 18px; }

.our-gallery figure {
  position: relative;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
  .our-gallery figure img {
    border-radius: 15px; }
  .our-gallery figure figcaption {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(1, 1, 1, 0.3);
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0px;
    color: #FFE394;
    text-align: center;
    border-radius: 0px 0px 15px 15px; }

.our-profiles figure {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
  .our-profiles figure figcaption {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(220, 204, 172, 0.6);
    font-family: var(--heading-font);
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    border-radius: 50px 50px 0px 0px; }
    .our-profiles figure figcaption ul {
      display: inline-flex;
      width: 100%; }
      .our-profiles figure figcaption ul li {
        width: 50%; }

.contact-us-banner {
  padding: 4rem 0rem;
  color: #000;
  background-origin: border-box;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 20% center; }
  .contact-us-banner .title {
    font-family: var(--heading-font);
    font-size: 1.8rem;
    font-weight: bold; }

.msg-banner {
  padding: 2rem 0rem;
  background-color: #FFE5CA;
  position: relative; }
  .msg-banner:before {
    content: '';
    background-color: #FFE5CA;
    left: 0px;
    right: 0px;
    bottom: -150px;
    top: 0px;
    position: absolute;
    z-index: -1; }
  .msg-banner .title, .msg-banner .city-name {
    font-family: var(--heading-font);
    text-transform: uppercase; }
  .msg-banner .title {
    margin-bottom: 1.5rem;
    color: #36064D;
    font-size: 2.5rem;
    line-height: 50px; }
  .msg-banner .city-name span {
    color: #FFF799;
    background-color: #5E0006;
    padding: 0px 25px;
    border-radius: 150px;
    display: inline-block;
    font-size: 1.5rem; }

.home-session-rates table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
  .home-session-rates table tr th {
    background-color: #FFC69D;
    padding: 10px;
    color: #fff;
    font-size: 1.3rem; }
  .home-session-rates table tr:nth-of-type(even) {
    background-color: #FFEAD3; }
  .home-session-rates table tr:nth-of-type(odd) {
    background-color: #F1DFCB; }
  .home-session-rates table tr td {
    padding: 10px;
    font-size: 14px; }

.home-locality {
  background-color: #F8F5E9; }
  .home-locality .items {
    background-color: #000;
    color: #fff;
    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; }

@media (min-width: 576px) {
  .msg-banner {
    padding: 3rem 0rem; }
    .msg-banner .title, .msg-banner .city-name {
      font-size: 3rem; }

  .contact-us-banner {
    padding: 3rem 0rem;
    background-position: 20% center; }
    .contact-us-banner .title {
      font-size: 2.5rem; } }
@media (min-width: 768px) {
  .msg-banner {
    padding: 4rem 0rem; }
    .msg-banner .title, .msg-banner .city-name {
      font-size: 4rem; } }
@media (min-width: 992px) {
  .msg-banner {
    padding: 6rem 0rem; }
    .msg-banner .title {
      font-size: 4rem; }
    .msg-banner .city-name span {
      font-size: 2rem; }

  .contact-us-banner {
    padding: 6rem 0rem;
    background-position: center center; }
    .contact-us-banner .title {
      font-size: 3rem; } }

/*# sourceMappingURL=areastyle.css.map */
