/*

.google-sans-<uniquifier> {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}

.iosevka-charon-bold {
  font-family: "Iosevka Charon", monospace;
  font-weight: 700;
  font-style: normal;
}

    Created on : 12-Jun-2026, 5:21:15 pm
    Author     : Ajit Chandra
*/
:root {
  --body-font: "Google Sans", sans-serif;
  --heading-font: "Iosevka Charon", monospace; }

*, *::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; }

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; }

.pt-1rem {
  padding-top: 1rem; }

.pt-2rem {
  padding-top: 2rem; }

.pt-4rem {
  padding-top: 4rem; }

.pb-1rem {
  padding-bottom: 1rem; }

.pb-2rem {
  padding-bottom: 2rem; }

.pb-4rem {
  padding-bottom: 4rem; }

body {
  font-family: var(--body-font);
  font-size: 16px;
  background-color: #541A1A;
  background: #f7f7f7;
  background: linear-gradient(125deg, #f7f7f7 0%, #f0eded 100%); }

.heading-title .title {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  text-shadow: 0px 0px 1px #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1.5rem; }

header {
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 10px 0px;
  background-color: #240000; }
  header .quickcall {
    font-size: 1.5rem;
    color: #de8484;
    font-weight: bold; }

footer {
  background-color: #240000;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  color: #de8484;
  font-size: 15px; }
  footer .logo {
    padding-bottom: 2rem; }
  footer .title {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 15px;
    font-family: var(--heading-font);
    color: #FFAE6E; }
  footer ul li + li {
    padding-top: 12px; }
  footer ul li a {
    text-decoration: none;
    color: #de8484;
    border-bottom: 1px solid #de8484;
    border-radius: 15px;
    display: inline-block;
    padding: 0px 25px;
    transition: all 300ms ease-in-out; }
    footer ul li a:hover {
      border-bottom: 1px solid #5eff15; }

.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: 32px; }
  .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; } }

.quick-message {
  position: fixed;
  left: 5px;
  bottom: 50px;
  z-index: 9999; }
  .quick-message ul li + li {
    padding-top: 10px; }
  .quick-message ul li a {
    display: inline-block;
    padding: 15px;
    background-color: #ccc;
    border-radius: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

@media (min-width: 576px) {
  .heading-title .title {
    font-size: 1.8rem; } }
@media (min-width: 768px) {
  header {
    padding: 25px 0px; }

  .heading-title .title {
    font-size: 2rem; } }

/*# sourceMappingURL=mainstyle.css.map */
