﻿/* =============================================================
   hugo-custom.css — Hugo structural overrides for Paheli theme
   Spacing / sizing / font values sourced from Paheli's
   existing style.css and responsive.css only.
   ============================================================= */

/* ---------------------------------------------------------------
   1. GLOBAL DARK-BLUE BACKGROUND
   Dark navy matching Paheli's footer (#1B2336).
   --------------------------------------------------------------- */
body {
  background-color: #1B2336;
  color: #d1d3d7;
}

.navbar-area,
.navbar-area.style-2_938e822d3782f105 {
  background-color: #1B2336;
}
.navbar-area.is-sticky,
.navbar-area.style-2_938e822d3782f105.is-sticky {
  background-color: #1B2336;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.page-title-area_0cda258908a96352 {
  background-color: #141c2b;
}

.services-details-area_7d480e1c1123a396 {
  background-color: #1B2336;
}

.modal-content_1d084b7a39b464c2 {
  background-color: #242C3E;
  color: #d1d3d7;
}
.modal-content_1d084b7a39b464c2 .modal-body .form-group .form-control_59373dfa95a9e261 {
  background-color: #2e3748;
  color: #d1d3d7;
  border-color: #3a4560;
}
.modal-content_1d084b7a39b464c2 .modal-body .form-group .form-control_59373dfa95a9e261::placeholder {
  color: #8892a4;
}
.modal-content_1d084b7a39b464c2 .modal-body .form-group button {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/* ---------------------------------------------------------------
   2. CONTENT VISIBILITY ON DARK BACKGROUND
   --------------------------------------------------------------- */
.hp-content_8ec73c8b6fbac763 {
  color: #d1d3d7;
}

.hp-content_8ec73c8b6fbac763 h1,
.hp-content_8ec73c8b6fbac763 h2,
.hp-content_8ec73c8b6fbac763 h3,
.hp-content_8ec73c8b6fbac763 h4,
.hp-content_8ec73c8b6fbac763 h5,
.hp-content_8ec73c8b6fbac763 h6 {
  color: #ffffff;
}

.hp-content_8ec73c8b6fbac763 p {
  color: #d1d3d7;
}

.hp-content_8ec73c8b6fbac763 a {
  color: var(--secondaryColor);
}

.hp-content_8ec73c8b6fbac763 a:hover {
  color: var(--primaryColor);
}

.hp-content_8ec73c8b6fbac763 strong,
.hp-content_8ec73c8b6fbac763 b {
  color: #ffffff;
  font-weight: 600;
}

.hp-content_8ec73c8b6fbac763 ul,
.hp-content_8ec73c8b6fbac763 ol {
  color: #d1d3d7;
}

.hp-content_8ec73c8b6fbac763 li {
  color: #d1d3d7;
}

.hp-content_8ec73c8b6fbac763 blockquote {
  border-left: 3px solid var(--primaryColor);
  padding-left: 1rem;
  color: #aab2c0;
}

.hp-content_8ec73c8b6fbac763 img {
  max-width: 100%;
  height: auto;
}

.hp-content_8ec73c8b6fbac763 .hp-content-img_b5d208a500c0d336 {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}

.page-title-content_1c859976c90d8ba6 h1 {
  color: #ffffff;
}

.page-title-content_1c859976c90d8ba6 ul li {
  color: var(--secondaryColor);
}

.page-title-content_1c859976c90d8ba6 ul li a {
  color: #d1d3d7;
}

.page-title-content_1c859976c90d8ba6 ul li a:hover {
  color: var(--secondaryColor);
}

.page-title-content_1c859976c90d8ba6 ul li::before {
  color: #d1d3d7;
}

/* ---------------------------------------------------------------
   3. TABLE STYLING — dark theme with purple gradient header
   --------------------------------------------------------------- */
.hp-table-scroll_d80772cb55c08536 {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #2e3a52;
}

.hp-table-inner_091b2e1886008b03 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hp-table-inner_091b2e1886008b03 table,
.hp-content_8ec73c8b6fbac763 table {
  min-width: 540px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #d1d3d7;
  background-color: #242C3E;
}

.hp-content_8ec73c8b6fbac763 table thead,
.hp-table-inner_091b2e1886008b03 table thead {
  background: linear-gradient(96deg, #6600FC 0%, #796eff 100%);
}

.hp-content_8ec73c8b6fbac763 table thead th,
.hp-table-inner_091b2e1886008b03 table thead th {
  color: #ffffff;
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
  border: none;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hp-content_8ec73c8b6fbac763 table tbody tr,
.hp-table-inner_091b2e1886008b03 table tbody tr {
  border-bottom: 1px solid #2e3a52;
  transition: background-color 0.15s ease;
}

.hp-content_8ec73c8b6fbac763 table tbody tr:last-child,
.hp-table-inner_091b2e1886008b03 table tbody tr:last-child {
  border-bottom: none;
}

.hp-content_8ec73c8b6fbac763 table tbody tr:hover,
.hp-table-inner_091b2e1886008b03 table tbody tr:hover {
  background-color: #2a3450;
}

.hp-content_8ec73c8b6fbac763 table tbody td,
.hp-table-inner_091b2e1886008b03 table tbody td {
  padding: 12px 16px;
  color: #d1d3d7;
  border: none;
  vertical-align: middle;
}

.hp-content_8ec73c8b6fbac763 table tbody td strong,
.hp-table-inner_091b2e1886008b03 table tbody td strong {
  color: #ffffff;
  font-weight: 600;
}

/* ---------------------------------------------------------------
   4. MOBILE NAV — dark theme + always-visible play button
   --------------------------------------------------------------- */

/* Mobile bar background matches body */
.mobile-responsive-nav_be7913fdedf3af51 {
  background-color: #1B2336;
}

/* Container needs relative positioning to anchor the absolute CTA */
.hp-mobile-nav-container_124a09479c969d28 {
  position: relative;
}

/* Play button: always visible, sits between logo and hamburger.
   meanmenu-reveal is 35px wide at right:0. We sit at right:45px. */
.hp-mobile-cta_e8382e85e2359e01 {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.hp-mobile-cta_e8382e85e2359e01 .default-btn_69446350515b745d {
  font-size: 12px;
  padding: 10px 25px;
  white-space: nowrap;
  /* shrink the icon circle that desktop style adds */
  line-height: 1.4;
  right: 12px;
}

.hp-mobile-cta_e8382e85e2359e01 .default-btn_69446350515b745d i {
  display: none; /* hide icon on tiny screens to save space */
}

/* Meanmenu dropdown — dark themed */
.mobile-responsive-nav_be7913fdedf3af51 .mobile-responsive-menu.mean-container .mean-nav {
  background-color: #1B2336;
  margin-top: 52px;
}

.mobile-responsive-nav_be7913fdedf3af51 .mobile-responsive-menu.mean-container .mean-nav ul {
  background-color: #1B2336;
  border: none !important;
}

.mobile-responsive-nav_be7913fdedf3af51 .mobile-responsive-menu.mean-container .mean-nav ul li a {
  color: #d1d3d7 !important;
  border-top-color: #2e3a52;
}

.mobile-responsive-nav_be7913fdedf3af51 .mobile-responsive-menu.mean-container .mean-nav ul li a:hover {
  color: #ffffff !important;
  background-color: rgba(102, 0, 252, 0.15);
}

.mobile-responsive-nav_be7913fdedf3af51 .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
  color: #ffffff !important;
  font-weight: 600;
}

/* Hamburger lines visible on dark bg */
.mobile-responsive-nav_be7913fdedf3af51 .mobile-responsive-menu.mean-container a.meanmenu-reveal {
  color: var(--secondaryColor);
}

.mobile-responsive-nav_be7913fdedf3af51 .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
  background-color: var(--secondaryColor);
}

/* Tablet dot-menu popup — dark themed */
.others-option-for-responsive .others-options {
  background-color: #1B2336;
  border: 1px solid #2e3a52;
  border-radius: 6px;
  padding: 12px;
}

.others-option-for-responsive .dot-menu .inner_e03075de8ac7158f .circle_7aebeca9bdda1891 {
  background-color: var(--secondaryColor);
}

/* ---------------------------------------------------------------
   FOOTER LAYOUT FIX
   Paheli's style.css applies margin-left: 148px / 110px to
   nth-child(2/3) .single-footer-info_3462505faeadeebb. The inner sub-cols are
   children of .col-lg-8_f6019c82b88b23b3 > .row_2cad29c5a078708e, so we scope the reset tightly.
   --------------------------------------------------------------- */
.footer-area_1b0392d35fef9b57 .col-lg-8_f6019c82b88b23b3 .col-lg-4_b025a8a1d32b6d10:nth-child(2) .single-footer-info_3462505faeadeebb,
.footer-area_1b0392d35fef9b57 .col-lg-8_f6019c82b88b23b3 .col-lg-4_b025a8a1d32b6d10:nth-child(3) .single-footer-info_3462505faeadeebb {
  margin-left: 0;
  float: none;
}

/* ---------------------------------------------------------------
   5. CONTENT BODY PLAY BUTTON (#PlayButton shortcode)
   --------------------------------------------------------------- */
.hp-content_8ec73c8b6fbac763 #PlayButton,
.hp-content_8ec73c8b6fbac763 a.default-btn_69446350515b745d,
.hp-content_8ec73c8b6fbac763 a.theme-btn_3388bfb679243084 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(96deg, #6600FC 0%, #FA3988 51.56%, #FF8408 100%);
  color: #ffffff !important;
  padding: 14px 30px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: opacity 0.2s ease;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.hp-content_8ec73c8b6fbac763 #PlayButton:hover,
.hp-content_8ec73c8b6fbac763 a.default-btn_69446350515b745d:hover,
.hp-content_8ec73c8b6fbac763 a.theme-btn_3388bfb679243084:hover {
  opacity: 0.9;
  color: #ffffff !important;
}

.hp-content_8ec73c8b6fbac763 #PlayButton i,
.hp-content_8ec73c8b6fbac763 a.default-btn_69446350515b745d i,
.hp-content_8ec73c8b6fbac763 a.theme-btn_3388bfb679243084 i {
  font-size: 16px;
  line-height: 1;
}

/* ---------------------------------------------------------------
   6. BREADCRUMB SECTION — SMALLER
   Reduce from 105px top/bottom to compact sizes.
   h1 from 40px to 26px.
   --------------------------------------------------------------- */
.page-title-area_0cda258908a96352 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-title-content_1c859976c90d8ba6 h1 {
  font-size: 36px;
  margin-bottom: 8px;
}

.page-title-content_1c859976c90d8ba6 ul li {
  font-size: 13px;
}

/* ---------------------------------------------------------------
   7. RESPONSIVE IFRAMES — used by {{< demo >}} shortcode
   --------------------------------------------------------------- */
.demo-iframe-container_4015d5f48f69a97f {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}

.demo-iframe-container_4015d5f48f69a97f iframe,
.hp-demo-iframe_0b3dbe3539b2a611 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

/* ---------------------------------------------------------------
   8. CASINO LOGOS — footer copyright strip
   --------------------------------------------------------------- */
.hp-casino-logos_83e4cadbd637f7dc {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.hp-casino-logos_83e4cadbd637f7dc li {
  display: inline-flex;
  align-items: center;
}

.hp-casino-logos_83e4cadbd637f7dc img {
  height: 28px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(1);
  transition: opacity 0.2s ease;
}

.hp-casino-logos_83e4cadbd637f7dc img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.copyright-area_b2f7814616668768 .lower-wrap_57b1d98ba680fe1a .copyright-content_1741a1a0aa839d59 p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .hp-casino-logos_83e4cadbd637f7dc {
    justify-content: center;
    margin-top: 12px;
  }

  .copyright-area_b2f7814616668768 .lower-wrap_57b1d98ba680fe1a .copyright-content_1741a1a0aa839d59 {
    text-align: center;
  }
}

/* ---------------------------------------------------------------
   FOOTER LINKS ROW — single horizontal row at the top of col-2
   --------------------------------------------------------------- */
.hp-footer-links-row_d7e270ec321fbca0 {
  margin-bottom: 1.25rem;
}

.hp-footer-links-row_d7e270ec321fbca0 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------
   FOOTER DISCLAIMERS — stacked one above the other
   --------------------------------------------------------------- */
.hp-footer-disclaimers_f8106f5084394a77 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hp-footer-disclaimer-item_040fb8800307a49b {
  margin-left: 0 !important;
  float: none !important;
}

/* ---------------------------------------------------------------
   DISCLAIMER & CASINO LOGOS — centered on mobile and tablet
   --------------------------------------------------------------- */
@media (max-width: 991px) {
  .copyright-content_1741a1a0aa839d59 {
    text-align: center;
  }

  .hp-footer-links-row_d7e270ec321fbca0 ul {
    justify-content: center;
  }

  .hp-footer-logos-wrap_28f693c576b109ca {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }

  .hp-casino-logos_83e4cadbd637f7dc {
    justify-content: center;
  }

  .copyright-area_b2f7814616668768 .lower-wrap_57b1d98ba680fe1a .copyright-content_1741a1a0aa839d59 {
    text-align: center;
  }
}

/* ---------------------------------------------------------------
   CONTACT CARDS — equal height regardless of content
   --------------------------------------------------------------- */
.contact-area_bdccfddd5e7ffd83 .row_2cad29c5a078708e.justify-content-center_e2ed1b96172129f2 {
  display: flex;
  flex-wrap: wrap;
}

.contact-area_bdccfddd5e7ffd83 .row_2cad29c5a078708e.justify-content-center_e2ed1b96172129f2 > [class*="col-"] {
  display: flex;
}

.contact-area_bdccfddd5e7ffd83 .single-contact-card_d307ac3bbc060d73 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact-area_bdccfddd5e7ffd83 .single-contact-card_d307ac3bbc060d73 p,
.contact-area_bdccfddd5e7ffd83 .single-contact-card_d307ac3bbc060d73 ul {
  flex: 1;
}

/* ---------------------------------------------------------------
   9. FAQ — dark themed
   --------------------------------------------------------------- */
.hp-faq-section_2d11b0fc82686d33 {
  margin-top: 2rem;
}

.hp-faq-title_34dee23b5d616c5d h2 {
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.hp-faq-item_5abbe96143520ed2 {
  border-bottom: 1px solid #2e3a52;
  padding: 1rem 0;
}

.hp-faq-item-first_fe3aa625a9a505f3 {
  border-top: 1px solid #2e3a52;
}

.hp-faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  user-select: none;
  color: #ffffff;
}

.hp-faq-question-text_ff938278cac7ad5c {
  flex: 1;
  padding-right: 1rem;
}

.hp-faq-icon_c4e9a5ca646215ad {
  flex-shrink: 0;
  line-height: 1;
  color: var(--secondaryColor);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.hp-faq-answer {
  padding-bottom: 0.75rem;
  color: #d1d3d7;
}

.hp-faq-answer-inner_ea331968c758d707 p:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------
   10. TOC — dark themed
   --------------------------------------------------------------- */
.toc-container {
  border: 1px solid #2e3a52;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #242C3E;
}

.toc-title_5c198707fba56aff {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.toc-header-content_e31213964113792f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.toc-header-content_e31213964113792f p {
  margin-bottom: 0;
  color: #ffffff;
}

.toc-toggle-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: var(--secondaryColor);
}

.toc-toggle-icon svg {
  width: 20px;
  height: 20px;
}

.toc-content {
  padding-top: 0.75rem;
}

.toc-content ul {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.toc-content li {
  margin-bottom: 0.25rem;
  color: #d1d3d7;
}

.toc-content a {
  color: #d1d3d7;
}

.toc-content a:hover {
  color: var(--secondaryColor);
}

/* ---------------------------------------------------------------
   11. CONTACT PAGE — dark themed
   --------------------------------------------------------------- */
.contact-area_bdccfddd5e7ffd83.pages-style_b1ea78d4565fa5ea {
  background-color: #1B2336;
}

.single-contact-card_d307ac3bbc060d73 {
  background-color: #242C3E;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}

.single-contact-card_d307ac3bbc060d73 h3 {
  color: #ffffff;
}

.single-contact-card_d307ac3bbc060d73 p,
.single-contact-card_d307ac3bbc060d73 ul li,
.single-contact-card_d307ac3bbc060d73 a {
  color: #d1d3d7;
}

.single-contact-card_d307ac3bbc060d73 .icon_0ed6c29938db0fe8 i {
  color: var(--primaryColor);
  font-size: 2rem;
}

.contact-form-area_9f8e8ef92c0d11c0 {
  background-color: #1B2336;
}

.section-title_2b6929a442803f07 h2 {
  color: #ffffff;
}

.contact-form-info_36101d2443ecbbd8 .form-group .form-control_59373dfa95a9e261,
.contact-form-info_36101d2443ecbbd8 .form-control_59373dfa95a9e261 {
  background-color: #242C3E;
  color: #d1d3d7;
  border-color: #3a4560;
}

.contact-form-info_36101d2443ecbbd8 .form-group .form-control_59373dfa95a9e261::placeholder,
.contact-form-info_36101d2443ecbbd8 .form-control_59373dfa95a9e261::placeholder {
  color: #8892a4;
}

.contact-form-info_36101d2443ecbbd8 button[type="submit"] {
  background: linear-gradient(96deg, #6600FC 0%, #FA3988 51.56%, #FF8408 100%);
  color: var(--whiteColor);
  border: none;
  padding: 14px 40px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin-top: 0.5rem;
  display: block;
}

.contact-form-info_36101d2443ecbbd8 button[type="submit"]:hover {
  opacity: 0.9;
}

/* ---------------------------------------------------------------
   12. 404 ERROR PAGE — dark themed
   --------------------------------------------------------------- */
.error-area_2dff48183dea3f70 {
  background-color: #1B2336;
}

.error-content_31821bf1d25e2b88 h1 {
  color: #ffffff;
}

.error-content_31821bf1d25e2b88 h1 span {
  color: var(--primaryColor);
}

.error-content_31821bf1d25e2b88 h3 {
  color: #d1d3d7;
}

.error-content_31821bf1d25e2b88 p {
  color: #8892a4;
}

/* ---------------------------------------------------------------
   13. GO-TO-TOP BUTTON
   --------------------------------------------------------------- */
.go-top {
  background-color: var(--primaryColor);
  color: #ffffff;
}

/* ---------------------------------------------------------------
   14. RESPONSIVE
   --------------------------------------------------------------- */
@media (max-width: 767px) {
  .page-title-content_1c859976c90d8ba6 h1 {
    font-size: 32px;
  }

  .page-title-area_0cda258908a96352 {
    padding-bottom: 24px;
  }

  .hp-content_8ec73c8b6fbac763 #PlayButton,
  .hp-content_8ec73c8b6fbac763 a.default-btn_69446350515b745d,
  .hp-content_8ec73c8b6fbac763 a.theme-btn_3388bfb679243084 {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/* -----------------------------------------------------------
   Disable header reappear animation + fix layout offset
   ----------------------------------------------------------- */

/* 1. Kill ALL show/hide animations and transforms */
.navbar-area,
.navbar-area.is-sticky {
  position: sticky;
  top: 0;
  transform: none !important;
  animation: none !important;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

/* 2. Ensure no "hidden" or slide-in states exist */
.navbar-area.hide,
.navbar-area.hidden,
.navbar-area.nav-up_1bc7ccdc4f6b4d64,
.navbar-area.nav-down_b5ccbb451d8ff064 {
  opacity: 1 !important;
  visibility: visible !important;
}
