@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Medium.eot');
  src: url('../fonts/PlayfairDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Medium.woff') format('woff'), url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype'), url('PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.eot');
  src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-SemiBold.eot');
  src: url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'), url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
	font-family: Poppins, sans-serif;

  background: #faf7f3;
}
h1, h2, h3 {
  font-family: 'Playfair Display';
}
.black {
  color: #000;
}
.topbar {
  background: #f6efe7;
  font-size: 14px;
  padding: 8px 0;
}
.dash {
  padding-top: 6px;
}
/**/
/*==============================
        Navbar
===============================*/
.active{ background:#fbda8a; border-radius: 10px;}
.navbar {
  background: #fff;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}
.navbar-brand {
  font-size: 26px;
  font-weight: 700;
  color: #6a1d1d;
}
.navbar-nav > .nav-item {
  padding: 0 5px;
}
.navbar-nav > .nav-item > .nav-link {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 15px;
  transition: .3s;
	border-radius: 10px;
}
.navbar-nav > .nav-item > .nav-link:hover {
  color: #8d1d1d;
}
/*==============================
        Mega Menu
===============================*/
.mega-dropdown {
  position: static;
}
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  border: none;
  border-radius: 0;
  padding: 45px 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .35s ease;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .08);
}
.one-line-list {
  list-style: none;
}
.one-line-list li {
  float: left;
  margin-right: 28px;
}
.footer-logo {
  width: 210px;
}
.footer-logo-container {
  padding-right: 62px;
}
/* Desktop Hover */
@media(min-width:992px) {
  .mega-dropdown:hover > .mega-menu {
    background: #feefc3;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-radius: 0;
    margin-top: 10px;
    -webkit-box-shadow: -3px 13px 15px -9px rgba(0, 0, 0, 0.63);
    box-shadow: -3px 13px 15px -9px rgba(0, 0, 0, 0.63);
  }
}
.view-details-btn:hover {
  padding-left: 6px;
}
.view-details-btn {
  transition: .3s;
}
/*==============================
        Headings
===============================*/
.mega-menu h6 {
  font-size: 15px;
  color: #6b241f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
  position: relative;
}
.mega-menu h6::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #b8860b;
  margin-top: 8px;
}
/*==============================
        Links
===============================*/
.mega-menu a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 8px 0;
  font-size: 15px;
  transition: .3s;
}
.mega-menu a:hover {
  color: #8d1d1d;
  padding-left: 10px;
}
/*==============================
      Columns
===============================*/
.mega-menu .col-lg-3, .mega-menu .col-lg-4, .mega-menu .col-lg-6 {
  border-right: 2px solid #e5c97c;
  padding-left: 20px;
}
.mega-menu .col-lg-3:last-child, .mega-menu .col-lg-4:last-child, .mega-menu .col-lg-6:last-child {
  border: none;
}
/*==============================
        Dropdown
===============================*/
.dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 31px 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}
.dropdown-item {
  padding: 10px 25px;
  font-size: 15px;
}
.dropdown-item:hover {
  background: #faf4ea;
  color: #8d1d1d;
}
/*==============================
        Donate Button
===============================*/
.btn-danger {
  background: #6d1b1b;
  border: none;
  border-radius: 30px;
  padding: 10px 28px;
  font-weight: 600;
}
.btn-danger:hover {
  background: #8d1d1d;
}

.btn-maroon {
  background: #5d1d1b;
  color: #fff;
  border-radius: 8px;
  padding: 10px 22px;
}
.btn-maroon:hover {
  background: #7a2d2a;
  color: #fff;
}
.hero {
  min-height: 700px;
  background: url('../images/hero.jpg') center center/cover no-repeat;
  position: relative;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 140px;
}
.hero h1 {
  font-size: 68px;
  color: #541b1b;
  line-height: 1.1;
}
.hero p {
  font-size: 20px;
  max-width: 520px;
  margin: 25px 0;
}
.info-box {
  margin-top: -70px;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}
.info-item {
  padding: 35px;
  border-right: 1px solid #eee;
}
.info-item:last-child {
  border: none;
}
.info-item i {
  font-size: 42px;
  color: #b8860b;
}
.announcement-wrapper {
  background: #fffdf8;
  border: 1px solid #efe3d0 !important;
}
.section-title {
  font-size: 15px;
  letter-spacing: 1px;
  color: #2f2f2f;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 210px;
  top: 50%;
  width: 160px;
  height: 1px;
  background: #e8d9c3;
}
.announcement-item {
  transition: .3s;
}
.announcement-item:hover {
  transform: translateY(-4px);
}
.date-box {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border: 2px solid #c79a3b;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.date-box .day {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #8d6524;
  line-height: 32px;
}
.date-box .month {
  text-align: center;
  background: #f7f1e7;
  font-size: 13px;
  color: #7d6642;
  line-height: 24px;
}
.announcement-item h6 {
  font-size: 16px;
  line-height: 1.3;
}
.read-more {
  color: #6d1d1d;
  font-weight: 600;
  font-size: 14px;
}
.read-more i {
  font-size: 13px;
}
.announcement-item:hover .read-more {
  color: #9a3d28;
}

.btn-maroon {
  background: #6b241f!important;
  color: #fff;
  border-radius: 8px;
  transition: .3s;
}
.text-red {
  color: #6b241f;
}
.aarti-btn {
  padding: 10px 22px;
}
.btn-maroon:hover {
  background: #82312a;
  color: #fff;
}
.view-details-btn {
  font-size: 14px;
  color: #6b241f;
  text-decoration: none;
}
.f14 {
  font-size: 14px !important;
}
.temple-frame {
  border: 2px solid #c79d56;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
  position: relative;
}
.temple-frame img {
  border-radius: 6px;
  width: 100%;
  display: block;
}
.quote-card {
  border: 2px solid #e5d2af;
  border-radius: 10px;
  background: #fff9ef;
  min-height: 100%;
  padding: 45px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.quote-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #ead9bc;
  border-radius: 8px;
}
.quote-text {
  position: relative;
  z-index: 2;
  font-size: 30px;
  line-height: 1.5;
  font-family: 'Playfair Display', serif;
  color: #33231d;
  margin: 20px 0;
}
.divider {
  width: 90px;
  height: 2px;
  background: #d2ae62;
  margin: auto;
  position: relative;
}
.divider::before, .divider::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #d2ae62;
  border-radius: 50%;
  position: absolute;
  top: -4px;
}
.divider::before {
  left: -12px;
}
.divider::after {
  right: -12px;
}
/*****************************************************/
/* ==========================
   Section Heading
========================== */
.explore-section {
  padding: 70px 0;
}
.explore-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #b58a3c;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.explore-label::before, .explore-label::after {
  content: "";
  width: 120px;
  height: 1px;
  background: #d8c3a2;
}
/* ==========================
      Card
========================== */
.explore-card {
  background: #fff;
  border: 1px solid #eadfcd;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: .35s ease;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
.explore-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}
/* ==========================
      Image
========================== */
.card-image {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
/* ==========================
      Floating Icon
========================== */
.icon-circle {
  width: 68px;
  height: 68px;
  background: #fff;
  border: 4px solid #f5efe6;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  z-index: 2;
}
.icon-circle i {
  color: #c69b44;
  font-size: 28px;
}
/* ==========================
      Content
========================== */
.card-content {
  padding: 55px 20px 25px;
}
.card-content h5 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #2b2018;
  margin-bottom: 12px;
  line-height: 1.3;
}
.card-content p {
  font-size: 14px;
  line-height: 1.75;
  color: #6f665f;
  margin-bottom: 20px;
  min-height: 70px;
}
.card-content a {
  color: #7b2c21;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.card-content a:hover {
  color: #b58332;
}
.card-content a i {
  margin-left: 5px;
  transition: .3s;
}
.card-content a:hover i {
  transform: translateX(5px);
}

/*****************************************************/
/*Footer*/
.footer-section {
  background-image: url("../images/footer-background.jpg"); background-size:cover; background-position:left top; background-repeat:no-repeat;
  
  color: #fff;
  padding: 70px 0 25px;
}
.footer-title {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  color: #fff;
}
.footer-location {
  color: #dbc9b8;
  letter-spacing: .5px;
}
.footer-text {
  color: #d9c9bf;
  line-height: 1.8;
  font-size: 14px;
}
.footer-heading {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 1px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #e8d9cf;
  text-decoration: none;
  transition: .3s;
}
.footer-links a:hover {
  color: #d8aa55;
  padding-left: 6px;
}
.timing-box {
  color: #ddd;
  font-size: 14px;
}
.contact-list {
  list-style: none;
  padding: 0;
}
.contact-list li {
  margin-bottom: 14px;
  color: #ddd;
}
.contact-list i {
  width: 25px;
  color: #d8aa55;
}
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.social-icons a {
  color: #fff;
  font-size: 20px;
  transition: .3s;
}
.social-icons a:hover {
  color: #d8aa55;
  transform: translateY(-3px);
}
.newsletter-input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
}
.newsletter-input::placeholder {
  color: #000;
}
.newsletter-input:focus {
  background: transparent;
  color: #000;
  box-shadow: none;
  border-color: #d8aa55;
}
.footer-divider {
  border-color: rgba(255, 255, 255, .15);
  margin: 45px 0 25px;
}
.footer-bottom-links a {
  color: #ddd;
  text-decoration: none;
  margin: 0 10px;
}
.footer-bottom-links a:hover {
  color: #d8aa55;
}
.copyright {
  color: #d5d5d5;
  font-size: 14px;
}
/*End Fotter*/


/*Hero Slider*/
.carousel-item {
  transition: transform 1s ease-in-out;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.hero-slider {
  position: relative;
}
.hero-img {
  height: 80vh;
  object-fit: cover;
  animation: zoomEffect 12s linear infinite;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, .10), rgba(0, 0, 0, .25));
}
.carousel-caption {
  left: 8%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: left;
  max-width: 650px;
}
.hero-subtitle {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  animation: fadeUp 1s;
}
.carousel-caption h1 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0;
  animation: fadeUp 1.2s;
}
.carousel-caption p {
  color: #fff;
  font-size: 22px;
  line-height: 1.8;
  animation: fadeUp 1.4s;
}
.btn-theme {
  background: #7b201d;
  color: #fff;
  padding: 15px 35px;
  border-radius:8px;
  transition: .3s;
}
.btn-theme:hover {
  background: #a42d28;
  color: #fff;
}
.btn-light {
  padding:11px 23px;
  border-radius: 50px;
}
.carousel-control-next, .carousel-control-prev {
  width: 70px;
}
.text-justify{ text-align: justify;}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*End hero slider*/
/*About page*/
.card-theme {
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: var(--shadow);
  transition: .35s;
}
.card-theme:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}
.section-title::after {
  display: none;
}
.section-heading {
  margin-bottom: 60px;
}
.divider {
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, var(--secondary), transparent);
  border-radius: 50px;
  margin: 25px 0;
}
.feature-box {
  background: #fff;
  border-radius: 20px;
  padding: 13px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--secondary);
  transition: .35s;
}
.feature-box:hover {
  transform: translateY(-8px);
}
.feature-box i {
  font-size: 42px;
  color: var(--secondary);
}
.about-banner {
  background: url("../images/about-banner.jpg"); background-attachment: fixed;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.f12 {
  font-size: 12px;
}
.about-banner {
  padding:50px 0;
}
/*=========================================
        Timeline Section
=========================================*/
.timeline-section {
  background: #FFF9F1;
  padding: 90px 0;
  position: relative;
}
.timeline {
  position: relative;
}
.timeline-line {
  position: absolute;
  top: 52px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: #D5A441;
  z-index: 0;
}
.timeline-item {
  position: relative;
  text-align: center;
  padding: 0 25px;
  z-index: 2;
}
.timeline-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border: 2px solid #D5A441;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #8B5A20;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  transition: .4s;
}
.timeline-icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #D5A441;
  border-radius: 50%;
  top: 44px;
  right: -40px;
}
.timeline-item:last-child .timeline-icon::after {
  display: none;
}
.timeline-item h4 {
  margin-top: 35px;
  color: #5B1E18;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.timeline-item p {
  margin-top: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
/* Decorative Line */
.timeline-item h4::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background: #D5A441;
  margin: 18px auto;
}
/* Hover */
.timeline-item:hover .timeline-icon {
  background: #feffbc;
  color: #ac5c27;
  transform: translateY(-8px);
}
.timeline-item:hover h4 {
  color: #A56A1F;
}

.timeline-item h4{font-size:22px;}
.red{color:#6b241f;}
.red{text-decoration:none;}




/*googleTranslate*/
body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;  visibility: hidden!important; height:0!important;
}
/**/
/* 1. Prevent Google from pushing your layout down */
body {
    top: 0px !important;
    position: static !important;
}

/* 2. Collapse the container height without using display:none */
body > .skiptranslate {
    height: 0 !important;
    overflow: hidden !important;
    display: block !important;
}

/* 3. Completely hide the dynamic iframe itself */
body > .skiptranslate iframe {
    line-height: 0 !important;
    display: none !important;
    visibility: hidden !important;
}
/**/
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: transparent !important;
}

#google_translate_element select {
  background:#5b1717;
  color: #fff4e4;
  border: none;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 12px
}
.pull-right{float:right;}
.skiptranslate select{float:right;}
/*endgoogleTranslate*/
.footer-bottom-links{font-size:14px;}
.footer-links{font-size:14px;}
.text-middle{display: flex;  justify-content: left;  vertical-align: middle; align-items: center;}
.logo{width:155px;}
.timeline-item:hover{backgrpund:#feffbc!important;}
.ol-list{ padding:0 0 0 18px; margin:0;}
.ol-list li{margin-bottom:15px;}
/*Time Table*/
/* Container styling to match the rounded card design */
.timing-container {
    max-width:100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #e2d7c5;
    font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif;
}

/* Base table layout */
.timing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

/* Golden gradient header */
.timing-table thead th {
    background: linear-gradient(90deg, #d4b373 0%, #ecd6a3 50%, #d4b373 100%);
    color: #2b2519;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 14px 24px;
    text-align: left;
    border: none;
}

/* Column sizing alignment */
.col-details {
    width: 45%;
}
.col-time {
    width: 55%;
}

/* Table body row formatting */
.timing-table tbody tr {
    border-bottom: 1px solid #ede6da;
    transition: background-color 0.2s ease;
}

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

.timing-table tbody tr:hover {
    background-color: #fffbf4;
}

/* Table cell spacing and typography */
.timing-table tbody td {
    padding: 14px 24px;
    font-size: 1.05rem;
    color: #332e24;
    vertical-align: middle;
}

/* Specific styling for the time entries */
.timing-table tbody td.time-text {
    font-weight: 500;
}

.text-muted {
    color: #70695c !important;
}

/* Setup placeholders for inline decoration icons */
.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Use your asset images here */
.diya-icon {
    background-image: url('assets/diya.png'); 
}
.kalash-icon {
    background-image: url('assets/kalash.png');
}
.peacock-icon {
    background-image: url('assets/peacock-feather.png');
}
.diya-icon{width:30px; height:30px; background: url("../images/diya.png") no-repeat;}
.peacock-icon{width:30px; height:30px; background: url("../images/feather.png") no-repeat;}
.kalash-icon{width:30px; height:30px; background: url("../images/kumbh-kalash.png") no-repeat;}
/* Typography and Custom Styling Extensions */
.tracking-wider {
    letter-spacing: 0.1em;
}

.donation-card, .upi-card {
    background-color: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* Custom left accent border decoration to focus details */
.donation-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #6b001a, #c5a059);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

/* Light styling box wrapper for the labels icons indicators */
.icon-box {
    width: 36px;
    height: 36px;
    background-color: #f8f1e5;
    color: #6b001a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.copy-btn {
    transition: color 0.2s ease;
}
.copy-btn:hover {
    color: #6b001a !important;
}

/* Clean divider setup for multi-column configurations */
/* Custom Table Configurations */
.custom-committee-table th {
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    border: none;
}

.custom-committee-table td {
    padding: 12px 16px;
    color: #495057;
    border-color: #eaeaea;
}

/* Zebra striping manually setup for clean compatibility with rowspan layout rules */
.custom-committee-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.015);
}

/* Distinct light background shade for rowspanned categories */
.custom-committee-table td.bg-light-cell {
    background-color: #fcfaf6 !important;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #eaeaea !important;
    color: #6b001a;
}

/* Member Profile Image Wrapper Configurations */
.member-avatar-wrapper {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eaeaea;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 576px) {
    .border-end-sm {
        border-right: 1px solid #f1f1f1 !important;
    }
}

.qr-wrapper {
    border: 1px solid #eee;
}
/*Contact*/
.form-card input{background:#EAEFF2;;} 
.form-card textarea{background:#EAEFF2;;} 
/* Form Card */
        .form-card {
            background: white;
            border-radius: 4px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
            padding: 40px;
        }
        .form-card h3 {
            color: var(--primary-maroon);
            font-weight: 700;
            margin-bottom: 30px;
        }
        .form-control {
            background-color: var(--input-bg);
            border: none;
            border-radius: 4px;
            padding: 12px 15px;
            font-size: 0.9rem;
        }
        .form-control:focus {
            background-color: #e2e8f0;
            box-shadow: none;
            border: 1px solid var(--primary-maroon);
        }
        .btn-maroon {
            background-color: var(--primary-maroon);
            color: white;
            padding: 10px 30px;
            border-radius: 4px;
            font-size: 0.9rem;
            transition: all 0.3s;
        }
        .btn-maroon:hover {
            background-color: #421113;
            color: white;
        }

        /* Sidebar Info */
        .info-sidebar h3 {
            color: var(--primary-maroon);
            font-weight: 700;
            margin-bottom: 20px;
        }
        .map-container {
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .address-text {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #444;
        }
        
        /* Social Media Icons */
        .social-icons-contact a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            color: white;
            margin-right: 8px;
            text-decoration: none;
            font-size: 1.1rem;
        }
        .si-fb { background-color: #3b5998; }
        .si-ig { background-color: #e1306c; }
        .si-yt { background-color: #ff0000; }
        .si-wa { background-color: #25d366; }

/*End Contact*/
.newsletter-input{background:#fff!important;}
.maroon{color:#5b1717!important;}
.d-none{display:none;}
.inner-active{position:relative;}
.inner-active:after{content:""; width:40px; position:absolute; left:0; bottom:5px; border-bottom:2px solid red;}
/* 1. Collapse hidden dropdowns so they take ZERO space on mobile/iPad */
@media (max-width: 991.98px) {
    /* Hide the dropdown completely when not active/shown */
    .navbar-collapse .dropdown-menu:not(.show),
    .navbar-collapse .mega-menu:not(.show) {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Reset flex/height issues on list items */
    .navbar-nav .nav-item {
        height: auto !important;
        min-height: 0 !important;
        flex: none !important;
        margin-bottom: 8px !important; /* Normal spacing between links */
    }

    /* Keep the mega menu dropdown inline and lightweight when toggled open */
    .navbar-collapse .mega-menu.show {
        display: block !important;
        position: static !important;
        height: auto !important;
        padding:23px 15px !important;
        background-color: #fdfdfd !important;
        box-shadow: none !important;
        border: 1px solid #eee; overflow:hidden;
    }
	.mega-menu img{margin-bottom:10px;}	
/* Force dropdown container to be visible and white */
.navbar-collapse .dropdown-menu,
.navbar-collapse .mega-menu {
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* Ensure all links inside the dropdown are visible */
.navbar-collapse .dropdown-menu a,
.navbar-collapse .dropdown-item,
.navbar-collapse .mega-menu a,
.navbar-collapse .mega-menu p,
.navbar-collapse .mega-menu span,
.navbar-collapse .mega-menu h1,
.navbar-collapse .mega-menu h2,
.navbar-collapse .mega-menu h3,
.navbar-collapse .mega-menu h4,
.navbar-collapse .mega-menu h5,
.navbar-collapse .mega-menu h6 {
    color: #58181a !important; /* Primary maroon text color */
    opacity: 1 !important;
    visibility: visible !important;
}

/* Optional hover state for smooth interaction */
.navbar-collapse .dropdown-item:hover,
.navbar-collapse .mega-menu a:hover {
    background-color: #faf6f0 !important;
    color: #d4af37 !important; /* Gold on hover */
}
.mega-menu{opacity:1; visibility: visible; margin-bottom:29px;}
	.active{background:none;}	
}
/* 1. Prevent horizontal overflow on the root elements */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
@media (min-width:320px) and (max-width:680px) {
.newsletter-input{width:93vw;}	
.carousel-caption h1{margin-top:0; margin-bottom:0;}
.carousel-caption{ top:73%;}
.d-none{display:block!important;}
.m-none{display:none;}	
	 .section-title::after {
    display: none;
  }
  .announcement-item {
    margin-bottom: 20px;
  }
  .navbar {
    padding: 10px 0;
  }
  .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: relative;
    display: none;
    box-shadow: none;
    padding: 15px;
  }
  .dropdown-menu.show {
    display: block;
  }
  .mega-menu .col-lg-3, .mega-menu .col-lg-4, .mega-menu .col-lg-6 {
    border: none;
    margin-bottom: 25px;
  }
  .nav-link {
    padding: 12px 15px !important;
  }
	  .explore-label::before, .explore-label::after {
    width: 40px;
  }
  .card-image {
    height: 150px;
  }
  .icon-circle {
    width: 60px;
    height: 60px;
    top: 120px;
  }
  .icon-circle i {
    font-size: 24px;
  }
  .card-content {
    padding: 50px 16px 20px;
  }
  .card-content h5 {
    font-size: 20px;
  }
  .card-content p {
    font-size: 13px;
    line-height: 1.6;
  }
  .explore-card {
    margin-bottom: 20px;
  }
  .card-image {
    height: 190px;
  }
  .icon-circle {
    top: 160px;
  }
  .card-content h5 {
    font-size: 22px;
  }
	.quote-card {
    margin-top: 25px;
  }
  .hero {
    min-height: 550px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .info-item {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .info-item:last-child {
    border-bottom: none;
  }s
	.hero-img {
    height: 75vh;
  }
  .carousel-caption {
    left: 30px;
    right: 30px;
  }
  .carousel-caption h1 {
    font-size: 26px;
  }
  .carousel-caption p {
    font-size: 18px;
  }
	.timeline-line {
    display: none;
  }
  .timeline-item {
    margin-bottom: 60px;
  }
  .timeline-icon::after {
    display: none;
  }
	.btn-theme{ padding: 9px 21px;}	
  .logo {
    width:57px;
  }
  .hero-content {
    height: 100vh;
  }
  .hero-content .row .col-lg-6:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .hero-content .row .col-lg-6 h5 {
    color: #fff;
  }
  .hero-content .row .col-lg-6 h1 {
    color: #fff;
  }
  .hero-content .row .col-lg-6 p {
    color: #fff;
  }
  .info-box {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .info-item {
    text-align: center;
  }
  .dash {
    display: none;
  }
  .one-line-list {
    padding-left: 0;
    margin-left: -9px;
  }
  .one-line-list li {
    float: none;
    
  }
  .one-line-list li a {
    text-align: left;
  }
  .footer-logo-container {
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
  }
  .footer-section {
    padding: 23px 0 25px;
  }
  .footer-bottom-links a {
    font-size: 11px;
  }
  .btn-outline-dark {
    background: #6b241f;
    color: #fff;
    border: 0;
  }
}