/*
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 : 13-Jun-2026, 6:43:57 pm
    Author     : Ajit Chandra
*/
.sub-banner {
  padding-top: 10rem;
  background-color: #240000; }
  .sub-banner .heading-title .title {
    color: #F0E76F; }

.page-locations .items {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
  border-left: 4px solid #9A3F3F;
  width: 100%;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out; }
  .page-locations .items:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-left-color: #FA812F;
    background-color: #FBF9D1;
    transform: scale(1.01) translateY(-2px); }

.profile-type figure {
  position: relative;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
  .profile-type figure img {
    border-radius: 15px; }
  .profile-type figure figcaption {
    position: absolute;
    bottom: 50px;
    color: #FEEC41;
    text-shadow: 0px 0px 3px #000;
    z-index: 99;
    left: 0px;
    right: 0px;
    text-align: center;
    font-weight: bold; }

.available-profiles .profile {
  border-radius: 15px;
  border: 2px solid #FF9D00;
  position: relative; }
  .available-profiles .profile img {
    border-radius: 12px; }
  .available-profiles .profile .profile-details {
    font-size: 13px;
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 15px;
    color: #fff; }
    .available-profiles .profile .profile-details li + li {
      padding-top: 15px; }
  .available-profiles .profile .online {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 11px;
    background-color: #760031;
    color: #fff; }
  .available-profiles .profile .quick-contact {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 15px;
    z-index: 99;
    display: flex; }
    .available-profiles .profile .quick-contact li {
      width: 100%;
      text-align: center; }
      .available-profiles .profile .quick-contact li a {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        padding: 8px 0px;
        text-align: center;
        border-radius: 5px;
        width: 90px; }
      .available-profiles .profile .quick-contact li .callbtn {
        background-color: #427FE0; }
      .available-profiles .profile .quick-contact li .whatsappbtn {
        background-color: #26b25b; }

.city-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .city-list ul li {
    overflow: hidden;
    margin: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 15px; }
    .city-list ul li a {
      transition: all 400ms ease-in-out;
      text-align: center;
      background-color: #FFE0C5;
      color: #000;
      display: inline-block;
      width: 100%;
      text-decoration: none;
      font-size: 14px;
      padding: 5px 20px;
      border-radius: 15px; }
      .city-list ul li a:hover {
        text-decoration: underline;
        background-color: #FFF0E4; }
    .city-list ul li:nth-child(n+1) {
      flex-grow: 1; }

.page-content .content-box {
  border: 1px solid #000;
  padding: 25px;
  border-radius: 15px;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; }
.page-content h1 {
  font-size: 24px;
  text-align: center; }
.page-content h2 {
  font-size: 22px; }
.page-content h3 {
  font-size: 20px; }
.page-content h4 {
  font-size: 18px; }
.page-content h5 {
  font-size: 18px; }
.page-content h6 {
  font-size: 18px; }
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: var(--heading-font);
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold; }
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  padding-top: 15px; }
.page-content p {
  text-align: justify;
  padding-bottom: 15px; }
  .page-content p a {
    color: #443199; }
  .page-content p strong {
    color: #000; }
.page-content ul {
  margin-left: 15px;
  margin-bottom: 15px; }
  .page-content ul li {
    list-style-type: square;
    padding: 5px 0px; }
.page-content ol {
  margin-left: 20px;
  margin-bottom: 15px; }
  .page-content ol li {
    list-style-type: upper-alpha;
    padding: 5px 0px; }
@media (min-width: 768px) {
  .page-content h1 {
    font-size: 38px; }
  .page-content h2 {
    font-size: 26px; }
  .page-content h3 {
    font-size: 24px; }
  .page-content h4 {
    font-size: 22px; }
  .page-content h5 {
    font-size: 20px; }
  .page-content h6 {
    font-size: 18px; }
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    text-align: left; }
  .page-content p {
    text-align: justify; } }

/*# sourceMappingURL=post-citystyle.css.map */
