/*
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 : 25-Feb-2026, 1:18:13 am
    Author     : Ajit Chandra
*/
:root {
  --body-font: "Inter", sans-serif;
  --heading-font: "IBM Plex Serif", 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 {
  scrollbar-width: thin;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available; }

html::-webkit-scrollbar {
  width: 5px; }

html::-webkit-scrollbar-track {
  background: #ddd; }

html::-webkit-scrollbar-thumb {
  background: #FDD36A; }

ul, li {
  list-style-type: none; }

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

ul, li {
  list-style-type: none; }

body {
  background-color: #0e100f;
  font-size: 16px;
  font-family: var(--body-font);
  color: #9f9e95; }

.pt-2rem {
  padding-top: 2rem; }

.pt-4rem {
  padding-top: 4rem; }

.pb-2rem {
  padding-bottom: 2rem; }

.pb-4rem {
  padding-bottom: 4rem; }

.heading-title {
  padding-bottom: 25px; }
  .heading-title .title {
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: bold;
    color: #EFDCAB;
    text-shadow: -1px -1px 5px #000; }
  .heading-title .descriptions {
    font-family: var(--heading-font);
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #EFDCAB; }

header {
  padding: 10px 0px; }

.home-city-list {
  background-color: #1A1313; }
  .home-city-list .city-list ul {
    columns: 1; }
    .home-city-list .city-list ul li {
      padding-top: 25px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
      .home-city-list .city-list ul li a {
        color: #FFFBB1;
        border-left: 10px solid #FFFBB1;
        display: inline-block;
        width: 100%;
        background-color: #25343F;
        padding: 8px 10px;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none; }

.page-content h1 {
  font-size: 30px; }
.page-content h2 {
  font-size: 29px; }
.page-content h3 {
  font-size: 28px; }
.page-content h4 {
  font-size: 27px; }
.page-content h5 {
  font-size: 26px; }
.page-content h6 {
  font-size: 25px; }
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: var(--heading-font);
  padding-bottom: 15px;
  color: #E2C799;
  text-align: center;
  font-weight: bold; }
.page-content p {
  font-size: 14px;
  padding-bottom: 12px;
  text-align: justify;
  margin-bottom: 1rem; }
  .page-content p a {
    color: #E0D6AD; }
  .page-content p strong {
    color: #75d78e; }
.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: 32px; }
  .page-content h2 {
    font-size: 30px; }
  .page-content h3 {
    font-size: 26px; }
  .page-content h4 {
    font-size: 24px; }
  .page-content h5 {
    font-size: 22px; }
  .page-content h6 {
    font-size: 20px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    text-align: left; }
  .page-content p {
    font-size: 16px;
    padding-bottom: 12px;
    text-align: justify;
    margin-bottom: 1rem; } }

footer {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000;
  color: #fff;
  font-size: 13px; }
  footer .footer-menu ul {
    display: inline-flex; }
    footer .footer-menu ul li a {
      color: #fff;
      text-decoration: none; }
      footer .footer-menu ul li a:hover {
        text-decoration: underline; }
    footer .footer-menu ul li + li {
      margin-left: 5px; }
      footer .footer-menu ul li + li:before {
        content: '|';
        color: #fff;
        padding-right: 5px; }

@media (min-width: 768px) {
  .home-city-list .city-list ul {
    columns: 2; } }
@media (min-width: 992px) {
  .home-city-list .city-list ul {
    columns: 3; } }

/*# sourceMappingURL=homepage.css.map */