@charset "UTF-8";
@import "aos.css";
:root {
  --font-lato: 'Lato', Arial, sans-serif;
  --font-Baskerville: 'Libre Baskerville', serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #e8edf5;
  font-family: "Crimson Pro", Georgia, serif;
}

/* ── TOP HEADER ── */
.page-header {
  background: #004085;
  padding: 8px 16px 14px;
  border-top-right-radius: var(--ns-radius);
  border-top-left-radius: var(--ns-radius);
  box-shadow: var(--ns-shadow);
  font-size: clamp(1.1rem, 3.5vw, 1.7rem);
}

/* ── BARAH MAHA ── */
.barah-maha-section {
  background: linear-gradient(135deg, #dce8f8 0%, #eef3fb 50%, #e6eedf 100%);
  padding: 18px 20px 22px;
  border-bottom-right-radius: var(--ns-radius);
  border-bottom-left-radius: var(--ns-radius);
  box-shadow: var(--ns-shadow);
}

.barah-maha-section h2 {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(1.4rem, 5vw, 2.2rem);
  color: #0a0a5c;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center !important;
}

.barah-maha-verse {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.85rem, 2.5vw, 1.05rem);
  color: #1a1a4a;
  line-height: 2;
  margin: 0 auto;
  text-align: center !important;
}

/* ── CALENDAR CARD ── */
:root {
  --ns-navy: #000099;
  --ns-navy-light: #e6e6ff;
  --ns-gold: #b8860b;
  --ns-eng-gray: #7f7f7f;
  --ns-border: #c8d8ef;
  --ns-header-bg: #f0f4fb;
  --ns-sun-bg: #fdf0f0;
  --ns-sat-bg: #f0f0fd;
  --ns-empty-bg: #fafbfd;
  --ns-radius: 16px;
  --ns-shadow: 0 4px 24px rgba(0, 0, 153, .09), 0 1px 4px rgba(0, 0, 0, .05);
}

.ns-cal-wrap {
  width: 100%;
  margin: 2rem auto 1rem;
}

.ns-page-title {
  text-align: center;
  margin-bottom: 1rem;
}

.ns-page-title h3 {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.6rem, 1.8vw, 1rem);
  font-weight: 400;
  color: var(--ns-eng-gray);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.4;
}

.ns-cal-card {
  background: #fff;
  border-radius: var(--ns-radius);
  box-shadow: var(--ns-shadow);
  overflow: hidden;
  border: 1px solid var(--ns-border);
}

.ns-cal-header {
  background: linear-gradient(135deg, #dce8f8 0%, #eef3fb 50%, #e6eedf 100%);
  padding: clamp(0.7rem, 2.5vw, 1.4rem) clamp(0.7rem, 2.5vw, 1.8rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(0.5rem, 2vw, 1.5rem);
  border-bottom: 1.5px solid var(--ns-border);
  flex-wrap: wrap;
}

.ns-header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 auto;
}

.ns-month-gurmukhi {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(2rem, 7vw, 3.4rem);
  font-weight: 700;
  /*color: $blueSite;*/
  color: #004085;
  line-height: 1;
  display: block;
}

.ns-month-roman {
  font-size: clamp(0.68rem, 1.8vw, 0.88rem);
  color: var(--ns-eng-gray);
  letter-spacing: 0.04em;
  display: block;
}

.ns-year-pill {
  display: inline-block;
  margin-top: 5px;
  background: #004085;
  color: #fff;
  font-size: clamp(0.55rem, 1.3vw, 0.68rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 11px;
  border-radius: 20px;
}

.ns-header-meta {
  flex: 1 1 180px;
  align-self: stretch;
  min-height: clamp(80px, 12vw, 115px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-header-meta h4 {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(1rem, 3vw, 1.6rem);
  font-weight: 700;
  color: #004085;
  text-align: center;
  opacity: 0.75;
  margin: 0;
}

.ns-header-right {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 1vw, 8px);
  flex: 0 0 auto;
  align-self: center;
}

.ns-meta-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ns-meta-label {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.6rem, 1.5vw, 0.76rem);
  font-weight: 700;
  color: #004085;
  display: block;
}

.ns-meta-val {
  font-size: clamp(0.62rem, 1.5vw, 0.78rem);
  color: var(--ns-eng-gray);
  display: block;
}

.ns-header-ornament {
  font-size: clamp(1.6rem, 5vw, 3rem);
  color: var(--ns-gold);
  opacity: 0.5;
  user-select: none;
  line-height: 1;
  flex-shrink: 0;
  align-self: center;
}

.ns-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.ns-cal {
  width: 100%;
  min-width: 290px;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}

table.ns-cal thead tr {
  background: var(--ns-header-bg);
}

table.ns-cal thead th {
  padding: clamp(4px, 1.5vw, 9px) 1px;
  text-align: center;
  border-right: 0.5px solid var(--ns-border);
  border-bottom: 1.5px solid var(--ns-border);
  vertical-align: middle;
}

table.ns-cal thead th:last-child {
  border-right: none;
}

.ns-th-g {
  display: block;
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.6rem, 1.8vw, 0.88rem);
  font-weight: 700;
  color: #004085;
  line-height: 1.2;
}

.ns-th-e {
  display: block;
  font-size: clamp(0.52rem, 1.3vw, 0.67rem);
  color: var(--ns-eng-gray);
  letter-spacing: 0.03em;
  margin-top: 1px;
}

table.ns-cal tbody tr {
  border-bottom: 0.5px solid var(--ns-border);
}

table.ns-cal tbody tr:last-child {
  border-bottom: none;
}

table.ns-cal tbody td {
  border-right: 0.5px solid var(--ns-border);
  padding: clamp(3px, 1.2vw, 7px) 1px;
  text-align: center;
  vertical-align: top;
  height: clamp(50px, 10vw, 72px);
  transition: background 0.15s;
}

table.ns-cal tbody td:last-child {
  border-right: none;
}

table.ns-cal tbody td:not(.ns-empty):hover {
  background: var(--ns-navy-light) !important;
  cursor: default;
}

table.ns-cal tbody td.ns-sun {
  background: var(--ns-sun-bg);
}

table.ns-cal tbody td.ns-sat {
  background: var(--ns-sat-bg);
}

table.ns-cal tbody td.ns-empty {
  background: var(--ns-empty-bg);
}

.ns-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.ns-date-g {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(1rem, 3.8vw, 1.65rem);
  font-weight: 700;
  color: #004085;
  line-height: 1.05;
}

.ns-date-e {
  font-size: clamp(0.58rem, 1.5vw, 0.72rem);
  color: var(--ns-eng-gray);
  line-height: 1.3;
  font-family: "Crimson Pro", serif;
}

.ns-dot {
  width: clamp(3px, 0.8vw, 5px);
  height: clamp(3px, 0.8vw, 5px);
  border-radius: 50%;
  background: var(--ns-gold);
  margin-top: 1px;
  flex-shrink: 0;
}

.ns-tag {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.48rem, 1.1vw, 0.58rem);
  color: var(--ns-gold);
  font-weight: 700;
  line-height: 1.2;
}

.ns-cal-footer {
  background: var(--ns-header-bg);
  border-top: 0.5px solid var(--ns-border);
  font-size: clamp(0.6rem, 1.4vw, 0.72rem);
  color: var(--ns-eng-gray);
  font-family: "Crimson Pro", Georgia, serif;
}

.ns-footer-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, 2vw, 14px);
  padding: clamp(6px, 1.8vw, 10px) clamp(10px, 2.5vw, 18px);
}

.ns-footer-row + .ns-footer-row {
  border-top: 0.5px solid var(--ns-border);
}

.ns-legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ns-leg-box {
  width: 11px;
  height: 11px;
  border-radius: 3px;
  border: 0.5px solid var(--ns-border);
  flex-shrink: 0;
  display: inline-block;
}

.ns-footer-dates {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 2.5vw, 20px);
  align-items: center;
}

.ns-fdi {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ns-fdi-label {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.6rem, 1.5vw, 0.74rem);
  font-weight: 700;
  color: #004085;
  display: block;
}

.ns-fdi-val {
  font-size: clamp(0.6rem, 1.4vw, 0.72rem);
  color: var(--ns-eng-gray);
  display: block;
}

.ns-footer-sites {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(6px, 2vw, 16px);
}

.ns-footer-sites a {
  font-size: clamp(0.58rem, 1.4vw, 0.7rem);
  color: #004085;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  opacity: 0.8;
}

.ns-footer-sites a:hover {
  opacity: 1;
  text-decoration: underline;
}

.ns-fw-sep {
  color: var(--ns-border);
  font-size: 0.8rem;
}

.ns-footer-info {
  font-size: clamp(0.56rem, 1.3vw, 0.68rem);
  color: #aaa;
  font-style: italic;
  margin-left: auto;
}

.ns-disclaimer {
  font-size: 10px;
  color: #ababab;
  padding: 6px clamp(10px, 2.5vw, 18px);
  border-top: 0.5px solid var(--ns-border);
  line-height: 1.5;
  font-family: "Noto Sans Gurmukhi", sans-serif;
}

/* ── EVENTS SECTION ── */
.events-wrap {
  width: 100%;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #dce8f8 0%, #eef3fb 50%, #e6eedf 100%);
}

.events-card {
  background: rgba(255, 255, 255, 0.38);
  border-radius: var(--ns-radius);
  box-shadow: var(--ns-shadow);
  border: 1px solid var(--ns-border);
  overflow: hidden;
}

.events-section {
  padding: 14px 20px;
  border-bottom: 1px solid var(--ns-border);
}

.events-section:last-child {
  border-bottom: none;
}

.events-section-title {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.85rem, 2.2vw, 1.05rem);
  font-weight: 700;
  color: #fff;
  background: #004085;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

.events-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.events-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 0.5px dashed var(--ns-border);
  font-size: clamp(0.78rem, 2vw, 0.92rem);
}

.events-list li:last-child {
  border-bottom: none;
}

.ev-name {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  color: #1a1a4a;
  flex: 1;
  padding-right: 12px;
  line-height: 1.5;
}

.ev-date {
  font-family: "Crimson Pro", serif;
  color: var(--ns-gold);
  font-weight: 600;
  white-space: nowrap;
  font-size: clamp(0.75rem, 1.8vw, 0.88rem);
}

/* ── BOTTOM NAV BUTTONS ── */
.bottom-tabs {
  max-width: 100%;
  margin: 1.2rem auto 0;
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.bottom-tabs a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1.5px solid #c8d8ef;
  color: #004085;
  font-family: "Crimson Pro", serif;
  font-size: clamp(0.65rem, 1.8vw, 0.82rem);
  font-weight: 600;
  padding: 7px 50px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.15s, color 0.15s;
  text-align: center;
  min-width: clamp(54px, 8vw, 72px);
}

.bottom-tabs a:hover {
  background: #004085;
  color: #fff !important;
}

.bottom-tabs a.active {
  background: #004085;
  color: #fff !important;
  font-weight: 700;
}

.bottom-tabs a .btn-g {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.7rem, 2vw, 0.88rem);
  font-weight: 700;
  display: block;
  line-height: 1.3;
}

.bottom-tabs a .btn-e {
  font-size: clamp(0.55rem, 1.3vw, 0.65rem);
  opacity: 0.75;
  display: block;
  line-height: 1.2;
}

/* ── PREV / NEXT ── */
.month-nav {
  max-width: 100%;
  margin: 1rem auto 2.5rem;
  padding: 0 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.month-nav a {
  background: #f0f2f7;
  border: 1.5px solid #c8d8ef;
  color: #004085;
  font-family: "Crimson Pro", serif;
  font-size: clamp(0.8rem, 2.2vw, 1rem);
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.month-nav a:hover {
  background: #004085;
  color: #fff !important;
}

@media (max-width: 360px) {
  .ns-th-e {
    display: none;
  }
  .ns-header-ornament {
    display: none;
  }
}
@media print {
  .ns-cal-card {
    box-shadow: none;
    border: 1px solid #ccc;
  }
}
.txtEnglish {
  font-size: 20px;
  color: #004085;
}

body {
  font-family: var(--font-lato);
  font-size: 16px;
  line-height: 1.7;
  color: #1f2933;
  margin: 0;
  padding: 0 !important;
  background-color: rgb(231, 233, 235) !important;
  width: 100%;
  height: 100%;
  word-spacing: 3px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden !important;
}

body, html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-Baskerville);
  font-weight: 400 !important;
  line-height: 1.3;
  color: #0f2a44;
  text-align: left !important;
  margin-top: 20px;
  margin-bottom: 0 !important;
}

h2 {
  font-size: 28px;
  color: #c9a227;
}

h3 {
  font-size: 22px;
  color: #004085;
}

p {
  text-align: justify;
  margin-top: 7px;
  margin-bottom: 7px;
}

figcaption {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  margin-top: 10px;
  line-height: 1.2;
}

a {
  color: inherit !important;
  text-decoration: none;
  border-bottom: 0.01em dashed rgba(0, 0, 0, 0.25);
}

a .active, a .link, a .hover {
  color: inherit !important;
  text-decoration: none;
}

/* --------------------- Helper Class Starts Here --------------------- */
.table {
  all: unset;
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  all: unset;
  display: table-cell;
  padding: 0;
  border: none;
}

.waheguru-text {
  color: #c9a227;
  text-align: center !important;
  margin-top: 0;
  margin-bottom: 10px;
}

.gurmukhi {
  font-family: "Noto Serif Gurmukhi", "Raavi", "Kohinoor Gurmukhi", serif;
  font-size: 1.15rem;
  line-height: 1.9;
}

.shadow-top-bottom {
  box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.3);
}

.head2 {
  background-color: #00244a;
}

.centerAll {
  padding-top: 5px;
  padding-bottom: 10px;
}
.centerAll * {
  text-align: center !important;
}

/*a, a:hover, a:focus, a:visited {
  color: #c62828;
  text-decoration: none;
  &:hover{
    opacity: 0.85;
    background-color: rgba(198, 40, 40, 0.08);
  }
}*/
/*
.navbar a, .navbar a:hover, .navbar a:focus {
  text-decoration: none !important;
  color: #c62828;
}*/
.novContainer {
  background-color: #f49e13;
}

.myNav {
  padding: 10px !important;
  background-color: #343a40 !important;
  /*background-color: $blueSite!important;*/
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.myNav h5 {
  font-size: 14px !important;
  color: #7A1826;
}
.myNav .nav-item > a {
  color: #ffffff !important;
}
.myNav .dropdown-item:hover,
.myNav .dropdown-item:focus {
  color: #ffffff !important; /* stay white on hover */
  background-color: rgba(255, 255, 255, 0.1); /* subtle hover bg (optional) */
}

.img-50 {
  height: 50px;
  width: auto;
  max-width: 50px;
  object-fit: contain;
}

.img-100 {
  height: 100px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
}

.img-150 {
  height: 150px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.img-200 {
  height: 200px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.img-250 {
  height: 250px;
  max-width: 250px;
  width: auto;
  object-fit: contain;
}

.img-300 {
  height: 300px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}

.img-350 {
  height: 350px;
  width: auto;
  max-width: 350px;
  object-fit: contain;
}

.img-400 {
  height: 400px;
  width: auto;
  max-width: 400px;
  object-fit: contain;
}

footer {
  background-color: #393e46;
}

/*============================= Mega Menu*/
/* Desktop hover */
@media (min-width: 992px) {
  .navbar .dropdown-mega:hover > .dropdown-menu {
    display: block;
  }
  .navbar .dropdown-mega .dropdown-menu {
    margin-top: 0;
    left: 0;
    right: 0;
  }
}
/* Desktop hover only */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar .dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.mega-banner {
  height: 370px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../images/golden-temple/mobile-view.webp");
}
@media (min-width: 768px) {
  .mega-banner {
    background-image: url("../../images/golden-temple/ipad-view.webp");
  }
}
@media (min-width: 1200px) {
  .mega-banner {
    /*background-image: url('../../assets/images/golden-temple/golden-temple-wide-view.webp');*/
  }
}

/* ------------------------------ Hungerburg -------------------------------- */
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

/* Top line */
.hamburger span:nth-child(2) {
  top: 8px;
}

/* Middle line */
.hamburger span:nth-child(3) {
  bottom: 0;
}

/* Bottom line */
/* ------------------------------ Hungerburg ends -------------------------------- */
.btn-gta {
  background-color: #c9a227;
  color: #fff;
  border: none;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.btn-gta:hover {
  background-color: rgb(166.83, 134.46, 32.37);
  transform: translateY(-2px);
  color: white;
}
.btn-gta:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 162, 39, 0.4);
}

.options1 {
  padding-top: 25px;
}
.options1 .btn-gta {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------ -------------------------------- */
.section2 {
  box-shadow: 0 0 10px #CCC;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section2 h2 {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: #c9a227 !important;
}

/* ------------------------------ -------------------------------- */
.youTubeVideos {
  background-color: #c9a227;
}

/* ------------------------------ -------------------------------- */
.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

/* ------------------------------ -------------------------------- */
.gta-accordion .accordion-item {
  border: 0;
  margin-bottom: 1px;
  border-radius: 8px;
  overflow: hidden;
}
.gta-accordion h3.accordion-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gta-accordion .accordion-header {
  background: none;
}
.gta-accordion .accordion-button {
  background: #004085;
  color: #fff;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 8px;
  box-shadow: none;
}
.gta-accordion .accordion-button:not(.collapsed) {
  background: #0a2c4f;
  color: #fff;
  box-shadow: none;
}
.gta-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}
.gta-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.gta-accordion .accordionBody h6 {
  font-size: 15px;
  text-align: center !important;
}
.gta-accordion .accordionBody p {
  text-align: center !important;
  font-size: 12px;
  line-height: 1.1 !important;
}
.gta-accordion .accordion-body {
  background: #e9f2fb;
  padding: 24px;
}
.gta-accordion .accordion-body h6, .gta-accordion .accordion-body p, .gta-accordion .accordion-body figcaption {
  text-align: center;
}
.gta-accordion .accordion-body h6 {
  font-weight: 600;
  color: #004085 !important;
  margin-bottom: 10px;
  font-size: 18px;
}
.gta-accordion .accordion-body p {
  color: #555;
  font-size: 0.9rem;
}
.gta-accordion .accordion-body img {
  max-height: 120px;
}

/* ------------------------------ -------------------------------- */
footer {
  background-color: #343a40;
  border-top: 25px solid #00244a;
  border-bottom: 1px solid red;
  padding-bottom: 30px;
}
footer h5 {
  color: #9fcdff;
  margin: 0 auto 20px;
}
footer h2 {
  font-size: 15px;
  text-align: left;
  color: #9fcdff;
}
footer li {
  margin-left: 0;
  list-style: none;
}
footer li a {
  color: rgba(209, 236, 241, 0.7) !important;
}
footer a {
  text-align: center !important;
  /*color: white!important;*/
  text-decoration: none;
  border-bottom: none !important;
}
footer a:hover {
  opacity: 0.85;
  background-color: rgba(198, 40, 40, 0.08);
}

.gtaServing {
  background-color: #00244a;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.6) !important;
  text-align: center;
  line-height: 1.6;
  font-size: 10px;
  border-top: 0.01em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.01em solid rgba(255, 255, 255, 0.2);
  overflow-x: hidden !important;
}

/* ------------------------------ -------------------------------- */
.rightsReserved {
  background: rgba(27, 30, 33, 0.85);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
}

.rightsReserved span {
  padding-left: 10px;
  padding-right: 10px;
}

.rightsReserved * {
  color: rgba(255, 255, 255, 0.6) !important;
}

.rightsReserved2 {
  background: rgb(27, 30, 33);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rightsReserved2 * {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 30px;
}

.rightsReserved3 {
  background: rgba(27, 30, 33, 0.7);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 20px;
  font-size: 10px;
  border-top: 0.01em solid rgba(255, 255, 255, 0.2);
}

.rightsReserved3 span {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.rightsReserved3 * {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ------------------------------ -------------------------------- */
#myForm input, #myForm select {
  background-color: #23272b;
  border: 0.01em solid rgba(255, 0, 0, 0.25);
}

#myForm select {
  color: rgba(255, 255, 255, 0.49) !important;
}

#myForm * {
  font-size: 12px;
  /*font-weight: 600;*/
}

#myForm .form-control {
  color: rgba(159, 205, 255, 0.4) !important;
  border: 0.01em solid rgba(255, 0, 0, 0.25);
  padding: 10px !important;
}
#myForm .form-control::placeholder {
  color: rgba(159, 205, 255, 0.6) !important;
  opacity: 1;
  padding: 5px;
}
#myForm .form-control:focus {
  color: rgba(159, 205, 255, 0.4) !important;
  border-color: rgba(255, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}
#myForm {
  /* Cross-browser placeholder support */
}
#myForm .form-control::-webkit-input-placeholder {
  color: rgba(212, 175, 55, 0.5);
}
#myForm .form-control::-moz-placeholder {
  color: rgba(212, 175, 55, 0.5);
  opacity: 1;
}
#myForm .form-control:-ms-input-placeholder {
  color: rgba(212, 175, 55, 0.5);
}

/* ------------------------------ -------------------------------- */
/* ------------------------------ -------------------------------- */
.textSkyBlue {
  color: #9fcdff !important;
}

/* ------------------------------ -------------------------------- */
.top1 {
  background-color: #00244a;
  padding-top: 10px;
  padding-bottom: 20px;
}
.top1 h1, .top1 h3 {
  text-align: center !important;
  padding: 0;
  margin: 0;
}
.top1 h1 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  line-height: 2.6;
}
.top1 h3 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
}

/* ------------------------------ -------------------------------- */
.social-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  transition: 0.3s ease;
  text-decoration: none;
  font-size: 30px;
}

.social-icon:hover {
  background-color: #dc3545; /* Red hover */
  color: #fff !important;
}

/* ------------------------------ -------------------------------- */
.scroll-top-btn {
  position: fixed;
  bottom: 50px;
  right: 25px;
  display: none;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background-color: #c9a227;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 999;
}

.scroll-top-btn:hover {
  background-color: #000;
  transform: translateY(-3px);
}

/* ------------------------------ -------------------------------- */
.myMegaMenu {
  /*background: linear-gradient(to bottom, #ffb703 0%, #fff8e6 100%);*/
  /*background: linear-gradient(to bottom, #ffeab5 0%, #fff8e6 100%) !important;*/
  background: linear-gradient(to bottom, #f8f9fa 0%, #fff8e6 100%) !important;
  font-size: 13px;
  width: 100% !important;
}
.myMegaMenu li {
  line-height: 1.1;
  margin-top: 4px;
  margin-bottom: 4px;
}
.myMegaMenu .dropdown-mega .dropdown-menu {
  left: 0;
  right: 0;
  width: 100% !important;
  border-radius: 0;
}

/* ------------------------------ -------------------------------- */
.hero {
  margin-top: 0 !important;
  position: relative;
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../overview-hero.jpg") center center/cover no-repeat;
  color: #fff;
  border-top: 0.01em solid #CCC;
  border-bottom: 0.01em solid #CCC;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #fff);
}
.hero {
  /*.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
  }*/
}
.hero .hero-content {
  position: relative;
  z-index: 2;
}
.hero .hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #c9a227;
}
.hero .hero-content .subtitle {
  font-size: 1.2rem;
  margin-top: 15px;
  opacity: 0.9;
  text-align: center;
  color: #000099;
}

/* ------------------------------ -------------------------------- */
.page-overview .introduction img {
  border-radius: 12px;
}
.page-overview .introduction h2 {
  font-size: 2rem;
}
.page-overview .introduction p {
  line-height: 1.8;
  color: #444;
}

.quick-facts {
  /*background: #f9f9f9;*/
  margin-top: 20px;
}
.quick-facts .fact-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}
.quick-facts .fact-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}
.quick-facts .fact-card p {
  margin: 0;
  color: #555;
}
.quick-facts .fact-card:hover {
  transform: translateY(-5px);
}

.history {
  padding-top: 40px;
}
.history img {
  border-radius: 12px;
}
.history h2 {
  font-size: 2rem;
}
.history p {
  line-height: 1.8;
  color: #444;
}

.btn-outline-gold {
  display: inline-block;
  padding: 10px 22px;
  border: 1.5px solid #c9a227;
  color: #c9a227;
  border-radius: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-outline-gold:hover {
  background-color: #c5a45b;
  color: #ffffff;
  transform: translateY(-2px);
}

.spirituality {
  background-color: rgba(201, 162, 39, 0.1);
  border: 0.01em solid #c9a227;
  border-radius: 15px;
  margin-top: 30px;
  padding: 20px !important;
}
.spirituality h2 {
  font-size: 2.2rem;
}
.spirituality p {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.8;
  color: #555;
}

.explore .explore-card {
  display: block;
  padding: 30px;
  background: #fff;
  border-radius: 14px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}
.explore .explore-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.explore .explore-card p {
  margin: 0;
  color: #666;
}
.explore .explore-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ------------------------------ -------------------------------- */
.section-title, .section-block.section-title, .section-block {
  border-bottom: 0.01em dashed rgba(201, 162, 39, 0.4);
  padding: 10px 0 !important;
}
.section-title h2, .section-block.section-title h2, .section-block h2 {
  color: #c9a227 !important;
  font-size: 24px !important;
}
.section-title h3, .section-block.section-title h3, .section-block h3 {
  font-size: 20px !important;
  margin-top: 10px !important;
  margin-bottom: 14px !important;
}
.section-title h4, .section-block.section-title h4, .section-block h4 {
  font-size: 17px !important;
  margin-top: 0 !important;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5) !important;
}
.section-title p, .section-block.section-title p, .section-block p {
  padding-left: 20px;
}

.section-block {
  margin-top: 10px;
  padding-bottom: 10px;
}
.section-block a {
  text-decoration: none !important;
  border-bottom: none !important;
}
.section-block .section-block-span {
  color: #7A1826 !important;
}
.section-block p {
  padding-left: 20px;
}

.section-title .borderlr {
  border-left: 0.1em solid #c9a227;
  border-right: 0.1em solid #c9a227;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto !important;
  padding-left: 5px !important;
  padding-right: 25px;
}
.section-title .borderlr p {
  text-align: justify !important;
}
.section-title *, .section-title h2, .section-title h3, .section-title h4 {
  text-align: center !important;
}

.borderlr {
  border-left: 0.1em solid #c9a227;
  border-right: 0.1em solid #c9a227;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto !important;
  padding-left: 5px !important;
  padding-right: 25px;
}
.borderlr p {
  text-align: justify !important;
}

.borderR {
  border-right: 0.1em solid #c9a227;
  width: 90%;
  margin: 0 auto !important;
  padding-left: 5px !important;
  padding-right: 25px;
}
.borderR p {
  text-align: justify !important;
}

.section-faq h2 {
  font-size: 20px;
}
.section-faq h3 {
  font-size: 16px !important;
  margin-top: 12px !important;
  margin-bottom: 3px !important;
}
.section-faq h5 {
  color: #2c3e50 !important;
  font-size: 15px !important;
}
.section-faq p {
  font-size: 12px !important;
  padding-left: 20px;
  line-height: 1.2;
  color: #7f7f7f;
}

/* ------------------------------ -------------------------------- */
.breadcrumb {
  font-size: 14px;
  margin: 10px 0;
}

.breadcrumb a {
  color: #1d70b8;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 6px;
  color: #888;
}

/* ------------------------------ -------------------------------- */
/* ===================================
   GTA – Golden Accordion Style
=================================== */
#maryadaAccordion .accordion-item {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  overflow: hidden;
  /*background: #ffffff;*/
  background-color: transparent !important;
  transition: all 0.3s ease;
}
#maryadaAccordion .accordion-item h3.accordion-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#maryadaAccordion .accordion-button {
  background: #c9a227;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1rem 1.25rem;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
#maryadaAccordion {
  /* Collapsed state */
}
#maryadaAccordion .accordion-button.collapsed {
  background: #c9a227;
  color: #ffffff;
}
#maryadaAccordion {
  /* Open state */
}
#maryadaAccordion .accordion-button:not(.collapsed) {
  background: rgb(166.83, 134.46, 32.37);
  color: #ffffff;
}
#maryadaAccordion .accordion-button:focus {
  box-shadow: none;
}
#maryadaAccordion {
  /* Arrow icon color */
}
#maryadaAccordion .accordion-button::after {
  filter: brightness(0) invert(1);
}
#maryadaAccordion .accordion-body {
  /*background: #ffffff;*/
  background: linear-gradient(to bottom, #ffd97a 0%, #fff8e6 100%) !important;
  padding: 1.4rem 1.6rem;
}
#maryadaAccordion table {
  background-color: transparent !important;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#maryadaAccordion table .table, #maryadaAccordion table .table-bordered {
  background-color: transparent !important;
}
#maryadaAccordion table td {
  padding: 0.65rem 0.85rem;
  vertical-align: middle;
}
#maryadaAccordion table tr:nth-child(even) {
  /*background: #faf8f2; */
}
#maryadaAccordion button.accordion-button {
  margin-top: 0 !important;
}

/* ------------------------------ -------------------------------- */
#myForm2 * {
  font-size: 12px !important;
}

/* ------------------------------ 4 rotated buttons right center -------------------------------- */
.sticky-rotated {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sticky-rotated .rotated-item {
  background: linear-gradient(135deg, #00244a 0%, #004085 100%);
  color: white;
  padding: 12px 8px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: -3px 3px 10px rgba(0, 36, 74, 0.2);
  border-right: 3px solid #FFD700;
  text-decoration: none;
  display: block;
  min-width: 40px;
  text-align: center;
}
.sticky-rotated .rotated-item:nth-child(1) {
  background: linear-gradient(135deg, #00244a 0%, #004085 100%);
}
.sticky-rotated .rotated-item:nth-child(2) {
  background: linear-gradient(135deg, #7A1826 0%, rgb(164.6164383562, 32.3835616438, 51.2739726027) 100%);
}
.sticky-rotated .rotated-item:nth-child(3) {
  background: linear-gradient(135deg, #000099 0%, #00007f 100%);
}
.sticky-rotated .rotated-item:nth-child(4) {
  background: linear-gradient(135deg, #004085 0%, #00244a 100%);
}
.sticky-rotated .rotated-item:hover {
  transform: translateX(-5px) scale(1.02);
  box-shadow: -5px 5px 15px rgba(0, 36, 74, 0.3);
  border-right-width: 5px;
}
.sticky-rotated .rotated-item i {
  margin-bottom: 8px;
  font-size: 16px;
  display: block;
}
@media (max-width: 768px) {
  .sticky-rotated .rotated-item {
    padding: 8px 5px;
    font-size: 12px;
    min-width: 30px;
  }
  .sticky-rotated .rotated-item i {
    font-size: 14px;
  }
}

/* ------------------------------ 3 rotated buttons right center -------------------------------- */
.sticky-rotated-bottom {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sticky-rotated-bottom .rotated-item {
  /*background: linear-gradient(135deg, $blueTop1 0%, $golden 100%);*/
  color: white;
  padding: 8px 10px 2px 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: -3px 3px 10px rgba(0, 36, 74, 0.2);
  border-right: 3px solid #FFD700;
  text-decoration: none;
  display: block;
  min-width: 40px;
  text-align: center;
  line-height: 1.2;
}
.sticky-rotated-bottom .rotated-item:nth-child(1) {
  /*background: linear-gradient(135deg, $blueTop1 0%, $blueSite 100%);*/
  background-color: #c9a227;
}
.sticky-rotated-bottom .rotated-item:nth-child(2) {
  /*background: linear-gradient(135deg, $colorMaroon 0%, lighten($colorMaroon, 10%) 100%);*/
  background-color: #B8972E;
}
.sticky-rotated-bottom .rotated-item:nth-child(3) {
  /*background: linear-gradient(135deg, $blue1 0%, $blueDark1 100%);*/
  background: #A8892C;
}
.sticky-rotated-bottom .rotated-item:hover {
  transform: translateX(-5px) scale(1.02);
  box-shadow: -5px 5px 15px rgba(0, 36, 74, 0.3);
  border-right-width: 5px;
}
.sticky-rotated-bottom .rotated-item i {
  margin-bottom: 8px;
  font-size: 16px;
  display: block;
}
@media (max-width: 768px) {
  .sticky-rotated-bottom {
    bottom: 15px;
    gap: 5px;
  }
  .sticky-rotated-bottom .rotated-item {
    padding: 8px 5px;
    font-size: 11px;
    min-width: 35px;
  }
  .sticky-rotated-bottom .rotated-item i {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .sticky-rotated-bottom .rotated-item {
    padding: 6px 4px;
    font-size: 10px;
    min-width: 30px;
  }
  .sticky-rotated-bottom .rotated-item i {
    font-size: 12px;
  }
}

/* ------------------------------ nav tab buttons -------------------------------- */
/*
$blueSite: #004085;
$golden: #c9a227;
$blueTop1: #00244a;
$white: #ffffff;
*/
.nav-pills {
  gap: 25px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.nav-pills .nav-item .nav-link {
  font-weight: 600;
  padding: 2px 40px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.nav-pills .nav-item .nav-link i {
  margin-right: 8px;
}
.nav-pills .nav-item .nav-link#english-tab {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
  border: 0.1em solid #f8f9fa;
}
.nav-pills .nav-item .nav-link#english-tab i {
  color: #1f2933;
}
.nav-pills .nav-item .nav-link#english-tab:hover {
  background: rgba(248, 249, 250, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(248, 249, 250, 0.2);
}
.nav-pills .nav-item .nav-link#english-tab.active {
  background: #f8f9fa;
  color: #1f2933;
  border-color: #f8f9fa;
}
.nav-pills .nav-item .nav-link#english-tab.active i {
  color: #1f2933;
}
.nav-pills .nav-item .nav-link#english-tab.active:hover {
  background: rgb(233.125, 236.25, 239.375);
  color: #1f2933 !important;
}
.nav-pills .nav-item .nav-link#punjabi-tab {
  background: #c9a227;
  color: #00244a;
  border: 0.01em solid #c9a227;
  padding-top: 5px;
  padding-bottom: 1px;
}
.nav-pills .nav-item .nav-link#punjabi-tab i {
  color: #00244a;
}
.nav-pills .nav-item .nav-link#punjabi-tab:hover {
  background: rgb(115.575, 93.15, 22.425);
  border-color: rgb(179.64375, 144.7875, 34.85625);
  transform: translateY(-2px);
  /*box-shadow: 0 4px 12px rgba($golden, 0.3);*/
}
.nav-pills .nav-item .nav-link#punjabi-tab.active {
  background: #c9a227;
  color: #00244a;
  border-color: #c9a227;
}

.tab-content {
  background: rgba(255, 255, 255, 0.2);
  padding: 30px;
  border: 0.01em solid rgba(248, 249, 250, 0.2);
  border-radius: 10px;
}
.tab-content .tab-pane {
  color: #00244a;
  line-height: 1.7;
}
.tab-content .tab-pane h2, .tab-content .tab-pane h3, .tab-content .tab-pane h4 {
  color: #004085;
  margin-bottom: 20px;
}
.tab-content .tab-pane p {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .nav-pills {
    flex-direction: column;
    gap: 10px;
  }
  .nav-pills .nav-item {
    width: 100%;
  }
  .nav-pills .nav-item .nav-link {
    width: 100%;
    text-align: center;
  }
  .tab-content {
    padding: 20px;
  }
}
/* ------------------------------ bottom fixed -------------------------------- */
.bottom-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #c9a227;
  box-shadow: 0 -4px 20px rgba(201, 162, 39, 0.3);
  z-index: 9999;
  padding: 10px 20px;
  border-top: 3px solid rgb(136.93125, 110.3625, 26.56875);
}
.bottom-fixed-bar .bar-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .bottom-fixed-bar .bar-container {
    gap: 8px;
  }
}
.bottom-fixed-bar .bar-btn {
  flex: 1;
  background: rgb(179.64375, 144.7875, 34.85625);
  color: #00244a;
  border: 2px solid rgb(136.93125, 110.3625, 26.56875);
  padding: 12px 20px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(115.575, 93.15, 22.425, 0.2);
}
.bottom-fixed-bar .bar-btn i {
  font-size: 1.2rem;
  color: #00244a;
  transition: all 0.3s ease;
}
.bottom-fixed-bar .bar-btn:nth-child(1) {
  background: #c9a227;
}
.bottom-fixed-bar .bar-btn:nth-child(2) {
  background: rgb(188.18625, 151.6725, 36.51375);
}
.bottom-fixed-bar .bar-btn:nth-child(3) {
  background: rgb(175.3725, 141.345, 34.0275);
}
.bottom-fixed-bar .bar-btn:nth-child(4) {
  background: rgb(162.55875, 131.0175, 31.54125);
}
.bottom-fixed-bar .bar-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(115.575, 93.15, 22.425, 0.4);
}
.bottom-fixed-bar .bar-btn:hover i {
  transform: scale(1.1);
}
.bottom-fixed-bar .bar-btn:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(115.575, 93.15, 22.425, 0.3);
}
@media (max-width: 768px) {
  .bottom-fixed-bar {
    padding: 8px 10px;
  }
  .bottom-fixed-bar .bar-btn {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  .bottom-fixed-bar .bar-btn i {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .bottom-fixed-bar .bar-btn {
    padding: 8px 8px;
    font-size: 0.7rem;
    flex-direction: column;
    gap: 4px;
    border-radius: 30px;
  }
  .bottom-fixed-bar .bar-btn i {
    font-size: 1rem;
    margin: 0;
  }
}

body {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  body {
    padding-bottom: 70px;
  }
}

/* ------------------------------ bottom fixedthin -------------------------------- */
.myFixed {
  background-color: #e6ce90;
}

/* ------------------------------ bottom fixedthin -------------------------------- */
.share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-size: 14px;
  text-decoration: none;
  background: #f4f6f9;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #333;
  transition: all 0.2s;
}

.share-btn:hover {
  background: #e9edf3;
  color: #000;
}

/* ------------------------------ bottom fixedthin -------------------------------- */
.social-inline {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-inline a {
  color: #666;
  font-size: 1.2rem;
  transition: all 0.2s ease;
}
.social-inline a:hover {
  color: #c9a227;
  transform: translateY(-2px);
}
.social-inline a.facebook:hover {
  color: #3b5998;
}
.social-inline a.instagram:hover {
  color: #e4405f;
}
.social-inline a.x-twitter:hover {
  color: #000000;
}
.social-inline a.linkedin:hover {
  color: #0077b5;
}
.social-inline a.email:hover {
  color: #7f7f7f;
}
.social-inline a.telegram:hover {
  color: #0088cc;
}

.social-share-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 8px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #eaeef2;
  max-width: fit-content;
  margin: 20px auto;
}
.social-share-container .share-label {
  color: rgba(0, 36, 74, 0.7);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eaeef2;
}
@media (max-width: 480px) {
  .social-share-container .share-label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eaeef2;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: center;
  }
}
.social-share-container .social-btn {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #eaeef2;
  background: white;
}
.social-share-container .social-btn i {
  font-size: 1.2rem;
  transition: all 0.2s ease;
}
.social-share-container .social-btn:hover {
  transform: translateY(-2px);
  border-color: transparent;
}
.social-share-container .social-btn.facebook i {
  color: #3b5998;
}
.social-share-container .social-btn.facebook:hover {
  background: #3b5998;
}
.social-share-container .social-btn.facebook:hover i {
  color: white;
}
.social-share-container .social-btn.instagram i {
  color: #e4405f;
}
.social-share-container .social-btn.instagram:hover {
  background: #e4405f;
}
.social-share-container .social-btn.instagram:hover i {
  color: white;
}
.social-share-container .social-btn.x-twitter i {
  color: #000000;
}
.social-share-container .social-btn.x-twitter:hover {
  background: #000000;
}
.social-share-container .social-btn.x-twitter:hover i {
  color: white;
}
.social-share-container .social-btn.linkedin i {
  color: #0077b5;
}
.social-share-container .social-btn.linkedin:hover {
  background: #0077b5;
}
.social-share-container .social-btn.linkedin:hover i {
  color: white;
}
.social-share-container .social-btn.email i {
  color: #7f7f7f;
}
.social-share-container .social-btn.email:hover {
  background: #7f7f7f;
}
.social-share-container .social-btn.email:hover i {
  color: white;
}
.social-share-container .social-btn.telegram i {
  color: #0088cc;
}
.social-share-container .social-btn.telegram:hover {
  background: #0088cc;
}
.social-share-container .social-btn.telegram:hover i {
  color: white;
}

.social-share-container.minimal {
  background: transparent;
  border: none;
  padding: 10px;
  gap: 10px;
}
.social-share-container.minimal .share-label {
  border-right: none;
  color: rgba(0, 36, 74, 0.5);
}
.social-share-container.minimal .social-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  background: white;
}
.social-share-container.minimal .social-btn i {
  font-size: 1.1rem;
  opacity: 0.7;
}
.social-share-container.minimal .social-btn:hover {
  transform: translateY(-2px);
  border-color: transparent;
}
.social-share-container.minimal .social-btn:hover i {
  opacity: 1;
}

.social-share-container.pill-style {
  background: rgba(248, 249, 250, 0.8);
  border-radius: 40px;
  padding: 10px 25px;
}
.social-share-container.pill-style .social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ddd;
}
.social-share-container.pill-style .social-btn:hover {
  border-color: transparent;
}

.social-share-container.light-bg {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  .social-share-container {
    gap: 8px;
    padding: 12px 15px;
  }
  .social-share-container .social-btn {
    width: 38px;
    height: 38px;
  }
  .social-share-container .social-btn i {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .social-share-container {
    width: 100%;
    justify-content: center;
  }
  .social-share-container .social-btn {
    width: 36px;
    height: 36px;
  }
}
/* ------------------------------ bottom fixedthin -------------------------------- */
.bottom-left-btn.outline .simple-btn {
  background: transparent;
  border: 2px solid #004085;
  color: #004085;
}
.bottom-left-btn.outline .simple-btn i {
  color: #004085;
}
.bottom-left-btn.outline .simple-btn:hover {
  background: #004085;
  color: #ffffff;
}
.bottom-left-btn.outline .simple-btn:hover i {
  color: #ffffff;
}

.bottom-right-btn.outline .go-top-btn {
  background: transparent;
  border: 2px solid #c9a227;
  color: #c9a227;
}
.bottom-right-btn.outline .go-top-btn i {
  color: #c9a227;
}
.bottom-right-btn.outline .go-top-btn:hover {
  background: #c9a227;
  color: #00244a;
}
.bottom-right-btn.outline .go-top-btn:hover i {
  color: #00244a;
}

.bottom-left-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
}
.bottom-left-btn .simple-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 24px;
  background: #ffffff;
  border: 1px solid #eaeef2;
  border-radius: 40px;
  color: #00244a;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 36, 74, 0.05);
  transition: all 0.2s ease;
}
.bottom-left-btn .simple-btn i {
  font-size: 1.1rem;
  color: #c9a227;
  transition: all 0.2s ease;
}
.bottom-left-btn .simple-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 36, 74, 0.1);
  border-color: rgba(201, 162, 39, 0.3);
}
.bottom-left-btn .simple-btn:hover i {
  transform: scale(1.1);
}

.bottom-right-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
.bottom-right-btn .go-top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 20px;
  background: #ffffff;
  border: 1px solid #eaeef2;
  border-radius: 40px;
  color: #00244a;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 36, 74, 0.05);
  transition: all 0.2s ease;
  cursor: pointer;
}
.bottom-right-btn .go-top-btn i {
  font-size: 1.1rem;
  color: #004085;
  transition: all 0.2s ease;
}
.bottom-right-btn .go-top-btn span {
  transition: all 0.2s ease;
}
.bottom-right-btn .go-top-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 64, 133, 0.15);
  border-color: #004085;
}
.bottom-right-btn .go-top-btn:hover i {
  transform: translateY(-2px);
  color: #004085;
}

.bottom-right-btn.minimal .go-top-btn {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #eaeef2;
}
.bottom-right-btn.minimal .go-top-btn i {
  font-size: 1.3rem;
  margin: 0;
}
.bottom-right-btn.minimal .go-top-btn span {
  display: none;
}

@media (max-width: 768px) {
  .bottom-left-btn {
    bottom: 20px;
    left: 20px;
  }
  .bottom-left-btn .simple-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .bottom-right-btn {
    bottom: 20px;
    right: 20px;
  }
  .bottom-right-btn .go-top-btn {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .bottom-left-btn {
    bottom: 15px;
    left: 15px;
  }
  .bottom-left-btn .simple-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
  .bottom-left-btn .simple-btn i {
    font-size: 1rem;
  }
  .bottom-right-btn {
    bottom: 15px;
    right: 15px;
  }
  .bottom-right-btn .go-top-btn {
    padding: 8px 16px 8px 5px;
    font-size: 0.85rem;
  }
  .bottom-right-btn .go-top-btn i {
    font-size: 1rem;
  }
}
.bottom-left-btn.golden .simple-btn {
  background: #c9a227;
  border: 2px solid #c9a227;
  color: #00244a;
}
.bottom-left-btn.golden .simple-btn i {
  color: #00244a;
}
.bottom-left-btn.golden .simple-btn:hover {
  background: rgb(179.64375, 144.7875, 34.85625);
}

.bottom-left-btn.blue .simple-btn {
  background: #004085;
  border: 2px solid #004085;
  color: #ffffff;
}
.bottom-left-btn.blue .simple-btn i {
  color: #ffffff;
}
.bottom-left-btn.blue .simple-btn:hover {
  background: rgb(0, 51.7293233083, 107.5);
}

.myCard {
  background-color: rgba(248, 249, 250, 0.6) !important;
  border: 0.01em solid #CCC;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.myCard h5 {
  font-size: 15px;
}
.myCard ul, .myCard h4 {
  margin: 0 auto;
}
.myCard li {
  font-size: 12px !important;
}
.myCard .badge {
  background-color: #004085;
  width: 70%;
  display: block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  margin: 0 auto;
}
.myCard i.bi-heart-fill {
  color: #c9a227;
}
.myCard .btn-gold {
  display: inline-block;
  padding: 5px 15px;
  border: 0.1em solid #c9a227;
  color: #1f2933;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.myCard .btn-gold:hover {
  background-color: rgba(197, 164, 91, 0.65);
  color: #ffffff;
  transform: translateY(-2px);
}
.myCard * {
  font-weight: 500 !important;
}

/*.btn-gold {
  display: inline-block;
  padding: 6px 22px;
  border: 2px solid $golden; // changed from 1.5px
  color: $golden;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  box-sizing: border-box;

  &:hover {
    background-color: rgba(197, 164, 91, 0.65);
    color: #ffffff;
    transform: translateY(-2px);
  }
}*/
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 999px;
  color: #c9a227;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-decoration: none;
  background: transparent;
  box-shadow: 0 0 0 1.5px #c9a227;
  transition: all 0.25s ease;
}
.btn-gold:hover {
  background: linear-gradient(135deg, rgba(197, 164, 91, 0.9), rgba(197, 164, 91, 0.65));
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 0 1.5px transparent, 0 6px 14px rgba(197, 164, 91, 0.35);
}

.btn-gold-solid {
  background-color: #c9a227;
  display: inline-block;
  padding: 6px 22px;
  color: white;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 4px rgba(76, 175, 80, 0.3);
}
.btn-gold-solid:hover {
  background-color: #004085;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 0 4px rgba(76, 175, 80, 0.7);
}

/*================================================================*/
.myAccordion * {
  font-size: 12px !important;
}
.myAccordion h2 {
  font-size: 28px !important;
}
.myAccordion .accordion-item {
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-radius: 10px !important;
}
.myAccordion button.accordion-button {
  background-color: #f8f9fa !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  border: 0.01em solid #CCC !important;
}
.myAccordion h2.accordion-header {
  margin: 0 auto !important;
}
.myAccordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  color: #333;
}
.myAccordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.myAccordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  color: #000;
}

.myAccordion2 * {
  font-size: 12px !important;
}
.myAccordion2 h2 {
  font-size: 28px !important;
}
.myAccordion2 .accordion-item {
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-radius: 10px !important;
}
.myAccordion2 button.accordion-button {
  background-color: #f8f9fa !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  border: 0.01em solid #CCC !important;
}
.myAccordion2 h2.accordion-header {
  margin: 0 auto !important;
}
.myAccordion2 .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  color: #333;
}
.myAccordion2 .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.myAccordion2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  color: #000;
}
.myAccordion2 button.accordion-button span {
  font-size: 20px !important;
}
.myAccordion2 button.accordion-button span:first-of-type {
  margin-right: 40px;
  font-size: 24px !important;
}

.btn-outline {
  padding: 4px 18px;
  border: 0.01em solid #c9a227;
  color: #c9a227;
  background: transparent;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  clear: both;
}
.btn-outline:hover {
  background: #c9a227;
  color: #fff;
}

.headline h1, .headline h2 {
  text-align: center !important;
}
.headline h1 {
  font-size: clamp(1.5rem, 5vw, 2rem);
}
.headline h2 {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  color: #7A1826;
}
.headline .headline-span {
  font-weight: 400;
  color: #C6A64B;
  display: block;
  font-size: clamp(1.25rem, 1.5vw, 1.8rem);
}

/*=======================================================================================================*/
.footer2 a.dropdown-item {
  font-size: 13px;
}
.footer2 * {
  text-align: center !important;
}

/*=======================================================================================================*/
.ctaContainer {
  /*background-color: rgba(255, 255, 255, 0.6);*/
  border-radius: 10px;
  border: 0.01em solid #CCC;
  background: linear-gradient(0deg, rgba(255, 247, 230, 0.4), rgba(255, 255, 255, 0.2));
  padding: 20px;
  text-align: center;
}
.ctaContainer .ctaContainerBottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed rgba(201, 162, 39, 0.4);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ctaContainer .ctaContainerBottom .btn {
  min-width: 100%;
  margin: 8px 12px;
}
.ctaContainer * {
  text-align: center !important;
}

/*=======================================================================================================*/
.btn-outline {
  transition: all 0.2s ease;
}
.btn-outline:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/*=======================================================================================================*/
.myDates {
  display: flex;
  align-items: center;
  min-height: 25px;
}
.myDates span {
  display: block;
}
.myDates span:nth-child(1) {
  width: 20%;
  text-align: right;
  font-size: 11px !important;
  padding-right: 3px;
}
.myDates span:nth-child(2) {
  width: 30%;
  padding-left: 5px;
}
.myDates span:nth-child(3) {
  width: 45%;
  text-align: left;
  font-size: 11px !important;
  padding-left: 5px;
}

/*=======================================================================================================*/
.monthlyIntro {
  border-left: 0.1em solid #c9a227;
  border-right: 0.1em solid #c9a227;
  border-radius: 10px;
  width: 90%;
  margin: 40px auto !important;
  padding: 30px !important;
}
.monthlyIntro p {
  text-align: justify !important;
  font-size: 14px;
}

/*=======================================================================================================*/
.eachPageDailyRoutine {
  padding: 0 20px 20px !important;
  background: linear-gradient(135deg, #dce8f8 0%, #eef3fb 50%, #e6eedf 100%) !important;
  border-radius: 30px;
  border: 0.01em solid rgba(204, 204, 204, 0.48);
  box-shadow: 0 4px 24px rgba(0, 0, 153, 0.09), 0 1px 4px rgba(0, 0, 0, 0.05);
}

.eachPageDailyRoutine table {
  border-collapse: collapse;
}

.eachPageDailyRoutine table td {
  border: 0.01em solid rgba(204, 204, 204, 0.45);
  padding: 7px;
}

/*=======================================================================================================*/
.myTable {
  border-collapse: collapse;
}
.myTable th, .myTable td {
  border: 0.01em solid #CCC;
  padding: 10px;
}
.myTable * {
  font-size: 16px !important;
}

/*=======================================================================================================*/
.myTable2 {
  border-collapse: collapse;
}
.myTable2 th, .myTable2 td {
  border: 0.01em solid #CCC;
  padding: 5px;
}
.myTable2 *, .myTable2 li {
  font-size: 14px !important;
  line-height: 1.2;
  margin-top: 6px;
  margin-bottom: 6px;
}

/*=======================================================================================================*/
.placesToVisitInComplex h2 {
  text-align: center !important;
}

/*=======================================================================================================*/
:root, [data-bs-theme=light] {
  /*--bs-body-bg: #fff;*/
  --bs-body-bg-rgb: rgba(255, 255, 255, 0);
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: transparent;
  --bs-table-striped-bg: transparent;
  --bs-table-active-color: transparent;
  --bs-table-active-bg: transparent;
  --bs-table-hover-color: transparent;
  --bs-table-hover-bg: transparent;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.text-golden {
  color: #A8892C !important;
}

.navContainer {
  background-color: #7A1826 !important;
  padding: 5px 0 2px 0 !important;
  border-top: 1px solid #1f2933;
  border-bottom: 1px solid #1f2933;
}
.navContainer .i-am-looking a {
  text-align: center !important;
  color: white !important;
  text-decoration: none;
}
.navContainer .i-am-looking a:hover {
  opacity: 0.85;
  background-color: #C6A64B;
  color: #000;
}

.columnRight {
  padding-left: 30px;
  padding-top: 30px;
}

/* ==========================================
   GTA Sidebar Pill Accordion - Final Version
========================================== */
.gta-pill-accordion {
  /* ================= Card Wrapper ================= */
}
.gta-pill-accordion .accordion-item {
  border: 1px solid #E2D4A6;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.gta-pill-accordion {
  /* Spacing between cards */
}
.gta-pill-accordion .gta-pill-card + .gta-pill-card {
  margin-top: 18px;
}
.gta-pill-accordion {
  /* ================= Header ================= */
}
.gta-pill-accordion .accordion-header {
  margin: 0;
}
.gta-pill-accordion .gta-pill-toggle {
  background-color: #1C3F6E;
  min-height: 52px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  box-shadow: none;
  border-radius: 30px !important;
  padding-left: 20px;
  transition: all 0.3s ease;
  /* Hover */
}
.gta-pill-accordion .gta-pill-toggle:hover {
  background-color: #7A1826;
  color: #ffffff;
}
.gta-pill-accordion .gta-pill-toggle {
  /* Open State */
}
.gta-pill-accordion .gta-pill-toggle:not(.collapsed) {
  background-color: #163456;
  color: #ffffff;
}
.gta-pill-accordion .gta-pill-toggle:focus {
  box-shadow: none;
}
.gta-pill-accordion {
  /* Rounded logic */
}
.gta-pill-accordion .accordion-button.collapsed {
  border-radius: 14px !important;
}
.gta-pill-accordion .accordion-item:first-child .accordion-button:not(.collapsed) {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.gta-pill-accordion {
  /* Remove bootstrap separator line */
}
.gta-pill-accordion .accordion-collapse {
  border-top: none;
}
.gta-pill-accordion {
  /* Arrow color */
}
.gta-pill-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}
.gta-pill-accordion {
  /* ================= Body ================= */
}
.gta-pill-accordion .gta-pill-body {
  /*background-color: #F6F3EB; */
  background: linear-gradient(to bottom, #f5de94 0%, #f8f9fa 100%);
  padding: 18px 20px;
}
.gta-pill-accordion {
  /* ================= List Styling ================= */
}
.gta-pill-accordion .gta-pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gta-pill-accordion .gta-pill-list li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.gta-pill-accordion .gta-pill-list li img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.gta-pill-accordion .gta-pill-list li a {
  text-decoration: none;
  color: #1C3F6E;
  font-weight: 500;
  transition: all 0.3s ease;
}
.gta-pill-accordion .gta-pill-list li a:hover {
  color: #C6A64B;
}
.gta-pill-accordion .gta-pill-list li:last-child {
  margin-bottom: 0;
}
.gta-pill-accordion h2.accordion-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.gta-pill-accordion .accordion-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Card wrapper controls radius */
.gta-pill-accordion .accordion-item {
  border-radius: 16px;
  overflow: hidden; /* critical */
}

/* Remove radius from button */
.gta-pill-toggle {
  border-radius: 0 !important;
}

/* Remove radius from body */
.gta-pill-body {
  border-radius: 0;
}

/* When collapsed, allow full pill look */
.gta-pill-toggle.collapsed {
  border-radius: 16px !important;
}

.myFixedBottom {
  background-color: #7A1826 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* =========================================================================================== */
.our-network {
  background: rgba(231, 233, 235, 0.3);
  padding: 20px 0;
}
.our-network h3 {
  font-size: 36px;
}
.our-network h3, .our-network p, .our-network h5 {
  text-align: center !important;
}
.our-network h5 {
  font-weight: 600;
}
.our-network a {
  color: #c6a34a;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}
.our-network a:hover {
  color: #000;
}
.our-network li {
  font-size: 12px;
  line-height: 2 !important;
}

/* =========================================================================================== */
.borderLeft {
  border-left: 0.01em solid rgba(0, 0, 0, 0.1);
}

section {
  margin-bottom: 0 !important;
}

/* =========================================================================================== */
.myDL2 dt {
  padding-top: 7px;
  padding-bottom: 7px;
}
.myDL2 dt h4 {
  font-size: 17px;
  color: #A8892C;
}
.myDL2 dd {
  border-left: 1px solid #c9a227;
  padding-left: 20px;
  text-align: justify;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}

/* =========================================================================================== */
.interestingFactsMainPage h2 {
  font-size: 20px;
}
.interestingFactsMainPage h3 {
  font-size: 16px;
}
.interestingFactsMainPage p {
  font-size: 11px;
  line-height: 1.2;
}
.interestingFactsMainPage .minHeight {
  min-height: 100px;
}
.interestingFactsMainPage .minHeight h3 {
  min-height: 50px;
}

/* -------------------------------------------------------------------- */
.sikhVerseUl li {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify !important;
}
.sikhVerseUl a {
  font-size: 120% !important;
  border-bottom: 0.01em solid #CCC !important;
}

/* -------------------------------------------------------------------- */
.head1 {
  text-align: center;
  color: rgba(255, 255, 255, 0.49);
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 4px;
}

.head2 {
  background-color: transparent;
  color: #c9a227;
  font-size: clamp(0.5rem, 2vw, 1rem);
}

/* -------------------------------------------------------------------- */
.hero-title-span {
  font-weight: 700;
  color: #8C1C2B;
  display: block;
  font-size: clamp(0.5rem, 1vw, 1.8rem);
  margin-top: 8px;
}

/* ------------------------------------ side Guru Biography -------------------------------- */
/* Main Content Box */
.content-box {
  background: #ffffff; /* ✅ FIXED */
  padding: 20px;
  border-radius: 10px;
}

.content-box h2 {
  font-size: 22px;
}

.content-box h3 {
  font-size: 18px;
}

.content-box h4 {
  font-size: 16px;
}

.guru-card th {
  width: 40%;
  background: #f1f1f1;
  font-weight: 600;
}

.guru-card td {
  font-size: 14px;
}

/* -------------------------------------------------------------------- */
.topDiv {
  text-align: center;
  margin-top: 10px;
  color: #c9a227;
  font-family: var(--font-Baskerville);
  font-size: clamp(2rem, 3.5vw, 1.7rem);
}

/* -------------------------------------------------------------------- */
blockquote {
  padding: 5px 20px;
  margin: 20px 0 20px 0;
  border-left: 2px solid rgba(0, 0, 0, 0.16);
}
blockquote .blockquote-footer {
  display: block;
  font-size: 0.75rem;
  margin-top: 2px;
}
blockquote * {
  color: #6c757d;
}

blockquote.blockquote {
  font-family: var(--font-Baskerville);
  font-size: 1.25rem;
}

/* -------------------------------------------------------------------- */
.logo-small {
  max-width: 120px;
}

.logo-medium {
  max-width: 200px;
}

.logo-large {
  max-width: 300px;
}

/* -------------------------------------------------------------------- */
.header1 {
  /*background-color: $colorBlue1;*/
  background-color: #004085;
  border-top: 3px solid #C6A64B;
  border-bottom: 1px solid #C6A64B;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media (min-width: 1200px) {
  .header1 {
    background-color: #004085;
    border-top: 4px solid #C6A64B;
    border-bottom: 2px solid #C6A64B;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .header1 h5 {
    color: #C6A64B !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* Small devices (phones & small tablets) */
@media (max-width: 576px) {
  /* small mobile tweaks */
}
/* Medium devices (tablets) */
@media (max-width: 768px) {
  /* tablet styles */
}
/* Large devices (small laptops) */
@media (max-width: 992px) {
  /* laptop styles */
}
/* Extra large devices (desktops) */
/* ---------- scoped calendar variables ---------- */
.ns-cal-wrap {
  --ns-navy: #000099;
  --ns-navy-light:#e6e6ff;
  --ns-gold: #b8860b;
  --ns-gray: #7f7f7f;
  --ns-border: #c8d8ef;
  --ns-hdr-bg: #f0f4fb;
  --ns-sun-bg: #fdf0f0;
  --ns-sat-bg: #f0f0fd;
  --ns-empty-bg: #fafbfd;
  --ns-radius: 16px;
  --ns-shadow: 0 4px 24px rgba(0,0,153,.09), 0 1px 4px rgba(0,0,0,.05);
}

/* ---------- wrapper ---------- */
.ns-cal-wrap {
  width: 100%;
  font-family: "Crimson Pro", Georgia, serif;
  margin: 1.5rem 0 2rem;
}

.ns-cal-wrap *, .ns-cal-wrap *::before, .ns-cal-wrap *::after {
  box-sizing: border-box;
}

/* ---------- page title ---------- */
.ns-cal-wrap .ns-page-title {
  text-align: center;
  margin-bottom: 0.9rem;
}

.ns-cal-wrap .ns-page-title p {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.6rem, 1.8vw, 0.95rem);
  font-weight: 400;
  color: var(--ns-gray);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}

/* ---------- card ---------- */
.ns-cal-wrap .ns-card {
  background: #fff;
  border-radius: var(--ns-radius);
  box-shadow: var(--ns-shadow);
  overflow: hidden;
  border: 1px solid var(--ns-border);
}

/* ---------- header ---------- */
.ns-cal-wrap .ns-hdr {
  background: linear-gradient(135deg, #dce8f8 0%, #eef3fb 50%, #e6eedf 100%);
  padding: clamp(0.7rem, 2.5vw, 1.4rem) clamp(0.7rem, 2.5vw, 1.8rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(0.5rem, 2vw, 1.5rem);
  border-bottom: 1.5px solid var(--ns-border);
  flex-wrap: wrap;
}

.ns-cal-wrap .ns-hdr-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 auto;
}

.ns-cal-wrap .ns-month-g {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  /*font-size: clamp(2rem,7vw,3.4rem);*/
  font-size: 5rem;
  font-weight: 700;
  color: var(--ns-navy);
  line-height: 1;
  display: block;
  padding-top: 20px;
}

.ns-cal-wrap .ns-month-r {
  /*font-size: clamp(.68rem,1.8vw,.88rem);*/
  font-size: 1.5rem;
  color: var(--ns-gray);
  letter-spacing: 0.04em;
  display: block;
}

.ns-cal-wrap .ns-pill {
  display: inline-block;
  margin-top: 5px;
  background: var(--ns-navy);
  color: #fff;
  /*font-size: clamp(.55rem,1.3vw,.68rem);*/
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 20px;
}

.ns-cal-wrap .ns-hdr-mid {
  flex: 1 1 180px;
  align-self: stretch;
  min-height: clamp(80px, 12vw, 115px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-cal-wrap .ns-hdr-mid span {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(1rem, 3vw, 1.6rem);
  font-weight: 700;
  color: var(--ns-navy);
  text-align: center;
  opacity: 0.75;
}

.ns-cal-wrap .ns-hdr-right {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 1vw, 8px);
  flex: 0 0 auto;
  align-self: center;
}

.ns-cal-wrap .ns-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ns-cal-wrap .ns-meta-lbl {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  /*font-size: clamp(.6rem,1.5vw,.76rem);*/
  font-size: 1rem;
  font-weight: 700;
  color: var(--ns-navy);
  display: block;
}

.ns-cal-wrap .ns-meta-val {
  /*font-size: clamp(.62rem,1.5vw,.78rem);*/
  font-size: 1rem;
  color: var(--ns-gray);
  display: block;
}

.ns-cal-wrap .ns-ornament {
  font-size: clamp(1.6rem, 5vw, 3rem);
  color: var(--ns-gold);
  opacity: 0.5;
  user-select: none;
  line-height: 1;
  flex-shrink: 0;
  align-self: center;
}

/* ---------- table ---------- */
.ns-cal-wrap .ns-tbl-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ns-cal-wrap table.ns-tbl {
  width: 100%;
  min-width: 290px;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}

.ns-cal-wrap table.ns-tbl thead tr {
  background: var(--ns-hdr-bg);
}

.ns-cal-wrap table.ns-tbl thead th {
  padding: clamp(4px, 1.5vw, 9px) 1px;
  text-align: center;
  border-right: 0.5px solid var(--ns-border);
  border-bottom: 1.5px solid var(--ns-border);
  vertical-align: middle;
}

.ns-cal-wrap table.ns-tbl thead th:last-child {
  border-right: none;
}

.ns-cal-wrap .ns-thg {
  display: block;
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.6rem, 1.8vw, 0.88rem);
  font-weight: 700;
  color: var(--ns-navy);
  line-height: 1.2;
}

.ns-cal-wrap .ns-the {
  display: block;
  font-size: clamp(0.52rem, 1.3vw, 0.67rem);
  color: var(--ns-gray);
  letter-spacing: 0.03em;
  margin-top: 1px;
}

.ns-cal-wrap table.ns-tbl tbody tr {
  border-bottom: 0.5px solid var(--ns-border);
}

.ns-cal-wrap table.ns-tbl tbody tr:last-child {
  border-bottom: none;
}

.ns-cal-wrap table.ns-tbl tbody td {
  border-right: 0.5px solid var(--ns-border);
  padding: clamp(3px, 1.2vw, 7px) 1px;
  text-align: center;
  vertical-align: top;
  height: clamp(50px, 10vw, 72px);
  transition: background 0.15s;
}

.ns-cal-wrap table.ns-tbl tbody td:last-child {
  border-right: none;
}

.ns-cal-wrap table.ns-tbl tbody td:not(.ns-empty):hover {
  background: var(--ns-navy-light) !important;
  cursor: default;
}

.ns-cal-wrap table.ns-tbl tbody td.ns-sun {
  background: var(--ns-sun-bg);
}

.ns-cal-wrap table.ns-tbl tbody td.ns-sat {
  background: var(--ns-sat-bg);
}

.ns-cal-wrap table.ns-tbl tbody td.ns-empty {
  background: var(--ns-empty-bg);
}

/* ---------- cell content ---------- */
.ns-cal-wrap .ns-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.ns-cal-wrap .ns-dg {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(1rem, 3.8vw, 1.65rem);
  font-weight: 700;
  color: var(--ns-navy);
  line-height: 1.05;
}

.ns-cal-wrap .ns-de {
  font-size: clamp(0.58rem, 1.5vw, 0.72rem);
  color: var(--ns-gray);
  line-height: 1.3;
  font-family: "Crimson Pro", serif;
}

.ns-cal-wrap .ns-dot {
  width: clamp(3px, 0.8vw, 5px);
  height: clamp(3px, 0.8vw, 5px);
  border-radius: 50%;
  background: var(--ns-gold);
  margin-top: 1px;
  flex-shrink: 0;
}

.ns-cal-wrap .ns-tag {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.48rem, 1.1vw, 0.58rem);
  color: var(--ns-gold);
  font-weight: 700;
  line-height: 1.2;
}

/* ---------- footer ---------- */
.ns-cal-wrap .ns-foot {
  background: var(--ns-hdr-bg);
  border-top: 0.5px solid var(--ns-border);
  font-family: "Crimson Pro", Georgia, serif;
  font-size: clamp(0.6rem, 1.4vw, 0.72rem);
  color: var(--ns-gray);
}

.ns-cal-wrap .ns-frow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, 2vw, 14px);
  padding: clamp(6px, 1.8vw, 10px) clamp(10px, 2.5vw, 18px);
}

.ns-cal-wrap .ns-frow + .ns-frow {
  border-top: 0.5px solid var(--ns-border);
}

.ns-cal-wrap .ns-leg-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ns-cal-wrap .ns-leg-box {
  width: 11px;
  height: 11px;
  border-radius: 3px;
  border: 0.5px solid var(--ns-border);
  flex-shrink: 0;
  display: inline-block;
}

.ns-cal-wrap .ns-fdates {
  display: flex;
  flex-wrap: wrap;
  /*gap: clamp(8px, 2.5vw, 20px);*/
  gap: clamp(50px, 2.5vw, 75px);
  align-items: center;
}

.ns-cal-wrap .ns-fdi {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ns-cal-wrap .ns-fdil {
  font-family: "Noto Sans Gurmukhi", sans-serif;
  font-size: clamp(0.6rem, 1.5vw, 0.74rem);
  font-weight: 700;
  color: var(--ns-navy);
  display: block;
}

.ns-cal-wrap .ns-fdiv {
  font-size: clamp(0.6rem, 1.4vw, 0.72rem);
  color: var(--ns-gray);
  display: block;
}

.ns-cal-wrap .ns-fsites {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(6px, 2vw, 16px);
}

.ns-cal-wrap .ns-fsites a {
  font-size: clamp(0.58rem, 1.4vw, 0.7rem);
  color: var(--ns-navy);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  opacity: 0.8;
}

.ns-cal-wrap .ns-fsites a:hover {
  opacity: 0.75;
}

.ns-cal-wrap .ns-fsep {
  color: var(--ns-border);
  font-size: 0.8rem;
}

.ns-cal-wrap .ns-finfo {
  font-size: clamp(0.56rem, 1.3vw, 0.68rem);
  color: #aaa;
  font-style: italic;
  margin-left: auto;
}

.ns-cal-wrap .ns-disc {
  font-size: 10px;
  color: #ababab;
  padding: 6px clamp(10px, 2.5vw, 18px);
  border-top: 0.5px solid var(--ns-border);
  line-height: 1.5;
  font-family: "Noto Sans Gurmukhi", sans-serif;
}

@media (max-width: 360px) {
  .ns-cal-wrap .ns-the {
    display: none;
  }
  .ns-cal-wrap .ns-ornament {
    display: none;
  }
}
@media print {
  .ns-cal-wrap .ns-card {
    box-shadow: none;
    border: 1px solid #ccc;
  }
}
/* Navbar Starts Here */
.myNav {
  background-color: #FFFFFF;
}
.myNav li.nav-item {
  padding-left: 10px;
  padding-right: 10px;
}
.myNav * {
  font-size: 13px;
}
.myNav .dropdown-menu {
  min-width: 170px !important;
}
.myNav .dropdown-item {
  display: flex;
  align-items: center;
  white-space: normal !important;
}
.myNav .dropdown-item .col-1 {
  width: 20px;
  flex-shrink: 0;
}
.myNav .dropdown-item .col-2 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #D4891A;
  font-size: 14px;
  padding-left: 50px;
}
.myNav .dropdown-item .col-3 {
  width: 100px;
  text-align: right;
  flex-shrink: 0;
}
.myNav a.dropdown-item:hover {
  background-color: #004085 !important;
  color: white;
  border-radius: 8px;
  border-bottom: 2px solid red;
}
.myNav .dropDownColor {
  color: #D4891A;
  font-size: 15px;
  padding-top: 5px;
}
.myNav ul.nanakshahi-parent-menu {
  min-width: 195px !important;
  max-width: 195px !important;
}
.myNav li.nanakshahi-flyout {
  position: relative;
}
.myNav li.nanakshahi-flyout a.nanakshahi-year-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px;
  white-space: nowrap;
  font-weight: 500;
  color: #004085;
  cursor: pointer;
}
.myNav li.nanakshahi-flyout a.nanakshahi-year-toggle .ns-arrow {
  font-size: 9px;
  margin-left: 8px;
  color: #aaa;
}
.myNav li.nanakshahi-flyout ul.nanakshahi-months-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 2px;
  min-width: 330px !important;
  z-index: 9999;
}
.myNav li.nanakshahi-flyout:hover > ul.nanakshahi-months-menu {
  display: block;
}
@media (max-width: 991px) {
  .myNav li.nanakshahi-flyout ul.nanakshahi-months-menu {
    position: static;
    left: auto;
    margin-left: 1rem;
    box-shadow: none !important;
    border-left: 2px solid #f39c12;
  }
  .myNav li.nanakshahi-flyout:hover > ul.nanakshahi-months-menu {
    display: none;
  }
  .myNav li.nanakshahi-flyout.open > ul.nanakshahi-months-menu {
    display: block;
  }
}
.myNav a.nanakshahi-item {
  display: grid !important;
  grid-template-columns: 36px 90px 1fr;
  align-items: center;
  gap: 0 8px;
  padding: 6px 14px;
  white-space: nowrap;
}
.myNav a.nanakshahi-item .ns-no {
  text-align: right;
  color: #888;
  font-size: 12px;
}
.myNav a.nanakshahi-item .ns-name {
  color: #D4891A;
  font-size: 14px;
  font-weight: 500;
}
.myNav a.nanakshahi-item .ns-range {
  color: #2c3e50;
  font-size: 12px;
}
.myNav a.nanakshahi-item:hover {
  background-color: #004085 !important;
  border-radius: 8px;
  border-bottom: 2px solid red;
}
.myNav a.nanakshahi-item:hover .ns-no, .myNav a.nanakshahi-item:hover .ns-name, .myNav a.nanakshahi-item:hover .ns-range {
  color: white !important;
}

.dropdown-item:hover {
  background-color: #004085 !important;
  color: white;
  border-radius: 8px;
  border-bottom: 1px solid red;
}

.dropdown-menu {
  font-size: 13px;
  background: linear-gradient(to bottom, #f8f9fa 0%, #fff8e6 100%) !important;
}

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