/*
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 : 03-May-2026, 2:30:38 am
    Author     : Ajit Chandra

--Heading
.viga-regular {
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-style: normal;
}

--Body

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/
:root {
  --body-font: "Poppins", sans-serif;
  --heading-font: "Viga", sans-serif; }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ol, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

html, .offcanvas-body {
  scrollbar-width: thin;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available; }

html::-webkit-scrollbar, .offcanvas-body::-webkit-scrollbar {
  width: 5px; }

html::-webkit-scrollbar-track, .offcanvas-body::-webkit-scrollbar-track {
  background: #ddd; }

html::-webkit-scrollbar-thumb, .offcanvas-body::-webkit-scrollbar-thumb {
  background: #FDD36A; }

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
  ul li {
    list-style-type: none; }

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none; }

body {
  font-size: 16px;
  font-family: var(--body-font);
  background-color: #200009;
  color: #F6CE71;
  position: relative; }

.pt-2rem {
  padding-top: 2rem; }

.pt-4rem {
  padding-top: 4rem; }

.pb-2rem {
  padding-bottom: 2rem; }

.pb-4rem {
  padding-bottom: 4rem; }

.webnavbar {
  background-color: rgba(192, 57, 43, 0.6);
  color: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px; }
  .webnavbar .mobile-no {
    background-color: #000;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 0px; }
  .webnavbar .web-logo {
    display: inline-block; }
    .webnavbar .web-logo .txt {
      font-family: var(--heading-font);
      font-size: 30px;
      color: #fff;
      text-shadow: 0px 2px 3px #555;
      line-height: 30px; }
    .webnavbar .web-logo .cc-city {
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
  .webnavbar .web-links {
    display: inline-flex;
    align-items: center; }
    .webnavbar .web-links .nav-btn {
      color: #fff;
      font-size: 2rem; }
    .webnavbar .web-links .desktop-mobile-no {
      padding-right: 15px; }
      .webnavbar .web-links .desktop-mobile-no span {
        font-size: 1.2rem;
        font-weight: bold;
        padding: 5px 15px;
        background-color: #0B2D72;
        border-radius: 10px; }
    .webnavbar .web-links .nav-web-links .offcanvas .offcanvas-body {
      background-color: #f6e4e2; }
      .webnavbar .web-links .nav-web-links .offcanvas .offcanvas-body ul li {
        text-align: start; }
        .webnavbar .web-links .nav-web-links .offcanvas .offcanvas-body ul li + li {
          border-top: 1px solid #ccc; }
        .webnavbar .web-links .nav-web-links .offcanvas .offcanvas-body ul li a {
          text-decoration: none;
          display: inline-block;
          width: 100%;
          padding: 5px 10px;
          color: #000; }
          .webnavbar .web-links .nav-web-links .offcanvas .offcanvas-body ul li a:hover {
            background-color: #ebc2c2; }
    .webnavbar .web-links .nav-web-links .offcanvas .offcanvas-header {
      background-color: #c0392b; }
      .webnavbar .web-links .nav-web-links .offcanvas .offcanvas-header .offcanvas-title {
        font-family: var(--heading-font);
        font-size: 1.5rem;
        color: #fff; }

.city-about-us .about-us-img {
  border-radius: 100%; }

.home-services {
  background: #200009;
  background: linear-gradient(0deg, #200009 0%, #5a0e24 50%, #200009 100%); }

.home-services .items {
  position: relative;
  display: inline-block;
  border-style: groove;
  border-color: #C9996B;
  border-width: 1px 3px 1px 3px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .home-services .items:before {
    content: '';
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.61);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
  .home-services .items img {
    border-radius: 25px; }
  .home-services .items figcaption {
    position: absolute;
    left: 30px;
    right: 0px;
    bottom: 30px;
    z-index: 999;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold; }

.city-profiles figure {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold; }
  .city-profiles figure .layer {
    background: linear-gradient(180deg, transparent 30%, rgba(15, 15, 18, 0.3) 55%, rgba(15, 15, 18, 0.85) 85%, rgba(15, 15, 18, 0.95) 100%) !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important; }
  .city-profiles figure .nationality {
    position: absolute;
    color: #fff;
    left: 10px;
    bottom: 50px;
    z-index: 999;
    color: #F7D87F; }
  .city-profiles figure img {
    border-radius: 15px;
    transition: 0.3s;
    filter: brightness(0.95) !important; }
    .city-profiles figure img:hover {
      transform: scale(1.05); }
  .city-profiles figure figcaption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px 0px 15px 15px;
    background-color: rgba(255, 146, 146, 0.2);
    padding: 10px 15px;
    color: #fff;
    z-index: 99;
    border-top: 2px solid #a45858;
    color: #F7D87F; }

.sub-locality-list .list-box {
  background-color: #2C3947;
  border: 5px groove #5f5f5f;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0px 15px 10px -15px #111; }
  .sub-locality-list .list-box ul {
    columns: 2; }
    .sub-locality-list .list-box ul li {
      padding: 5px 0px 5px 0px;
      text-align: left;
      color: #fff;
      font-size: 14px; }

.section-title {
  padding-bottom: 1.5rem; }
  .section-title .title {
    font-family: var(--heading-font);
    font-size: 1.8rem;
    text-shadow: 0px 0px 1px #000; }
  .section-title .line {
    display: inline-block;
    width: 100%;
    border: 1px solid #F6CE71;
    position: relative;
    width: 250px; }
    .section-title .line:before {
      position: absolute;
      content: '';
      border: 1px solid #F6CE71;
      padding: 3px 40px;
      border-radius: 10px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 99;
      background-color: #000; }

.page-content .content-box {
  border-radius: 10px;
  padding: 15px;
  border: 2px dashed #C39C3D;
  background-color: #1C0B07;
  box-shadow: 0px 15px 10px -15px #111; }
.page-content h1 {
  font-size: 26px;
  padding: 2rem 0rem; }
.page-content h2 {
  font-size: 25px; }
.page-content h3 {
  font-size: 24px; }
.page-content h4 {
  font-size: 23px; }
.page-content h5 {
  font-size: 22px; }
.page-content h6 {
  font-size: 21px; }
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: var(--heading-font);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #CFAD5D;
  text-align: center;
  text-sdadow: 0px 0px 1px #000; }
.page-content p {
  text-align: justify;
  margin-bottom: 1rem;
  font-size: 15px;
  color: #d1d1d1; }
  .page-content p a {
    color: #0058FF; }
  .page-content p strong {
    color: #C9C500; }
.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;
    padding: 2rem 0rem; }
  .page-content h2 {
    font-size: 30px; }
  .page-content h3 {
    font-size: 28px; }
  .page-content h4 {
    font-size: 26px; }
  .page-content h5 {
    font-size: 24px; }
  .page-content h6 {
    font-size: 22px; } }

.callbuttonlinks {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background-color: #000; }
  .callbuttonlinks ul {
    display: flex; }
    .callbuttonlinks ul li {
      width: 50%; }
      .callbuttonlinks ul li a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        width: 100%;
        padding: 15px 0px;
        text-align: center;
        font-size: 15px;
        font-weight: bold; }
    .callbuttonlinks ul .call-link {
      background-color: #000066; }
    .callbuttonlinks ul .whatsapp-link {
      background-color: #333300; }

footer {
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: #fff;
  background: #470a04;
  font-size: 15px; }
  footer .footer-menu ul {
    display: inline-flex; }
    footer .footer-menu ul li + li {
      margin-left: 5px; }
      footer .footer-menu ul li + li:before {
        content: '|';
        color: #fff;
        padding-right: 5px; }
    footer .footer-menu ul li a {
      color: #fff;
      text-decoration: none; }
      footer .footer-menu ul li a:hover {
        text-decoration: underline; }

.disclaimer .norms {
  background-color: #000;
  font-size: 14px;
  color: #d1d1d1;
  border-radius: 15px 15px 0px 0px;
  padding: 1rem;
  border-width: 2px 2px 0px 2px;
  border-style: dashed;
  border-color: #D7A86E; }
  .disclaimer .norms .title {
    text-align: center; }

@media (min-width: 576px) {
  .sub-locality-list .list-box ul {
    columns: 2; } }
@media (min-width: 768px) {
  .webnavbar {
    padding-top: 10px; }

  .focus-heading-text {
    padding: 4rem 0rem; }

  .focus-heading-text .text {
    font-size: 3rem; }

  .sub-locality-list .list-box ul {
    columns: 3; } }
@media (min-width: 992px) {
  .sub-locality-list .list-box ul {
    columns: 4; } }

/*# sourceMappingURL=citypage-style.css.map */
