/*
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 : 20-Mar-2026, 1:23:04 pm
    Author     : Ajit Chandra
*/
.page-header {
  background-color: #46060F; }

.page-profile-details img {
  border-radius: 15px; }
.page-profile-details .profile-about-detail {
  background-color: #660066;
  padding: 15px;
  border-radius: 15px;
  font-size: 15px; }
  .page-profile-details .profile-about-detail ul li {
    padding: 10px 0px; }
    .page-profile-details .profile-about-detail ul li span {
      display: inline-block;
      font-weight: bold;
      padding-right: 10px; }
    .page-profile-details .profile-about-detail ul li + li {
      border-top: 1px dashed #727272; }
.page-profile-details .know-about-her .title {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  color: #F4AE52;
  text-shadow: -1px -1px 2px #000; }

.page-price .price-box {
  text-align: center;
  border: 2px solid #fff;
  padding: 2rem 1rem; }
  .page-price .price-box .title {
    font-family: var(--heading-font);
    font-weight: bold;
    font-size: 1.8rem;
    color: #F5C45E;
    text-shadow: 0px 0px 5px #000;
    padding-bottom: 1.5rem; }
  .page-price .price-box .profile-type {
    font-size: 14px;
    padding-bottom: 1rem; }
  .page-price .price-box ul li {
    font-weight: bold; }
    .page-price .price-box ul li span {
      background-color: #F3CF7A;
      color: #000;
      padding-left: 5px;
      margin-left: 5px;
      display: inline-block; }
    .page-price .price-box ul li + li {
      padding-top: 15px; }

.page-sitemap {
  padding: 2rem 0rem; }
  .page-sitemap h1, .page-sitemap h2, .page-sitemap h3, .page-sitemap h4 {
    font-family: var(--heading-font);
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff; }
  .page-sitemap h3, .page-sitemap h4 {
    margin-top: 25px; }
  .page-sitemap .webpages {
    padding-left: 20px;
    display: inline-block;
    columns: 1;
    width: 100%; }
    .page-sitemap .webpages li {
      width: 100%;
      list-style-type: square;
      color: #fff; }
    .page-sitemap .webpages a {
      color: #fff;
      padding: 5px 0px;
      display: inline-block;
      text-decoration: none; }
      .page-sitemap .webpages a:hover {
        text-decoration: underline; }
  .page-sitemap .postlinks .sublinks {
    padding-left: 20px;
    display: inline-block;
    columns: 1;
    width: 100%; }
    .page-sitemap .postlinks .sublinks li {
      width: 100%;
      list-style-type: square;
      color: #fff; }
      .page-sitemap .postlinks .sublinks li a {
        color: #fff;
        padding: 5px 0px;
        display: inline-block;
        text-decoration: none; }
        .page-sitemap .postlinks .sublinks li a:hover {
          text-decoration: underline; }

.page-contact-us .contact-us-box span {
  font-weight: bold; }
.page-contact-us .contact-us-box ul li span {
  color: #F0E76F; }
.page-contact-us .contact-us-box ul li a {
  color: #EBD5AB; }
.page-contact-us .contact-us-box ul li + li {
  padding-top: 15px; }

.page-profiles .profiles-items {
  position: relative; }
  .page-profiles .profiles-items img {
    border-radius: 15px; }
  .page-profiles .profiles-items .profile-details {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99; }
    .page-profiles .profiles-items .profile-details li {
      text-shadow: -1px -1px 6px #000;
      color: #fff;
      font-size: 15px; }
      .page-profiles .profiles-items .profile-details li + li {
        padding-top: 15px; }
  .page-profiles .profiles-items .profile-link {
    background-color: #0A2947;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    text-decoration: none;
    border-radius: 15px;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.page-service img {
  border-radius: 15px; }
.page-service .sidebox {
  background-color: #3d0012; }
  .page-service .sidebox .title {
    font-family: var(--heading-font);
    font-size: 1.8rem;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #760031;
    background: linear-gradient(90deg, #760031 0%, #a80046 100%); }
  .page-service .sidebox ul {
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .page-service .sidebox ul li {
      list-style-type: square; }
      .page-service .sidebox ul li a {
        color: #EBD5AB;
        text-decoration: none;
        padding: 10px 15px;
        display: inline-block;
        width: 100%; }
      .page-service .sidebox ul li:hover {
        background-color: #000;
        border-radius: 50px; }

.sub-page-gallery img, .page-content img {
  border-radius: 15px; }

@media (min-width: 576px) {
  .page-sitemap .webpages {
    columns: 1; }
  .page-sitemap .postlinks .sublinks {
    columns: 1; } }
@media (min-width: 768px) {
  .heading-title .title {
    font-size: 2.5rem; }

  .page-sitemap .webpages {
    columns: 2; }
  .page-sitemap .postlinks .sublinks {
    columns: 2; } }
@media (min-width: 992px) {
  .page-sitemap .webpages {
    columns: 3; }
  .page-sitemap .postlinks .sublinks {
    columns: 3; } }
@media (min-width: 1200px) {
  .page-sitemap .webpages {
    columns: 3; }
  .page-sitemap .postlinks .sublinks {
    columns: 3; } }
@media (min-width: 1400px) {
  .page-sitemap .webpages {
    columns: 3; }
  .page-sitemap .postlinks .sublinks {
    columns: 3; } }

/*# sourceMappingURL=substyle.css.map */
